Karen - would the CAPTURE and PASTE properties work?
You might have to create an image control for pasting and send it to the printer

PROPERTY RBASE_FORM CAPTURE_FROM_WINDOW 'CLIPBOARD'
PROPERTY <Component ID> PASTEFROMCLIPBOARD 'TRUE'

PROPERTY RBASE_FORM CAPTURE_FROM_WINDOW 'CLIPBOARD'
Captures an image of the current window and places the content in the clipboard. The entire window, or a specified area can be captured.
Examples:
  -- to capture full form to a BMP file
  PROPERTY RBASE_FORM CAPTURE_FROM_WINDOW CLIPBOARD
  -- to capture part of the form to a JPG file
  PROPERTY RBASE_FORM 'CAPTURE_FROM_WINDOW|12,12,134,300' CLIPBOARD

PROPERTY <Component ID> PASTEFROMCLIPBOARD 'TRUE'
Pastes data from clipboard to the focused field. This parameter is supported for DB/Var Edit/Memo/Image controls.
PROPERTY ComponentID PasteFromClipboard TRUE
You can also paste data to the focused field using:
PROPERTY RBASE_FORM PasteFromClipboard TRUE

I haven't tried any of this, just found the properties that might steer you in a direction.
Doug

On 4/20/2019 8:51 AM, Buddy Walker wrote:
Karen
  If the form is that large couldn’t you creat a report that looks like the form. Just save changes before printing.

Sent from my iPhone

On Apr 20, 2019, at 9:15 AM, 'Karen Tellef' via RBASE-L <[email protected] <mailto:[email protected]>> wrote:

I want to put a "print this form" button on a very large form to send a print-screen to my printer.  These are the only options I know that I can use, but only a portion of the form will print. Any other options I don't know about to shrink the picture onto one printer page, or another way to do it?


PRNSETUP LANDSCAPE
PROPERTY RBASE_FORM PRINT 'FITTOPAGE'
PROPERTY RBASE_FORM PRINT 'PRINTER'
PRNSETUP PORTRAIT

Karen


--
For group guidelines, visit http://www.rbase.com/support/usersgroup_guidelines.php
---
You received this message because you are subscribed to the Google Groups "RBASE-L" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected] <mailto:[email protected]>.
For more options, visit https://groups.google.com/d/optout.
--
For group guidelines, visit http://www.rbase.com/support/usersgroup_guidelines.php
---
You received this message because you are subscribed to the Google Groups "RBASE-L" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected] <mailto:[email protected]>.
For more options, visit https://groups.google.com/d/optout.



---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus

--
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- You received this message because you are subscribed to the Google Groups "RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to