Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Reference an object
Message
From
17/08/2000 21:48:31
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Reference an object
Miscellaneous
Thread ID:
00406488
Message ID:
00406488
Views:
53
When you create an object with the CREATEOBJECT( ) function, the object is scoped to a property of the class or a variable in the method that calls this function.

Probably silly, but I will ask. Tried the FAQ. Hope I didn't miss it.

Is there a way to scope an object to a variable which is already in existence?

FE I tried something like this to no avail:

** NB - THISFORM.myTextbox already exists
oReference = "THISFORM.myTextbox"
oReference.Visible = .T.
Next
Reply
Map
View

Click here to load this message in the networking platform