Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Return a none Public Variable
Message
 
To
10/11/2001 12:52:43
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00580162
Message ID:
00580240
Views:
17
Steve,

Have your rpogram return teh desired value on the return statement;
* Form method
Thisform.Property = GetDrawing("blahblhabLah")
* GetDrawing
LPARAMETERS tcStuff

LOCAL lcReturn
lcReturn = ""
DO CASE
... get the information into lcReturn
ENDCASE
RETURN lcReturn
Previous
Reply
Map
View

Click here to load this message in the networking platform