Subject | Re: [IBO] Want to use some of last posted fields as default for the next insert |
---|---|
Author | Artur Anjos |
Post date | 2001-10-30T16:43:05Z |
Here we go:
Artur
[Non-text portions of this message have been removed]
>After each post my ib_query returns in search state. At this point isIf I understand your question, you want to Sync the buffer between the client and the server, to get values changed by triggers, for example. For that, you must set the BufferSynchroFlags property.
>there a way to retrieve fields value that have been just posted?
> Similar problem (but it's not the above), if I want to facilitate theI don't think so, but Jason could tell you more. You must keep a copy of that fields by yourself, and use them on "OnNewRecord"
> user automatically filling (in AfterInsert) some fields with the value
> used in the last post, is there any buffer with the last data?
Artur
[Non-text portions of this message have been removed]