ColdFusion Builder no longer finds my cfc file
After a couple months of building a project with no real issues, all of a sudden my pages can no longer find my "ToolInvFunctions.cfc" file. I get this error,"The specified CFC ToolInvFunctions could...
View ArticleLatex generated pdf using PdfLatex to Word - hyphenation and spacing don't...
Hello,I generated a pdf document using PdfLatex (below left) and converted to docx format (below right) and it came out better than any other converter I've tried before but spacing, hyphenation (e.g....
View ArticlePlease help, regarding 'content copying'
I have signed up for Adobe (non-paying memeber). Im using PDF and want to edit the security settings so that content copying of my document is disallowed. I don't know how/ seem to be unable to do so,...
View Articlehow to generate a csv report to determine paper size in a pdf or pdf/a file ?
how to generate a csv report to determine paper size in a pdf or pdf/a file ?
View ArticleJSON data limit to coldfusion Server from JQuery Ajax call
We have been using coldfusion 10 Server and developing applications with YUI tables, JQuery And Coldfusion components. We have been facing issues when we try to submit a big chunk of Json data to...
View ArticleI am having Issues with ISAPI_Rewite and Coldfusion
Hi i have a website and a hosting package with HOSTEK.com which also gives me the option to use the ISAPI_rewrite. I am new to this and the issue i am having is that i have a .htaccess file with the...
View ArticleMy little templating snafu
CF10/Win7Prox64 I have a TemplatingService object. It has it's processTemplate() function called and is passed 1 argument, a Request object which holds information about the request. The first thing...
View Article403 Error on ISAPI_redirect.dll IIS IsapiModule
We recently installed and configured a CF10 server on a 08 r2 box. After following the Adobe recommended setup (custom accounts for each of the services - iis, cf) in the lockdown guide and a reboot,...
View ArticleDatabase locking
I am working on a system that signs customers up for workshops. Some of these workshops have limited capacity. The issue comes in that customers could run the same code simultaneously. Two customers...
View ArticleI cannot uninstall MS Visual Studio Team Foundation Server Plug-in Trial...
I installed the Microsoft Visual Studio Foundation Server plug-in ( Microsoft Visual Studio Team Foundation Server plug-in for...
View ArticleI need my services available from...well... everywhere
So I have these Service Objects that are instantiated during onApplicationStart(). During the onRequestStart(), I make a pointer in the variables scope to each, so they can just be called by their...
View ArticleDo Adobe developers watch these forums?
I'm somewhat new and occasional to Cold Fusion, so I'm not familiar with the support process. The cfgrid tag appears to be broken, and I wonder how one might get Adobe to fix it.
View ArticleConfiguring CF10 to use X-forwarded-for instead of remote_addr
I am using an AWS instance behind a load balancer with NAT. It has its advantages, but one of its disadvantages is the remote_addr coming through is the remote_addr of the ELB....
View ArticleHow to access HttpSession and/or HttpRequest Scopes from CF
I've been given a task to integrate a CF application with an authentication process that is Java-based. We have been provided with a set of filters that are key to this process. According to the...
View ArticleNeed Help with Form
Hi there, I've an unordered list from A-Z and when a user clicks on any of the letters, I want to know which letter user cliked on so that I can run a database query. How can I do this. Any ideas?...
View ArticleCF10 RESTful web services under IIS web root
I've tried setting up RESTful web services in ColdFusion10 and found that it only works uder the CF web root, but not IIS web root. Does anyone have a solution for having this set up under the IIS web...
View ArticleCrappy Mappings, ie, Crappings
So correct me if I'm wrong. I have a file structure that looks like this: models> framework>> alpha.cfcapplication.cfc I am executing from application.cfc. In it, I have created a mapping...
View Articlecfcompile
Cfcompile trashes my templates, using the syntax of in a DOS window: c:/coldfusion9/bin>cfcompile -deploy C:\coldfusion9\wwwroot C:\ColdFusion9\wwwroot\filestocompile...
View ArticleMySQL query or CF code to “Flag” a group of query results based on a common...
I have the following query that looks up customer accounts:SELECT ACCOUNT_ID, SUBSCRIBER_ID, PKG_CODE FROM Accounts WHERE ACCOUNT_DESC LIKE'%Eye%' GROUPBY ACCOUNT_IDWhich gives me the...
View ArticleSend data complext to Net Webservice
Hello, I need to send array of array to Net webservice (rest) but the webservide respond the error: {"Exception":"Object reference not set to an instance of an object.","StackTrace":" I have an sample...
View Article