Link to home
Start Free TrialLog in
Avatar of mark12
mark12

asked on

Requerying a Flex Grid

I have a VB6 form that uses the Data Environment and a command object that uses a table to initially populate a flex grid on the form. I want to be able to limit that list based on criteria that I choose from a list box. For Example: If I choose Seattle from the list, the flex grid would automatically requery to only show records associated with Seattle.

Thanks in advance
Avatar of dosyl
dosyl

Do you use MsFlexGrid, VsFlexGrid witch one?
You will still be required to repopulate that flexGrid.
ASKER CERTIFIED SOLUTION
Avatar of Jon_Raymond
Jon_Raymond

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Jon is right, you can assign the parameter the values of the list box...Do you need some code?  Is the query called from the database(Querydef) or is it an array?