NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: dcpeders 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
-
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.
-
Thanks for the response Kevin, I will attempt to do what you suggested.
Dave
-
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
-
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.