Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Multiple values in combo box
Message
From
16/06/2000 12:25:23
 
 
To
16/06/2000 10:04:45
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00381343
Message ID:
00381481
Views:
25
Ulises:

Set your CodeNumber combo box to have the following proeprties:
RowSourceType=3 (SQL Statement)
RowSource="SELECT DISTINCT CodeNumber FROM Inventory ORDER BY CodeNumber"

In the InteractiveChange event, code
SELECT Products
LOCATE ALL FOR CodeNumber=THIS.Value

and that should do the trick.

Daniel
Previous
Reply
Map
View

Click here to load this message in the networking platform