Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Adding a property and using it in a drop down box
Message
De
18/10/2004 16:46:00
 
 
À
18/10/2004 16:13:36
Aldo Lavin
H. Ayuntamiento de Acapulco
Acapulco, Mexique
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00952400
Message ID:
00952443
Vues:
9
Thanks for repsonse.

If I use you code I still get only one line and nothing after selection it? Any suggestions?

>Hi...
>
>
>**************************************
>=SQLEXEC(thisform.pconx,"select * from MyTable","cMyCursor")
>
>thisform.AddProperty('myArray('+STR(RECCOUNT())+',1)') && Dimension for my array
>
>COPY TO ARRAY thisform.myArray FIELDS "name"        && Copy my sql Results to the array
>
>thisform.combo1.RowSourcetype= 5                                 && Type 5, Array
>thisform.combo1.RowSource="thisform.myArray"	
>************************************************************
>
>I hope this help...
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform