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.

FM14 - Passing Script Parameters into a Web Direct URL

Featured Replies

Since this feature is now back in FileMaker 14, I figure I'll ask here.  How you do pass multiple parameters into a Web Direct script?  All the docs say is

http://<host>/fmi/webd#<database name>[?script=<script name>[&param=<script parameter>][&<$variable name>=<value>]]

But it doesn't say anything about passing multiple parameters.  Do I have to set up my own delimiter or is there a specific syntax I need to use for the first parameter, second parameter, etc?

Edited by James Gill

  • 2 weeks later...
  • Author

Looks like it was a syntax error on my end; I assumed that the example included the '$' in front of the variable as an example, but it turns out that you have to pass the entire '$variableName=variableValue' string as the syntax for each named variable.

Edited by James Gill

  • 6 months later...

I've noted that there are two variations of the syntax:

http://<host>/fmi/webd#<database name>

 

and

 

http://<host>/fmi/webd/<database name>

 

Note the subtle difference, one uses "#databasename" the other uses "/databasename"  - I think that some browsers treat the hashtag strangely so I've standardized on using the "/databasename" version.

Edited by xochi

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.