Page 1 of 1

do report

Posted: Mon Jun 09, 2014 6:43 pm
by emzampi
Good morning / evening / night
In the command "do report" the LPP (number of lines per page) works
while the CPL (number of characters per line) does not work!?.
I am sure that I have the right knowledge of these commands,
and to be able to have more characters per line change the value of the PAPERSIZE
(DMPAPER_A4 or DMPAPER_A2).
MI confirmed that the command works cpl

Thank you and sorry for my English (by Google translator heheh)

And finally, sorry but not to pull me behind Vs. curses but being in proximity of the World Cup FORZA ITALIA

Re: do report

Posted: Wed Jun 25, 2014 5:53 am
by bpd2000
Refer example
C:\hmg.OLD\SAMPLES\Controls\ReportBasic\REPORT.BASIC.1

Change at line no. 42 CPL 80 to 120 or 140
You will see deference as per attachment

Re: do report

Posted: Thu Jun 26, 2014 2:23 pm
by emzampi
thank you very much for your response I put the numbers at random.
the cpl that you can use are 80 and -120 -140-160 enough? there are not any others?
Thanks again for any future response

hello by Emanuele

Re: do report

Posted: Fri Jun 27, 2014 1:11 pm
by bpd2000
Default value LPP <nLinesPerPage> is : 58
Default value CPL <nCahractersPerLine> is : 80

Valid CPL value in DO REPORT are as under:

CPL = 80 Font size 12
CPL = 96 Font size 10
CPL = 120 Font size 8
CPL = 140 Font size 7
CPL = 160 Font size 6

Re: do report

Posted: Sat Jun 28, 2014 11:35 pm
by Javier Tovar
Buena información bpd2000,

Saludos