1
vote
3answers
35 views
How do you globally modify page output sent from IIS without modifying the page source?
A couple sites of mine recently got "hacked". Someone was able to add a line of JavaScript to the bottom of every page on the site.
The server is a Windows Server 2003, and has C …
0
votes
1answer
24 views
open project has encountered a problem
i am trying opening adobe coldfusionbuilder coldfusion , and it is throwing error
"open project has encountered a problem"
Problems occurred opening the selected resources.The pr …
0
votes
3answers
59 views
Big Table Advice (mssql)
Hey all,
I'm experiencing massive slowness when accessing one of my tables and I need some re-factoring advice. Sorry if this is not the correct area for this sort of thing.
I'm …
1
vote
1answer
18 views
JQuery AJAX .load - flash chart doesnt load in IE
Hello,
An IE issue has me completely stumped. I have a coldfusion page that uses JQuery's AJAX .load function to load in a new flash file that is generated by coldFusion's cfchart …
2
votes
2answers
60 views
Web service is expecting a DataSet object, how can I provide that via ColdFusion or in raw XML?
I need to make a call to a web service written in .NET. The application making the call is written in ColdFusion. One of the parameters the web service expects is a DataSet object. …
3
votes
2answers
56 views
Best Coldfusion Library for OpenID
I am getting ready to start a project that requires using OpenID within Coldfusion 8. I have found a number of different options and was wondering what has worked the best, get's t …
0
votes
1answer
21 views
Locking a queue while re-ordering it in Coldfusion
Hi all, please consider the following:
I have a queue of objects represented
as an array.
I process them off the top of the
array (at position 1) before calling
arrayDeleteAt() …
1
vote
1answer
41 views
Display source code in a textarea component
I am putting together a presentation on flex for adobe user group that specialize in coldfusion. In my example I would like to display the text of the cfc being called from the we …
3
votes
2answers
95 views
TSQL SELECT then UPDATE in one transaction, then return SELECT
I am really having trouble with a query in my ColdFusion application (backended to MS SQL 2008). I keep getting DB deadlock errors on this transaction:
<code>
<cftransac …
1
vote
1answer
38 views
cfquery oracle stored procedure
I had to change the SQL stored procedure to ORacle stored procddure.I am able to successfully execute my modified stored procedure in oracle.
But unable to obtain the query result …
1
vote
4answers
76 views
Consolidating a COUNT query
I have a page where I am running an initial SQL query to get a list of subjects, then I loop over this query and run two additional queries for each record returned from the origin …
0
votes
1answer
43 views
Strange mySQL Coldfusion Problem
Hey guys well I'm working on this system and it giving me sooo much trouble. I just want to quit at this point. Long story short I made a few changes to how a mySQL table works, I …
0
votes
1answer
28 views
Paypal integration in coldfusion
I am trying to integrate paypal into my website using coldfusion, everything is working fine except the "return to merchants" url :( ..
The date displayed as the button is gettin …
0
votes
2answers
39 views
CFDIV, and CFFORM not working right inside a CFWINDOW.
Hey guys I am having an issue when I'm trying to display a cfdiv inside a cfwindow. It just doesn't show up. No errors, nothing to tell me I'm doing something wrong. The div works …
1
vote
1answer
30 views
Find ColdFusion Generated ID
Is there a way to find the elements generated by ColdFusion's CFLayout and CFLayoutArea tags?
These tags:
<cflayout type="tab" name="MyAccount">
<cflayoutarea name="Orde …
