NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: johanl on March 27, 2012, 04:37:34 AM

Title: Get primary value from a netbrowse
Post 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
Title: Re: Get primary value from a netbrowse
Post by: kevin plummer on March 27, 2012, 09:13:03 PM
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
Title: Re: Get primary value from a netbrowse
Post by: johanl on March 28, 2012, 11:47:41 PM
Thanks

Got it working