[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




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