July 18, 200124 yr 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
July 18, 200124 yr 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
July 18, 200124 yr Author 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...
July 19, 200124 yr 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.
July 20, 200124 yr Author THANKS!!! I tried your suggestion and it works great. This was my first venture into FileMaker on the web. Thanks again!
Create an account or sign in to comment