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

RE: [sqr-users] page write attempted while writing current page



Thanks Gina.  After walking thru the header, I was able to find my
error.  I'm glad you were able to recognize the error message right
away.

-----Original Message-----
From: sqr-users-bounces+ivan.turner=qwest.com@sqrug.org
[mailto:sqr-users-bounces+ivan.turner=qwest.com@sqrug.org] On Behalf Of
Bencke, Gina
Sent: Monday, July 12, 2004 2:15 PM
To: This list is for discussion about the SQR database reportinglanguage
fromHyperion Solutions.
Subject: RE: [sqr-users] page write attempted while writing current page


I have seen this if in the heading or footing section you attempt to
write beyond the last physical line on the page.  For example.

The third print cannot fit on the current page because SQR only save 2
lines for the footer,  the compiler does not catch this error because of
the use of relative positioning. Begin-footing 2
  print 'line 1' (1,1)
  print 'line 2' (+1,1)
  print 'line 3' (+1,1)
End-footing

Or 

If #line has a value that is greater 3 the line will simply overwrite a
line on the body of the page, However is #line has a value greater than
the maximum lines on your page you will receive the "page write..."
error. Begin-heading 3
  print 'line 1' (#line,1)
End-heading

Hope this helps!


Gina Bencke
Bencke Consulting Corporation

Office (440) 519-0060
email: gina.work@bencke.com


-----Original Message-----
From: sqr-users-bounces+ginabencke=forestcity.net@sqrug.org
[mailto:sqr-users-bounces+ginabencke=forestcity.net@sqrug.org] On Behalf
Of Turner, Ivan
Sent: Monday, July 12, 2004 1:57 PM
To: This list is for discussion about the SQR database reportinglanguage
fromHyperion Solutions.
Subject: [sqr-users] page write attempted while writing current page


Has anyone ever seen this one?  I have no before or after procedures in
the code.

(SQR 5400) Second page write attempted while writing current page. Check
BEFORE-PAGE, AFTER-PAGE procedures.

_______________________________________________
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

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