displaying top 100 results
Tracker Issue Include is_virtual in cfinfo.columns resultset
2609906 CF-3745969 Database Paul Rowe Include is_virtual in cfinfo.columns resultset Many database engines support virtual columns. These columns do not allow assignment; the value is either computed when the record is changed or when a query includes it. As such, an automated database interaction
Portal Comment Comment on CF 2018 Spreadsheet Functions by Paul Mascari
Paul Mascari Although the error when you enter 0 for the column may be by design, you may still want to submit this as a bug to Adobe. I think we absolutely should be able to freeze only rows.
As a workaround, you could hide the frozen column:
Tracker Issue SpreadsheetAddRows has a serious memory leak
2610339 CF-3709536 Language Paul Sussan SpreadsheetAddRows has a serious memory leak Problem Description: SpreadsheetAddRows has a serious memory leak. As the amount of data goes up, the memory used grows exponentially until the server falls over.
Steps to Reproduce: Use with a large query
Tracker Issue cfspreadsheet drops empty columns from query even though headerrow column names are present in XLS file
2611813 CF-3588818 Document Management : Office Integration Paul Erickson cfspreadsheet drops empty columns from query even though headerrow column names are present in XLS file Problem Description:
I provide an excel template to my customer to facilitate a standard format for uploading data to our
3283113 CF-4199031 Suchika S. The script variant of cfloop now supports looping over list , structures , array and query .
{code:java}
cfloop(list="1,2,3,4", index="i", item="j"){
writeoutput("index:" & i)
writeoutput("item:" & j & "")
}
{code}
{code:java}
myArray = ["John", "Paul", "George
Tracker Comment Comment on Web service based on CFC and wsdlfile fails to return string; produces error instead by CFwatson U.
is: org.apache.axis2.AxisFault: com.ctc.wstx.exc.WstxEOFException: Unexpected EOF in prolog at [row,col {unknown-source}]: [1,0] at org.apache.axis2.AxisFault.makeFault(AxisFault.java:430) at org.apache.axis2.transport.TransportUtils.createSOAPMessage(TransportUtils.java:124) at org.apache.axis2