Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Return value from Object
Message
 
À
27/12/2004 13:52:29
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00972408
Message ID:
00972445
Vues:
20
If the form is created as a class (In PRG or VCX) the this code not works.
But You can define some variable & then store a vlaue in Unload event of the form:
LOCAL oObj
PRIVATE nRetVal
nRetVal = 0
oObj=CREATEOBJECT("frmTeste",1,"")
oObj.Show()

** In Unload event, put
  nRetVal = 150
** Then
? nRetVal
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform