Jump to content
Server Maintenance This Week. ×

Strange Highlight behavior


This topic is 4653 days old. Please don't post here. Open a new topic instead.

Recommended Posts

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

post-104324-0-45315500-1312840095_thumb.

post-104324-0-68521000-1312840109_thumb.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

This topic is 4653 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.