Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

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

Recommended Posts

Posted

I recently tried to interface my filemaker database with a visual basic aplications but came across a problem when trying to run a scrip from VB where i need to pass a parameter.... Does anyone know how i can pass a parameter to the filemaker scrip from VB

i have tried passing "script001('test')" to the DOFMScript but that doesnt work

here is just a little snipet of my code

myOpenFile = FMDocs.Open("c:Hollands.fp7", "Admin", "")

myOpenFile.DoFMScript("script001")

Posted

I tried dofmscript today and seems like it doesn't accept parameter. One work around is to use the script and import from vb to a global field in fm (output variable to a text file, import text file to a global field) and then use the script with that global field.

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