Given a custom function created in FileMaker Pro 8 Advanced called "MyFunction" with a single parameter "Number" defined as:
If (
Number = 0 ;
Number ;
Number & ", " & MyFunction ( Number - 1 )
)
What is the result of MyFunction ( -3 )?
Which two statements are true regarding the use of plug-ins? (Choose two.)
Click the Exhibit button.
You have a FileMaker Pro 8 layout based on the table occurrence Classes and you have a portal showing records from the table occurrence Students.
If you place the field Teachers::Name into the portal, the result is _____.
How would you configure a database so that users will not be prompted for a username and password when accessing the database via Instant Web Publishing?