Adri Oosterwijk Posted August 8, 2011 Posted August 8, 2011 Hi all, I've created in my solution a portal for navigation purposes (see attached images). For the user it is clear on wich record they are when the portal row is highlighted. And beside that it is visually atractive. This kind of highlligting do we see on websites all the time. For this highlighting I'm using conditional formatting. The formula is: If ( Table::id = TablePortal::id ; RGB ( 204 ; 204 ; 153 ) ; Self ) where TablePortal is a TO from table with a cartesian relationship. A strange behavior occur. When I enter a number in the displayed field on the details area the row stays highlighted in the portal when i click another record. Any idea why this is happening and how to prvent it. It is possible that an nummeric value is added in the field to display. hth
efen Posted August 8, 2011 Posted August 8, 2011 Your description does not seem to be conditional formatting as I understand it. You only need Table::id = TablePortal::id in the conditonal format dialog box and show the colour you need as the highlight from the formatting area below it.
Adri Oosterwijk Posted August 8, 2011 Author Posted August 8, 2011 Thanks that does the trick. Even more simple as where I came up with.
Recommended Posts
This topic is 4873 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now