A number field in FileMaker Pro 8 called AmountPaid is set to auto-enter the following formula:
Case (
AmountPaid > AmountDue;
TextColor (AmountPaid ; RGB (0; 255 ; 0));
AmountPaid > 0 ;
TextColor (AmountPaid ; RGB (255 ; 0 ; 0));
AmountPaid
)
The Do not replace existing value of field (if any) option is unchecked.
Which statement is true?
Submit