Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing parameters
Message
From
28/06/2002 07:38:13
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00673173
Message ID:
00673209
Views:
23
Hi Charles,

Try this:

YourFunc('CursorName')

PROCEDURE YourFunc
LPARAMETERS cCursorName

* Accessing the table
SELECT &cCursorName

* Accessing the fileds.
lLocalVar = &cCursorName..Field1

HTH
Mike
Previous
Reply
Map
View

Click here to load this message in the networking platform