JenG Posted January 30, 2002 Posted January 30, 2002 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
Anatoli Posted January 30, 2002 Posted January 30, 2002 RE: I can edit non-related fields So redesign the page for direct access to the related database. It is no such big deal.
JenG Posted February 1, 2002 Author Posted February 1, 2002 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.
Recommended Posts
This topic is 8407 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