Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Formset problem. Help!
Message
De
26/04/2000 10:36:46
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00363160
Message ID:
00363570
Vues:
15
If you are closing the form2 (trough command like thisform.release() or any other way), so you can't call the form2 again because it was released from memory.

If this is the case, put the following code on queryunload event on form2:

thisform.hide()
nodefault

This code will not allow you to release the form2, so this form is always in memory and can be called when you need it. But, remember that you must release it when you release the form1, calling: thisformset.form2.release()
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform