wanewrld Posted January 22, 2003 Posted January 22, 2003 Hi, Is there a way to make an EDIT Record page by duplicating a NEW Record page, and make a few changes? I don't know how to get this line, to read my records in my DB, <INPUT TYPE="hidden" NAME="-recID" VALUE="FMP-currentrecid"> I do not have a field called, "FMP-currentrecid" Do i need one? Its probably easy, but I am over looking something, thanks in advance for any help at all. I tried using the web tools helper but I am still missing something. Wayne
Unable Posted January 22, 2003 Posted January 22, 2003 You sound like someone who needs to have the CDML Reference db. Then you will have a better opportunity to understand what FMP-currentrecid is. You might search this forum for CDML Reference. I think there might be a link.
Garry Claridge Posted January 22, 2003 Posted January 22, 2003 This is the extra line you will need to use for the "New" page to become an "Edit" page: <INPUT TYPE="hidden" NAME="-recID" VALUE="[FMP-CurrentRecID]"> You were missing the []. This replacement tag will be replaced when the page is returned after a "Find". The only problem being for the "New" page is that you will have to have [FMP-Field] replacement tags in each of the <input> Value paramaters. However, this should be OK. All the best. Garry
Recommended Posts
This topic is 8315 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