ex
Hi, I have the query results and try to dump it into csv or txt file but have troubled with data because lot of stuffs from description field. Excel is the only solution but when i click on the excel...
View ArticleCFSET time to today at 9:00PM
I need to update my SQL database at the end of each day for certain records. The time needs to be 9:00 PM each day (dont worry about time differences) So for today I need to insert '2013-06-21...
View ArticleRe: CFSET time to today at 9:00PM
You want the format, 'yyyy-mm-dd HH:MM:SS'. There are two ways to get it, depending on whether you are inserting the value into a datetime column or into a text column. If you wish to save the value as...
View ArticleRe: ex
What about this one: <cfheader name="Content-Disposition" value="inline; filename=BrightIdea.xls"> <cfcontent type="application/vnd.msexcel">
View ArticleRe: ex
Sadly not as you're generating this file as a HTML file which Excel is able to interpret as a Excel File. The only way I would suggest to upgrade to a supported version of ColdFusion like 9 or 10 and...
View ArticleRe: ex
Big Mad Kev, you mean, to get rid of an annoying message, he should buy and install a new application server? Talk about the tail wagging the dog!
View ArticleRe: ex
I'm saying this isn't a ColdFusion issue it's how the data is rendered, what I am saying is that using a solution like CFSPREADSHEET will resolve the issue and keep it just as easy as ColdFusion has...
View ArticleRe: ex
Sorry, it wasn't my intention to throw fire in your direction. There are certainly good points in your suggestion. We only differ in point of view.
View ArticleRe: CompilationFailedException consuming web services on CF10
It remains unclear why you chose to use the external JDK/JVM. Since you are in a position to reinstall, I would suggest that you do so. After that, let ColdFusion use its own built-in JVM. However,...
View ArticleRe: CFSET time to today at 9:00PM
The data type is datetime. So I get that if I wnted to enter the time as of now I would <cfset mytime = now()> and insert it. But what if I want the time to be 9:00PM today or 9:00PM tomorrow...
View ArticleRe: CFSET time to today at 9:00PM
<cfset y = year(now())><cfset m = month(now())><cfset d = day(now())> <cfset today_9PM = createDatetime(y,m,d,21,0,0)><cfset yesterday_9PM =...
View ArticleRe: Has Adobe abandoned CF in Dreamweaver CC?
To understand why Adobe is moving away from CF and focusing on PHP take a look at these stats from http://w3techs.com/ Do the math: Who would you develop for 80% of the market or <1%?
View ArticleMemory leak issue in CF 10
Hi All, Can any one pls explan what is memory leak. And how we can find a work around. I am facing this issue while migrating from CF 7 to CF 10. I have migrated my application from CF7 to CF10. We...
View ArticleRe: Memory leak issue in CF 10
Hi Abdul, Was your CF7 32 bit and CF10 is 64 bit? If so perhaps add some more RAM capacity to CF Java heap. Change CF10admin > Server Settings > Java and JVM > Maximum JVM Heap Size (in MB)...
View ArticleRe: Memory leak issue in CF 10
I think that'd be treating the symptom, not the actual problem. Although it would be an OK band-aid whilst trying to work out what the problem is. I recommend getting hold of FusionReactor and do some...
View ArticleRe: Has Adobe abandoned CF in Dreamweaver CC?
Then be honest with your customers about your plans and create an end-of-life plan for CF. But don't say you are actively developing the next 2 versions while quietly deprecating support. Either Adobe...
View ArticleCF10, Axis2 and https
https://bugbase.adobe.com/index.cfm?event=bug&id=3344353 I was reading this weekend in the bug page that the issue was fixed. Such great news I thought. However after running the last update...
View ArticleRe: C:\ColdFusion9\runtime\servers\coldfusion\SERVER-INF\temp\wwwroot-tmp\
Hello Charlie, thank you very much for this post, it was very helpful to understand how these files access on our web server
View ArticleRe: ESAPI validator in CF9.
Did you ever get any feedback on this or have you implemented any of the validator methods? I am searching around and not really finding any examples either.
View Article