NetTalk Central

Author Topic: Form without a Browse - how to move to another page  (Read 2816 times)

Keith

  • Sr. Member
  • ****
  • Posts: 306
    • View Profile
    • Email
Form without a Browse - how to move to another page
« on: July 09, 2014, 02:54:22 AM »
I have created a Form  without a Browse to handle generating a new User Id and doing some other behind-the-scenes stuff to set the user up. This works fine.  I don't have a 'SAVE' button but have my own button ("Ok. Set me up!") which has all of the client-side code that is required when  the new user is ready to roll.

Could someone tell me how I can display another page (say 'IndexPage') when all of my client side code has finished.  Currently the page with the Form remains displayed.  So, with a normal Form there is an option to stay on the Form after 'SAVE' or go back to the Browse.  I don't have a 'SAVE' neither a Browse - so is there anything I can do in my code to choose the next page.

Thanks

Keith
Clarion 10.0.0 build 12799
NetTalk 9.31
StringTheory 2.65
InsightGraphing 2.27

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: Form without a Browse - how to move to another page
« Reply #1 on: July 09, 2014, 05:05:19 AM »
perhaps you should go back to using the Save button. then you can use the "URL on Save" Option.

I suppose it begs the question - why not use a regular Save button?

cheers
Bruce