February 25, 200520 yr Newbies 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.
Create an account or sign in to comment