CodeCharge Studio
search Register Login  

Web Reporting

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

YesSoftware Forums -> CodeCharge Studio -> General/Other

 CCS 5 edition is a complete disaster WHAY ? [RESOLVED]

Print topic Send  topic

Author Message
beshoo

Posts: 68
Posted: 10/11/2014, 1:01 PM

As a full time programmer ! i can say , shame on you YES company.

That is it ,
NOW Why is that....

Lets take about respect ..... Yes do respect users ,i know that ... but its seam CCS don't !
Wehn you are using any editor for programming purpose you do expect some fundamental things ..
ctrl+space to get auto complete code menu while you type the events codes !

Which is supported by CSS , the funny thing is "this feature is not working any more !".... tested on tow laptops , Windows 7 home and premium edition.... i remember same bug in CCS4 ! but i worked with the support team to solve it... and now we have a very same bug , but till now no reply from support about it !

Now as we are talking about "fundamental" ... as i know we are working on RAD IDE , which it automate things
as i remember .. CCS 4 , can change the name of the input text inside the code when you change it from the properties box , but how can we be special? Simple . by braking things ..... Correct ?

now to see by your own eyes ,
1 - create a "login page"
2 - change the name of the login filed to any thing
3- codeCharge 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;
}


Now , one off you may say , why don't you email support .....
I did that , and Mr Greg W. did reply to me with no direct solution. but a Big thanks for his cooperation!
Now , what is going on with YES , i can understand how much the big work behind this application, the problem is how to stay on the top since you reach the place you need to save it ! correct . YES start losing its luster!
how is that ?
1st off all , no one from management will answer this complaint "I am Sure !!"
second is this : October 29, 2013 is the latest CSS update , which mean and now we are in 2014 October !
one year without any update ! even Jquarry needs an update !

any way , i think it is some thing about income ! there is no selling , and yes may cut codecharge development share .... it is understandable , we don't want a new features , we need a bug free application !

We don't want a refund ! we just need a CCS bug free ...

:-X :-X :-X :-X :-X :-X :-X :-X :-X
_________________
beshoo Love PHP and CC 4.2
View profile  Send private message
Oper


Posts: 1195
Posted: 10/11/2014, 1:32 PM

Explorer 10 or 11?
_________________
____________________________
http://www.7bz.com (Free CMS,CRM Developed in CCS)

http://www.PremiumWebTemplate.com
Affiliation Web Site Templates

Please do backup first
View profile  Send private message
beshoo

Posts: 68
Posted: 10/11/2014, 1:40 PM

IE 11.0.9600.17280
:-D


_________________
beshoo Love PHP and CC 4.2
View profile  Send private message
Oper


Posts: 1195
Posted: 10/11/2014, 1:44 PM

:) thats your problem (must of them) not all so

CCS rely on Explorer Engine
_________________
____________________________
http://www.7bz.com (Free CMS,CRM Developed in CCS)

http://www.PremiumWebTemplate.com
Affiliation Web Site Templates

Please do backup first
View profile  Send private message
Oper


Posts: 1195
Posted: 10/11/2014, 1:46 PM

As a test create VBox Machine and you will see.


_________________
____________________________
http://www.7bz.com (Free CMS,CRM Developed in CCS)

http://www.PremiumWebTemplate.com
Affiliation Web Site Templates

Please do backup first
View profile  Send private message
beshoo

Posts: 68
Posted: 10/11/2014, 1:48 PM

so do you advice me to uninstall IE 11 and install the Grandfather :) 10 !
_________________
beshoo Love PHP and CC 4.2
View profile  Send private message
Oper


Posts: 1195
Posted: 10/11/2014, 2:23 PM

IE9

but will be better if you create a Virtual Machine and Test
_________________
____________________________
http://www.7bz.com (Free CMS,CRM Developed in CCS)

http://www.PremiumWebTemplate.com
Affiliation Web Site Templates

Please do backup first
View profile  Send private message
beshoo

Posts: 68
Posted: 10/11/2014, 2:29 PM

IE 10 Dos not work at all !same problems ,,,, downloading the GrandGrand fatehr
_________________
beshoo Love PHP and CC 4.2
View profile  Send private message
Oper


Posts: 1195
Posted: 10/11/2014, 2:33 PM

Try IE9
Also if Possible turn UAC off

