I have a screen where the datagrid is tied to adodc recordset. After I deleted a record from the underlining table, I want the datagrid to refresh to omit the record that was deleted.
I use the data.refresh and datagrid.refresh command after the deletion query was executed. The datagrid would not refresh in runtime. However, if I step through the routine, the record would be gone.
It looks like the runtime is too fast for the screen to update. I tried putting a for loop to do 100 times of doevents and it still would not refresh.
Any suggestion on how to synchronize the screen even in run time?
Thanks.
Alex
I use the data.refresh and datagrid.refresh command after the deletion query was executed. The datagrid would not refresh in runtime. However, if I step through the routine, the record would be gone.
It looks like the runtime is too fast for the screen to update. I tried putting a for loop to do 100 times of doevents and it still would not refresh.
Any suggestion on how to synchronize the screen even in run time?
Thanks.
Alex