Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using objects in tables
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00865443
Message ID:
00865445
Views:
13
>Hi,
>
>I can do that with an array, now I want to do something like that in a table.
>
>TIA,

Pablo,

You mean like SELECT...INTO ARRAY or SCATTER TO ARRAY? If so, then the answer is yes. You'd use the SCATTER TO NAME < objname >. In VFP 8.0, you can create and instaitate a class object to use as the receipiant of the values. This means that the properties that receive the values can have _assign methods that will fire automatically. BTW, _access methods work as well with a GATHER.
George

Ubi caritas et amor, deus ibi est
Previous
Reply
Map
View

Click here to load this message in the networking platform