proton Posted October 26, 2000 Posted October 26, 2000 If you are updating a database using a form, and a related field is on the form, the CDML is [FMP-Field: relationshipname::related field] This is simple. Now if I'm updating a field using a url it's just the field name, the equal sign, and the value (be it an actual value or a cdml tag), but if I want to update a related field in a link/url, what code do I put? Thanks in advance...
Vaughan Posted November 3, 2000 Posted November 3, 2000 Try this... FMPro?-db=file.fp3&-error=error.htm&-lay=whatever&-format=editreply.htm&relationship::related%20field=newvaluehere&-recid=88888&-edit Note that the reference to the field name does not have a hyphen in front of it. The recid value is important, the page that generates the url will have to specify a valid and appropriate record to edit. Only one record can be edited at a time.
Recommended Posts
This topic is 8855 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