NetTalk Central

Author Topic: Value from highlighted row  (Read 1364 times)

walter.dasilva

  • Sr. Member
  • ****
  • Posts: 314
  • SOFTVALE
    • MSN Messenger - walter@softvale.com.br
    • View Profile
    • SOFTVALE
Value from highlighted row
« on: May 14, 2012, 11:07:50 AM »
Hi,

How to get the value from a browse of highlighted row. the highlighted row could be selected by user or automatic selected by NT on browse inicialization or refresh.

thanks
Walter - SOFTVALE

kevin plummer

  • Hero Member
  • *****
  • Posts: 1195
    • View Profile
    • Production Accounting and Software Payroll
Re: Value from highlighted row
« Reply #1 on: May 14, 2012, 03:21:39 PM »
The unique identifier that you set for the browse will automatically be in and updated in the session Q.

So if the unique identifier is VEN:ID then p_web.gsv('VEN:ID') will return the value you want.