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.

Flagging records for print

Featured Replies

Here is another of my crazy questions...

Scope: In any given day, our business office will process "x" amount of contracts. Part of this includes submitting a form to another company. This form is normally typed, and contains fields for 10 records.

I was able to replicate this form on a layout, but a problem I've encountered is limiting this list to display only the records which require submittal, instead of all records.

Given my options, I thought of using a date range, but that does not prevent the same records from showing up on the list.

Is there a way to "flag" a record, maybe a button that the user clicks to flag a record (show up on the form)? Then after that record is printed with 9 other flagged records, it "unflags" and shows the record as submitted (or dated):

(note: these records are not processed in order, some clear days or even weeks before others).

Hope my illustration makes sense! ???-)

Many thanks!

Create a Print field and make it a checkbox with value Y. User checks those records that should be printed. Then your print script:

Enter Find Mode

Set Field(Print, "Y")

PerformFind

Replace(Print, "")

Print()

The only problem is if you are in a multi-user environment and someone else is in one of the records, the replace will fail for that record. You can either set up the print script to run at a time when there are not mutliple users OR you have to do some error checking, create an error log, and deal with those records later.

This is just one way to accomplish what you want, although many others exist.

Good luck!

Courtney

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.