Re: HOWTO: navigate records externally using automation -
09-01-2005
, 09:37 PM
Are you saying you have a number somewhere and now you want to pass
that number to a FileMaker script which is to navigate to that record
number?
If you're on a Mac you can use Apple Script to call FileMaker scripts.
I don't know if you can pass a script parameter, but if not then copy
your number to the clipboard and have the FM script paste it into a
global and then go to record number based on the global. |