halbj Posted August 31, 2001 Posted August 31, 2001 I have tried linking some databases on our network from our intranet web page, using the following syntax. "fmp5://[host_IP]/filename". This is apparently supposed to open the specified hosted file on the local machine. All the link does is launch FMP5 or bring FMP5 to the front if it is already launched. - Have only tested on MacOS. ANY Ideas?:
Keith M. Davie Posted August 31, 2001 Posted August 31, 2001 If I understand correctly (1) you have an intranet, (2) you have FileMaker databases and (3) you have at least one html file which is served over your intranet through a browser. Is your html file a format file?
Garry Claridge Posted August 31, 2001 Posted August 31, 2001 If you have WebCompanion enabled and your databases shared with WebCompanion a url would look something like this: For instant web publishing: http://123.123.123.123 For custom web publishing: http://123.123.123.123/FMPro?-db="mydb.fp5"&-lay="layout1"&-format="myhtml.html"&-findall This is assuming that WebCompanion is configured for port 80. Hope this helps. Garry
halbj Posted August 31, 2001 Author Posted August 31, 2001 No, No web plug in is used, it is purely a HTML link from a web page that would look something like this. fmp5://200.2.2.1/database where "200.2.2.1" is my Filemaker 5 server and where "database" is the name of the database I would like to open IN FILEMAKER.
Garry Claridge Posted August 31, 2001 Posted August 31, 2001 A link from a web-browser can not open a program on a client computer. I assume you are trying to open FMP and the desired database as a program on the client computer, not show the database in a web-browser. You could try AppleScript! Garry
halbj Posted August 31, 2001 Author Posted August 31, 2001 Thanks Gary It think it does work. there is an article on FileMakers KB that lists it as a feature. (Article #107462) When I click the link, FMP opens (or becomes the Active App if already open), but the specified file does not open. That is what I am trying to work on.
Garry Claridge Posted August 31, 2001 Posted August 31, 2001 Hal, I guess FMServer must be seeing the fm5:// protocol. The knowledge-base speaks only about the Status function (CurrentFilePath) for calculations and scripts. You could try putting the database file in the Web folder of the FMP program folder. I know that you can access database files, only in this folder, with Web Administration. Worth a go! All the best. Garry
halbj Posted August 31, 2001 Author Posted August 31, 2001 yes! I have fixed it. NB: Filemaker installs a protocol helper in your browser (fmp5 All I needed to do was make sure there were no spaces in the filename and then add the .fp5 file extension, then bingo. Happy Days
Vaughan Posted September 10, 2001 Posted September 10, 2001 I think and opener file would be much more elegant and significantly less complicated. (The more time I spend on this forum the more I tend to believe that some people actually prefer "more complicated.") For info on an opener file, see the FAQ forum. It was posted some months ago so select to view all messages.
halbj Posted September 11, 2001 Author Posted September 11, 2001 I don't prefer more complicated. Why bother maintaining 200 opener files, when I can have a link on our intranet page that will do the same job. It is deffinately LESS complicated than an opener script, and a feature of FileMaker worth using. If we didn't eplore these new features we would all still be using FileMaker 2.
Recommended Posts
This topic is 8466 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