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

  • Thread starter Thread starter bronco
  • Start date Start date
Status
Not open for further replies.
B

bronco

Guest
I would use a data structure (be it a dataset of a temptable) per wizard page. Every page (.w) should have a Save procedure which re-validates if persisting the dataset/tt is still possible. At the push of the finish button a transaction should be started. Then sequentially call all the Save procedures and then either everything is persisted to the database or the transaction is undone. Easy :-)

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