Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to get the return parameter from a MDI form ?
Message
De
26/07/2011 00:50:35
Yim Ming Sun Derek
Spacious Design Consultant
Hong Kong, Hong Kong
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01519135
Message ID:
01519139
Vues:
35
Hi,

Is the following code is what you mean ? But I don't know where the code should put into.
*** Create the Parameter object
oParamObj  = CREATEOBJECT( 'parameterobject' )
*** Instantiate the modal form
oModalForm = CREATEOBJECT( 'modalformclass', oParamObj )
*** Check the returned object properties
IF oParamObj.FormWasOK
  *** Do whatever 
ELSE
  *** Do something else
ENDIF
 
Can you give me some detail example how to use it ?

Thanks

Derek
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform