Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Listbox
Message
From
30/12/2000 12:24:53
 
 
To
30/12/2000 12:19:27
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00458087
Message ID:
00458098
Views:
18
Bill,

The listbox is populated with an sql statement:

witmv = AllTrim(ThisForm.Text1.Value)
ThisForm.List1.RowSource = "Select seatno From seat1 Where modelno = witmv InTo Cursor myseatlist Order By seatno"
ThisForm.Grid1.RecordSource = ""
ThisForm.Refresh

This is done in a method of the form.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform