Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to create a loading message for a form...
Message
De
20/03/2001 15:58:32
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Divers
Thread ID:
00485020
Message ID:
00487005
Vues:
11
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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform