Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to pass array parameters in between 2 Form ?
Message
De
22/04/1996 08:10:06
John Adams
John T. Adams Software Consulting Svcs
Keedysville, Maryland, États-Unis
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00000765
Message ID:
00000771
Vues:
42
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform