Hi guru's,
I'm looking for a way to determine whether or not I selected a different record in a RTC List Page. So, for example, when I select Item X I would like to trigger some behaviour (popup with record details) and when I select Item Y I want to get the popup with that records details.
The popup functionality is just an example. With the popups it´s easy to determine the correctness of my code :-k
Could somebody tell me if this is possible in the RTC? I know of the OnTimer function in Forms, but as far as I know this can't be used in pages.
Ploeg
0
Comments
why do you not use the infobox functionlity. Like Page 9089.
So you can get detailed information to every line of your list box.
You can make a FactBox on the page, though, to show your information. It will update when you move from record to record.
Thank you for your reply Eskay. I think that my example was not so well chosen, I'm aware of the factboxes but that is not exactly what I'm looking for. Thanks for thinking with me
What I want is: the action-buttons at the top of the page to be enabled or disabled, depending on the details of the chosen record. The problem I'm facing now is that I'm unable to get record information of the selected row.