|
-
December 15th, 2004, 09:56 AM
#1
insert a text across the report as a watermark
I need to insert a text 'COPY' across the report as a watermark.I know its possible with pictures...but how to do it for text?
I am using crystal report 8.5
Also i need to print 2 pages of report for vouchers 1st as original and second as COPY and maintain detail/footer integrity.Pls suggest how to do it
-
December 15th, 2004, 10:48 PM
#2
Re: insert a text across the report as a watermark
Hi,
Watermark text is nothing but combination of text font color shading, change the font foreground color as minimum of 5% gray color started with white.
Regards,
K.Babu
 Originally Posted by pallavijyo
I need to insert a text 'COPY' across the report as a watermark.I know its possible with pictures...but how to do it for text?
I am using crystal report 8.5
Also i need to print 2 pages of report for vouchers 1st as original and second as COPY and maintain detail/footer integrity.Pls suggest how to do it
Please avoid sending emails to my personal mail:
write your doubts as thread in Codeguru
Crystal Reports Forum.
This will help all people having similar matters, and will let people who know solutions on the specific topic
share their knowledge.
Visit my company web site (Qmax Test Equipments Private Limited)
Yours friendly,
K.Babu
-
December 15th, 2004, 11:00 PM
#3
Re: insert a text across the report as a watermark
"Also i need to print 2 pages of report for vouchers 1st as original and second as COPY and maintain detail/footer integrity.Pls suggest how to do it"
Send 2 copies to printer. Suppress the text field if PageCount = 1.
eg
formula = (PageNumber = 1)
dave
-
December 16th, 2004, 12:06 AM
#4
Re: insert a text across the report as a watermark
Hi,
Don't use copies of 2 in this case.
Make a select option control "Print Copy" , "Print Copy Only" & "No Copy" in UI screen, pass the value to crystal report formula field (get from cr formula field) .
Call the Print command (optional) twice, depends upon the above condition.
This option will help you more than one copy printout without original copy.
Regards,
K.Babu
 Originally Posted by springsoft
"Also i need to print 2 pages of report for vouchers 1st as original and second as COPY and maintain detail/footer integrity.Pls suggest how to do it"
Send 2 copies to printer. Suppress the text field if PageCount = 1.
eg
formula = (PageNumber = 1)
dave
Please avoid sending emails to my personal mail:
write your doubts as thread in Codeguru
Crystal Reports Forum.
This will help all people having similar matters, and will let people who know solutions on the specific topic
share their knowledge.
Visit my company web site (Qmax Test Equipments Private Limited)
Yours friendly,
K.Babu
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|