CodeCharge Studio
search Register Login  

Web Reports

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> CodeCharge -> General/Other

 setvar and css

Print topic Send  topic

Author Message
Chris C
Posted: 05/09/2004, 11:26 PM

Using codecharge and html style (styles.inc) the code below works. I would like to use a cascading style sheet instead but when I select it in codecharge this code no longer works.

Can anyone tell me what to change so that this code will work.

Thanks.


if fldpriority_id ="Urgent" then
SetVar "DataFONT", "color=""red"" size=""2"""
fldpriority_id = "<B>" & fldpriority_id & "</B>"
elseif fldpriority_id ="High" then
SetVar "DataFONT", "color=""blue"" size=""2"""
fldpriority_id = "<B>" & fldpriority_id & "</B>"
else
SetVar "DataFONT", styleDataFONT
end if
parsam
Posted: 06/04/2004, 7:12 AM

:-) Try this and contact: parsam@vsnl.net

SetVar "DataFONT", "color: red; font-size: 10px; font-weight: bold; text-decoration:underline; font-family: Verdana, Arial, Helvetica, sans-serif"

Add new topic Subscribe to topic   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

PHP Reports

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.