Re: Numeric Data Input
This might help. http://stackoverflow.com/questions/5080671/limit-cfinput-to-valid-curr ency-values
View ArticleRe: Numeric Data Input
This is extreamly helpful. However, I get an odd error on update. It appears the , in the format is throwing off the system. Error: "[Macromedia][SQLServer JDBC Driver][SQLServer]Incorrect...
View ArticleRe: for mutiple fields
Did it work if only single criteria? http://help.adobe.com/en_US/ColdFusion/9.0/Developing/WSc3ff6d0ea77859 461172e0811cbec22c24-7b7e.html
View ArticleRe: Coldfusion 10, IIS, ACL problem
As I read this this morning, I saw the entry was unclear. CF created the webpages correctly, but when the browsers (Chrome, IE, Opera, Firefox) read the pages, neither the images nor the css...
View ArticleRe: Coldfusion 10, IIS, ACL problem
What file are you requesting? Check the NTFS file permissions on them to ensure that you have the rights to request and execute the file. Is ColdFusion running under a specific account?
View ArticleRe: Online Editor Will Work With CFlayout
Then why buy and use ColdFusion at all. I thought the whole idea was that ColdFusion was a language that was built to shorten development time and make it easier. If I purchase a product, I expect all...
View ArticleRe: Capture full URL with CF CGI variable
Both methods worked for me to on CFML8 setup. However, I need the #bookmark value and both attempts above do no include the bookmark information. Does anybody have a clue on how to preserve bookmark...
View ArticleRe: Capture full URL with CF CGI variable
That part of the URL is intended for the browser, and is not relevant to the server so is not transmitted with the request, so it never gets to the web server, let alone the CF server. If you need that...
View ArticleRe: Online Editor Will Work With CFlayout
Calm down... Frustration doesn't solve the problem. CF9 uses extJS 3.x. You might want to google "ckeditor extjs 3".Not sure about CF10.
View ArticleRe: Online Editor Will Work With CFlayout
To test your app on a different version of CF, install the CF on a virtual machine. That's how I would do it.
View ArticleColdFusion Widget
Is there a ColdFusion Widget that will allow an end user to add or change text to a ColdFusion developed Website contents? If so what is it called and can you lead me to some specific information about...
View Articlehtml
searchPage.cfm============= <!---<cfparam name="serviceLists" default=""><cfoutput>serviceLists : #serviceLists#</cfoutput><cfscript> serviceLists =...
View ArticleRegister remoted instance, but cannot administer it.
Hi, I have setup two Coldfusion clusters from two CF v10 server (latest update). The first one named WWWA, second one WWWB. Both servers have two instances named WLOCAL and WREMOTE. I have registered...
View ArticleUpdating from an earlier version
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/9.0/Installing/WSe9cbe5cf462523 a07f098214121c918ef8c-8000.html
View ArticleRe: Updating from an earlier version
Step 2 above refers to the directory for CF's neo*.xml files as being cf_webapp_root/WEB-INF/cfusion/lib/. That is indeed the location on a multiserver deployment (multiple instances), such as...
View ArticleHow Can I Get the current value of a binded field for use in a conditional...
Hey guys, I have a CFGRID that's bound to some form fields: <tr><td align="right"><span class="srch_title">First Name 1</span>:</td><td align="left"><cfinput...
View ArticleMultiple row insert not working as before after applying hotfix apsb13-13
Coldfusion 9.01Windows Server 2003Microsoft Access database (yeah, we know) Before the hotfix was applied, we could add multiple rows (anywhere from 1-100 or more) and now we're limited to 15 rows at a...
View ArticleRe: Applying formatting to query values using CFSPREADSHEET
Have you tried setting a variable equal to the number of records you are pulling from the database? I have done that in several cfspreadsheets and it works as good as setting a counter counting the...
View ArticleSteps to migrate Cold Fusion Application from 6.1 to 10.0 Version
Hi all, i have a very old Cold Fusion applications running on 6.1 version, wich are on Windows 2003 Server.Database is MS Access database Only. Now i need upgrade the Windows server to 2008 and also...
View Article