Re: List Box Font Color Expression, how?

2018-10-11 Thread Chip Scheide via 4D_Tech
John, the property fires during On display detail (v13) in the listbox property: Row Font Color enter a method which executes your conditional(s) and returns an RGB color value (longint) Chip On Wed, 10 Oct 2018 15:43:49 -1000, JOHN BAUGHMAN via 4D_Tech wrote: > In a Selection based list box

List Box Font Color Expression, how?

2018-10-10 Thread JOHN BAUGHMAN via 4D_Tech
In a Selection based list box how do you set a row font color based on a condition such as if records in a related many table exist or not. I would like to set the font color for the row to red if the related many table has records and black if it does not. I see that a method entered in Font