NetTalk Central

Author Topic: Wizard Finish button - not working  (Read 2804 times)

CaseyR

  • Sr. Member
  • ****
  • Posts: 448
    • View Profile
    • Email
Wizard Finish button - not working
« 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.


terryd

  • Hero Member
  • *****
  • Posts: 759
    • View Profile
    • Davcomm
    • Email
Re: Wizard Finish button - not working
« Reply #1 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
Terry Davidson
Windows 10 64 bit/Windows7 64bit
Clarion 9.1.11529/Clarion10 12567
Nettalk 913
Nettalk 1015
StringTheory267/Winevent515/XFiles298/MessageBox239/Cryptonite186

CaseyR

  • Sr. Member
  • ****
  • Posts: 448
    • View Profile
    • Email
Re: Wizard Finish button - not working
« Reply #2 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.

terryd

  • Hero Member
  • *****
  • Posts: 759
    • View Profile
    • Davcomm
    • Email
Re: Wizard Finish button - not working
« Reply #3 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?
Terry Davidson
Windows 10 64 bit/Windows7 64bit
Clarion 9.1.11529/Clarion10 12567
Nettalk 913
Nettalk 1015
StringTheory267/Winevent515/XFiles298/MessageBox239/Cryptonite186

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11191
    • View Profile
Re: Wizard Finish button - not working
« Reply #4 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

CaseyR

  • Sr. Member
  • ****
  • Posts: 448
    • View Profile
    • Email
Re: Wizard Finish button - not working
« Reply #5 on: December 16, 2010, 09:08:34 PM »
Great.  Thanks, Bruce.