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.

Scripting: What is a click on No Object?

Featured Replies

A question that I have in mind ever since I work with Filemaker.

Clicking somewhere, anywhere, where there isn't any object often helps me to..

- make ugly field borders disappear

- force calculation of a self-related field in some wicked Databases

- ...

how do I create the event "clicking on no specific spot" with the scripting features? I used to do dumb workarounds like opening and closing the Scripting tool, which gives me for some reason the same result, but I think its time for a smoother solution

Martin

Commit Record/Request.

Rod

Try using the Go To Field[] script step. Don't specify a field, just leave it blank. That mimics clicking in an open area.

Go to Field [ ] did often work better in previous versions than Exit Record/Request. But I would think Commit Records/Requests would be more appropriate and accurate in version 7.

  • Author

Thanks for these suggestions; I definitely will consider them in the future. As for the problem I'm facing right now, I guess that it's impossible to obtain what I want, because the scrolling back to the initial position of the portal rows is most likely not to be avoided in any case...

Thanks for these suggestions; I definitely will consider them in the future. As for the problem I'm facing right now, I guess that it's impossible to obtain what I want, because the scrolling back to the initial position of the portal rows is most likely not to be avoided in any case...

I think you could do:

- SetField(currentportalrowGlobal, Get(PortalRow))

- Commit record

- Go To Field(Field in portal)

- Go to Portal Row(currentPortalRow)

  • Author

Thank you, I did exactly what you said, but the key thing was that I had to deactivate the "show field frames when record is active" tag in the layout options to avoid scrolling back of the portal to the initial position. Now everything is perfect...

well almost, because now I would even try to realy save the scrolling position of the portal, so that switching between different layout, makes you come back having the some row active and visible as you left.

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.