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.

Featured Replies

Can one use this to pass a parameter between database files? Or is it limited to passing data between scripts within the same file?

Yes, you can pass script parameters between files.

1. Include each DB in the file reference.

2. Use PERFORM SCRIPT script step add TEXT parameter

3. In SCRIPT to be performed in recieving DB use:

$var=Get (ScriptParameter)

Since this is text based, you may need a complex value (multiple values concated into a single string) you can use a calculation to generate a string and then a new calculation to parse the string .

Please correct me if there is a better way, Folks, this is just what I have been doing.

good luck

$var=Get (ScriptParameter)

doesn't do anything useful by itself, it just moves a value from one register to another. It's different when you want to pass multiple values - see:

http://www.fmforums.com/forum/showtopic.php?tid/172514/post/187782/#187782

Also, a script parameter does not necessarily need to be text.

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.