Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Trying to automate an app...can't get it to end properly.
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Trying to automate an app...can't get it to end properly.
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
01108106
Message ID:
01108106
Vues:
49
I have an app that does something like this:

I have a main.prg, and a top-level form. All the main.prg does is run the top level form.

What I want to do is have the main.prg accept a paramamter, run the screen, click a button on the screen, then exit the screen and application.

So main.prg:

lparamters tcYesNo
If tcYesNo = 'YES'
Do form myForm with tcYesNo
EndIf

Then in the init() of myForm I have something like this....

lparameters tcYesNo
If tcYesNo = 'YES'
ThisForm.cmdRunButton.Click()
ThisForm.Release()
EndIf

...and I have a CLEAR EVENTS in the destory() of myForm. Problem is that it doesn't really release the form...any ideas?
ICQ 10556 (ya), 254117
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform