Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to add an element to a property?
Message
 
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01315152
Message ID:
01315155
Views:
22
>>Unless I'm missing something
>>ADDPROPERTY(toObject.oTableInfo, "my_new_value", "Some Entry")
>>
>>
>>>
>
>It works. Thank you very much!
>
>I tried AddProperty but I used the wrong syntax, as following:
>
>
>toObject.oTableInfo.addproperty( "my_new_value", "Some entry")
>
The Empty object does not have any intrinsic methods or properties. The AddProperty()/RemoveProperty() property functions has been added mainly for use with it.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform