I have a main form that shows a form dialog. And in clicking an action(e.g. NEXT) will proceed to the next form until it reaches a form with the FINISH button that will now close the form dialog.
What is the proper way of jumping from one form to another?
I think you want to use a form with a tabpanel in that dialog. You can set the tabs to be hidden and you simply switch between the forms by setting the tabIndex property of this tabpanel.
I think you want to use a form with a tabpanel in that dialog. You can set the tabs to be hidden and you simply switch between the forms by setting the tabIndex property of this tabpanel.
Hope this helps.
Thanks for the suggestions.
Does setting the tabindex automatically calls that onload or onshow event of the form?