Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to pass a whole array to class.property?
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00018307
Message ID:
00018321
Views:
33
>Any one tried to pass a whole array (not only one element of array) to class.property? I sent this question before but the title is wrong, which I want to know is passing a whole array to class.property.
>
>Sunny

Hi sunny,
I don't know if what I answered you in the previous question
is related to this one, but I didn't explain you how to
copy the array to the property,
first you need to create your property, like my_property(1)
then in the init event of the form or class, after you receive
the parameter 'my_array' do this:

=ACOPY(my_array,THISFORM.my_property)
Good Luck,
Hope this help
Luis Guzman, MCP
"The only glory most of us have to hope for
is the glory of being normal." Katherine Fulleton Gerould
Previous
Reply
Map
View

Click here to load this message in the networking platform