Jump to content

This topic is 8046 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

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

Posted

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.

Posted

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

This topic is 8046 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.