Subject RE: [IBO] Foreign key
Author Helen Borrie
At 11:27 AM 20-08-02 +1000, you wrote:
>Thanks again, all working as expected now. Is there a "Hard" commit button
>on any of the bars - I cannot see one.
If you want the user to control the transaction explicitly (Abort/Rollback,
Commit...) you can use TIB_TransactionBar; or set up some ordinary
buttons, speedbuttons, etc., with your own event handlers. If you want a
glyph for a speedbutton, the IBO standard Commit button will be found in
the .res file for TIB_TransactionBar.

The "tick" button (Post) on the update bar is the Commit button when
AutoCommit is true.

btw, could you please watch your requoting?

Helen