>Never touch a different applocatiion's resources. You are >asking for trouble. What you should >do is create a Form the size of the list >you want (with no title), create a list >in that form at coordinates 0,0 and >popup the form. You can create the >form and list dynamically, with >FrmNewForm & LstNewList for >maximum usability. Set the Form to >SaveBehind, so that there will be no >need to redraw. >Good Luck, >Lionscribe
Thank you! When I tried associating the dynamically created list with the current application's form, it gave me a lot of trouble. But this is such an effective way of doing it. It's working fine. I created a form dynamically and then created a list using "this" form. The list shows up without even having to draw the form. -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/
