Extending a Transaction Boundary by Using Table I/O

Transaction processing is available only for the Open Table operation in Table I/O. The opening of a table determines whether interaction with the table will be manual commit (part of a transaction) or automatic commit. Any Open Table operation not marked as Include in Transaction uses automatic commit.

Access the Form Design Aid.

  1. Select the parent form with which you are working.

  2. From the Form menu, select Menu, Toolbar Exits.

  3. Select the OK row and click the Event Rules button.

  4. From Event Rules Design, select the Button Clicked event, and click the Table I/O button.

  5. On Insert Table I/O Operation, select the Open option under Advanced Operations, and then click Next.

  6. On Data Source, click Advanced Options.

  7. On Advanced Options, select the Include in Transaction option, and then click OK.

  8. On Data Source, click Finish.

    The Open operation appears in your event rules.