Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Running a ScriptMaster script

Featured Replies

  • Newbies

Hi

Sorry this is such a basic stupid question but I have searched and can't find - how do you actually run a ScriptMaster script? For example, I have registered the Send HTML formatted email function, so I now have the following in my external functions:

SendEmailHTMLFormatted( from ; to ; subject ; htmlBody ; smtpHost )

... and all I have to do is make sure my parameters are set correctly.

But how do I actually send the email?!

In the ScriptMaster demo file I click the "Run Script" button but what do I do in my own FileMaker solution?

I apologise if this is obvious but I have missed this basic requirement somewhere.

Many thanks.

Nick

To run the function you will need to put it somewhere in a script. One common way to do it is to put it as the value of a set variable step.

For example, you might have a step:

Set Variable $sendemail = SendHTMLEmail(xxxx; xxxx; xxxx)

You can put the function in any calculation, pretty much, and it will run when it is called. They even work in If statements!

  • Author
  • Newbies

David - that works perfectly!

Had no idea it was so simple to actually trigger a script.

Many thanks.

Nick

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.