lzeng Posted January 30, 2002 Posted January 30, 2002 Hi there: I get an error 102 - "Field is missing" when I wish to edit a form. I used the following CDML tags: <INPUT TYPE="hidden" NAME="-db" VALUE="Sample.fp5"> <INPUT TYPE="hidden" NAME="-format" VALUE="r.htm"> <INPUT TYPE="hidden" NAME="-lay" VALUE="Layout #1"> <INPUT TYPE="hidden" NAME="-RecID" VALUE="[FMP-CurrentRecID]"> <INPUT TYPE="hidden" NAME="-ModID" VALUE="[FMP-CurrentModID]"> <INPUT TYPE="hidden" NAME="-error" VALUE="error.htm"> in the body are the forms, then finally I have: <INPUT TYPE="submit" NAME="-Edit" VALUE="Edit This Record"> "Layout #1" includes all the fields in the database Sample.fp5. So, what's the problem? Thanks in advance for your kind help! Catty
Vaughan Posted January 30, 2002 Posted January 30, 2002 There must be more CDML tags than these, because you haven't included any fields to -edit with. On both the layout specified in the -lay tag, and in the fields on the format file, check and double-check the spelling of the field names and make sure they are identical. Watch for leading and trailing spaces.
Recommended Posts
This topic is 8402 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