Subject | Re: [IBO] TIB_Transaction in master detail |
---|---|
Author | Raymond Kennington |
Post date | 2002-10-22T14:55:16Z |
Jason Wharton wrote:
is quite simple, just connect the queries to a single transaction component and provide a
transaction bar, make it invisible, place 2 buttons for Reject and Accept on the form that
are enabled iff the corresponding transactionBar buttons are enabled, and do a
RollbackRetaining or a CommitRetaining, respectively.
One can post as often as one likes and the user can commit changes when completed or
partially as s/he wishes.
--
Raymond Kennington
Programming Solutions
W2W Team B
>Thanks, but the Contact_TRBar example (once altered to make it work) illustrates a way. It
> You use explicit transaction control and code it into your application.
>
is quite simple, just connect the queries to a single transaction component and provide a
transaction bar, make it invisible, place 2 buttons for Reject and Accept on the form that
are enabled iff the corresponding transactionBar buttons are enabled, and do a
RollbackRetaining or a CommitRetaining, respectively.
One can post as often as one likes and the user can commit changes when completed or
partially as s/he wishes.
--
Raymond Kennington
Programming Solutions
W2W Team B