Click to See Complete Forum and Search --> : DataGrid Control


Judgey
October 15th, 2001, 09:16 AM
Quick Question to all you Experts . . .

I have a Datagrid COntrol which I have linked to a Datasource and a Data Member from a DataEnvironment. I have a couple of option buttons which basically filter the data in various ways. However although my filter is changing the amount of records in the underlying recordset, the data in the Datagrid is not changing, what am I doing wrong ?

Work is necessary for man. Man invented the alarm clock.

John G Duffy
October 15th, 2001, 11:04 AM
you need to do a .Refresh or .Requery depending on your circumstances.

John G

Judgey
October 16th, 2001, 03:05 AM
I have tried the .Refresh, .Requery and the .Rebind, all appear to do nothing to the records in the Datagrid ?

Work is necessary for man. Man invented the alarm clock.