Highlight Line

Is there anyway to highlight or flag a line in a grid if there is a record that is tied to it from a nested grid. For example my grid shows a list of purchase requested I want to highlight or flag each line that may have a note added to the request. The notes are in there own table which pulls the purchase id so it shows up as a nested grid. I want the users to be able to know there is a note for each of the lines in the grid without having to expand every tree or click into each line.

Any thoughts on this?

Re: Highlight Line

good question ! I would like to know that to…

Art

Re: Highlight Line

Old issue but a solution which is a normal process when lookup in your DB.
In my example the colored fields show the status green and red.
The Link field on the brandcode opens a form so that the user could check his inputs.
There are three Tabs in the Form (Planung / Operation / QA ) and my fields are red when not all inputs are done. They change to green when every input is done.
The only difficult thing is the design of the DB, because you have to check what is the default value in the DB so that you could check if there is an entry or not !
Most problems for me at the beginning ( NULL and 0 )

colored-fields.png

Re: Highlight Line

This is somewhat irrelevant (I think) to the question. I believe the initial question was how to highlight the line (record) in grid when the mouse is hovered over particular record.

Looked at you screenshot…nice! could you tell us a little more how this is done ?

Art