printit Posted November 9, 2001 Posted November 9, 2001 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
Recommended Posts
This topic is 8758 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