Is there any way to use EXECUTE REPORT with default page setting. BTW, I can use default printer as follows but not default page setting.
Code: Select all
EXECUTE REPORT Salereg PREVIEWWith best regards.
Sudip
Moderator: Rathinagiri
Code: Select all
EXECUTE REPORT Salereg PREVIEWI'm not sure to understand your question...sudip wrote:Hello All,
Is there any way to use EXECUTE REPORT with default page setting. BTW, I can use default printer as follows but not default page setting.Thanks in advance.Code: Select all
EXECUTE REPORT Salereg PREVIEW
With best regards.
Sudip
Roberto, me imagino que lo que pregunta SUDIP es que así como le podemos indicar que use la impresora por defecto de windows, también se le pueda indicar que use la configuración de página que tiene por defecto ese impresora, como por ejemplo: A4 y HORISONTAL.Roberto Lopez wrote:I'm not sure to understand your question...sudip wrote:Hello All,
Is there any way to use EXECUTE REPORT with default page setting. BTW, I can use default printer as follows but not default page setting.Thanks in advance.Code: Select all
EXECUTE REPORT Salereg PREVIEW
With best regards.
Sudip
fchirico wrote:Roberto, me imagino que lo que pregunta SUDIP es que así como le podemos indicar que use la impresora por defecto de windows, también se le pueda indicar que use la configuración de página que tiene por defecto ese impresora, como por ejemplo: A4 y HORISONTAL.Roberto Lopez wrote:I'm not sure to understand your question...sudip wrote:Hello All,
Is there any way to use EXECUTE REPORT with default page setting. BTW, I can use default printer as follows but not default page setting.Thanks in advance.Code: Select all
EXECUTE REPORT Salereg PREVIEW
With best regards.
Sudip
Creo que es eso.
Is it possible to execute report on defafault paper setting by the end user?Roberto Lopez wrote:...
I'm not sure to understand your question...
Code: Select all
BEGIN LAYOUT
PAPERSIZE <nValue>
ORIENTATION <nValue>
[ PAPERWIDTH <nValue> ]
[ PAPERLENGTH <nValue> ]
END LAYOUT
That is not possible currently.sudip wrote: Is it possible to execute report on defafault paper setting by the end user?In my very humble opinion, it will be possible if PAPERSIZE and ORIENTATION are optional in above commands.Code: Select all
BEGIN LAYOUT PAPERSIZE <nValue> ORIENTATION <nValue> [ PAPERWIDTH <nValue> ] [ PAPERLENGTH <nValue> ] END LAYOUT
(Sometimes, I am afraid, why I can't explain easily? May be I am suffering too much tension...!!!)
With best regards.
Sudip