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 -> IDE/GUI

 Having Problem with < > Tags in Event Procs

Print topic Send  topic

Author Message
matthias
Posted: 07/11/2004, 5:57 AM

Having Problem with < > Tags converted to < and > during the rendering process. So i have error on the output pages on Event Procedures. Sample:
$T_KUNDEN->Alt_KUND_FIRMA->SetValue("<font color=red>".$T_KUNDEN->Alt_KUND_FIRMA->GetValue()."</font>");

how can i manage this ?

Thanks

Mats
Paulix
Posted: 01/06/2005, 4:48 AM

Did you mean converted from < to
& l t ;(without spaces)
?

Have you solved this problem, I have it too (PHP). I have tried the sample from help:

 if ($Tasks->Priority->GetValue() == "High") {  
    $Tasks->Priority->SetValue("<font color=RED>".$Tasks->Priority->GetValue()."</font>");   
  } else if ($Tasks->Priority->GetValue() == "Lowest") {  
    $Tasks->Priority->SetValue("<font color=GREEN>".$Tasks->Priority->GetValue()."</font>");  
  }  

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.