NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: Koen Tjoa on October 25, 2011, 05:12:36 AM
-
I would like to know the ID of the highlighted record on opening the browse or when going to another page. So that is before the user clicks a particular record so I cannot use the CallClicked routine.
-
The context of your question matters.
For example, if you add a button to a row, then there's an option to "include RowId" in the button.
this means the primary key values of the browse are added to the Value queue when the button is pressed.
(ie the receiver can use this to load the whole record if they want to.)
If you have some other context in mind let me know.
Cheers
Bruce
-
Solved, I was working with a ParameterValue instead of a SessionValue.