November 12, 200520 yr The syntax for calling FM from a VBS hasn't changed since 5.5: set fmApp = createobject("FMPRO.application") If you have multiple versions of FM installed you can't target any particular one. This call will launch the last version you opened manually. Unfortunate, but that's the way it is. In real VB you can make a reference to the lib you want but not in VBS.
Create an account or sign in to comment