Jump to content

OLE Automation


This topic is 7096 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Check out the help for "activeX", it details all the objects and methods plus has some VB examples.

You need to include a reference tot he LIB file in your VB project, use VB's object browser and you'll see FileMaker 7 listed.

In VBscript and the like this will work:

CreateObject("FMPRO.Application")

Note that this syntax is the same for FM6 so if you have both FM6 and FM7 installed this call will run whatever you last opened manually.

Link to comment
Share on other sites

This topic is 7096 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

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