Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to create a loading message for a form...
Message
From
20/03/2001 15:58:32
 
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Miscellaneous
Thread ID:
00485020
Message ID:
00487005
Views:
10
Hi Bob, pardon me for jumping in.

Do you have a pageframe on your form?

If so, and you need a bizobj for each page, you can turn their autorequery property off and call the REQUERY() yourself in the page.activate(). We bundle all of our controls for each page in it's own container and then in the page.activate, check to see if the VARTYPE() of that container is an 'O'. If so, we know that the user has already been to this page and we skip all the code that instantiates the container with the controls in it and the requery(). If this is the first time the user has activated this page, (VARTYPE() = "U") we create the container with the controls and then call a requery(). If you have several pages with several controls, this will speed your forms instantiation dramatically.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform