NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: CaseyR on December 06, 2010, 12:53:18 PM

Title: Wizard Finish button - not working
Post by: CaseyR on December 06, 2010, 12:53:18 PM
The same issue as Wizard - Validation on Insert, but the more widespread.

To confirm the problem, I used Example 2 (Basic with menu) and just changed the style to Wizard from Default.   Clicking Finish does not save any changes or add a new record.  Clicking Save does both.

Title: Re: Wizard Finish button - not working
Post by: terryd on December 07, 2010, 11:51:03 PM
Alos save appears on all wizard tabs so that the user can click save at any time without having moved through all the tabs which seems to make the wizrd pointless. This is in NT5, NT4 does it correctly
Title: Re: Wizard Finish button - not working
Post by: CaseyR on December 08, 2010, 01:24:00 PM
You can remove the regular Save and Cancel buttons from a wizard form using the Advanced tab of the NT Form template.
Title: Re: Wizard Finish button - not working
Post by: terryd on December 11, 2010, 04:42:53 AM
Unfortunately if as you say the finish button doesn't work and you have removed the save button how do you save the record?
Title: Re: Wizard Finish button - not working
Post by: Bruce on December 16, 2010, 04:53:15 AM
I've replaced the wizard JavaScript code in 5.07, to simplify things considerably.
The basic "Wizard form" now looks, and works, better. The regular "Save" button doubles as the "Finish" button (remember you can rename the text on the button, same as you do for a Login form, if you want the button to say "Finish").

I looked into the concept of "validate pane before moving on" but that's somewhat non-trivial to implement, so I've left that for a future release.

cheers
Bruce
Title: Re: Wizard Finish button - not working
Post by: CaseyR on December 16, 2010, 09:08:34 PM
Great.  Thanks, Bruce.