Newbies Kirt C Posted November 30, 2009 Newbies Posted November 30, 2009 I'm looking setup a shortcut on a windows desktop with a URL pointing to my IP and database, eg: fmp7://0.0.0.0/Database With this in mind, I would also like to pass it parameters such as a record ID. Is this possible? If not this way, another? Goal: Open a FileMaker database remotely, pass it a parameter and run a start up script immediately processing that paramter Example: Open Client database with parameter ID=1, query record where ID=1 on open. Thanks for any feedback!
Fitch Posted December 1, 2009 Posted December 1, 2009 You could use a local FileMaker file as a launcher. Then it's a simple matter of creating a script: Perform Script(your hosted file; your script; your parameter) Set this as the file's startup script. Example file here.
Recommended Posts
This topic is 5471 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