January 30, 200223 yr I'm trying to edit a related field and have run into a problem, basically, I seem to unable to edit the text in the field 'type' this is a related field using the relationship 'osb_data_process'. I can edit non-related fields, I've also re-checked all spellings are correct (which they are) Here's the code - code: <FORM ACTION="FMPro" METHOD="POST"> <P><INPUT TYPE="hidden" NAME="-DB" VALUE="template_summary_"> <INPUT TYPE="hidden" NAME="-Lay" VALUE="tasks"> <INPUT TYPE="hidden" NAME="-Format" VALUE="new_project_reply.htm"> <INPUT TYPE="hidden" NAME="-Error" VALUE="new_error.htm"> <INPUT TYPE="hidden" NAME="-RecID" VALUE="[FMP-CurrentRecID]"><BR> <BR> <INPUT TYPE=text NAME="osb_data_process::type" VALUE="[FMP-Field: osb_data_process::type]" SIZE=30><BR> <BR> <INPUT TYPE="submit" NAME="-Edit" VALUE="Edit Record"> </FORM> Appreciate any help on this one, as it's driving me
January 30, 200223 yr RE: I can edit non-related fields So redesign the page for direct access to the related database. It is no such big deal.
February 1, 200223 yr Author quote: redesign the page for direct access to the related database. Yes that's something that would work, but I'm using related fields and multiple relationships as a work round to edit multiple records at once, but it doesn't seem to be working. Oh well, back to the drawing board.
Create an account or sign in to comment