Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Releasing a Form from a prg
Message
De
13/03/2001 09:51:17
 
 
À
13/03/2001 09:48:32
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00484409
Message ID:
00484428
Vues:
13
I will try again - that tab key followed by space sends the message very fast!

Colin

You must have a reference to the form you want to release

Public oFormB
Do Form FormB name oFormB

in formA
oFormb.Release()

Or if you want to do things properly then
For Each oForm in _screen.forms
If oForm.Caption = 'Name of form you want to release'
oForm.Release
Endif
Next
Will Jones
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform