manet <pmanet (AT) invivo (DOT) edu> wrote:
Quote:
now, what about a refinement : in the Brothers Portal, it would be nice
to have a mark or a special color to see wich one is the present
element.
I know how to get a conditional color, but wich condition ? |
The condition is that the portal record is the currently active record.
So you need to keep track of the active record, by storing its recordID
in a global 'currentrecordID'. Then the condition reads: recordID =
currentrecordID. This is only possible with fully scripted record
navigation. In every record navigation script you set the value of
currentrecordID to the recordID of the target record.
--
Hans Rijnbout
Utrecht, Netherlands