[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: postcript startup file
- Subject: Re: postcript startup file
- From: "Cadenas, Maria (MT)" <MCadenas@DOW.COM>
- Date: Mon, 18 Sep 2000 11:35:58 -0400
When does a program start to access the postcrip startup file
I have update a program, and now i get the following error:
(SQR 5404) Cannot open the Postscript startup file: dummy\postscri.str
(2): No such file or directory
The postcript file is there, the code looks the following (i did not change
this part of the code)
begin-setup
#include 'setupdb.sqc'
DECLARE-REPORT ENROLLMENT
layout=lscape
printer-type=PS
END-DECLARE
DECLARE-REPORT PREMIUM
layout=lscape
printer-type=PS
END-DECLARE
declare-layout lscape
orientation=LANDSCAPE
char-width=4.32
left-margin=0.25
right-margin=0.25
end-declare
declare-printer ABC
for-reports = (ENROLLMENT, PREMIUM)
type=PS
point-size=7
end-declare
end-setup
i am at my wits end at trying to fix this problem. I tested in two
environments. the old code works fine but the new one gives me the above
error. any help is greatly appreciated.