Jump to content

Firing Script Via ActiveX ( in Runtime )


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

Recommended Posts

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 crazy.gif" border="0

Link to comment
Share on other sites

This topic is 8196 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.