At 06:11 AM 5/26/2014, Dr. Fritz Luettgens wrote:

Hi,
just want to print a form with the following EEP:

PRNSETUP
PROPERTY RBASE_FORM PRINT "PRINTER"
RETURN

Well, it prints, but only, say about 75% of the width from left to right.
(right side of the form "frame" is cut off)
I tried all tricks with my printer like:
- paper size: horizontal
- scale down to 50% a.s.o
- there is enough available space on the paper itself

Works all well but still prints me only 75% of my form "frame".
On the printout the  "frame" of my form stays cut off from the right side.

What do I miss here?


Fritz,

Did you know that you can use the following PROPERTY commands to accomplish
you goal to print the entire R:BASE Form, regardless of the actual size?

Here's how ...

01. Start R:BASE eXtreme 9.5 (32/64), Update 4, Build: 9.5.4.306xx

02. Now open that specific form in form designer and update the property
    command as follows:

    PRNSETUP -- if you wish to select a different printer
    PROPERTY RBASE_FORM PRINT 'FITTOPAGE'
    RETURN

03. You may also use one of the following properties, if you wish:

    PROPERTY RBASE_FORM PRINT 'FIXEDDPI'
    RETURN

    PROPERTY RBASE_FORM PRINT 'PROPORTIONAL'
    RETURN

04. Without updating the existing code in place, you may leave everything
    as is, such as:

    PROPERTY RBASE_FORM PRINT 'PRINTER'
    RETURN

    This will be translated into:
    PROPERTY RBASE_FORM PRINT 'FITTOPAGE'

Make sure to use the correct QUOTES settings in your specific environment.

That's all there is to it.

For more details & examples, please refer to R:Docs 9.5 Build: 9.5.4.306xx.

Have fun!

Very Best R:egards,

Razzak.

www.rbase.com
www.facebook.com/rbase
--
31 years of continuous innovation!
16 Years of R:BASE Technologies, Inc. making R:BASE what it is today!
--

--- RBASE-L
================================================
TO POST A MESSAGE TO ALL MEMBERS:
Send a plain text email to [email protected]

(Don't use any of these words as your Subject:
INTRO, SUBSCRIBE, UNSUBSCRIBE, SEARCH,
REMOVE, SUSPEND, RESUME, DIGEST, RESEND, HELP)
================================================
TO SEE MESSAGE POSTING GUIDELINES:
Send a plain text email to [email protected]
In the message SUBJECT, put just one word: INTRO
================================================
TO UNSUBSCRIBE: Send a plain text email to [email protected]
In the message SUBJECT, put just one word: UNSUBSCRIBE
================================================
TO SEARCH ARCHIVES:
Send a plain text email to [email protected]
In the message SUBJECT, put just one word: SEARCH-n
(where n is the number of days). In the message body, place any text to search for.
================================================


Reply via email to