Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to pass array parameters in between 2 Form ?
Message
From
22/04/1996 08:10:06
John Adams
John T. Adams Software Consulting Svcs
Keedysville, Maryland, United States
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00000765
Message ID:
00000771
Views:
44
>Ng
>
>>I wrote:
>>dimension Ary[3]
>>Ary[1] = "Hello"
>>Ary[2] = "How"
>>Ary[3] = "You"
>>DO FORM testing WITH Ary
>>
>>In FORM testing I wrote:
>>parameters xyz
>>this.newitem = xyz
>>? this.newitem[2]
>>
>>
>>But the answer is 'Hello', Not 'How'. Why ?
>
>
>
>Try this:
>
>=acopy(xyz, this.NewItem)
>
>
>Also, make sure that this.NewItem is an form array
>property.
>
>Tom
>

You also might try passing the array with the @ sign as in:
do form x with @array.

Good Luck.

John
John Adams

John T. Adams
Software Consulting Services
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform