Newbies pscherr Posted September 30, 2002 Newbies Posted September 30, 2002 Is it possible to simulate clicking on the layout or layout background (i.e. clicking outside the field into which data was just entered) in FMP 6.0?
Vaughan Posted September 30, 2002 Posted September 30, 2002 The "Go to Field []" step might help. But what's the problem with "Exit Record/Request"? If you want to refresh portals, I found a scripted "Go to Portal Row [Next]" followed by "Go to Portal Row [Previous]" works as well as changing into Preview mode and back to browse mode.
Newbies pscherr Posted October 1, 2002 Author Newbies Posted October 1, 2002 The problem is, I'm running a script that executes after changing the field value generated by a popup menu. But the script results don't really "take" until I click onto the layout. The calculation to execute the script was created in the "validate by calculation" definition of the field, and calls a plugin named Ozium Events. So the problem may be on this end.
mdpres Posted October 1, 2002 Posted October 1, 2002 I use oAzium quite a bit, to get a script to run set "Zoom Level to 100%" I just threw together a quick test of a popup field: If [test popup = "OK" Show Message ["OK WAS SELECTED"] else If [test popup = "NO"] Show Message ["NO WAS SELECTED"] End If End If Hope this gives you an idea, when a popup is selected with a script attched it will run as if you set Zoom Level 100%. So depending on how many selections you have in your popup you can script the out come.
Recommended Posts
This topic is 8093 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now