O
onnodehaan
Guest
Hi Patrick, Sounds a lot like we set up our wizard (see previous comment). In order to keep the locking to a minimum, we let every "wizardsub.w"-frame populate a temp-table. Every time a user presses Next, the temp-table is send to a wizard-specific API, using dynamic code. After pressing Finish (we rename the label of the Next button in the last step), this wizard-specific API start the write-out to the database. Because our wizard-framework is set up dynamically, we can load in a list of .w's and a API dynamically, making the framework usable to every possible wizard we want to make
Continue reading...
Continue reading...