davidbandinelli
April 5th, 2001, 08:25 AM
I am using a VB6.0 datagrid bound to an ADO data control;
I cannot modify the database from this grid (it is only used to display a query result).
My question is, can I remove rows from the grid without touching the underlying database ?
I've noticed that there is not a "row" collection that I can manipulate, but is there any trick to remove, or to hide some rows (selected by the user) from the grid ?
Thank you very much
I cannot modify the database from this grid (it is only used to display a query result).
My question is, can I remove rows from the grid without touching the underlying database ?
I've noticed that there is not a "row" collection that I can manipulate, but is there any trick to remove, or to hide some rows (selected by the user) from the grid ?
Thank you very much