Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Dropdown event in Dropdown combo
Message
De
31/10/2003 06:59:37
 
 
À
30/10/2003 15:47:04
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00844391
Message ID:
00844872
Vues:
35
Hi David.
select CName, Connum, CPrimary ;
	from cons ;
	where CCust = Names.cust ;
	and ! Inactive ;
	order by 1 ;
	into array a_cons
Why don't you just add an array property to you combo box, do the select into THAT array and use a RowSOurceType of 5? Just curious. Less code and faster too < s >
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform