Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Parameters with a Form
Message
 
To
06/09/2000 04:51:32
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00412816
Message ID:
00412883
Views:
15
>In my programm I use
>
>DO FORM "c:\frmselection.scx" with atab1,atab2 to aResult
>
>
>In the init methode on my form the parameters are Ok I do some modification.
>
>On the Unload methode I use
>RETURN atoto who is an Array
>
>But when I want to use this array is it impossible because juste the frist element (atoto(1,1)) was tramsited with the call fonction
>
>Some one can help me ?

You cannot return an array from a form. Create a property on the form to hold the array contents. When the user closes the form, don't release it, but set visible to .F. or use the Hide method. You can then reference the array property.
George

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

Click here to load this message in the networking platform