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...

Continue reading...