[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
[sqr-users] question about font color
- Subject: [sqr-users] question about font color
- From: "Laura Mayer" <lmayer@gw.housing.umass.edu>
- Date: Thu, 27 Jul 2006 09:33:09 -0400
- Delivery-date: Thu, 27 Jul 2006 09:35:44 -0400
- List-id: "This list is for discussion about the SQR database reportinglanguage from Hyperion Solutions." <sqr-users.sqrug.org>
Morning,
I see in the SQR manual that you can change font color in HTML by using:
Specifying Text Colors
Use the %%Color and %%ResetColor extensions to change the color of text. The
following code example demonstrates this capability:
If &Salary > 100000
Print-Direct Printer=html '%%Color #FF0000'
End-If
Print &Salary ()
If &Salary > 100000
Print-Direct Printer=html '%%ResetColor'
End-If
But can I change it if the output is a pdf? I used the code above and it
doesn't seem to do anything.
Thanks in advance.
Laura
_______________________________________________
sqr-users mailing list
sqr-users@sqrug.org
http://www.sqrug.org/mailman/listinfo/sqr-users