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

RE: [sqr-users] Problem in Printing Terms and conditions in sqr



Hi Subbu,
I have written some terms and conditions in the footer section of
POPO005.sqr
You can add this code just before the end-footing.

   let $discl1 = 'xxx '
   let $discl2 = 'xxx '
   let $discl3 = 'xxx '
   
   let $disclaimer = $discl1 || $discl2 || $discl3 

   print $disclaimer (2,1,82) wrap 82 3


      alter-printer
         point-size=6
         font=4

   let $lgl01 = 'xxx '
   let $lgl02 = 'xxx '
   let $lgl03 = 'xxx '
   
   let $legaltalk = $lgl01 || $lgl02 || $lgl03 

   print $legaltalk (5,1,225)

   let $lgl01 = 'xxx '
   let $lgl02 = 'xxx '
   let $lgl03 = 'xxx '
   
   let $legaltalk = $lgl01 || $lgl02 || $lgl03 

   print $legaltalk (6,1,225)


   let $lgl01 = 'xxx '
   let $lgl02 = 'xxx '
   let $lgl03 = 'xxx '
   
   let $legaltalk = $lgl01 || $lgl02 || $lgl03 

   print $legaltalk (7,1,225)


Thanks,
Murali Kaithi
Spencer Gifts, LLC.

 

-----Original Message-----
From: sqr-users-bounces+murali.kaithi=spencergifts.com@sqrug.org
[mailto:sqr-users-bounces+murali.kaithi=spencergifts.com@sqrug.org] On
Behalf Of subrahmanyam Uppuganti
Sent: Wednesday, March 23, 2005 5:43 PM
To: sqr-users@sqrug.org
Subject: [sqr-users] Problem in Printing Terms and conditions in sqr

Hi,
Iam trying to add the terms and conditions to the PO dispatch report
(POPO005.sqr) and need to print the Terms and conditions ( 2 Pages)
after every Purchase order.
The Terms and conditions is a static data and doesn't need to store in
the data base.
Can some one suggest me how to Print this....
Thanks in advance.
Subbu Uppuganti 

                
---------------------------------
Do you Yahoo!?
 Yahoo! Small Business - Try our new resources site! 

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

______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
______________________________________________________________________

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