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.

getting information out of fields

Featured Replies

  • Newbies

Hello,

I am trying to get information out of a field on a specific layout of a database.

I have tried

go to layout "z"

get data of cell "x" of current record

set y to result

it cant get the data of the cell... any help would be greatly appreciated. Thanks.

Is this AppleScript?

Is this AppleScript?

Don't be daft - it is AS but some of the premises are blured.

it cant get the data of the cell... any help would be greatly appreciated. Thanks.

Always develope AS in Script Editor or similar, before embedding.

The problem is that cell needs to be shown on the layout, but going to that layout isn't required if you use the indentifier "table" e.g. "of table 1".

If the field isn't committed (...that is left by the cursor) will it return the empty string.

But usually does it pay off to reference the fields one by one by integers, and when you get a match issue a "name of cell n" where n is the integer that produced the match.

If the fieldtype is container do you need to play around with the "as record" statement that mostly compares to the things an email when browsed in a text editor makes out af an attachment.

By playing do I mean that I havn't tried it yet, you might be forced to save over the clipboard, and use tell application "Finder" since the term record exists both in filemaker as well as in the standard extensions AS uses.

--sd

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.