Atozed Forums
Sync without it - Printable Version

+- Atozed Forums (https://www.atozed.com/forums)
+-- Forum: Atozed Software Products (https://www.atozed.com/forums/forum-1.html)
+--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html)
+---- Forum: English (https://www.atozed.com/forums/forum-16.html)
+----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html)
+----- Thread: Sync without it (/thread-352.html)



Sync without it - morhous - 06-06-2018

how to refresh my dbgrid without reloading it also without navbar


RE: Sync without it - Jose Nilton Pace - 06-06-2018

Hi Morhous, you can try:
Code:
IWDBGrid.DoRefreshControl := True;



RE: Sync without it - morhous - 06-07-2018

Hi thanks for you reply i got few question
if i set this true is this do refresh without dbgrid;
also what if refresh it again? do i need to again set it true? how is it work


RE: Sync without it - DanBarclay - 06-07-2018

(06-07-2018, 02:29 AM)morhous Wrote: Hi thanks for you reply i got few question
if i set this true is this do refresh without dbgrid;
also what if refresh it again? do i need to again set it true? how is it work

This sets a flag that causes a refresh at the end of your event.  If you set that flag more than once, it will still refresh only once while rendering the response to the client.

I have not traced the code, but when have used the process that is the behavior I received.

Dan