NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: John C on September 29, 2009, 03:23:12 PM

Title: What record am I on?
Post by: John C 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!



Title: Re: What record am I on?
Post by: kevin plummer 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.