Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
List box 2 based on list box 1
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00253199
Message ID:
00253611
Views:
18
Jim, the dislog box went away, but my view is still not producing any values.

The listbox2 fills up with GetNumberDnis over and over for 1400+ lines, about the number of records in the tables I'm querying in my view.

-------------------------------------
My listbox2 Requery method is:

Lparameters cSearchValue
set step on
Requery("GetNumberDnis")

where cSearchValue is the parameterized variable in my view (select ... where somevalue = ?cSearchValue)

At the set step on, I am getting the correct value for cSearchValue, but nothing seems to happen with the Requery statement.

I did change the rowsource to "GetNumberDnis" as you advised. How do I get the query in the view to execute? That seems to be the problem.

Thanks
Joe


My Show Me The Code Web Site


Previous
Reply
Map
View

Click here to load this message in the networking platform