Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Parameter by Reference
Message
 
À
13/08/2008 14:58:02
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Divers
Thread ID:
01338618
Message ID:
01338663
Vues:
11
>>>I get an error on this. What am I doing wrong?
>>>
>>>
>>>m.Success = .T.
>>>
>>>DO EligibilityValidation WITH ;
>>>	'NEW', ;
>>>	THISFORM.txtPat_No.Value, ;
>>>	DATE(), ;
>>>	@Success
>>>
>>
>>When you call a procedure you always pass parameters by reference, so:
>>DO EligibilityValidation WITH 'NEW', THISFORM.txtPat_No.Value, DATE(), Success
>>
>>
>>BTW what is Success?
>>I didn't see any declaration in your code, maybe it is declared in some part which I didn't see :-)
>
>do you see it now???? :-)
>He's provided as good an answer as any, as far as I'm concerned

Yep,
I saw it now.
Thank you :-)
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