Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Can't assign an Array to Combo Rowsource
Message
 
 
À
20/10/2003 11:22:48
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00840309
Message ID:
00840344
Vues:
19
Harry,

Rather than using a public array for this you should consider using an array property attached to the cbo itself or to the form. Using a public array keeps you from being able to run this form more than once at a time.

>attachfile=Getfile()
>If Empty(Thisform.popattached.RowSource)
> Public Array parray(1)
>Else
> Dimension parray(Alen(parray)+1)
>Endif
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform