Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
PASSING PARAMETERS
Message
De
10/11/1998 13:02:09
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
PASSING PARAMETERS
Divers
Thread ID:
00156248
Message ID:
00156248
Vues:
52
HI THERE,

I AM TRYING TO PASSING A PARAMETER BY REFERENCE TO A ANOTHER FORM AND UPON RETURN TO CALLING FUNCTION THE VALUE CHANGED. HOWEVER, BACK IN THE CALLING FUNCTION THE VALUE CHANGED BACK TO THE ORIGINAL VALUE. ANY HELP OR SUGGESTION IS APPRECIATE.
FOR EXAMPLE,

>FORM ( TEST1.SCX )

LOCAL temp
Temp = 'A'
DO FORM TEST2.SCX WITH temp
Wait window temp


>FORM ( TEST2.SCX / Init Event)
LPARAMETER cInValue

>FORM ( TEST2.SCX / Close Button )
cInValue = 'B'
ThisForm.Release
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform