Is it possible to embed a verity search within a database search?
I need to be able to use a keyword entered by a user to do a full text search of a collection and then limit the outpout by parameters in a database.
View ArticleDeleting or changing a password of a ftp connection in Thunder
Can anybody help tell me how to delete a ftp connection or at least edit it in Thunder Beta? Thanks
View ArticleIs it possible to embed ActiveMQ in CF10's Tomcat?
According to http://activemq.apache.org/tomcat.html it is possible to "Manually integrating Tomcat and ActiveMQ". Since CF10 uses Tomcat, is it possible to embed ActiveMQ in CF10? I use standard...
View ArticleStretch with overflow
I have a CF 10 report with an Excel Output format. One of my columns needs to stretch. When I set the Fromatting "Stretch with Over to True" and the Print Control "Position Type" to Floating and the...
View ArticleRedirecting an entire folder w/IIS 7.5 and CF10
I know that in past versions of CF and IIS, I've been able to redirect an entire folder such that 404 request to www.domain.edu/folder/filename.cfm would simply redirect. However now it seems like if...
View Articlecfquery select 400000 records
Under windows XP, and Coldfusion 8,I have problem to select all the Access database records, more than 400 000 records.The Access file is of around 200 Mbytes. I get a Java message, out of memory The...
View ArticleHow can I generate data when the link is click on?
i have written a stackoverflow question , would like some input if you have any , thanks, i would like to stay away from using jquery...
View ArticleProblem getting CF8 administrator to work on windows 2008 server
When I create a file helloworld.cfm in root folder and browse to http://localhost/helloworld.cfm, it renders cfoutput fine <cfoutput>#now()#</cfoutput> shows the correct date and time. But,...
View ArticleCF9/10: Change file attributes
Hello, everyone, Is there a way to change the attributes of a .txt file that already exists? For example: I use CFFILE to write a .txt file that is blank, and supply the "readOnly" attribute. Later,...
View ArticleProblem running a Cfloop in a Cfoutput
So I am trying to set up a table to have a set of rows repeated based on a variable set up in a separate location. So I have table output being generated from a cfoutput of the query, then in the...
View ArticleExcluding CF and Js Commenting tags
I am counting the number of lines on code in .cfm pages. But i want to exclude the lines between the CF and Javascript commenting tags while doing this. I tried replacing the lines in between the...
View ArticleLogging logs
Hello, In coldfusion there is error and information log types.In developer server i want to log both log type and in production server i want to log only error type log.so is it possible??If yes the how?
View Articlehow can i generate a new static link/file?
Im trying to figure out how to approch a problem. what I want to do is generate a new file/link, maybe using 'cffile' or any other way.Right now i have cse_newsletter.cfm , that looks like this(kind...
View ArticleIs Coldfusion 9 truncating my URL after the first parameter?
Hi,I am running CF9 standard on a production environment. We had a disk crash this week and had to rebuild our server as the backup was corrupted as well.I installed IIS and CF 9, and now have an issue...
View ArticlePagination with Specific ID (Next/Prev)
I have settle down with my problem of pagination before. But instead of using **<< Previous Page // Next Page >>** I want it to be **<< {Director ID} // {Director ID} >>**...
View ArticleIs there a CFGRID limitation as to the number of rows and columns to display...
Hi, On CF10 web application, I am using CFGRID to show a search result output on the screen. I found that depending on the number of records returned from the query, CFGRID is not showing any data on...
View ArticleEmbed Adobe TV player on website
hii have embeded tv.adobe training videos on my website http://vidzonline.com and i just want to enable replay button only and stop the suggested videos in player box. it is possible the off this...
View ArticleCF9 New Search Engine Issues?
I have an older application that I have upgraded and I am only having issues with the Search Engine going form Verity to Solr. I have a simple query tht gets the content for each page and indexes it....
View ArticleHow can I update a table from a query without using form?
i want to be able to update a table cse_montly_reportsthis is my code right now<cfquery datasource="Intranet" name="reports"> with Employee_cte as ( Select e.*, (Select...
View ArticleColdfusion 9 mail issues using Amazon Simple Email Service (SES)
I've been having an intermittent issue sending out emails from our Coldfusion 9 application. We have Coldfusion 9 Enterprise on a Windows 2008 Server that is running 5 different Coldfusion instances....
View Article