Questions tagged [codecharge]

18 questions
1
vote
3 answers

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.
harshagile
  • 346
  • 1
  • 2
  • 10
1
vote
2 answers

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…
MariusD
  • 129
  • 1
  • 2
  • 14
1
vote
0 answers

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" per se, but during the publish process, the…
Michael12345
  • 2,520
  • 5
  • 23
  • 41
0
votes
2 answers

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, if not both checkbox and label value must be…
expo101
  • 15
  • 2
0
votes
1 answer

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 correct my code on my form Sub2 with fields like…
0
votes
2 answers

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 Jquery stop working in Internet explorer.…
Bhavik Goyal
  • 2,786
  • 6
  • 23
  • 42
0
votes
1 answer

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 from main site, logs out Admin. Using link:…
John G
  • 9
  • 4
0
votes
2 answers

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. When I bring it in to the php page it kicks back an…
Aaron
  • 27
  • 5
0
votes
4 answers

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, Z function Employee1_BeforeShow(& $sender) { …
Z. Zeff
  • 1
  • 2
0
votes
1 answer

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; var tds = $(this).parents('table').find('tr…
Z. Zeff
  • 1
  • 2
0
votes
0 answers

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 the software. I would like to understand how I…
Ugo Giordano
  • 373
  • 3
  • 11
0
votes
1 answer

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 (0x80040E4D) Login failed for user 'NT…
0
votes
1 answer

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 to rewrite the entire project at once, it's going…
mmurch
  • 498
  • 5
  • 14
0
votes
1 answer

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 using PHP and put in place of the existing select…
Deepa
  • 7
  • 4
0
votes
2 answers

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 is one of horror and to just rebuild the code in…
David Burrows
  • 5,217
  • 3
  • 30
  • 34
1
2