Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to pass array parameters in between 2 Form ?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00000765
Message ID:
00000817
Vues:
45
>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"
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform