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.

Featured Replies

Hi,

I am using FMPro Dev 7, on Win XP and I am trying to write VBScript which will start FMScript in my file Tmob.fp7 ... but it does not work :

Any help?

Here is a VBScript:

Set objFM = CreateObject ("FMPRO.Application")

objFM.Visible = True

Set objFMfiles = objFM.Documents.Open("c:Tmob.fp7","")

objFMfiles.DoFMScript ("Novi")

Thx in advance

VJ

  • 2 months later...

objFM.Documents.Open("c:Tmob.fp7","")

This line is incorrect, it's the syntax for FM 5.5/6. FM7 requires 3 parameters here:

- name of the file

- account name

- password

FM 5.5/6 needed only file name and password.

  • 1 month later...

I tried the same thing that was listed above and it doesn't give me any errors. If I change the line to

08-28-05 10:34 AM - Post#173357

Hi,

I am using FMPro Dev 7, on Win XP and I am trying to write VBScript which will start FMScript in my file Tmob.fp7 ... but it does not work

Set objFM = CreateObject ("FMPRO.Application")

objFM.Visible = True

Set objFMfiles = objFM.Documents.Open("c:Tmob.fp7","Admin","")

It gives me a VB Error saying that the function has the incorrect number or parameters.

Of course, maybe I'm getting an issue by having FM5, FM7 and FM8 installed at the same time?

Got it! I stupidly had FM5 and FM8 open, and it was passing the call to FM5.

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.