Re: How to handle NULL or blank XML fields
What about just adding an if-statement like this: <cfif size GTE 1><cfset orderquery = QueryNew("FIRST_NAME, LAST_NAME,FILE_NUMBER,JOB_TITLE_DESCRIPTION") ><cfset temp =...
View Articlevalidate check box
I have the type file for users to upload file. If they browse the file, they have to select the document type from the check box and versus. This code didn't do what I want. Can onyone pls...
View ArticleRe: How to handle NULL or blank XML fields
The suggested CFIF would be unnecessary - the CFLOOP is going to handle the case of the empty document for you. Carl had most of the solution in his code, just no handling of the ELSE case for a...
View ArticleRe: How to handle NULL or blank XML fields
Reed, Good point about setting a default. Although, as I said in an earlier response, when you create a query using QueryNew() and add rows using QueryAddRow(), all of the columns in each row are set...
View Article# of CF licenses for cluster
how many licenses are needed to have a cluster (2 physical servers one active and one pasive)
View ArticleHow To Fix Jrun Crashes in ColdFusion 8
I have ColdFusion 8 running on Windows Server 2008 with IIS 7. Lately JRun has been crashing every few minutes. I don't know what the cause could be. Can anyone give advice on how to fix it? The...
View ArticleRe: How To Fix Jrun Crashes in ColdFusion 8
Any errors or warnings in ColdFusion8\runtime\logs\ coldfusion-event.log or coldfusion-out.log files just prior to CF8 Jrun crash?HTH, Carl.
View ArticleRe: Make Hyperlinks from URL
Carl, I think he means this 'script' here:http://kasyan.ho.com.ua/make_hyperlinks_from_urls.html Which is concerned with InDesign. This is the ColdFusion forum, you'll have more luck asking here...
View ArticleNeed help on struts configuration with ColdFusion 10 using IIS
We need help on struts configuration with ColdFusion 10 using IIS. Earlier we were using ColdFusion 8 with IIS 6 for one of our application. This application internally calls struts. After upgrading...
View ArticleRe: Localhost:8500 error in Coldfusion 10
Dear BKBK, No I tried it did not work. Regards Tayyab Hussain
View ArticleRe: Localhost:8500 error in Coldfusion 10
What actually happened when you tried it? Did you receive any error messages?
View ArticleRe: Null Pointers are another name for undefined values
Dear BKBK, Still recieving the same error Regards Tayyab Hussain
View ArticleRe: Null Pointers are another name for undefined values
At which line of code do you receive the error?
View ArticleRe: How To Fix Jrun Crashes in ColdFusion 8
I don't see anything special except for "02/06 09:27:47 error There is no web application configured to service your request" but I think this is happening each time after jrun crashes. Also, I just...
View ArticleRe: Dreamweaver CC Coldfusion 10 extension?
Here is another problem that I just discovered but that you should be aware of. Templates in Dreamweaver CC will not update .cfm files. Works in CS6 but .cfm files are ignored in Dreamweaver CC....
View ArticleRe: Localhost:8500 error in Coldfusion 10
Hi- No, I did not receive any error the browser did not respond. Neither Chrome, IE or FireFox. But as soon as I connected the internet it displayed everything as normal. RegardsTayyab
View ArticleRe: Null Pointers are another name for undefined values
Hi again, If you look at the main post the message received at line 19 which is Expires="now" Regards Tayyab
View ArticleRe: Null Pointers are another name for undefined values
You should not be receiving that same error message. That is because the code is now as follows: Line 17: <cfcookie name = "cfid" value = "#Now()#" expires = "NOW"> Line 18: <cfcookie name =...
View Article