Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Referencing an object from a property
Message
 
 
To
08/06/2001 17:01:14
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00517216
Message ID:
00517258
Views:
13
Michel,

eval() for this use is pretty darned fast.

Also the STORE command supports name substitution that works great if you are trying to set values:

ox = CREATEOBJECT("form")
ox.Visible = .t.
STORE 255 TO ("ox.backcolor")


>I'm using it. It's just that I try to avoid evaluation and macro substition as much as possible.
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Reply
Map
View

Click here to load this message in the networking platform