Re:
<!--- event.preventDefault();--->Shouldn't that be /* event.preventDefault(); */ ? Anyway, from what I have read about event.preventDefault(), its purpose is to prevent the default...
View ArticleRe: cfmap and cfdiv
Glad to be of help. There is no telling how the cookie will crumble!
View ArticleRe: How do I get a button to show in a list only when a survey is filled?
Thanks, worked like a charm.
View Articleupdate 9.0.1
If my server is at 9.0.1 with no hot fixes and I want to get to 9.0.1 up to date with the latest hotfixes up to apsb13-27. Do I install the cumulative hotfix 4 for coldfusion-901 as described in...
View ArticleRe: Can't add datasource for local SQL Server Express
I found the solution, which doesn't have to do with Coldfusion, but rather with configuring SQL Server for TCP/IP. In case someone else ever stumbles upon this post with a similar problem, I wrote...
View ArticleRe:
Yes, thanks for helping,I think I had to do this for my jQuery update,After removing the code, it works and it seems that it does not break other functions,Thanks again for helping and information,...
View ArticleRe: cfmail trigger by select list
Thanks for the information and help,It works on both way, Regards, Iccsi,
View ArticleCFMAP not displaying, how to debug?
We're running a page that contains an include file with code that loops through a recordset and displays a map using CFMap. We have similar code working on several other pages, but on one page in...
View ArticleRe: update 9.0.1
Hi Rodney,With apsb13-27 use section 2 for 9.0.1. You would also do well to apply apsb13-19. CHF4 includes 1 2 3. After CHF4 + apsb13-19 + apsb13-27 you will have these JARs in...
View ArticleRe: CFMAP not displaying, how to debug?
Another tip: as cfmap depends on Javascript, try different browsers.
View ArticleRe: CFMAP not displaying, how to debug?
Run through the page and see if there are any tags with AJAX UI features. If there are, then place the following at the top of the page: <cfajaximport tags="tag1, tag2"> where tag1 and tag2 stand...
View ArticleDisappearance of my contactus.cfm page?
I made a website and about a year ago the contactus.cfm page disappeared, although the other three pages were still visible. Would that be because I had not updated it? Or some other reason?
View ArticleRe: Disappearance of my contactus.cfm page?
Not updating a page doesn't cause it it disappear, so it must be something else. Has the actual .cfm page disappeared from your server, or is it there but not accessible via the web? If the former...
View Articlecfmail utf-8
I use CFMail to send mail. Because the mail contains Spanish, I need the email support utf-8 character set.I use following code to display Spanish characters, but the email shows funny characters.I...
View ArticleError file in gets executed multiple times
The error cfm page included in <cferror> tag in Application.cfm gets called multiple times, so email notification is sent more than once. Any thoughts how this can be handled?
View ArticleDeserializeJSON - is there a limit on the size of the JSON data that can be...
I have some valid JSON data that's being converted successfully by DeserializeJSON... until it gets to a certain size, or that's certainly what appears to be happening. The breaking point seems to be...
View Article