| Thread | Last Post | Replies |
|
| Query Join Code | 22 Feb 2008 15:49 GMT | 2 |
Can anyone tell me why this code returns an error. Whats the correct code? Thanks in advance [Q]<cfquery datasource="#request.dsn#" name="testd"> SELECT f.forumID, f.forumName, t.forumID, t.topicID, p.topicID, p.postID
|
| Check whether inside a cfwindow | 22 Feb 2008 11:52 GMT | 3 |
I have a web page that contains a header and a footer. If the page is inside a cfwindow I want to remove them and show. Otherwise the footer and header should be there. Please tell me a way to do that.
|
| flashpaper called from "form" hangs | 21 Feb 2008 20:29 GMT | 2 |
I created a flashpaper .cfm page and it appears to run perfectly until I call it from a form action page. I saw a previous thread that mentioned a problem with this, but no solution was rendered. I'm running on a goaddy.com server with CF7. My browser is IE 7.0.5730.11.
|
| Accesing Form and Request variables in cfc | 21 Feb 2008 14:11 GMT | 6 |
I have a cfc published as a webservice. I have insert statements in the cfcs which uses form and request variables. When I invoke the component, I get an error form variable is not defined. Am I missing something?.
|
| XML feed or Flash? | 21 Feb 2008 09:57 GMT | 2 |
Hello. I have a news site that aggregates the latest headlines from major news sources. I want to allow other sites to have a widget of the latest headlines and am not sure how to approach this. I'd rather have a nice flash widget but am not sure how to pass data to it if ...
|
| Verity Search Server Issues | 21 Feb 2008 01:41 GMT | 13 |
Anyone else have this issue when trying to use cfsearch against a collection? If so, was there a fix? We installed the search server when we installed CF8 as a package install. Message Unable to connect to the ColdFusion Search service.
|
| Having a bug in Internet Explorer 7 | 20 Feb 2008 19:04 GMT | 6 |
I am trying to create a special datagrid to store new member of a project (the interface is to create new project). I am able to open a cfwindow if the user want to add a new member into the datagrid. The cfwindow will consist of a form of 3 cfselects (member's type, member's ...
|
| CfExchange Tags and Microsoft 440 Error | 19 Feb 2008 16:58 GMT | 1 |
I have had a set pages using the CfExchange tags working fine with our old Microsoft Exchange 2003 server. My institution recently upgraded to Exchange 2007. None of my pages work now. They all return a 440 (login timeout) error, almost instantly. Loggin directly into the ...
|
| cfimage not working (error message) | 19 Feb 2008 14:43 GMT | 5 |
I have the developper edition of CF8, and I try to experiment the new cfimage tag. On any <cfimage tag used or image function, (any method used)
|
| Newsletters read | 19 Feb 2008 14:34 GMT | 3 |
I have a table with many email addresses. I want to send a newsletter to everyone of them. No problem. What I was asked is to know how many of them actually read the newsletter. I have search the web for an answer and found that nothing is 100% bullet proof. The client is aware ...
|
| Error In <cflock> | 19 Feb 2008 09:40 GMT | 5 |
I keep on getting the below error from the last week. Timed out while waiting to obtain exclusive access<P> <p>The error occurred while processing an element with a general identifier of (CFLOCK), occupying document position (8:1) to (8:82) in the template file.
|
| CF8 Use of clientCert and cfhttp | 19 Feb 2008 08:17 GMT | 3 |
Dears, In coldfusion 8, we are trying to implement a web service call in secured mode (use of ssl and client certificate). we used therefore new elements clientCert and clientCertPassword into cfhttp command. we received a 'Connection Failure' as a result (coldfusion side). At ...
|
| Invalid URL | 19 Feb 2008 07:38 GMT | 1 |
I'm trying to use Ajax to submit a form to update a database. Every time I receive a "Invalid URL" message as a response. I've tried using both the standard Ajax code and the Coldfusion interface to Ajax and I always receive the same message. The page being called ...
|
| List Box Selecting Resets Client Variable | 19 Feb 2008 00:46 GMT | 2 |
Does anyone know how I can reset a client variable, client.afid, after a user selects a value from a list box? Pretty much onClick the page will refresh I guess and the client.afid will be changed to the list box selection. I don't know a ton about javascript.
|
| Letters above names in output | 18 Feb 2008 20:45 GMT | 10 |
I have a list of users ordered by last name. The request has come that the client would like a capital letter (for the last name) above each users grouped by the user's first letter of the last name. I.E.
|