Re: Coldfusion 10 install won't start
I know - this is very frustrating. What I did (and don't ask me why it worked) was open the command prompt as administrator. And launched a few installers -- I think I had 3 or 4 running/extracting...
View ArticleRe: Coldfusion 10 install won't start
I'm going to try that. Thank you Greg. If it works I will let you know. I've got another server here with Windows Server 2012 but the installer does not work correctly on that one either...
View ArticleAPSB13-10 causing an error with spreadsheetFormatCell tag
I loaded hotfix 4 and jdk-7u17 earlier in the week. All was well. Loaded APSB13-10 this morning on my development server and now I am getting a...
View ArticleSQL Query on an XMLObject CaseSensitive Resultset
Hi there,I make aSQLqueryonan object withdbtype= query<cfqueryname="qry_catalog"dbtype="query">SELECT * FROMcatalogqueryWHEREcountryLIKE '# art #'</ cfquery>Whatalsogoes without problems,...
View ArticleRe: APSB13-10 causing an error with spreadsheetFormatCell tag
There is a bug report here for this issue, I suggest you vote it up: https://bugbase.adobe.com/index.cfm?event=bug&id=3540876
View ArticleDisplaying multiple PDF's on screen
Hi, I can create a single PDF. But when I try to combine multipe PDF creations, getting a 500 message.The code below was being used to try display multiple PDF's on the screen: <cfinclude...
View ArticleRe: Displaying multiple PDF's on screen
Not sure if it will work, but try using cfcontent tags for each pdf file.
View ArticleRe: SQL Query on an XMLObject CaseSensitive Resultset
if you need a case insensitive query do something like where upper(something) = #ucase(something)#
View ArticleRe: SQL Query on an XMLObject CaseSensitive Resultset
I believe it's commonly known that it's case sensitive. e.g. it's documented here:http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=usin g_recordsets_7.html "Unlike the rest of...
View ArticleRe: Displaying multiple PDF's on screen
Each of the PDF files can be displayed individually with no issues. Just need a way of displaying the PDF's together in one display. Mike
View ArticleRe: SQL Query on an XMLObject CaseSensitive Resultset
hi,manythanksfor thequickresponse.I'm still a beginner.Best regards,Jochen
View ArticleRe: Regular Expression For Dreamweaver
Thank you Duncan, but I can't seem to get this to work in Dreamweaver or Notepad++.
View ArticleRe: Regular Expression For Dreamweaver
Steve, Yes, the links are different, and may not all be HTTP links. Basically I just need to swap whatever is within the first set of brackets with what is in the second set. For example:...
View ArticleRe: Regular Expression For Dreamweaver
For Dreamweaver: Search: {([^}]*)}{([^}]*)}Replace: {$2}{$1}
View ArticleRe: Regular Expression For Dreamweaver
Steve, You are my hero. Now to spend some time breaking it down to see exactly how it works. My text to be replaced is actually prefaced with "\href" (so a complete string would be "\href{first...
View ArticleI'm trying to remove the html from my solr collections.
I've tried HTMLStripCharFilterFactory and StandardTokenizerFactory in the schema.xml BUT not working.
View Article2 hours 23 min on hold
I'm calling ******** on Adobe. Had I waited longer, it would have gone on all day. I'm glad I sold their stock.
View ArticleRe: 2 hours 23 min on hold
Hi, We apologize for the inconvenience caused to you. Please check the private message sent to you. Regards,Anit Kumar
View ArticleRe: Post ColdFusion Security Hotfix APSB13-10 - error on JSON returned with...
We have also started experiencing this issue since applying the hotfix, although (at least in our case) it only seems to happen if the cfc exists in an application containing an application.cfc file....
View ArticleWhat is the 'Server Host' for a newly installed copy of ColdFusion 10 on...
Just installed my first copy of ColdFusion 10. I am an experience web developer and system administrator. This installation is on a Windows 7 laptop with no other develpment tools and no IIS. I...
View Article