Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to execute the release-routines of all open forms
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00139245
Message ID:
00139256
Vues:
35
Hi Steve,

Beside VarType() being almost non-existent in VFP 5, it also causes an error when there's no active form anymore. Isn't it great when functions behave consitently. *eg*

Christof


>Alfier,
>
>  DO WHILE VARTYPE(_SCREEN.ActiveForm)= "O"
>    _SCREEN.ActiveForm.Release()
>  ENDDO
>
>
>>Hello,
>>
>>We are using Visual FoxPro 5.0. If we want to quit a program we want to know which forms are opened and execute there release routines instead of using the RELEASE ALL-command. Is there a way to do that?
>>
>>Greetings,
>>
>>Afier Appelman
--
Christof
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform