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

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

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

While in a FileMaker Pro 8 database on a layout based on the Customer table occurrence, the following script is run:

Show All Records

Go to Record/Request/Page [First]

Loop

If [Customer::Category <> "A"}

Omit Record

Else

Go to Record/Request/Page [Next; Exit after last]

End If

Exit Loop If [Get ( FoundCount )= 0]]

End Loop

After the script stops running, which two statements are true? (Choose two.)


A.

All customer records in Category A are omitted.


B.

If there are no Category A records, the found set is 0.


C.

All customer records in Category A are in a found set.


D.

If there are no Category A records, the found set is all records.


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.