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.

Find previous records

Featured Replies

I have patient database with "name" text field and "report" text field.

I need a script or whatever, that notifies me that the new patient "name" was there before and to generate previous reports that i can browse easily in the preview mode.

Thanks

Create a script that finds all the records that are the same as the one you are creating. If the name field is enough to check for duplicates, you can use a script like this:

Set Variable [$Name; Value: MYTABLE::Name]

Enter Find Mode []

Set Field [MYTABLE::Name; $Name]

Perform Find []

This will locate all of the records in the database with the same name, including the one you are currently entering.

  • Author

Thanks. This script does it.

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.