Jump to content
Server Maintenance This Week. ×

AppleScript to get FM global variable


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

Recommended Posts

I'm familiar with utilizing Calculated AppleScript or setting a global field to a value and then reading it from AppleScript. But is there a direct method for AppleScript to get a FM global variable from outside of the FM application, ie. for AS app, is there a way to say:

tell application "FileMaker Pro" to tell database "myDB" to set v to { get filemaker global variable named "gv" }


 

Link to comment
Share on other sites

Don't have a Mac so can't test for you, and don't know too much about AppleScript.

Can you invoke a FM script with AppleScript? If so, can you grab the exit value if one is specified in the FM script? (ie, Exit Script [ value ])? If yes, you could create a simple script that returns only the global variable you're after.

Link to comment
Share on other sites

21 hours ago, OlgerDiekstra said:

Can you invoke a FM script with AppleScript? If so, can you grab the exit value if one is specified in the FM script? (ie, Exit Script [ value ])? If yes, you could create a simple script that returns only the global variable you're after.

Thanks for suggesting it. Yes I can invoke FM script but to my knowledge it will not return its result to AS... I'm afraid @comment is right about this one.

Link to comment
Share on other sites

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