Subject BufferSynchroFlags don't work
Author Torok Zoltan
Hi,

I would like refresh a row - with trigger-insert column -
in a grid after I post the row.
I read all previously messages, and in all of them are this
advice: set BufferSynchroFlags: after insert, after update
flag to true.
I set them, but instead of refresh the row, the row
disappears from the grid!! (it appers only after a refresh )
Why?
How will it works well? Other Proprerties?
I also set the -computed on the server- flag for this
column in the query, but it doesn't work.

I use only one table, and IB_Query.
This column is a primary key.
The trigger:
ACTIVE BEFORE INSERT POSITION 0
NEW.P_CODE = GEN_ID(GEN_PARTNER,1)
IBO version:4.2.Eg

Many thanx for any help,
Torok Zoltan