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

  • Newbies

I am brand new to FileMaker. I have a project in which I want to drag and drop selected records (including related records) from one database to another. Ideally a button that opens up to a browse allowing the user to select the record to drag and drop it in another container. Is this possible?

The simple answer is 'Yes' and 'No'.

You can very easily move specific records from one database to another using scripts - but you can't do it using 'drag-n-drop'. You can drag-n-drop single field elements from one file to another, but only one field at a time.

Here's one way to do it:

Create a list view with enough fields on it to allow the user to identify a particular record. Create a button in the body of the layout. Attach to that button a script that would make that one record a found set by itself:

then call an external script in the recieving file to import the record(s) from the first file.

Ouick and easy script for this:

script for button (file1):

Show All Records

Omit Record

Show Omitted

Perform Script [sub-scripts, External: "File2": ImportFiles]

Show All Records

Import Files script (In file 2):

Import Records [Restore, no dialog, "File1"]

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.