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.

Question: Entering, but not deleting data?

Featured Replies

  • Newbies

Does anyone know how to make a field be accessible for data entry, but then once FileMaker is closed, that data becomes non-deletable next time the program is open. But then you can add more data in the same field, just not delete what was there previously?

The simplest way I can think of is to enter the data into a global field 'gMyDataEntryField' and then click a button that performs a one line script:

Set Field [TextField, TextField & "

An alternative way to approach this would be to set up a closing script which copies the contents of the field to a separate field (one that doesn't appear on the layout, then specify a validation-by-calculation for the existing field, along the lines of:

Left(ExistingField, Length(NewField)) = NewField

Then make the validation strict and enter an appropriately explanatory warning message.

Users will then be prevented from proceeding if they have made changes to the original text (and will either have to use the option to revert the field, or manually reverse their changes to the pre-existing text before being able to leave the field).

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.