Try
Datagrid.clear
Printable View
Try
Datagrid.clear
datagrid do not have clear behavior. And I think the problem is adodc. When I refresh it, the data in client is not updated. and then when I refresh the datagrid, the data in the datagrid does not change. Is it possible?
What cursor are you using?
Oh, yew, I got it. I do not set the cursor type, so it use default value as OpenStatic. But even I set the cursor type to OpenDynamic, it would still be as OpenKeyset. Because I use JET 3.51. So is there any method to refresh the data use any cursor type with jet 3.51 or I have to change the jet?:confused: