[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
[sqr-users] Formatting in sqr (bold and italics)
- Subject: [sqr-users] Formatting in sqr (bold and italics)
- From: "p satheesh kumar" <sathkumar_p@rediffmail.com>
- Date: 8 Dec 2004 10:32:54 -0000
- Delivery-date: Wed, 08 Dec 2004 05:33:40 -0500
- List-id: "This list is for discussion about the SQR database reportinglanguage from Hyperion Solutions." <sqr-users.sqrug.org>
Hi,
I have a file which is containing some text matter (it is a text file). I am
including in sqr. My requirement is that some lines should be bold when we send
a mail. I tried this which is not happening.
Here is my code:
Based on one parameter
I am including the text file in a file called test.sqr.
if $flag = 'Y'
#include 'Acknowledgement.txt'
end-if
#include 'Decline.txt'
The Acknowledgement.txt file contains the below information
Print ' ' (+1,2,0)
Print ' * Thanks for your interest '(+1,2,0) bold
Print ' Our executive will be in touch with you '(+1,2,0) bold
Print ' Our address is ... '(+1,2,0)
Print ' Contact numbers 1234567890 '(+1,2,0)
Print ' Have a nice day.'(+1,2,0)
If you notice above statments, the second and third print statement is bold. I
am using bold because I want this should be bold when we send a mail. When the
user receives the mail, it should show as bold. When I am checking my mail. The
text is not showing as bold.
Also I want the same should be in italics. How do I do this?
Could someone help me out?
Thanks in advance,
Satheesh.
_______________________________________________
sqr-users mailing list
sqr-users@sqrug.org
http://www.sqrug.org/mailman/listinfo/sqr-users