Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Referencing Forms
Message
 
À
22/09/1998 22:17:07
Frank Romano
Affordable Programming
Brooklyn, New York, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00139665
Message ID:
00139678
Vues:
20
Frank, if you are calling form2 from form1, then you can pass a parameter with the Form1 object (Do Form Form2 with THIS) Then in the INIT, have a parameter. Note that the parameter is saved to a form property, which does not go out of scope as the parameter variable (a LOCAL variable) does.

INIT CODE:
lParameter oCallingForm

thisform.Callingform = oCallingform

END INIT CODE

OTHER CODE
Thisform.CallingFOrm.Refresh()
END OTHER CODE

HTH
Barbara
Barbara Paltiel, Paltiel Inc.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform