arotgans Posted July 10, 2002 Posted July 10, 2002 Hi All, Can someone please help me with the following question. When in a search-result webpage, I want the user to be able to update certain field of a record. I've created a link which will open another webpage with some fields displayed, and tried to do it like this <FORM ACTION="FMPro" METHOD="post"> <P><INPUT TYPE="hidden" NAME="-DB" VALUE="studionl.fp5"> <INPUT TYPE="hidden" NAME="-Lay" VALUE="zoek layout LTP"> <INPUT TYPE="hidden" NAME="-Format" VALUE="update.htm"> <INPUT TYPE="hidden" NAME="-Error" VALUE="update.htm"> <INPUT TYPE="hidden" NAME="-recid" VALUE="[fmp-currentrecid]"></P> <P><TABLE BORDER=0 WIDTH=500> <TR> <TD WIDTH=69> </TD> <TD> <P><FONT SIZE="+2" COLOR="#000099"> Pas record informatie aan</FONT></P> </TD> </TR> <TR> <TD VALIGN=top WIDTH=69 HEIGHT=58> <P ALIGN=right><FONT SIZE="3" COLOR="#000099"><B>News</B>:</FONT></P> </TD> <TD HEIGHT=58> <P><TEXTAREA NAME=Sheet ROWS=10 COLS=45 WRAP=virtual>[FMP-Field: Details]</TEXTAREA></P> </TD> </TR> </TABLE> </P> <BR> <INPUT TYPE="submit" NAME="-Edit" VALUE="Edit Record"> <P> </P> </FORM> It displays al fields just right, but will not update a field in the databse when I click 'Submit'. I'm sure I'll forget something, but what....... All help is appreciated ! kind regards, Andr
cannes Posted July 10, 2002 Posted July 10, 2002 hi i would try to rename layout and remove spaces in the name -lay value="zoek layout LTP" --> value="zoeklayoutLTP" maybe this helps mimmo
Recommended Posts
This topic is 8241 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