[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
[sqr-users] RE: Page break issue
- Subject: [sqr-users] RE: Page break issue
- From: Rebecca.Barilleaux@anthem.com
- Date: Tue, 8 Jun 2004 07:49:28 -0400
- Delivery-date: Tue, 08 Jun 2004 06:55:35 -0500
- List-id: "This list is for discussion about the SQR database reportinglanguage from Hyperion Solutions." <sqr-users.sqrug.org>
Darshil
I think you're missing an "else" -- try this:
begin-procedure comp_proc
if #notfirstRow = 0 ! this will only happen the first time the procedure
is executed
move 1 to #notFirstRow ! 1 is true
else
write 1 from 'Company : ' &desc
new-page
end-if
end-procedure !cust_count
Rebecca
CONFIDENTIALITY NOTICE: This e-mail message, including any attachments,
is for the sole use of the intended recipient(s) and may contain confidential
and privileged information or otherwise protected by law. Any unauthorized
review, use, disclosure or distribution is prohibited. If you are not the
intended recipient, please contact the sender by reply e-mail and destroy
all copies of the original message.
_______________________________________________
sqr-users mailing list
sqr-users@sqrug.org
http://www.sqrug.org/mailman/listinfo/sqr-users