_________________
____________________________
http://www.7bz.com (Free CMS,CRM Developed in CCS)

http://www.PremiumWebTemplate.com
Affiliation Web Site Templates

Please do backup first
View profile  Send private message
beshoo

Posts: 68
Posted: 10/11/2014, 3:18 PM

I did downgrade to IE8 .... same problem

Please tell me do you have such problems ! specially changing control name in the log in form !
see this screen shoot




and the menu of auto complete ?

if not ...
what is your windows and IE ?
_________________
beshoo Love PHP and CC 4.2
View profile  Send private message
beshoo

Posts: 68
Posted: 10/11/2014, 3:21 PM

regarding IE9 i am unable to install t at all !\
_________________
beshoo Love PHP and CC 4.2
View profile  Send private message
Oper


Posts: 1195
Posted: 10/11/2014, 4:04 PM

WIndows 7
UAC has to be off <-----------Important
IE9

working ASP, PHP without mayor Issue
_________________
____________________________
http://www.7bz.com (Free CMS,CRM Developed in CCS)

http://www.PremiumWebTemplate.com
Affiliation Web Site Templates

Please do backup first
View profile  Send private message
beshoo

Posts: 68
Posted: 10/11/2014, 4:12 PM

I did install IE9 ...
UAC is off :

CCS 5 final !

Same problem , the auto complete code menu "ctrl+space" is not appear at all !
If you change the login input name , CCS will not change the code inside the event page !

any other workaround

THNAKS
_________________
beshoo Love PHP and CC 4.2
View profile  Send private message
Oper


Posts: 1195
Posted: 10/11/2014, 4:20 PM


_________________
____________________________
http://www.7bz.com (Free CMS,CRM Developed in CCS)

http://www.PremiumWebTemplate.com
Affiliation Web Site Templates

Please do backup first
View profile  Send private message
Oper


Posts: 1195
Posted: 10/11/2014, 4:24 PM

but i think this make CCS work erratically some time (I always has OFF in 5.1)
in ccs4.3 its on


_________________
____________________________
http://www.7bz.com (Free CMS,CRM Developed in CCS)

http://www.PremiumWebTemplate.com
Affiliation Web Site Templates

Please do backup first
View profile  Send private message
beshoo

Posts: 68
Posted: 10/11/2014, 4:28 PM

do you name the login input as loginXXXX ?
please change it to any thing and go to the event page and see dos CCS change it in the code to the same name?

BY THE WAY what is your CCS version !


the most important thing is the code complete menu ! i can not do any thing without it !

what i did , uninstall (5.1.1.18990) and re install once more time ...
Same thing


Thank you for your fast reply..... :) please help :)
_________________
beshoo Love PHP and CC 4.2
View profile  Send private message
beshoo

Posts: 68
Posted: 10/11/2014, 4:31 PM

Oper .... I LOVE YOU ! ..... the code menu is working NOW ,,, why YES hide it !!!!! YOU JUST SAVE MY DAY
_________________
beshoo Love PHP and CC 4.2
View profile  Send private message
Oper


Posts: 1195
Posted: 10/11/2014, 4:31 PM

............
_________________
____________________________
http://www.7bz.com (Free CMS,CRM Developed in CCS)

http://www.PremiumWebTemplate.com
Affiliation Web Site Templates

Please do backup first
View profile  Send private message
Oper


Posts: 1195
Posted: 10/11/2014, 4:38 PM

Welcome ;-)
_________________
____________________________
http://www.7bz.com (Free CMS,CRM Developed in CCS)

http://www.PremiumWebTemplate.com
Affiliation Web Site Templates

Please do backup first
View profile  Send private message
beshoo

Posts: 68
Posted: 10/11/2014, 4:42 PM

AHA ! 12 years with this application and i still learn and from who ! from the BEST ...

THANK YOU Oper .....



_________________
beshoo Love PHP and CC 4.2
View profile  Send private message
Oper


Posts: 1195
Posted: 10/19/2014, 8:38 AM

BTW you should add "RESOLVED" to Title
_________________
____________________________
http://www.7bz.com (Free CMS,CRM Developed in CCS)

http://www.PremiumWebTemplate.com
Affiliation Web Site Templates

Please do backup first
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.

MS Access to Web

Convert MS Access to Web.
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.