CodeCharge Studio
search Register Login  

Visual Web Reporting

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

YesSoftware Forums -> CodeCharge Studio -> ASP

 Problem on "Alter Integer Color"

Print topic Send  topic

Author Message
fafa

Posts: 27
Posted: 04/15/2004, 10:26 AM

ASP Code:
If Inventory.Quantity.Value < Inventory.Reorder_level.ValueThen
Inventory.Quantity.Value = "<b><font color=""RED"">" & Inventory.Quantity.Value & "</font></b>"
End if

Result:
The grid field is changed to "blank" or "no change".

Remark:
The data type of Quantity and Reorder_level are interger.

What is my problem?
View profile  Send private message
fafa

Posts: 27
Posted: 04/15/2004, 11:20 AM

Refer to the previous topice, my problem has been resolved.

ASP Code:
If Cdate(Inventory.Quantity.Value) < Cdate(Inventory.Reorder_level.Value) Then
Inventory.Quantity.Value = "<b><font color=""RED"">" & Inventory.Quantity.Value & "</font></b>"
End if
View profile  Send private message

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.