Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
12.2
12.3
12.4
12.5
13.0
13.1
13.2
13.3
13.4
13.5
Statistic
FMM
Blog
Sets the script trigger.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
QuickLook | 11.1 | ❌ No | ❌ No | ❌ No | ❌ No | ✅ Yes |
Parameter | Description | Example |
---|---|---|
FileName | The name of the FileMaker File that contains the script. | "test.fmp12" |
ScriptName | The name of the script to run. | "MyScript" |
Returns OK or error.
Setup trigger:
Set Variable [ $r ; Value: MBS( "QLPreviewPanel.SetDismissTrigger"; Get(FileName); "Dismissed") ]
Set Variable [ $r ; Value: MBS( "QLPreviewPanel.Show") ]
If [ MBS("IsError") ]
Show Custom Dialog [ "Failed to show panel" ; $r ]
End If
Show panel to edit PDF document in container:
Set Variable [ $r ; Value: MBS( "QLPreviewPanel.Clear" ) ]
Set Variable [ $r ; Value: MBS( "QLPreviewPanel.AddContainer"; MyTable::PDFContainer ) ]
Set Variable [ $r ; Value: MBS( "QLPreviewPanel.SetDismissTrigger"; Get(FileName); "Dismissed" ) ]
Set Variable [ $r ; Value: MBS( "QLPreviewPanel.SetEditingAllowed"; 2) ]
Set Variable [ $r ; Value: MBS( "QLPreviewPanel.Show" ) ]
This function checks for a license.
Created 18th February 2021, last changed 18th February 2021
QLPreviewPanel.SetCurrentPreviewItemIndex - QLPreviewPanel.SetEditingAllowed