[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



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