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

Click here to load this message in the networking platform