Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Parameter by Reference
Message
From
13/08/2008 14:54:41
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01338618
Message ID:
01338655
Views:
17
>>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 :-)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform