|
-
October 15th, 2001, 09:16 AM
#1
DataGrid Control
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.
-
October 15th, 2001, 11:04 AM
#2
Re: DataGrid Control
you need to do a .Refresh or .Requery depending on your circumstances.
John G
-
October 16th, 2001, 03:05 AM
#3
Re: DataGrid Control
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|