Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
In need of some clarification
Message
 
À
11/08/1999 13:26:30
Bruce Covey
Home Depot Television
Atlanta, Georgie, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00252580
Message ID:
00252745
Vues:
10
In the Unload() of the form (MyForm1), place something like this:

LOCAL lcValue
lcValue = Thisform.lAdding

DO FORM MyForm2 WITH lcValue

In the INIT() of MyForm2, create a parameters statement

PARAMETER tcValue
ThisForm.lAdding = tcValue

This will set the property (assuming there is one, and it is a good idea to have it) of MyForm2, to the value of MyForm1. From there, you can reference the MyForm2 property, from anywhere on MyForm2.

Tom
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform