Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 7875 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies
Posted

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?

Posted

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 ?)

This topic is 7875 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.