kjanisse Posted July 18, 2001 Posted July 18, 2001 Hi All, Does anyone know the proper applescript sytnax to tell FileMaker 5 to open a database served up by FileMaker Server over TCP/IP? Thanks
dspires Posted July 18, 2001 Posted July 18, 2001 Put a 'Startup' script in the Web Security database to open all databases that you want to host. Then you can put a link on an admin page to call this FMP script: http://XXX.XXX.XXX.XXX/security/FMPro?-db=Web%20Security.fp3&-Script=Startup&-format=default.htm&-findall
kjanisse Posted July 18, 2001 Author Posted July 18, 2001 Thanks for your response. I should clarify what I am trying to do though. The databases are already open in FileMaker server on a standalone machine. I have another Mac that has FileMaker Unlimited which is logged in as a guest to the FileMaker server databases. I would like to have an applescript that will open FileMaker Unlimited, then login to the appropriate databases on the FileMaker server via TCP/IP with a password. The problem with using the built in ScriptMaker is that I cannot tell it to "Open this database with this password". The database in question has a blank password for limited access When someone opens this database from a FileMaker client, I want it to prompt them for a password every time. Therefore, I cannot use the "On open try default password" option as the prompt would not appear. I hope this makes sense, thanks again...
dspires Posted July 19, 2001 Posted July 19, 2001 On the machine running unlimited, create a FMP 'open file'. It doesn't need to have any records, just a script that runs on opening. The script opens all of the desired databases. Use the same passwords for this file as the others. The password entered will apply to the other databases opened as well.
kjanisse Posted July 20, 2001 Author Posted July 20, 2001 THANKS!!! I tried your suggestion and it works great. This was my first venture into FileMaker on the web. Thanks again!
Recommended Posts
This topic is 8528 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