NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: johanl on March 27, 2012, 04:37:34 AM
-
Hello
I am trying to get the primary value from a table in a browse when pressing a button on the specific row.
I tried server side code for the rowid and got no value at all.
Any suggestions on how and where I can get the value as I need this to filter a child browse
Regards
Johan
-
Not sure if I understand your question but here is what I think you are asking...
So on a browse you have a unique identifier setup on the template eg VEN:ID
In server side code p_web.gsv('VEN:ID') will return me vendor ID even if it is not displayed on the browse but because it is the unique identifier.
HTH's
Kev
-
Thanks
Got it working