--- In [email protected], "Unicorn.PC.Support" <[EMAIL PROTECTED]> wrote: >
> > Chris, > > This link just might help your understanding > http://groups.google.com.au/groups?of this message have been removed] Thanks, I did find it informative. I guess, in a way, it also answered my "real" question (as I was too ignorant to know the difference), which would be is it necessary to use DIM at all instead of referencing the form name directly. I see that multiple instances of a form I would need to dim it then set it, but what if I am only using one instance of it? For instance, a form with several pages. I was going to make each page a form, and monitor the activity on the present shown form from the sub main, which would be the main program. All the pages are different, so they would be form1, form2, etc... I took a look at Shawns code for scrolling the form, which means I could put it all on one form, hopefully auto-scrolling down as the data is entered down the page, but I didn't give it the attention it deserved, perhaps I will take a second look at it. Any opinion as to advantages/disadvantages over multiple forms vs. one large scrolling form? Seems like it would be easier to code with just one form... [C] '// ======================================================= Rules : http://ReliableAnswers.com/List/Rules.asp Home : http://groups.yahoo.com/group/vbHelp/ ======================================================= Post : [email protected] Join : [EMAIL PROTECTED] Leave : [EMAIL PROTECTED] '// ======================================================= Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/vbhelp/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
