G
gus bjorklund
Guest
> On Aug 2, 2019, at 5:10 AM, cverbiest wrote: > > Any hints on how to cause an open transaction ? > > > > in the main procedure, update a record, then call a sub-program that does more stuff and contains code that waits for user input. then user goes on vacation. main.p: define buffer c for customer. find c 1. c.postal-code = 12345. run sub.p sub.p: find last customer. update customer.
Continue reading...
Continue reading...