Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using existing program?
Message
From
23/03/2007 10:24:02
 
 
To
23/03/2007 10:18:57
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01207621
Message ID:
01207659
Views:
19
>Hi Sir,
>
>How would I get/pass the PartNum from crsGroup and apply it to crsParts? Please help.
>
>Thanks,
>Sam

How to pass a parameter?
When you call a function you do it following way:
=myfunction(myparameter)
and in function you have LPARAMETERS declaration to accept the value. If you want to pass indefinite number of values then consider to put them in a cursor and pass cursor alias.
Edward Pikman
Independent Consultant
Previous
Reply
Map
View

Click here to load this message in the networking platform