FileMaker8 Developer Essentials Exam FM0-302 Question # 10 Topic 2 Discussion

FileMaker8 Developer Essentials Exam FM0-302 Question # 10 Topic 2 Discussion

FM0-302 Exam Topic 2 Question 10 Discussion:
Question #: 10
Topic #: 2

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?


A.

The calculation will only be evaluated the first time a value is entered into AmountPaid.


B.

A user will not be able to manually edit the field once the calculation has been evaluated.


C.

If the value in the AmountDue field is changed, the AmountPaid field will be re-evaluated.


D.

The calculation will prevent a user from entering an incorrect value into the AmountPaid field.


Get Premium FM0-302 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.