Quantcast
Browsing all 21760 articles
Browse latest View live

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 Article


Bought 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 Article


Re: 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 Article

Re: 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 Article

query 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 Article


Re: 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 Article

Re: 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 Article

Re: query to query

Yes, NOT LIKE should work.-Carl V.

View Article


Re: query to query

thank you,

View Article


Re: 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 Article

Java 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 Article

Re: Client purge crashes CF

We have exactly the same issue. Have you found a solution?

View Article

Re: 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 Article


Can'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 Article

Re: 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 Article


Re: 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 Article

button 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 Article


Re: 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 Article

Purchased 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 Article

Re: 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
Browsing all 21760 articles
Browse latest View live