Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
AddProperty and SCATTER NAME
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00934678
Message ID:
00934691
Views:
22
This message has been marked as the solution to the initial question of the thread.
>Can I use AddProperty to add properties to record objects
>created with SCATTER NAME?
>
>And, how?

In VFP8 and later
SELECT mytable
SCATTER NAME oRec
=ADDPROPERT(oRec, "cMyNewProperty", "Initial Value")
...
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform