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

I have a file that works perfectly locally. As soon as I get it on the server (FS8) one script stops working. The problem:

The entire script works fine except for the create a "new record" step. It performs all steps and goes to TABLE2 but then it won't create a new record! If I run it locally, no problems whatsoever. Computing, new records, etc---no problem locally. So I have no clue why the heck it's doing this on the server.

I thought maybe a privilege set problem, but I doubt it...

ALL of my privilege sets include this:

Access via FileMaker Network (fmapp)

Records: Create and Edit in ALL tables.

All other databases work perfectly fine. Just this one "new record" command in this database.

Any ideas?

You need to get the error code so you can work out exactly what the problem is. Best method is to change the script to thus:

Set Error Capture [on]

New Record/Request

Set Variable [$error ; Get( LastError )]

Show Custom Dialog [ ... ]

... where the custom dialog's message is the $error variable. Write it down then look it up in the FileMaker Help topics under the Get( LastError ) function article.

Check the OS level permissions for the file. Do you get any sort of warning when you open the file?

Steven

  • Author

Vaughan --- excellent idea.

Error #6 is what came up. So file is read only. Odd. Whenever I logged in through the server on a client account....read only and wouldn't allow you to create records Makes sense. That might have happened when I recovered the file....it probably set all other users (except for my [Full Access] account) to read only.

Thanks!

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.