[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index] [Date Index] [Thread Index]
[SQR-USERS Info] [SQRUG Home Page]

RE: [sqr-users] Program aborting with print error



I suspect the print function is either trying to place your text two lines
above the first line of the page or one line above the first line of the
page, depending on whether it reads your position coordinates as "negative
1" or "subtract 1".  I think you can't use (-1,35) as your topmost print
statement on a page.

-----Original Message-----
From: Chrisman, Dan: [mailto:Daniel.E.Chrisman@conocophillips.com]
Sent: Wednesday, August 06, 2003 10:50 AM
To: sqr-users@sqrug.org
Cc: Hallinan, Art:
Subject: [sqr-users] Program aborting with print error


I get the following error when I run my program and it aborts:

error on line 202:
(SQR 5402) string cannot be placed on page: 'for P/E'
--placement specified is out of range (-1,35,0)

Here is the code I'm trying to execute.

begin-heading 7
 #debugc show 'begin-heading:'
  print ' for P/E '       (-1,35)
  print $Pay_End_Dt       ()

The report file gets created, just when it tries to print this header, it
aborts.
Could anyone help?

Daniel E. Chrisman
Senior Analyst
Ponca City Refinery
ETN 442.5654
DDE 580.767.5654

_______________________________________________
sqr-users mailing list
sqr-users@sqrug.org
http://www.sqrug.org/mailman/listinfo/sqr-users

_______________________________________________
sqr-users mailing list
sqr-users@sqrug.org
http://www.sqrug.org/mailman/listinfo/sqr-users