Hello Razzak, if you can dream it, you can do it ! Super, thanks´s a lot ! I will test it, but cannot at the moment because I do not have the right program versions. Status: Rbase: 9.5.4.30523 (latest private update - 24.5.14) R:Docs: 9.5.4.30430 (latest update from rupdates- 30.4.14) With my versions Rbase simply stops working. Fritz
-----Ursprüngliche Nachricht----- Von: [email protected] [mailto:[email protected]] Im Auftrag von A. Razzak Memon Gesendet: Freitag, 30. Mai 2014 09:03 An: RBASE-L Mailing List Betreff: [RBASE-L] - Re: Print Form 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! --

