NetTalk Central

Author Topic: Get primary value from a netbrowse  (Read 1461 times)

johanl

  • Newbie
  • *
  • Posts: 47
    • View Profile
    • Email
Get primary value from a netbrowse
« 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

kevin plummer

  • Hero Member
  • *****
  • Posts: 1195
    • View Profile
    • Production Accounting and Software Payroll
Re: Get primary value from a netbrowse
« Reply #1 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

johanl

  • Newbie
  • *
  • Posts: 47
    • View Profile
    • Email
Re: Get primary value from a netbrowse
« Reply #2 on: March 28, 2012, 11:47:41 PM »
Thanks

Got it working