ColdFusion

CFCHART: JSSTRINGFORMAT does not work in the URL attribute?

My goal is to make a link to another window/frame of a chart and I need Javascript to achieve this (no TARGET attribute available in CFCHART). When the variable $ $ITEMLABEL contains an apostrophe, it obviously generates a javascript error because th

Permission error on a data base Mysql using CF MX 7

I have a new web site on GoDaddy.com. The account is under Lnix with mysql 4.0.24 and CF MX 7. I created my first mysql database calledMyDB. When I created the database using tools of GoDaddy, I gave my 'myusername' database, a user name and the pass

Question of CFQuery Structure

Can anyone tell me how I can strip the foreign characters in a field (during the execution of SQL) and compare it to a bare form field? For example I hope it would work somehow - but there aren't :) < cfquery >SELECT...WHERE cst_AccountNum = ' #attri

ODBC Agent &amp; amp; Server services

We have made an update of MS Windows and now the following error a provisioned in the CF: Connection verification failed for data source: armjava.sql.SQLException: [Macromedia] [SequeLink JDBC Driver] TCP/IP error, connection refused.The root cause w

Nulls in the Collections of COM

Please see this code example: *** <!-initialize Salesforce.com account->< cfset sfUserName = "xxx" >< cfset sfPassword = "xxx" > <!--> initialize Salesforce API< cfoutput >< cfobject action = "crΘer" type = "COM" class = "SForceOfficeToolkit3.SForceS

Using a variable as a SELECT field

I try to get shipping to a different weight and postal codes. I query a table to get a zip code provided by the user area. This works. Then, I want to use this area to retrieve the shipping cost for a specific weight of another table. I put the box a

tags of the query return data XML XML to lose

I have a recordset returned by SQL Server 2005 by using a stored procedure. One of the fields is XML. When I left this field in my cfm page, all the XML tags are gone. I don't know where they get lost or how to get back them. I need to process this X

getElementById in Firefox

getElementById doesn't work the same way, it works in Internet Explorer. How to make getElementById in Firefox? < input type = "radio" name = "frm_rad" value = "1" checked = "checked" onClick = "document.getElementById('firstname').style.display = 'b

CFCHART chart flash - formatted xml

I have two cards each that are generated using the tag cfchart - creating a graph in flash. To get the look of the end of the map I want, I use an xml file to handle some of the formatting. This fine all worked for me until last week when I went to a

How to analyze the results of GetSOAPRequest

Hello Can someone help me, how can I analyze the result GetSOAPRequest's next? The following xml code is the example that I try to analyse. Thank you. <? XML version = "1.0" encoding = "UTF-8"? >"< xmlns:soap: envelope soap =" http://schemas.xmlsoap.

CFIF and checkbox

It is a form of editing a page of events.I should be able to "approve" and "disagree" with a check box.But im getting an error when trying to disapprove "APPROVAL is not defined."

Requirements for Web server for ColdFusion

We are running Windows 2003 Enterprise both 2000 Advanced Server and must support a form designed in ColdFusion. I have some difficulty to find the requirements for the web server. Pointers would be greatly appreciated. Thank you!

CFQUERY where '

I have a regular cfquery which is fine.The problem I encountered is that an entry in the database I search by contains ',.It seems so that something like< CFQUERY...Select * from tableWHERE to stay = 'Mike House'< / CFQUERY >of course "Mike is by clo

Work time Bell

then coldfusion handle this type of application? A server computer should be used as a working Bell. The audio output of the computer will be used as input to a centralized audio amplifier... is this possible using coldfusion? Thank you

CFFILE utf-8 BOM attribute

Someone has an idea, how I can write a file with the BOM attribute. "< cffile action ="WRITE"file =" "#MyPath #\ #MyFile #" output = "# text #" charset = "utf-8" > generates a utf-8 file without the signature - Unicode (BOM). In the documents I found

How to split a list?

Can you tell me how to divide a list in ColdFusion? I tried to look but not found in the reference CF....

Simple search of Verity fails

I am totally new to Verity, so this may be obvious, but I get no results. A collection appears in the CF administrator. When CFIndex is running, there is no error message. CFSearch back squat. The goal is to search for PDF files, but I added a *.cfm

CFGRAPH CF 4.5

Is there available in 4.5 CFGRAPH tags? I've been Googling for something else and came across this: http://www.buntel.com/blog/index.cfm?mode=entry & entry = C693E2DB-4E22-1671-5BE25FE982A9621D and Alex Sherwood's comment implies that there. However,

Disperse the display bug?

Let's say it's my data: (X, Y)-------(4, 85)(4, 106)(6: 39)(7: 58) Only 3 of the 4 points are plotted - whenever there are several points that have the same x axis value (in this case, x = 4 a 2 y values), only one of the points is drawn. Here is the

5th element of the table disappears after the new page load

Hello In a page, I set the following... <! - set up color site map - >< cfset session.colors = ArrayNew (1) >< cfset session.colors = [1] #get_club.color1 # >< cfset session.colors = [2] #get_club.color2 # >< cfset session.colors = [3] #get_club.colo
« Prev 1 2 3 4 5 6 7 ... 10 Next »