Subject Re: [IBO] Vanishing Grid entires
Author Artur Anjos
Hi Paul

Your Keylinks should be the problem: you must set them before you post the
data, and the triggers you have should not modify the values.

A generator is the most common way to do this.

IBO must know the way to retrieve the row back.

Artur

----- Original Message -----
From: "Paul Hope" <paulhope@...>
Newsgroups: egroups.ibobjects
To: <IBObjects@yahoogroups.com>
Sent: Wednesday, June 26, 2002 1:34 PM
Subject: [IBO] Vanishing Grid entires


> Hi
>
> I'm trying to do something very fundamental but seem to be having problems
> :-(
>
> Latest version ibo win2kpro D6
>
> table has rec integer pk, afield varchar(8), trigger provides new rec
values
>
> ib_query has 'select * from table order by afield' and request live true,
> kelinks=rec, default TX(no Connection default)
>
> field rec is set to not visible, column rec has not null removed
>
> connected to ib_grid
>
> When I enter a new value it just vanishes on posting and only reappears
> after a refresh. I've tried various combinations of BufferSynchroFlags
and
> CommitAction but can't get it to stick - what should the correct settings
> be?
>
> The same thing happens in the query editor data panel.
>
> Regards
> Paul
>