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.

open db to specific record

Featured Replies

  • Newbies

how can I, based on a field in a current record, open another database to a record based on the field from the original database

example: I have a field called "systemid" in database1, and there is a field called "recordid" in database2, how can I, from database1, open database2 to where database2.recordid = database1.systemid?

In database 2, have a script:

enter find mode

paste (recordid)

perform find

refresh window (bring to front)

In database 1 have a script:

copy (systemid)

perform script (the script in database 2)

toggle window (hide)

That's it.

-Stanley

  • Author
  • Newbies

Thanks!!!

Or create a relationship, db2_sysrec, from systemid to recordid, and have a script

Go to Related Record [show, db2_sysrec]

Perform Script [External, db2] {maximize and halt}

In db2, 'maximize and halt' script

Go to Layout [desiredLayout]

Toggle Window [Maximize]

Halt Script

Create an account or sign in to comment

Important Information

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

Account

Navigation

Search

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.