Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.
0 votes
1 answer
87 views

mySQL database table - "Listings" (Note: There are many other fields in this table, including date fields. I have abbreviated it for readability.) record_id title status --------...
user460114's user avatar
  • 1,900
0 votes
1 answer
44 views

I need to prepare html for sending via the Postmark API. Given the following: <cfset vHTML = "<html><body><div>This is html</div></body></html>"> ...
user460114's user avatar
  • 1,900
0 votes
1 answer
48 views

I have the following abbreviated JSON returned from a file that gets trade categories for populating a select box. In Firefox, the following is how the JSON is returning [abbreviated]....{"id&...
user460114's user avatar
  • 1,900
0 votes
0 answers
158 views

I am new to ColdFusion. Due to the end of support for ColdFusion 11, we have been asked to upgrade to CF2021. We are currently running ColdFusion 11 on WebSphere Application Server 9.0.5. Is there any ...
bobby Jjj's user avatar
-1 votes
2 answers
99 views

I want to develop a keep me logged in today button for my login system. I want to do this without the use of cookies if possible. My first instinct was to change the session timeout based on this ...
Spider Angel's user avatar
1 vote
1 answer
121 views

<cfif (NOT IsNull(nt)) and (NOT IsNull(kt)) > <cfset ct= (nt * kt) / 100> <cfelse> <cfset ct= 00.00 > </cfif> let nt = 77 and kt = 13. ct will be 10.01. I want ...
Must's user avatar
  • 9
0 votes
1 answer
383 views

I am migrating data from DOS dBASE IV to MySQL and I am building an input form using ColdFusion 11. My problem is, as an example, I have a field called 'size' and in it a value of " 2" X 2&...
GThurmon's user avatar
2 votes
1 answer
192 views

I have certain processes running daily from third parties and it is not possible to change them. In short, these processes hit several of our CFCs with a simple HEAD type call. Those processes always ...
Ariel Maioli's user avatar
2 votes
0 answers
96 views

Trying to first dump the fields, so that I can later populate the form after having known the field names. Error says "Either datafile XML or data XML contained in the PDF document is invalid. &...
Nich's user avatar
  • 283
1 vote
1 answer
230 views

Newbie in coldbox so please have patience with me. I am trying to implement TDD on my coldbox application. Under my service model I inject this dependency. property name="wirebox" inject=&...
Undecided Dev's user avatar
1 vote
2 answers
270 views

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 ...
Nich's user avatar
  • 283
1 vote
1 answer
1k views

I'm up against an API that has very sparse documentation. I've tried everything (more below) but the end result is a response from the 3rd party server: The given path's format is not supported. Here ...
jyoseph's user avatar
  • 5,465
2 votes
1 answer
335 views

I am trying to loops through a json response in CFML, and need to do one call to get the number of pages, then a call for each successive page, then loop through items to get my data. In doing so I ...
mck's user avatar
  • 523
0 votes
1 answer
94 views

Double clicking a word in a sentence in an HTML form input box will highlight that word. I want each double click to toggle the case of the highlighted word between lower and upper case. <input ...
Commata's user avatar
  • 195
1 vote
1 answer
126 views

I try to write a onRequestStart function in application.cfc and code is function onRequestStart(requestname){ if(!structKeyExists(session, "UserId") or !structKeyExists(session, "...
Andrew's user avatar
  • 866

15 30 50 per page
1
2 3 4 5
38