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:
00000769
Vues:
43
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
Tom
--------------------------------
Tom O'Hare
407-299-4268 -- tom@redtile.com -- http://www.redtile.com/
Independent Programmer Using Visual FoxPro, Visual Basic & more...
Operations Manager -- Virtual FoxPro User Group (VFUG)
http://www.vfug.org/ -- tom@vfug.org
President -- Central Florida FoxPro User Group (CFFUG)
http://www.redtile.com/foxpro/
Universal Thread Most Valued Professional (MVP)
http://www.transformation.com/foxpro/
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform