I'm new to C# and was wondering if there is a way to check if button event has been fired. The button type is a custom type inside a framework built on top of the .NET framework, but I'm not sure if matters.
Thanks ahead of time
I'm redoing a shopping cart to be object based. I have a user object with a getDiscount method. I keep getting error when I call the method "The value "cfuser2ecfc1565979364$funcGETDISCOUNT" cannot be converted to a number".
Here is my code:
initializing:
<cfset session.objUser =...
I'm half way through C # Step by Step, and it is a definite refresher. I learned OO in college so I'm not sure how good this book will be for a beginner to OO. I heard Kalani's books are good for studying for the 70-315 and 70-316 certifications. I need to check out "Windows Forms Programming in...
I had a survey on the web and I saved the data in numbers in the database. I need to send an excel sheet to the Marketing dept. to analyze the results of the survey. My question is how do I convert say rows B2 to B4000 to text. For example if I have "1" in B2 I want to show "0 - 2 hours per...
Here is the javascript code
var req;
function init () {
if (window.XMLHttpRequest) {
req = new XMLHttpRequest();
} else if (window.ActiveXObject) {
req = new ActiveXObject("Microsoft.XMLHTTP");
}
req.open("GET"...
I'm using this xml to grab data to show in a browser.
<?xml version="1.0" encoding="UTF-8" ?>
- <recordset>
<tablecols>3</tablecols>
<fontcolor>9933CC</fontcolor>
<linkcolor>33FF33</linkcolor>
<bgcolor>99FFFF</bgcolor>
<tablewidth>400</tablewidth>
- <slot>
<description>Test...
It probably is a connection problem. I've tried multiple sql server logins, different dsns, mixed and windows auth, but I get the same message that the login is not associated with a trusted sql server connection.
I appreciate the input, I might be just missing something little not sure. I've...
Someone I work with told me to use odbc as the type in cf Administrator. So now I'm trying this but I can't start my cf odbc server. Does anybody know how to start this service?
Thanks,
Nick
I have CF 7 with SQL SERVER 7, and it gives me this message everytime I try to setup the datasource.
Connection verification failed for data source: ssa
java.sql.SQLException: [Macromedia][SQLServer JDBC Driver][SQLServer]Login failed for user 'administrator'. Reason: Not associated with a...
I know I put the wrong statement method handle in. This is the code that I'm working on but not getting any where!
$sth1 = $dbh->prepare($SQL1);
$sth1->execute();
$results = $sth1->fetchall_arrayref();
@result = @$results;
foreach $row(@result) {
(variable, variable, etc..) = @$row;
print...
Hey, audiopro this code is to create a report. What I'm trying to do is grab a row from the table and work with it in each foreach loop. I think the @$ is for dereferencing with the DBI statement handle method $tbl_ary_ref = $sth->fetchall_arrayref() or the DBI statement handle method @row_ary =...
I was sent this code, but the @$row at the bottom does not work for me? I understand what it seems it is suppose to do, but it doesn't work. I don't find anything in the PERL manual pages about this.
$SQL = "select $variable, $variable from table where db.field = input";
@result =...
I have a query form I created, and I want to generate a report from this. I'm trying to think of way of allowing the client select what columns with checkboxes that he or she wants to see on the report. I have few ideas, but I feel there is a more efficient way of doing this. Any help would be...
I got it working! I checked the instructions in install.txt for /bin/apache -k install and /bin/apache/ -k start. I wasn't even starting the service, but my httpd.conf file was ok. Thanks for the help of pointing me in the right direction of finding out why I didn't have a service running for...
I completely uninstalled IIS, but I don't see Apache as a service. Any suggestions on how to make it a service or locate it to start it?
Thanks in Advance,
Nick
I just ran a script printenv.pl that came with the Apache2 installation that showed I'm using IIS 5.0. So I'm changing my question to how do I use Apache2 as my server software instead of IIS? Do I need to configure my IIS to run on a different port number, and change the configuration on the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.