Subject | Re: [IBO] update a register |
---|---|
Author | Ronaldo Rezende Vilela Luiz |
Post date | 2002-04-10T16:16:49Z |
> Two necessary things are:Why the RequestLive property are disable in the form of "query edit" ? It's
> 1 - that your Keylinks are correct
> 2 - that you have RequestLive set to True.
only enable for change to true in the object inspector.
> >The options SyncBefore Edit,I don't know if this options are the BufferSyncrhroFlags. It's on the tab
> >Sync After Edit and Sync AfterInsert is necessary?
>
> If you are talking about the settings for the BufferSynchroFlags property
> (bsBeforeEdit, bsAfterEdit, bsAfterInsert) then these are for setting how
> you would like the synchronization between the server and the buffer to be
> handled. They do not affect whether the dataset is updatable.
update of the form "query edit" (when a double click is performed on a
ib_query component).