I'm getting PS output but I need PDF !?!?! [message #82296] |
Thu, 15 May 2003 14:05 |
need_some_assistance
Messages: 1 Registered: May 2003
|
Junior Member |
|
|
I am running the following from a UNIX command line:
r30runm REPORT1 username/pswrd@dbname paramform=no orientation=PORTRAIT desmode=PDF batch=yes destype=file desname=get_coid_rec.pdf
I have requested the output in PDF format but its actually coming out in PS format?! Anyone have any suggestions as to what I'm doing wrong?
Thanks in advance
|
|
|
Command Line Parameter is incorrect [message #82303 is a reply to message #82296] |
Fri, 16 May 2003 01:27 |
|
Maaher
Messages: 7065 Registered: December 2001
|
Senior Member |
|
|
Isn't the desmode parameter incorrect? I user Reports 6 now, but in my recollection, the parameter to describe the destination format is in fact: desformat. Your command should read:
r30runm REPORT1 username/pswrd@dbname paramform=no orientation=PORTRAIT desformat=PDF batch=yes destype=file desname=get_coid_rec.pdf
Let me know whether it works for your version.
MHE
|
|
|