November 9, 200124 yr Dim FMProApp As FMPRO50Lib.Application ---------------------------------------------------------------------- Private Sub Command1_Click() Set FMApp = CreateObject("FMPRO.Application") Set FMDocs = FMApp.Documents 'FMApp.Visible = True Set myOpenFile = FMDocs.Open("c:PriceIt MasterOrderEntryM.pit", "") myOpenFile.DoFMScript ("Test1") End Sub This visual basics code works to activate a script in FileMaker, however we cannot get it to work in the runtime. Any help would be awasome Thank you Ron Bascom
Create an account or sign in to comment