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.

why are the simple things difficult

Featured Replies

I've sorted through the forum for an answer to this problem but have not found it...if this is a faq i apologize..

very simple...adding a new record with one field only (see below)...I click submit and encounter the ubiquitious Error 4. When I click the back button to return to the initial screen and click submit again, the -new request works fine and the correct format page is returned. Any thoughts...

<html>

<body>

<h3>Enter Date Below</h3>

<form action = "FMPro" method = "post">

<input type = "hidden" name = "-db" value = "Calendar.fp5">

<input type = "hidden" name = "-lay" value = "Pressroom">

<input type = "hidden" name = "-format" value = "pr results.html">

<p>

<input type = "date" name = "todays date" value = "">

<input type = "submit" name = "-new" value = "Enter">

</p>

</form>

</body>

</html>

I think the spaces in the names of the field and the format file may be causing problems.

You could also try adding this line to the form:

<input type="hidden" name="-new">

Also spaces are usually not in the assignments of the form tags, e.g.:

<form action="FMPro" method="post>

The date will use a "text" input type, e.g.:

<input type="text" name="todaysdate" value="">

Good Luck.

Garry

  • Author

Garry....muchas gracias...I'll make the changes and see how it goes...

  • Author

Garry....additing <input type = "hidden" name = "-new"> seems to have done the trick....thanks

pc

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.