Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Running a modeless form after compilation to exe
Message
 
À
14/12/2004 05:28:39
Michael Johnson
Michael Johnson Services
Northampton, Royaume Uni
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 7
OS:
Windows '98
Network:
Windows 98
Database:
Visual FoxPro
Divers
Thread ID:
00969026
Message ID:
00969248
Vues:
8
Michael,
In addition to Barbara:
If You call the form In method, something like:
*** Some method
LOCAL oForm
DO FORM MyForm NAME oForm LINKED
The oForm variable is declared as LOCAL (If You not declare it the variable is PRIVATE) & after quit of method this form will be released. There is two ways to keep out of this, add a property to main form or declare oForm as a PUBLIC. I prefer first way, because after releaseinf the main form child form release too.
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform