CFFormItem Not Visible in Safari on Windows, Chrome
We have flash forms that work great in IE and Firefox, but in Safari on Windows and in Google Chrome the items are not visible. They work in Safari on Mac.
View Article<cfdocumentitem type="footer" > ignores CSS
Looks like the <cfdocumentitem type="footer" > tag which is part of<cfdocument> ignores all attempts to style it with CSS.I can't change the font family,...
View ArticleColdfusion 11 cfheader or cfcontent 'failed to load PDF document'
I have a website that worked fine with Coldfusion 10 and now I have updated to Coldfusion 11 and this code doesn't work: <cfheader name="content-disposition" value="inline; filename=#vPublicFile#"...
View ArticleFree barcode generator?
Does anyone know of a free or 'cheap' barcode generator that will work withCF?
View Articleneed to include coldfusion query as dropdown option
<script> function myFunction() { document.getElementById("demo").innerHTML += "<select><option value='1'>option1</option><option value='1'>Option2</option><option...
View Articlejrun error 413 header length too large
hi there, is there any way to check where this error originates? any coldfusion logs etc? error: jrun error 413 header length too large it's giving me complete headache cheers,Simon
View ArticleWhich Cold Fusion do I need?
Say someone built an intranet in Cold Fusion (version unknown) and I do not have access to that person nor Cold Fusion but I need to be able to make changes in the intranet system via a new Cold...
View ArticleIs there any way to modify adminapi/base.cfc
Hello, Perhaps I'm a bit paranoic, but, is possible to modify adminapi/base.cfc in order to not show the version information? When you call http://[server]/CFIDE/adminapi/base.cfc?wsdl it displays a...
View ArticleColdFusion won't display unicode (utf-8) characters
I have a very basic page with some unicode characters in it. ColdFusion won't properly display them. If I resave the page as .html (so the coldfusion server doesn't process it), the characters display...
View ArticleCould not find the ColdFusion component or interface
I don't know what else to try. I have created a fully functional ORM CRUD application that is working perfectly when I have the mapping cfc located in the root folder with the index.cfm file that is...
View ArticleLimit to formatted cells in Excel?
Hello, I'm generating a normal spreadsheet file and formatting a couple of columns with SpreadsheetFormatColumn, to give them a particular date format. If I open the file through OpenOffice, everything...
View ArticleError Executing Database Query. Incorrect integer value
I am experiencing an error trying to run the following ColdFusion code: <cfif IsDefined('FORM.add_button.y')><cfquery datasource="#sDSN#"> INSERT INTO lcf_event(event_id,...
View ArticleReading CMYK jpeg images
Hi, I am unable to read CMYK jpeg images from coldfusion 10. Below are my server configuration. Coldfusion 10 (update 14),32 bit and windows 2008 r2 64 bit,jre(1.6) i found below code in java and...
View ArticleHTTPS
Hi everyone. My company would like to set up a 2 page site with an online order form to purchase a product we are selling. We would like to accept credit cards on here. I know there are sites out...
View ArticleBest Allocated Memory for Coldfusion 11
Hi All, I just started run my web application via coldfusion 11 (production). Previously was a cf9.Can anyone advise me what is the best jvm setting for production use. My server run on : 1. windows...
View ArticleColdfusion 10 with IIS 7 Windows authenticaiton
I enabled Windows authentication in IIS 7 for a site powered by coldfusion 10. After I logged in, a coldfusion page that dump all the CGI shows REMOTE_USER and AUTH_USER are empty. The...
View Articlewhat's the value of an autosuggest input field?
Under normal circumstances, I can copy the content of the users's form field input into another field, just by simply javascripting (using onChange, and this.form.field.value). In a CFInput field that...
View ArticleWhy are we getting 'Coldfusion 10 application server cannot be found'?
Our ColdFusion 10 Application Server would not start. It was running fine since server inception back in July until I got back to the office from vacation yesterday. Looking at the Event Viewer...
View Article"The connection was reset" errors ColdFusion 10
Hello, I've searched net and Adobe forums before creating the thread. We have webserver using ColdFusion 10 and IIS 7.5, we are trying to retore our ColdFusion website on it. We are getting following...
View ArticleCart incrementing item quantity by one when cart is refreshed or back button...
We recently upgraded to CF11 from CF9 and have ran into a challenge. I understand this is probably very fundamental but I am at a loss to figure it out because our cart worked so well for years before....
View Article