Skip 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.

From a script call an application with a condition?

Featured Replies

How can I have filemaker do the following call...

I:Jobsconvert.vbs 245345

I'm stumped. I know if I type that line at the command prompt in WinXP it will do what I want.. but I don't know how to get filemaker to call this?

Hell if I put that line into my computer it wont launch, but if I put it into "RUN" on the start menu it will.

Try using the Send Event command with this syntax:

"cmd /c I:Jobsconvert.vbs 245345"

The "/c" in the string tells the system to close the CMD window after the command is finished. If you want it to remain open leave off the "/c"

  • Author

YOU ARE AWESOME!

I knew there had to be a way. I kept using the open URL which didn't seem right, but it was the only way I knew how to call something.

The name "Send Event" for this is a bit obscure. Knowing nothing else one might expect that it would make an entry in the Windows Event Log or something along that line. Before version 7 the same feature was called "Send Message". In my opinion this was also a poor name for the feature. It implied either launching an email application or maybe something like a built-in instant messaging.

I think it should have been called "Send Command" or "Execute Command" or "Execute OS Command".

don't forget to use quotes around the VBS path if there might be spaces in the path.

FM has a nifty Quote() function you can use, if you calculate the command string.

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Account

Navigation

Search

Search

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.