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.

Change Print Page "To" and "From" in Print Dialog

Featured Replies

I am attempting to print some pages from a preview where I have copied the page to be printed and pasted it into a container. (This way the page can be previewed in browse mode). When I attempt to print the page currently being viewed via a script, only the page selected when the script was created will print. Can I change the "From" and "To" page numbers in the print dialog via a script, or do I just need to make as many scripts as I need pages to print.

Thank You

I do something similar with a script like this:


Set field [gPageNo, gStartPage]

Loop

Exit Loop If [gPageNo>gEndPage]

Enter Preview Mode

Go to Layout [PreviewLayout]

Go to Record/Request/Page [gPageNo][by field value]

Copy

Enter Browse Mode

Go to Layout [PrintLayout]

Paste [gContainerField]

Print

Set Field [gPageNo, gPageNo+1]

End Loop


You are then doing a separate print for each page which is not the most efficient way of doing things, but it does allow the user to control the page range.

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.