ColdFusion is a server-side rapid application development platform, from Adobe. The latest version, ColdFusion 10, was released in May 2012. ColdFusion can also refer to ColdFusion Markup Language (CFML), the dynamic programming language which Adobe ColdFusion ("CF") implements, also used by a ...

learn more… | top users | synonyms (3)

1
vote
1answer
26 views

SHA-512 hashing a byte array in ColdFusion

I am using ColdFusion 9 Referencing Ben Nadel's good works on his blog, I tried ucase(digestUtils.sha512(imageBinary)) For SHA-512 hashing I get that dreaded: The sha512 method was not found. ...
2
votes
1answer
42 views

Euro Currency formatting

I am using LSEuroCurrencyFormat(2500) to format the price. the output is like 2.500,00 € but I want to display the price like 2.500,- € how may I do this?
0
votes
1answer
62 views

SQL Where between word value ranges (eg., “low” to “high”)

I have a field in my database that has 5 possible values: fair, good, very good, ideal, siganture ideal I have a coldfusion form that has 2 drop-downs each with all the values. What I am looking to ...
1
vote
4answers
38 views

ArrayMin on query column with a null value

CF8 I was using this line to get the MIN value of a query column. I just noticed a null value in a recordset causes an error. Is there a simply way to tell ArrayMin to skip nulls w/o having to ...
1
vote
1answer
26 views

ColdFusion: how to populate livecycle pdf section dynamically using query data

I have a template PDF that has a section that will be laid out like a table. The data will come from a query. So this table will be dynamic, number of rows unknown. How do I accomplish this using ...
3
votes
1answer
42 views

How do I find out the next run time for a Scheduled Task?

In ColdFusion 9, is there a quick way to find out the next time that a scheduled task will attempt to run?
0
votes
3answers
44 views

Creating Nested Structs, what will be a better way?

I am trying to create nested Structs something like <cffunction name="setDataAllWithFilter" output="false" access="public"> <cfargument name="stCollection" required="true" type="Struct" ...
1
vote
2answers
40 views

How can I do a jquery post for a file upload form?

I have a form that looks something like this: <form id="uploadForm" name="uploadForm" method="post" enctype="multipart/form-data"> <input type="file" id="uploadFile" name="uploadFile" ...
-6
votes
0answers
44 views

Need help converting query syntax from MySQL into MS SQL server [closed]

These statements were originally written in PHP to build a string formatted for a MYSQL query. I'm now trying to port them over to ColdFusion and MSSQL and was wondering if someone could shed some ...
0
votes
3answers
65 views

Problems with setting up a CFIF

<cfoutput query="allOutcomes" maxrows="10"> <div class="galleryOutcome"> <cfset thisPhoto = uploads.listPhotobyOutcomeID(#outcomeID#)> <h3>#lastname#, ...
1
vote
2answers
31 views

How to hash in CFMX_COMPAT in c#

An existing coldfusion website is to be converted to dot net. In the coldfusion code, the password is hashed using its hash() function with no algorithm: SomePassword = '#hash(fldPassword)#' I ...
1
vote
3answers
49 views

Issue sending CSV attachment via ColdFusion to user reading email in LotusNotes

I using ColdFusion to build a CSV file and then send it as an email attachment to a user. I copy myself on the emails, and I receive the attachment as a CSV file in both Gmail and Outlook, and I can ...
1
vote
1answer
54 views

Coldfusion connection string

This is new to me: I am looking into a coldfusion website. The problem is I cannot even find the connection string. In some qryXXX.cfm files, I find <cfquery name="GetXXX" datasource="xxxx"> ...
4
votes
1answer
80 views

What can CF10 RESTful API do that Coldbox RESTful API cannot do? And vise versa?

Just started looking at some MVC JS framework / library and most of them expect a RESTful API endpoint, which got me thinking... what can I do using CF10 that cannot be done using CF9 + ColdBox ...
-2
votes
0answers
108 views

How hard will it be to get a job in another language after working with ColdFusion? [closed]

so I’m out of college like many are at this time, with some work experience under my belt mainly with C#, but not a lot. And basically I may have a job opportunity, but it’s working with ColdFusion ...

1 2 3 4 5 262
15 30 50 per page