CodeCharge Studio
search Register Login  

Web Reports

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

YesSoftware Forums -> CodeCharge Studio -> General/Other

 What a BUG with codecharge , renaming input problem

Print topic Send  topic

Author Message
beshoo

Posts: 68
Posted: 10/09/2014, 4:24 PM

Dear all

is it just me with this bug ?

i have a bug with codecharge xx.18990
do the following :

1 - create a login page
2 - change the name of the login filed to any thing
3- code charge did not rename the input in the php code

eg i did rename the "login1" input to UserName
please have a look here in the xx_event.php page the OOP still point to the old opject name "login1" awhich mean CCS did not change the nemae !

global $CCSLocales;
global $Redirect;
if ( !CCLoginUser( $Container->login1->Value, $Container->password->Value)) {
$Container->Errors->addError($CCSLocales->GetText("CCS_LoginError"));
$Container->password->SetValue("");
$Login_Button_DoLogin_OnClick = 0;
} else {
global $Redirect;
$Redirect = CCGetParam("ret_link", $Redirect);
$Login_Button_DoLogin_OnClick = 1;
}



Regards
_________________
beshoo Love PHP and CC 4.2
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.

Web Database

Join thousands of Web developers who build Web applications with minimal coding.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


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