Has anybody used fingerprint scanner for login?
Hi,We have a time clock (time tracking) web application that I need to change the user authentication from a traditional username/password to a fingerprint scanner.Has anybody done this before and is...
View Articlerotate header text issue in cfm to pdf
Hi all, I'm getting an issue with rotate header text in pdf im using this css -webkit-transform: rotate(-90deg); code for rotate header text . it is working fine in cfm page but not working when...
View Articlecfdocument: barcode printed with wrong spacing
Hi, in CF10, I'm trying to print barcodes with ttf barcode fonts inside a PDF document generated with the cfdocument tag. The barcode is generated, but with wrong spacing.The code printing the barcode...
View ArticleDesign advice
I would like to design an audit system for our department's intranet, please keep in mind, that I am not a programmer. How I invision it is audit templates would be created, there would be questions...
View ArticleAdmin tools missing....
I installed CF11 on a CF9 machine (Windows 2008 R2 Standard). The website running on CF9 is fine but I can't get to the administrator. It says the file isn't found and does not exist.
View Articlelatitude longitude coordinates from SQL Server and plot on Leaflet map
My question is essentially this:How do I transform data from SQL Server and map it in Leaflet?HINT: We are running Coldfusion 11, SQL Server 2000, Leaflet and JQuery if that helps in any way. If I need...
View Articleconvert datetime to decimal
Does anyone know of a way to convert a datetime (like 2015-06-10 07:30:00) to a decimal, similar to:42165.450 where 42165 is days and 450 is minutes? If I try the...
View Articlevalidation on numeric field
Hi. Does anyone know how to use javascript? I have a numeric field in my SQL table called Eng_Hrs. All I want to do is to make sure a number goes into this field instead of some text. It can have up to...
View ArticleScope query result set in a session scope
Can any one help me out giving a good example to understand when should I scope a query result sets in a session scope.
View Articlequery of query not sorting properly
I am using query of query to run against a product search using verity. I have sort buttons that can sort the results by name or price, asc and desc. When sorting by price, it is not sorting...
View Articlecftextarea to PDF
We are using Cold Fusion 8. I created a text box on a form using cftextarea, which uses FCKeditor that came with CF8. When I try to populate a PDF form using cfpdfform/cfpdfformparam the embedded...
View ArticleCan I install license on testing server
I have just bought a Coldfusion license for a client and I realized I need a testing environment. Since I work remotely from my clients site, I would want to have a testing site that is online. What...
View ArticleHow to configure ESAPI?
Hi, I'm getting this error : Variable ESAPIENCODER is undefined. my code is this: <cfset esapi = CreateObject("java", "org.owasp.esapi.ESAPI") /> <cfset esapiEncoder = esapi.encoder() />...
View ArticleWhen the instance name is specified, it is invalid to specify the port number
Hi, I am using ColdFusion11 version 11,0,03,292480 with java 8 installed and am using the coldfusion API setMSSQL function to create an mssql datasource. The datasource is a named instance and when it...
View ArticleCFMAP - multiple markers - error: the webpage has gone over the requests...
Google Maps has a restriction on how many map markers can be requested per second. The limit is ten per second. I am looking for the "best Practice" on how coldfusion developers address this...
View ArticleSort it out Adobe it's been years now- CFFORM flash in Chrome
It has now been about 5 years since this bug has been in cold fusion. It won't populate cold fusion flash forms in chrome. Bug#3556744 - Flash forms created with CFFORM format="flash" do not render...
View ArticleCF11 ColdFusion.Window.Create has no scrollbars
CF11 ColdFusion.Window.Create has no scrollbars. I have even tried overflow: scroll in the tag attributes and can't get it to work.I'm on a Windows 2012 R2 Server. <cfajaximport...
View Articlecfhttp with sslv3 wont run.. how can i change to tls 1
Hi all,i have a problem if i want to connect with cfhttp and https to a payment provider it says:connection failed.i think it happens, because sindce 6 month the provider shut down the sslv3...
View ArticleColdFusion 11 and Solr
I just installed ColdFusion 11. I am pretty sure I selected the option to install the addons like Solr, but when I am in the coldfusion administrator under Data & Services, I click ColdFusion...
View ArticleHow do I not insert empty value into mySQL loop
How do I prevent my loop from trying to insert an empty value into mySQL database? The form I am using has four rows automatically created. If they only fill in three rows than I get problems with the...
View Article