Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
List box in grid
Message
From
28/11/2004 13:12:52
 
 
To
28/11/2004 11:09:15
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 8
OS:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00965210
Message ID:
00965236
Views:
10
If I change it to 'non' the list box is empty.

Well, obviously if you change the RowSourceType of your drop down list, you must also change the way in which you populate its internal list.

I suggest that you move a RowSourceType of 3-SQL Statement and put this in the RowSOurce:
SELECT SomeFields FROM SomeTable WHERE SomeCondition ORDER BY SomeField INTO CURSOR csrListBox 
I am assuming here that you understand tht you must substitute the names of your specific tables, fields, etc. in the pseudo code above < s >.
Previous
Reply
Map
View

Click here to load this message in the networking platform