[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: How to create a pure 4GL wizard

  • Thread starter Thread starter ske
  • Start date Start date
Status
Not open for further replies.
S

ske

Guest
What do you mean you can't undo something just because it was immediately recorded to the database? If you put the whole wizard in one big transaction, you can undo everything that was updated in the database at any time until the transaction ends. That's what UNDO of transactions does. Until the transaction is undone, the updates are there in the database, and can be found. (Just make sure that you really have assigned values to any indexes that you want use to find hem.)

Continue reading...
 
Status
Not open for further replies.
Back
Top