Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to pass array parameters in between 2 Form ?
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00000765
Message ID:
00000817
Views:
48
>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
>

Very thanks becouse your helping.
One more question is same with above, but difference is
I wrote:
DO FORM testing WITH OptionGroup

in FORM testing
I wrote:
parameters xyz
this.NewItem = xyz

the question is, what is the NewItem property to be set
and how to retrieve the "This.NewItem"
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform