NetTalk Central

Author Topic: Wrong form being called from browse  (Read 1992 times)

dcpeders

  • Newbie
  • *
  • Posts: 32
    • View Profile
    • Email
Wrong form being called from browse
« on: December 11, 2013, 06:38:06 AM »
Clarion 8, nettalk 7

I'm using the Form > Advanced button to call an URL like this - 'UF' & p_web.gsv('bui:type').

If the last browse record selected was UF3 and I am selecting a new browse record calling form UF5, it always calls the previous from or in this case UF3.

How do I get it to to call the right URL for the record that was selected?

Thank you,

Dave Pederson

kevin plummer

  • Hero Member
  • *****
  • Posts: 1195
    • View Profile
    • Production Accounting and Software Payroll
Re: Wrong form being called from browse
« Reply #1 on: December 11, 2013, 05:03:06 PM »
I think your problem is that the link on your button is not being refreshed when you select a new record. So just include that button to be refreshed when the user clicks a row in the browse.

dcpeders

  • Newbie
  • *
  • Posts: 32
    • View Profile
    • Email
Re: Wrong form being called from browse
« Reply #2 on: December 12, 2013, 02:30:35 PM »
Thanks for the response Kevin, I will attempt to do what you suggested.

Dave

dcpeders

  • Newbie
  • *
  • Posts: 32
    • View Profile
    • Email
Re: Wrong form being called from browse
« Reply #3 on: December 13, 2013, 03:50:44 PM »
Ok, I've looked almost every place i can think of and can not find were to refresh after clicking the "Change" button. Can anyone point me in the right direction to Kevin's answer.

Thank you,

Dave Pederson

kevin plummer

  • Hero Member
  • *****
  • Posts: 1195
    • View Profile
    • Production Accounting and Software Payroll
Re: Wrong form being called from browse
« Reply #4 on: December 15, 2013, 06:08:06 PM »
If your browse is embedded in a form:

Open the form, change to Browse, click on the client-Side tab, Add reset field all via the templates

Otherwise:

Click Embeds. Look in he embed tree for User did something in browser. Hand code the refresh.