Subject Re: [IBO] Two datasets, One inserted, Other updated fetching
Author Geraldo Lopes de souza
""Helen Borrie (TeamIBO)"" <helebor@...> escreveu na mensagem
news:5.1.0.14.2.20020508221247.0353a820@......
> At 08:44 AM 08-05-02 -0300, you wrote:
> >Hi,
> Another approach is more effective, I think - use a single dataset for
both
> your read-only grid and your edit layout - then there will be no
> synchronisation problem, even when the read-only grid is scrolled. You
can
> set the VISIBLE property to False for the columns which you do not want to
> appear in the grid - that will not affect those columns' ability to be
> edited on your edit layout.
>
I want to use two datasets for performance reasons. In order to choose which
record to edit, the user doesn't need to see all information (blobs,
lookups, details datasets) .

I forgot to say that I'm using TIB_Query.

Thanks in advance

Geraldo Lopes de Souza