I have an application with PARADOX table
In FORM1, I have a grid (GRID1) displaying a table
a third company program receives data from a serial peripheral and INSERT them in a table.
Is there a means to make GRID1 knows that the table has changed and therefore must refresh its content?
i use table1.refresh to refresh table every 200ms, but want to refresh and read the data as soon as it's changing
domkop
In FORM1, I have a grid (GRID1) displaying a table
a third company program receives data from a serial peripheral and INSERT them in a table.
Is there a means to make GRID1 knows that the table has changed and therefore must refresh its content?
i use table1.refresh to refresh table every 200ms, but want to refresh and read the data as soon as it's changing
domkop