Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dropdown event in Dropdown combo
Message
From
31/10/2003 06:59:37
 
 
To
30/10/2003 15:47:04
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00844391
Message ID:
00844872
Views:
34
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 >
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform