Newbies JimC Posted March 19, 2004 Newbies Posted March 19, 2004 Hi, I am a new user with Filemaker. I have been asked to upgrade a Filemaker 5 database to the new Filemaker 7. They use the Filemaker database with web publishing to allow users to complete a survey which gets entered directly into the database. The survey is accessed via the web as html. On the first page, it redirects to the actual survey after the introduction with this code: url= FMPro?-db=ballot_.fp7&-lay=Survey&-format=survey.htm&-view The second Page which is the actual Survey has this code: <FORM ACTION="FMPro" METHOD="POST"> <INPUT TYPE="hidden" NAME="-Token" VALUE="StartUp"> <INPUT TYPE="hidden" NAME="-DB" VALUE="ballot_.fp7"> <INPUT TYPE="hidden" NAME="-LAY" VALUE="Survey"> <INPUT TYPE="hidden" NAME="-error" VALUE="regerror.htm"> etc., etc. </FORM> The problem is that this worked fine under Filemaker 5. After upgrading to Filemaker 7, These files no longer work and it gives a FMPro not found error. Does anyone know what needs to be changed for it to work? I have enabled web publishing on this ballot_.fp7 file giving access to all. Much thanks! Version: v7.x Platform: Windows XP
Recommended Posts
This topic is 7820 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