Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to pass array to other form??
Message
From
12/01/2001 10:35:08
 
 
To
12/01/2001 09:45:55
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00462914
Message ID:
00462961
Views:
14
Hi,

I wouldn't pass the array as parameter but declare it as external in the INIT of the form. So you would have

...
SELECT MyTable
=AFIELDS(laFields)
....
DO MyForm

In the INIT of the form then

EXTERNAL ARRAY laFields
=ACOPY(laFields, This.aMyFields)

You can add the array aMyFields to the form as a new property
Previous
Reply
Map
View

Click here to load this message in the networking platform