rivet Posted April 30, 2009 Posted April 30, 2009 -My solution is pasting the clipboard into a FMP field. -Every time at first run, FMP crashes. -Then intermittently it will crash after that. -Bumping up the pause helped, but not with the first execution THE STEPS: Go to Layout Go to Field Perform AppleScript Pause/Resume Script [ Duration 5 sec ] THE SCRIPT: tell application "System Events" tell application "FileMaker Pro Advanced" to activate tell process "FileMaker Pro Advanced" to keystroke "v" using command down end tell Any suggestions, or other solutions?
Simon Brown Posted May 4, 2009 Posted May 4, 2009 Does using do menu menu item "Paste" of menu "Edit" work better? If nothing else, this would remove 3 lines of code. OTOH, is there a reason why you aren't using the Paste script step in FMP?
Recommended Posts
This topic is 5680 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