Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Array error? How can it happen?
Message
De
11/01/1999 18:52:14
 
 
À
11/01/1999 18:35:59
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00174806
Message ID:
00174903
Vues:
26
>I am getting the same error, but I am doing a view at the Load event
>in my main form.
>Now how do you make the array a form property
>

Hi Mark,

Edit your abstract form class. Click on Class in the menu, and add a new property myArray[1]. The brackets are required to let VFP know that the new property is an array.

You can then assign the array to the rowsource of your combobox with mCombobox.rowsource = "thisform.myArray", mCombobox.rowsourcetype = 5.

regards,
Jim Edgar
Jurix Data Corporation
jmedgar@yahoo.com

No trees were destroyed in sending this message. However, a large number of electrons were diverted from their ordinary activities and terribly inconvenienced.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform