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.

Editting Records via web browser

Featured Replies

  • Newbies

I think I'm going crazy!!! crazy.gif

As far as I can tell I have set up a page in Home Page properly so that I can edit a record in FMP 4.1

BUT!!!

I have all the fields on the details page and the idea was to fill in the ones you want to change and click edit and it will update the record - leaving the blank fields untouched.

Or at least that's how I thought it would work - of course what happened was that the fields left blank [unchanged] caused the record to get blank fields!!!!!

Do I add an if or something! help.... i can't edit fields!!!

------------------

_____________

Think Different,

Think for yourself.

If you have setup a form to edit the record,

Try giving the input fields the current value of the fields in that record.

<HTML>

<HEAD>

<TITLE></TITLE>

</HEAD>

<BODY>

<FORM ACTION="FMPro" METHOD=POST id=form1 name=form1>

<INPUT TYPE="hidden" NAME="-DB" VALUE="YourDatabase.fp5">

 <INPUT TYPE="hidden" NAME="-Lay" VALUE="Your_layout">

 <INPUT TYPE="hidden" NAME="-Format" VALUE="Details.htm">

 <INPUT TYPE="hidden" NAME="-Error" VALUE="error.htm">

 <INPUT TYPE=HIDDEN NAME="-token" VALUE="25">

 <INPUT TYPE=HIDDEN NAME="-max" VALUE=1>

 <INPUT TYPE=HIDDEN NAME="-Edit">

<TR>

<TD>

<INPUT TYPE="text" NAME="FieldName1" SIZE=25 value="[FMP-Field: FieldName1]">

</TD>

<TD>

<INPUT TYPE="text" NAME="FieldName2" SIZE=25 value="[FMP-Field: FieldName2]">

</TD>

</TR>

<!-- edit buttons -->

<TR>

<TD>

<INPUT TYPE=SUBMIT NAME="-Edit" VALUE="Edit">

</TD>

</TR>

</FORM>

</BODY>

</HTML>

  • Author
  • Newbies

Thanks heaps!!!!!!

It worked and now I have learnt something too!.

------------------

_____________

Think Different,

Think for yourself.

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.