![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
A while back somebody had asked about the conditional changing of field fill colors. I haven't looked into that, but some might find this useful, or not: The following Case function tests the value of a data field, and if it is greater than or equal to a specified value, it prints the number in red. If it is less than or equal to a specified value, it prints the number in blue. If the number is within range, it prints in black. Case ( DATAFIELD „ 138 ; TextColor ( DATAFIELD ; RGB ( 255 ; 0 ; 0 ) ) ; DATAFIELD ¾ 98 ; TextColor ( DATAFIELD ; RGB ( 0 ; 0 ; 255 ) ) ; TextColor ( DATAFIELD ; RGB ( 0 ; 0 ; 0 ) ) ) |
![]() |
| Thread Tools | |
| Display Modes | |
| |