Which setting change requires FileMaker Server 8 or FileMaker Server 8 Advanced to be restarted to take effect?
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?
Which two are required for a plug-in to be used with Web Published databases? (Choose two.)
Given a FileMaker Pro 8 database containing these two scripts::
Script A:
Perform Script ["Script B" ; Parameter: 3]
Show Custom Dialog [Get (ScriptResult)]
Script B:
Set Variable [$x; Value:Get (ScriptParameter)]
Loop
Set Variable [$result ; Value: $result + $x]
Set Variable [$x ; Value: $x - 1]
Exit Loop If [$x = 0]
End Loop
Exit Script [Result: $result]
If a user runs Script A, what value will be displayed in the custom dialog?