ddr summary/file/scripts

Script Steps in “About Scripts...”

include in menuTrue
run full accessFalse
usesshow dependencies
10 lines
#step iddescription
168
If [ Get ( SystemPlatform ) = 3 or Get ( SystemPlatform ) = 4 ]
287
Show Custom Dialog [ Title: "About Scripts"; Message: "You build scripts by selecting from a list of FileMaker Pro commands, called script steps.¶Specifying options (if necessary), and arranging the steps in the correct order to perform the task."; Button 2: “Help”, Commit: “No”; Button 3: “Dismiss”, Commit: “No” ]
369
Else
487
Show Custom Dialog [ Title: "About Scripts"; Message: "You build scripts by selecting from a list of FileMaker Pro commands, called script steps.¶Specifying options (if necessary), and arranging the steps in the correct order to perform the task."; Default Button: “Manage”, Commit: “No”; Button 2: “Help”, Commit: “No”; Button 3: “Dismiss”, Commit: “No” ]
570
End If
668
If [ Get ( LastMessageChoice ) = 1 ]
788
Open Script Workspace
8125
Else If [ Get ( LastMessageChoice ) = 2 ]
932
Open Help
1070
End If