At 02:35 PM 5/30/2014, Dr. Fritz Luettgens wrote:
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,
Sie sind herzlich willkommen!
The Supreme eXtreme Dream Team had fun implementing those properties.
Please stay tuned for the official release of R:BASE eXtreme 9.5 (32/64),
Update 4, Build: 9.5.4.306xx
Very Best R:egards,
Razzak
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.