

Videos
Blogs
November 1, 2022
Write component inside CFSCRIPT
Hello All,
How do I place the below codes inside CFSCRIPT entirely please. The codes work fine, but I ask to refactor the cfc to be cfscript entirely
my sample.cfc looks like this,
component{
remote function myFunc() output= ‘false’ returnformat= ‘json’ {
var myQry= queryExecute(“SELECT aColumn FROM aTable”);
return myQry
}
Thank you very much.
Similar Blogs
.png)
Someone asked how they could get CF to track the "real" ip address for someone,
when their CF server was operating behind a particular proxy/caching
solution--in their case Cloudflare, but it could happen with any number of such
solutions. Often, suc...
17 comments
6 likes
.png)
ColdFusion (2025 release) introduces enhanced charting capabilities, making it
simpler to create dynamic, interactive dashboards. These charts help turn raw
data into valuable insights, allowing users to analyze trends and make informed
decisions. Wh...
.png)
DOCUMENT UPDATE HISTORY:
- 10/10/2023: Added Docker Hub and ECR locations. - 10/10/2023: Refreshed the
Server ZIP and GUI installers, Lockdown installer, and Add-on installer for
ColdFusion (2023 release). Head over to ColdFusion downloadsto download...
1 Comment
Nov 8, 2022
That is entirely cfscript. There’s nothing to refactor. Or please state your question a different way,
Like
()
Upcoming Events
Was this helpful?
Yes
No
By clicking Submit, you accept Adobe’s terms of use.
Find more content on our Homepage