NetTalk Central

Author Topic: What record am I on?  (Read 2892 times)

John C

  • Newbie
  • *
  • Posts: 14
    • View Profile
    • Email
What record am I on?
« on: September 29, 2009, 03:23:12 PM »
I have a browse. When the user clicks on a row and the highlight moves to that row I would like to store the ID of that row to a session variable. What is the best embed point (or other method perhaps in the template prompts) where I can do this?

FYI - The ID I want to store is already a field in the browse.

I have already looked through a lot of the messages in this forum and can't seem to find what I'm looking for. Any help is appreciated!

Thanks!




kevin plummer

  • Hero Member
  • *****
  • Posts: 1195
    • View Profile
    • Production Accounting and Software Payroll
Re: What record am I on?
« Reply #1 on: September 29, 2009, 07:14:59 PM »
As long as the ID is the unique value for the browse this is stored automatically as a session value. If it is another value then use the unique value to retrieve that record and grab the value you want.