NetTalk Central

Author Topic: What record is highlighted in the NetWebBrowse control?  (Read 2791 times)

Koen Tjoa

  • Jr. Member
  • **
  • Posts: 68
    • View Profile
    • Email
What record is highlighted in the NetWebBrowse control?
« 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.

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: What record is highlighted in the NetWebBrowse control?
« Reply #1 on: October 25, 2011, 07:37:37 AM »
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

Koen Tjoa

  • Jr. Member
  • **
  • Posts: 68
    • View Profile
    • Email
Re: What record is highlighted in the NetWebBrowse control?
« Reply #2 on: October 31, 2011, 08:23:51 AM »
Solved, I was working with a ParameterValue instead of a SessionValue.