Subject Re: GRID DISPLAY
From Akshat Kapoor <akshat.kapoor@kapoorsons.in>
Date Thu, 19 Oct 2017 13:39:43 +0530
Newsgroups dbase.getting-started

On 19/10/2017 00:22, Mustansir Ghor wrote:
> Dear Mervyn
>
> for both queries sql property is "select * from accsales.dbf'.  The use of 2 queries was first one to be set for grid setting and second one was to update the file accsales with update data. All works fine but grid fails to display update data. Initially accsales file becomes empty with zap. Later it has update data but it does not display on the grid.
>
> Regards
> Mustansir

Another point that just came to my mind.
If you are adding a row to a rowset and not saving it it is not written
to disk.
use
form.yourquery.rowset.save()
to save the rowset to disk.
The row will be visible in the other rowset only after it has been saved
to disk.

Regards
Akshat