Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Assign UDF to documentFile property on an oleControl
Message
 
 
To
07/07/1998 17:30:31
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00114635
Message ID:
00115074
Views:
23
Nancy,

If this is like other VFP objects, the 2nd through Nth instances of the class are going to get that value the very first object of that class got from GetFile(). VFP caches the property settings done on the "property sheet" or inside the define class and all other instances use the cached values, they are not reeavaluated during subsequent object construction.

>DEFINE CLASS oleexcelobject AS olecontrol
>documentFile = GetFile()
>...etc
df (was a 10 time MVP)

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

Click here to load this message in the networking platform