Newbies MrEase Posted February 25, 2005 Newbies Posted February 25, 2005 I don't know anything about VB and have to adapt a script to use it with Filemaker 7... following details found of different sources and adapting what I had from version 6 I get the following in VB: Dim FMDocs As FMPRO70Lib.Documents Dim FMDoc As FMPRO70Lib.Document Dim FMApp As FMPRO70Lib.Application Set FMApp = CreateObject("FMPRO70Lib.Application") Set FMDocs = FMApp.Documents Set FMDoc = FMDoc.Open("C:AcredSysfoto.fp7", "", "") Somehow I get an error at the line of CreateObject. I have tried with Set FMApp = CreateObject("FMPRO.Application") but it won't work either.
Recommended Posts
This topic is 7214 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 accountSign in
Already have an account? Sign in here.
Sign In Now