nansat99
24th February 2006, 17:59
Hi,

I am trying to create a PS file.
For that I have created a device as follows.

In the script, I tried to open the report as follows
if week.prior.yn = tgyenox.yes then
brp1 = brp.open("rtimjrc43701000", "", 1) endif

and selected the device as PS , i didnt get any file created hence tried in the other way
if week.prior.yn = tgyenox.yes then
brp1 = brp.open("rtimjrc43701000", "POSTSCRIPT", 1)
endif
both ways didnot work with device PS, when I give "D" display or winp (windows printer), it is showing me the data.

quick reply would be appreciated
Thanks
nansat

bdittmar
24th February 2006, 18:34
Hi,

I am trying to create a PS file.
For that I have created a device as follows.

In the script, I tried to open the report as follows
if week.prior.yn = tgyenox.yes then
brp1 = brp.open("rtimjrc43701000", "", 1) endif

and selected the device as PS , i didnt get any file created hence tried in the other way
if week.prior.yn = tgyenox.yes then
brp1 = brp.open("rtimjrc43701000", "POSTSCRIPT", 1)
endif
both ways didnot work with device PS, when I give "D" display or winp (windows printer), it is showing me the data.

quick reply would be appreciated
Thanks
nansat

Hello,
your profile says you're on Unix (Solaris). The postscript file has to built in $HOME, and transfered by server.to.client, or stored in an SAMBA Share.

Regards

nansat99
24th February 2006, 21:55
i COULD create a Ps file..but would like to change the "paper type" from protrait to landscape.

I have set up the Device "PS" as shown in attachemnt.

I defined the report defaults also . When I convert the PS to PDF, last columns are getting truncated.

How to change the paper type to landscape ?

Thanks
nansat