April 22, 200322 yr Newbies I'm trying to write a basic guest book in FM 6 and am having problems. I keep getting the message Unknown Error 102 when submitting data to the database. I'm using a simple .HTML form to post the data. Here's the top few <INPUT> lines: <input TYPE="HIDDEN" NAME="-db" SIZE="-1" VALUE="RCSL Spring 2003.fp5"> <input TYPE="HIDDEN" NAME="-lay" SIZE="-1" VALUE="Waivers"> <input TYPE="HIDDEN" NAME="-format" SIZE="-1" VALUE="Default.htm"> and the Submit & clear buttons are: <input TYPE="SUBMIT" NAME="-New" VALUE="Add My Info"> <input TYPE="RESET" VALUE="Clear Form"> Why isn't this working & what is error #102 & how can I make this work?
April 24, 200322 yr AFAIk error 102 refers to a wrong field name or to a missing field, so check that the field names ion the form correspond to those in the FM file The Size=-1 tag applied to -db, -format and -lay are pointless (and perhaps harmful ?)
Create an account or sign in to comment