Ingar Posted August 28, 2003 Posted August 28, 2003 Hi! I've seen a lot of questions about the use of URL's to access FMPro DB, but I wonder about something. If I have a DB at the following location: C:program filesdbmybase.fp5 and my web pages is in the FilemakerWeb folder how will the URL look: http://localhost/FMPro?-db=:?&-lay=layout&-format=search.htm&-view Ingar
Anatoli Posted August 28, 2003 Posted August 28, 2003 -db=mybase.fp5&-lay=layout&-format=search.htm&-view Databases must be opened in FM and it doesn't matter, where databases are placed or served. Don't place the databases into web (public) folder!
Ingar Posted August 28, 2003 Author Posted August 28, 2003 Hi! My problem was that I used this input in a search page: <P><INPUT TYPE="text" NAME="_Cday" VALUE="[FMP-Currentdate]" In the Web page it showed up as [FMP-Currentdate] My link to the page is this: <a href="http://localhost/FMPro?-db=mybase.fp5&-lay=layout&-format=search.htm&-view"></a></p> When I moved the DB to the Web folder it showed up just fine in the Web page. But to my surprise, when I move the DB back to the original folder it also shows up fine. Now I really don't know what happend. It works fine at this moment but I'm not shure if stays this way later. Ingar
Ingar Posted August 29, 2003 Author Posted August 29, 2003 Yes it was open. It makes no sense to me. Ingar
Garry Claridge Posted August 29, 2003 Posted August 29, 2003 Are you using the "Web Security" database and does the file have an entry in that? Good Luck. Garry
BuddySystems Posted September 3, 2003 Posted September 3, 2003 Also make sure web companion is enabled in Application Preferences, and that the file is shared via Web Companion in File sharing menu. Also realize that
Steve T. Posted September 3, 2003 Posted September 3, 2003 Howdy! Hmm... Well, I suppose you can always do what I did instead... I made a calc field = Status(CurrentDate) Actually, I needed several fields with the current date, a week from now, a month from now, etc. but it would probably solve your problem or help you figure it out. --ST
Recommended Posts
This topic is 8020 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