Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to do a select statement
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
How to do a select statement
Miscellaneous
Thread ID:
00416327
Message ID:
00416327
Views:
59
I am having to compare a string with a multiple selected items from a list box.
Ex:

select all a.cname, b.csemester, b.cccourse, b.cstudent from sysMast a, enroll b where rtrim(b.semester) == thisform.listBox.value(this is a multiple selection list box and I am having to compare
rtrim(b.semester) with all the item selected in the list box)

How can you do this? can you do a some kind of loop in the select statement.

Thank you for any help
Next
Reply
Map
View

Click here to load this message in the networking platform