Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Array parameter
Message
 
To
12/08/1998 05:51:45
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00125899
Message ID:
00126291
Views:
24
>Hi All !
>
>I had a problem if I want to pass an array parameter.
>I have a main form and from this form I call a modal form to choose some other data. In the modal form I created an array property and in the init event I fill the array property with the passed array parameter. It's working fine, but if I build an application I receive an error message that the array property doesn't exist in the init event.
>How can I solve this problem?
>
>Thanks IVAN

Ivan,

In the Init of the second form put;

EXTERNAL ARRAY Whatever

Where Whatever is the name of the array that was created outside of that form.
Previous
Reply
Map
View

Click here to load this message in the networking platform