Newbies jkgator99 Posted July 21, 2011 Newbies Posted July 21, 2011 I am new to FileMaker but am learning as I go. I have what seems to be a simple request. Is there a way that you can pass a value (not in a field) to the user's clipboard? I have a button that when clicked should pass "#pam" to the user's clipboard. This is not in field though. There is a second program that is watching the clipboard that will perform an action when this shows in the clipboard.
Russell Barlow Posted July 21, 2011 Posted July 21, 2011 You could use Applescript or Shell script to do this. Also could check out bBox plugin from Beezwax, think you can set clipboard contents with it.
Newbies jkgator99 Posted July 21, 2011 Author Newbies Posted July 21, 2011 These are for Mac OS. I am running on Windows. Any other suggestions?
Russell Barlow Posted July 21, 2011 Posted July 21, 2011 These are for Mac OS. I am running on Windows. Any other suggestions? Try Goya's BaseElements plugin? Has a function BE_SetClipboardText
Vaughan Posted July 22, 2011 Posted July 22, 2011 Is there a way that you can pass a value (not in a field) to the user's clipboard? There is a way, but the real question is: why are you doing *anything* with the clipboard? The clipboard belongs to the user and should NOT be used for anything related to the operation of the database such as moving information around internally. (Use the Set Field script step for moving data around.) If you need to get something on the clipboard (say, as a convenience to the user to save them selecting data in a field) you can put the data in a global field then copy the global field. Make sure the global field is on the current layout when the Copy step is invoked.
Recommended Posts
This topic is 4874 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