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.

Pasting clipboard or field contents to extenal application

Featured Replies

I have tried searching for a solution but can't find anything hence my post.

I am trying to get a script in FM to either paste the clipboard contents or a fields contents to an external application. I have a Send event command which opens up the application . I have set the event to bring the other application to the foreground and I have the cursor flashing in the very place I need the FM data.

Is there a Send Event command to either paste the clipboard or get a fields contents to this application?

Any help would be appreciated

Thanks

open notepad and save the following code as filename.vbs

Set WshShell = WScript.CreateObject("WScript.Shell")

WshShell.SendKeys"^v"

WScript.DisconnectObject(WshShell)

WScript.Quit(1)

(this is the same as user doing a Ctrl + V to paste)

then do a sendevent with this file as a target(do NOT bring target to foreground).

Be carefull, this will paste whatever is on the clipboard to whatever has the focus. There may also be security issues depending on what environment you are working in.

  • 3 weeks later...

that's about the extent of it.

In order to make sure your desired app has focus you can add an AppActivate step calling for part of what is in the target app's title bar.

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.