Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
No Parameter Statement passing Form Array Values?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
No Parameter Statement passing Form Array Values?
Divers
Thread ID:
00267425
Message ID:
00267425
Vues:
44
I have a form with a 5-element array in it. I would like to pass this to a modal child form and use the elements in the array to resize the child form.

So in the click event of the parent form's button, I have:
dimension arFormSpec[5]
arFormSpec = ''
arFormSpec[1] = 200 && Height
arFormSpec[2] = 260 && Width
arFormSpec[3] = 290 && Left
arFormSpec[4] = 70 && Top
arFormSpec[5] = ThisForm.txtPick.Value
do form UserChild with arFormSpec

And then I made a form property on the child modal form called
arFormStuff[5]

And in the init method of the form I have
ThisForm.Height = arFormSpec[1]

But when I run the parent form I get an error - NO PARAMETER STATEMENT IS FOUND

What did I miss?
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform