Questions Tagged [Coldfusion]
Ask Question Coldfusion Is a Server-Side Rapid Application Development Platform, Implementing the Dynamic General Purpose Cfml Programming Language. Please...
ColdFusion is a server-side rapid application development platform, implementing the dynamic general purpose CFML programming language. Please include CFML version, OS, and web server in questions.
Must Read
13,954
questions
0
votes
1
answer
21
views
Problem Integrating Java SDK into Coldfusion
I am trying to integrate a digitalpersona java object into my coldfusion code to do fingerprint reading and saving. I am able to create the object from the jar and list out the methods, but I am not ...
-1
votes
0
answers
23
views
[Macromedia][SQLServer JDBC Driver]A problem occurred when attempting to contact the server (Server returned: Connection reset)
Our environment : We have a public facing IP load balancer, with two web servers. These 2 servers connect to DB through a MS SQL Server cluster.
Network had some outage and found that the Ethernet ...
-2
votes
0
answers
24
views
ColdFusion to Word Doc - Header/Footer causing white space at end of document
I'm having an issue where the Header/Footer section at the end of the document is causing white space pushing into a blank page.
The Header/Footer code is in a table at the end.
<CFOUTPUT>
<...
-1
votes
1
answer
40
views
Is it possible to automatically send cfmail on a date
I built a form for a nonprofit where vendors can apply for a spot at a fundraiser. Once approved, an email is sent to them with a bill and a due date to mail in a check. It all works great! :)
What I'...
0
votes
0
answers
17
views
Integrate UCanAccess Dialect with Adobe ColdFusion 2018
My project is updating to ColdFusion 2018 (soon to update to 2021), uses Hibernate and has Access databases (planning to migrate to SQL in very near future). We have installed the UCanAccess driver ...
0
votes
1
answer
56
views
Adding Offset to rows
I have this code to create my own "table" (I can't use a table as I need some more complex things later).
<div class="container">
<cfloop index="x" from=&...
0
votes
0
answers
29
views
Preside date picker to choose only weeks
In my preside object I have this:
property name="startDate" required=true type="date" dbtype="datetime";
I would like to pick only weeks instead of days + time.
The ...
0
votes
0
answers
37
views
How to get the ColdFusion log form the Azure Container Instance?
I have an Azure Container Instance service and deployed the Docker service there. Now ColdFusion server is running on the Docker service. Now I want the ColdFusion log through the Docker and Container ...
1
vote
2
answers
50
views
Get array key and structure data from an array with structure
I've got an array that has a structure. Problem is that I can't output the array number and the structure data in the same loop, but if I have two different loops, the data will show without any ...
1
vote
0
answers
72
views
unable to instantiate Amazon Pay java sdk in ColdFusion
I'm working on implementing Amazon Pay, and instead of converting one of the SDKs to CF, figured I would just use the java sdk - but, I haven't ever worked with anything that is not part of the java ...
2
votes
0
answers
32
views
Lucee with PostgreSQL - there are more question marks in the SQL than params defined
I'm experiencing an issue while using PostgreSQL with Lucee on the backend. One of the tables has column with jsonb datatype. I'm using ? operator to check existence of the value. While this works ...
3
votes
2
answers
123
views
Coldfusion 2021 Date value passed to date function createDateTime is unspecified or invalid - Specify a valid date in createDateTime function
<cfscript>
SetTimeZone("Asia/Karachi"); //same as our windows server timezone
</cfscript>
<cfoutput>
<cfset mydate = 'June 01, 2008'>
<cfset ...
-2
votes
2
answers
57
views
Outputting the correct balance from payments in each row
This is probably simple. But I’m at a standstill. I am using Coldfusion 2021 on a Windows PC. I am trying to Output data that has the sum of payments made by a couple of individuals. This sum of ...
0
votes
1
answer
50
views
Regex to match very occurrence in string
I have a string "Format: Multiple videos Length:20 mins ....Format: Video with Length: 50 mins" and want to enclose "Format ...mins" part in a tag e.g.
"<p>Format: ...
0
votes
1
answer
32
views
Twitter API v1.1 media INIT error code 32
I am trying to get the media_id for a media upload. See docs here.
When using postman, my request is processed successfully and I get a response like this:
{
"media_id": ...