Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Parameter by Reference
Message
De
13/08/2008 14:54:41
 
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:
01338655
Vues:
16
>>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?

Indeed, what IS Success? Maybe one of these days I'll find out first hand.


>I didn't see any declaration in your code, maybe it is declared in some part which I didn't see :-)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform