CFLAYOUTAREA and javascript and innerHTML
Ok, this is a little complicated and it is not necessary limited to ColdFusion. (And seeing's how there are so few replies these days here, I'll cross post in various forums!) Here goes. I have a...
View ArticleBought Standard License but showing Developer one
Hi, A couple of days ago we bought Standard License for CF10. After implementing the serial number, Edition went from Enterprise (Trial) to Developer. After restarting the server and looking at the...
View ArticleRe: CF10 database connection BLOCKED?? - JDBCPool.checkOut/checkIn
Looks like we're dealing with a network configuration issue. It makes sense, because all the other data is crazy, and finally the whole IT team stayed online late and monitored the whole crash...
View ArticleRe: Why "slow server alert" when NO running requests and NO open connections??
I'm pretty sure the problem here is somehow related to my other post, but for shites and grins I would still like to know how I can receive a Slow Server alert when no actual page requests are running...
View Articlequery to query
it is more complicate to describe why i have to do this but it's the only way just an example below. My query to give me anthing from the table when i do the query to query to get what i want but when...
View ArticleRe: query to query
The left() function is typically a SQL function, and is not available in Query-of-Query syntax. You could rewrite your first query to be more specific: <cfquery name="type"...
View ArticleRe: query to query
sorry it was mistype, it suppose to be where left(type,3) != 'rem'then how can i peform the like fc<cfquery name="find" dbtype="query">select * from typewhere type NOT LIKE 'rem%'...
View ArticleRe: Read large Excel file with huge data
Thanks Man for your response. I have a doubt here. So as per you seggested can I use POI.cfc to read excel sheet which contains areound 15000 rows. Please suggest.
View ArticleJava class in ColdFusion
Hello All, I have a java code to read excel sheet with more than 15000 rows of data. But any one have any idea about how to use the java class in coldfusion. So that I can create an object in...
View ArticleRe: Client purge crashes CF
I believe so. You'll find this solution documented by various people in various places, for example:http://www.coldfusionmuse.com/index.cfm/2009/10/27/registry.bad.dataso urce.good So what we did was...
View ArticleCan't login to administrator after install on linux
I just remotely installed CF 10 remotely on VPS machine running CentOS linux and apache. Install seemed to go fine, and I was able to start CF with no problem. However going to the administrator login...
View ArticleRe: Can't login to administrator after install on linux
The hosting account is with hostgator, if anyone has been successful in getting this work with them.
View ArticleRe: Problems converting FILETIME date/time into MM/DD/YYYY format...
I did this, on cf9/linux, and it seemed to do the trick: <cfscript> Long = createObject("java","java.lang.Long");Date = createObject("java","java.util.Date");fileTimeToEpoch = // take pwdLastSet...
View Articlebutton and struct[empty]
I have a form with Javascript, two buttons "EDIT" and "SORT". There is Jquery-UI code for click and dragging list items that are pulled into the form from a database. When you click button "EDIT", it...
View ArticleRe: button and struct[empty]
Can you post the portion of the HTML code that contains the form and buttons? It would help very much.-Carl V.
View ArticlePurchased Premiere Elements 12. Will not launch?
I have installed Primere Elements 12 on laptop, with Windows 8 64 mb. It will not launch, but gives no errors, it acts like it launched? But nothing happens.
View ArticleRe: button and struct[empty]
<cfif isdefined('url.id')> <cfset id = #url.id#> <cfquery datasource="db_cie" name = "qGetFacultyCV"> select a.fname, a.lname, b.full_citation, b.pub_date, b.id, b.faculty_id...
View Article