Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Parameters with a Form
Message
From
06/09/2000 10:08:34
 
 
To
06/09/2000 04:51:32
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00412816
Message ID:
00412919
Views:
18
>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

I would use an object for a parameter:

oArray = createobject('custom')
oArray.AddProperty('aArray[1]')
do form MyForm with oArray


Now, have the for accept and store the object reference in a property. You can dimension and manipulate the array property in the called form just like you would any other array.

Then, when code comes back to the calling procedure, oArray.aArray will be the updated array.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform