Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

I'm posting this from a library and am thus winging it from the top of my head. My Mac is sick today.

I think your problem is in these two lines:

<INPUT TYPE=text NAME="Course Title" value="[FMP-Field:Course Title]">

<INPUT TYPE=text NAME="Course Description" value="[FMP-Field:Course Description]">

Basically,

<INPUT TYPE="hidden" NAME="-RecID" VALUE="[FMP-CurrentRecID]">

is used to capture/pass the currently accessed recid from the currently accessed db. If you have not accessed a record in a db you must provide the (hardcode?) the number or pass it, perhaps as a token.

SIMPLIFY ...

Keith

  • Newbies

Hi:

When trying to edit a record, I get a message that says "Record Not Found: The specific record was not found".

I have in my edit page the following code for an edit form:

<FORM ACTION="FMPro" METHOD="post">

<INPUT TYPE="hidden" NAME="-db" VALUE="Courses.fp5">

<INPUT TYPE="hidden" NAME="-format" VALUE="ViewModCourse.htm">

<INPUT TYPE="hidden" NAME="-lay" VALUE="View / Modify">

<INPUT TYPE="hidden" NAME="-format" VALUE="EditReply.htm">

<INPUT TYPE="hidden" NAME="-RecID" VALUE="[FMP-CurrentRecID]">

<INPUT TYPE=text NAME="Course Title" value="[FMP-Field:Course Title]">

<INPUT TYPE=text NAME="Course Description" value="[FMP-Field:Course Description]">

</FORM>

My question is what actually is supposed to go in the VALUE parm for "-RecID" in place of "FMP-CurrentRecID" to get the edit form to open up with the first record in the table, and allow me to edit it?

Thanks

Al

Create an account or sign in to comment

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.