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.

Writing to a cell denied

Featured Replies

  • Newbies

This is my set up: UI.fp7, Tabs.fp7. There is references between the two.

My problem is that when trying to ' set cellValue of cell "Tabs::foo" ' i a layout in the UI-file, I get an error message (-10006) telling me I can't write access that cell. I do have write permissions in both MacOS and FileMaker.

Please give me a hint! I can really use it:)

  • Author
  • Newbies

This is my set up: UI.fp7, Tabs.fp7. There is references between the two.

My problem is that when trying to ' set cellValue of cell "Tabs::foo" ' i a layout in the UI-file, I get an error message (-10006) telling me I can't write access that cell. I do have write permissions in both MacOS and FileMaker.

Please give me a hint! I can really use it:)

  • Author
  • Newbies

This is my set up: UI.fp7, Tabs.fp7. There is references between the two.

My problem is that when trying to ' set cellValue of cell "Tabs::foo" ' i a layout in the UI-file, I get an error message (-10006) telling me I can't write access that cell. I do have write permissions in both MacOS and FileMaker.

Please give me a hint! I can really use it:)

  • 4 weeks later...

Hi, i had the same problems. There are a number of ways to do it, one of which refers to tables etc, but this was too different to the way i was used to doing it so i did it this way instead.

Basically, in filemaker 7, you can't refer to a cell on if it doesn't exist on a layout. if it does exist on a layout you then have to specify which layout in the applescript. This is no good for hidden fields.

So, to get around this i created a new basic layout with all the fields in the database on it, and called it layout ALL. Then, in the applescript, you have to refer to [color:"red"]DOCUMENT "mydb" rather than [color:"red"]DATABASE "mydb", and add the TELL LAYOUT statement

tell app "Filemaker Dveloper 7"

tell [color:"red"] document "mydb"

[color:"red"] tell layout "ALL"

tell current record

set x to cell "ONE"

set cell "TWO" to y

end tell

end tell

end tell

end tell

[color:"red"]

This is all in the thred i started called Cell issues with FM7 FMforums - Cell Issues with FM7

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.