Subject Re: GRID DISPLAY
From Akshat Kapoor <akshat.kapoor@kapoorsons.in>
Date Thu, 19 Oct 2017 13:06:08 +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

Try using the same rowset for both. This will ensure you always have an
uptodate rowset for the grid. There is nothing to restrict you from
using the same rowset at two places i.e. grid and update.

And if you have to use two rowsets then use requery() as Mervyn has
suggested.

Regards
Akshat