19 questions
0
votes
0
answers
17
views
CCS 5.1 - mysql connect works and grid builder shows table but not fields
I am using code charge studio 5.1 and just trying to create a new project. I am using odbc connection to mysql. On a new project if try to use the grid builder and use the connection1 I setup it ...
-2
votes
1
answer
95
views
Google coding challange work scheduling code
I have a Google foobar challenge:
Write a function called answer(data, n) that takes in a list of less than 100 integers and a number n, and returns that same list but with all of the numbers that ...
0
votes
1
answer
279
views
How to compare a php input field and mysql database table
Please I have two tables (keygen and sub2) in a database nassk. I created a form with the table sub2
keygen fields are keygenID, Keygen while sub2 fields are SubID, Keygen, userID, Date_Sub
i was to ...
0
votes
1
answer
68
views
Logout issue Codecharge - Log out from one app logs out all
Good to see CCS is still alive and well.
Have two applications on the same site. Second app is Admin in a folder of main site.
Using different login variables for each. Different Cookie names.
Log out ...
0
votes
2
answers
115
views
Need to add a Group By statement to PHP/SQL generated from Codecharge
I am trying to modify some PHP code that was created ages ago in Codecharge, to include a Group By clause in a MYSQL statement.
I have tested my MYSQL query and it works brilliantly in phpmyadmin. ...
0
votes
4
answers
183
views
SQL + PHP Update query
I've been trying to update my data according to the user session (UserLogin) but it kept saying: Data type mismatch in criteria expression. The print_r is just for testing purposes.
Thanks in advance,...
0
votes
1
answer
203
views
Hiding empty database table column
I'm trying to hide the whole column when my database returns nothing, but it still treats the database field (ex. {something}) as a valid input.
$('#mytable th').each(function(i) {
var remove = 0;
...
0
votes
0
answers
699
views
How can I extract metrics (code churn metric) on the variation of the code of two software versions?
I'm a little confused. I would like to extract the metrics related to different versions of a software (source code) exists, which take into account the different modifications in the two versions of ...
0
votes
1
answer
340
views
In CodeCharge Studio 4.3, i get a database error
I made a page and a Login page to secure that first page. When you login, it show the error:
Unable to establish connection to database.
Error information:
Microsoft OLE DB Provider for SQL Server (...
0
votes
1
answer
822
views
In Codecharge Studio how do i get a select box with optgroup tag?
I am trying to use a optgroup tag in CCS. But the default list box doesn't have an option for this. Can someone explain how to get the recordset in After Execute Event and do a custom select HTML ...
1
vote
2
answers
160
views
Link to a different web page contains too many parameters
I have a link from a web page to another, and the link is supposed to only send a single parameter (PackageName). But here's what happens, the linked web page is being called with 2 params:
.../ETL/...
0
votes
2
answers
688
views
Error in js script
This is a script that is generated by CodeCharge (code generator) as part of my app (well, also by Artisteer designs, apparently). I have very little knowledge of web development, zero knowledge of JS ...
1
vote
0
answers
183
views
UIAutomation automating a software build/publish in CodeCharge 4.3 - simple robust alternative to SendKeys?
I am trying to automate the build/publish of a large project implemented in Classic ASP using CodeCharge 4.3.
I know Classic ASP is a scripting language and our application is not really "compiled" ...
0
votes
1
answer
5k
views
Configuration file is not well-formed XML
HTTP Error 500.19 - Internal Server Error
The requested page cannot be accessed because the related configuration data for the page is invalid.
The Config Source section reads:
35: <add key="...
0
votes
2
answers
343
views
Hide Checkbox and Label based on Label text
The label text of a checkbox is dynamically generated in CodeCharge. The label text includes the amount of available articles. When this number is (0), the checkbox and the label text should be hidden,...
0
votes
2
answers
306
views
JQuery not working in IE
I am using the Tiny slideshow in my asp.net page. It works fine in all the Browser and here is the LINK, But my problem starts when I include that page in my master page and display the same. the ...
1
vote
3
answers
388
views
CodeCharge Application
I need to make small asp.net application in codecharge.
Please tell me how to add server side event into that app and how can i get textbox value in server side.
0
votes
1
answer
435
views
PHP MVC gradual transition from CodeCharge to _____?
I'm working with a large legacy project created using CodeCharge Studio. We're looking to get away from CodeCharge, as we really don't like it (for a number of reasons).
We're not going to be able ...
0
votes
2
answers
2k
views
CodeCharge : is it any good?
A job came in to me that's built with CodeCharge - had a look at it and seems to be a pretty basic point-and-click site builder tool. Has anyone got any in-depth experience with it? My first reaction ...