Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Ado, Vsflexgrid, Databinding and Filter

Status
Not open for further replies.

PascalTheroux

Programmer
Mar 1, 2002
6
CA
I have an ADO recordset with a field name STATUS.
Some records have it set to "Y" and others to "N".

I also have 2 vsflexgrid on the screen.
I want the first to display the records with the "Y" STATUS and the second one to display the "N" STATUS.

I want to be able to pass a record from one grid to another by editing the cell STATUS on the grid but I have problem mixing the Databinding option with the filter.
What is the best way to do this with the less possible line of code.


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top