Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Adding an array to a custom control on-the-fly
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00551548
Message ID:
00551555
Views:
21
This message has been marked as the solution to the initial question of the thread.
>Q: How can I add an array to a custom control on-the-fly?
>
>Background: I have a custom object that is already created. I want to perform a SQL statement into an array, then add the resulting array to the object. Is this possible?
>
>DoUg
>(Sorry, I've got CoDe fever.)
This.Addproperty("myarray[1]")
Select ... INTO ARRAY This.Myarray
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform