ikiriki Posted June 3, 2005 Posted June 3, 2005 I am just starting out with fmp and I was wondering how to make scripts automatically load and be active without clicking on buttons.
JohnJohn Posted June 3, 2005 Posted June 3, 2005 Hi. The obvious answer is to run a script when a file is opened. This is done through File -> File Options. If you are referring to event-based scripting. This is an entirely different animal. This is not supported natively in Filemaker. However, there are some fine plug-ins out there that can accomplish this. Waves In Motion and I think Troi both jump to mind. It sounds from your subject that perhaps you are referring to web stuff? This, of course, would be a different can of worms. good luck
aaa Posted June 3, 2005 Posted June 3, 2005 May be Only when opening file in "file/file options" menu and when clossing.
ikiriki Posted June 3, 2005 Author Posted June 3, 2005 is there any way to run more than one script in file options?
JohnJohn Posted June 3, 2005 Posted June 3, 2005 Sure. You could have a main script that then runs other scripts when it is run. This script step you use to run another script is 'perform script'.
Aaron Bratcher Posted June 3, 2005 Posted June 3, 2005 Hi. The obvious answer is to run a script when a file is opened. This is done through File -> File Options. If you are referring to event-based scripting. This is an entirely different animal. Is there a way to run a script when a layout is selected?
BobWeaver Posted June 3, 2005 Posted June 3, 2005 The way most developers do this is to turn off the status area, and use buttons and scripts to navigate between different layouts. Then the button can execute a script which goes to the target layout, and performs whatever else needs to be done at the same time.
Recommended Posts
This topic is 7116 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