Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Reference an object
Message
From
18/08/2000 02:17:24
 
 
To
17/08/2000 21:48:31
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00406488
Message ID:
00406533
Views:
13
>Is there a way to scope an object to a variable which is already in existence?
>oReference = "THISFORM.myTextbox"

Yeppers, but your setting oRefernce to a character string here, either do:

oReference = evaluate("THISFORM.myTextbox") &&which is usefull when you can't hardcode the path
or
oReference = THISFORM.myTextbox
Previous
Reply
Map
View

Click here to load this message in the networking platform