Quantcast
Browsing all 21760 articles
Browse latest View live

Re: button and struct[empty]

PS I didn't write the code. Modifying someone else's code.  :/    Not one of my favorite tasks.

View Article


Re: button and struct[empty]

If you want the buttons inside the form, have you tried changing them to inputs instead: <input id="editbutton" type="button" value="Edit">, or at least adding the type="button" attribute to the...

View Article


Re: Purchased Premiere Elements 12. Will not launch?

You might want to try an appropriate forum. Try here

View Article

Re: button and struct[empty]

Interesting... Thanks for your input (that was a sweet pun eh?). I am a student and new to development, recently started working at my university doing web dev. Thank you for you quick reply. I am...

View Article

Re: Java class in ColdFusion

You can do this in 3 ways: 1.Put your java class/jar file directly into "{CFRoot}\cfusion\lib\" then restart your ColdFusion server and create java object like below: <cfset javaObj =...

View Article


java.lang.OutOfMemoryError: Java heap space

Hello All, I was trying to read an excel file in Coldfusion using the below code , but I got the following error. Code : <cfspreadsheet action="read" src="TestData.xlsx" sheet="1" rows="2-3"...

View Article

What's the point in using CFPROPERTY for my Beans?

I did some testing, and if I set some private CFC variables in the pseudo constructor on a bean, and then perform the respective setPropertyName( respectiveOptionalArgument ) inside the init()...

View Article

Re: What's the point in using CFPROPERTY for my Beans?

Aegis, Could you post a minimal sample of your CFC code that can be tested? -Carl

View Article


cfpresentation marginTop?

I'm trying to create Powerpoint files on the fly and all works well except for the placement of the content.  It seems to center the content vertically regardless of my margin settings.  Supposedly...

View Article


New CF10 J2ee installation on Linux cluster. Admin password does not work

I just installed a new CF10 J2ee installation on Linux cluster. The cluster shares common storage. Admin password used during the installation does not work. 1. I have tried various browsers but the...

View Article

Solr field boost does not seem to be applied

I am indexing and searching and attempting to boost the results if found in a specfifc field, but the results do not appear as i expect here is the cfindex <cfindex         query="getUsers"...

View Article

Re: What's the point in using CFPROPERTY for my Beans?

<cfcomponent>      <cfset variables.my = {} />     <cfset variables.my.name = '' />      <cffunction access="public" returntype="UserBean" name="init" output="false" hint="I return...

View Article

Re: What's the point in using CFPROPERTY for my Beans?

Is that just a typo in the post, or is your private method also called "init"?  Should it be "SetName"? Seems like that could be a problem.-Carl

View Article


Re: What's the point in using CFPROPERTY for my Beans?

It's a typo.  I hand-coded the above, cutting down on my commenting and spacing in order to keep it minimal.

View Article

Re: New CF10 J2ee installation on Linux cluster. Admin password does not work

Any ideas on how to resolve this please ? Deepa

View Article


Image may be NSFW.
Clik here to view.

Re: java.lang.OutOfMemoryError: Java heap space

Is it a formatted xlsx? Can you test with xls?  ThanksVJ

View Article

Re: java.lang.OutOfMemoryError: Java heap space

Sounds like you tried to read a multi-GB file completely into memory. Adam Cameron recently posted a similar instance and shows how reading the data in bits might be a better solution:...

View Article


Re: Coldfusion 9.0.1 cumulative hot fix question...

Hello samd, The CHF4 included Security bulletins APSB11-29, APSB12-06, APSB12-15, APSB12-21, APSB12-26, and APSB13-03 and some bug fixes. samd wrote: Or did CHF3 and CHF4 get some non security related...

View Article

Re: Bought Standard License but showing Developer one

Hi adsargen, Please check the pm sent to you. Regards,Anit Kumar

View Article

Re: Cannot browse server following installation of hotfix 4 to Cold Fusion 9.0.1

In case it helps anyone I've realised what I was doing wrong here. The main “problem” was that one of the updates included in Cumulative Hotfix 4 is APSB13-03...

View Article
Browsing all 21760 articles
Browse latest View live