Re: modify dropdown list width
Thanks a million for the information and help, Regards, Iccsi,
View ArticleRe: CF_SQL_INTEGER v/s CF_SQL_NUMERIC ?
Hey Adam, I think you are right. It is very likely that there can be a overhead while converting the types. I will certainly try replacing cf_sql_numeric to cf_sql_integer and cf_sql_bigint(wherever...
View ArticleRe: CF_SQL_INTEGER v/s CF_SQL_NUMERIC ?
Nice one. Report back with your results, because this'd be good info for people to know. Take it easy. -- Adam
View ArticleRe: ColdFusion 10 Uninstaller.jar file
Priyank - An email has been sent to you with the subject "Malware Scan Results."
View ArticleRe: ColdFusion 10 Uninstaller.jar file
Thanks, Let us check this and will let you know. Regards,Priyank
View ArticleIf you are looking for the last modified date of a ColdFusion application...
Would the extension be .exe or .cfm?
View ArticleRe: If you are looking for the last modified date of a ColdFusion application...
The source code files have a .cfm or .cfc extension. I dunno if that answers your question though. Why are you trying to address? -- Adam
View ArticleRe: If you are looking for the last modified date of a ColdFusion application...
Hope you are refering it to the actual page, which you invoke for any cfm/cfc request then yes, its extension would be .cfm/.cfc page but if you are refering it to its corresponding encoded pages from...
View ArticleRe: CF 10 continues to crash on Windows 2008 R2 64 bit
@etnevels1, note that one of the many things that CF10 update 11 addressed was an issue related to when CF was processing 404s for IIS. I know your note here was from March, but someone pointed me to...
View ArticleSelect dropdown list show last record
I have following select contorl on the form and it has a record set the code like following,<select id="MySelect"> <cfoutput query="spList"> <option value="#spList.MyID#"...
View ArticleRe: how to color the tabs of ? Because i am getting an error in java script...
One of the way would be by calling your defined css style as in below code, whereas you can define one or more attributes in that css style:-------<cflayout type="border|hbox|tab|vbox"...
View ArticleRe: Select dropdown list show last record
You should read the HTML spec for how HTML elements work. Option: http://www.w3.org/html/wg/drafts/html/master/forms.html#the-option-ele ment So what you do is to set the "selected" attribute of the...
View ArticleRe: CF_SQL_INTEGER v/s CF_SQL_NUMERIC ?
Hi Adam, Thanks for the info. This is really very helpful and informative.
View Articlecfgrid is blank
! THIS SEEMS TO BE WORKING NOW - PLEASE disregard.... i think it was slow to start a java applet - but now ok.... Hi all, I am using CF 10 and looking at some old code from several years back. I was...
View ArticleCF10 Update 11 error log problem
Since applying update 11 on CF10 \ColdFusion10\cfusion\logs\coldfusion-error.log reports this error in bold: org.apache.catalina.core.AprLifecycleListener initINFO: The APR based Apache Tomcat Native...
View ArticleRe: CF10 Update 11 error log problem
Hi Carl, Thanks for the details of your log. Does this problem arise when you try to visit the Scheduled Task page.If yes, a possible cause could be the neo-cron.xml's curroption.Could you use a back...
View ArticleRe: CF10 Update 11 error log problem
Hi Anjaneai, CF scheduled tasks are working and I can visit those in CFadmin OK. When CF10 service starts it takes longer to be ready when update 11 is applied than say update 10. If I remove update 11...
View ArticleRe: Select dropdown list show last record
<option value="#spList.MyID#" <cfif (isDefined("spList.MyID") AND spList.MyID EQ spList.MyID)>selected="selected"</cfif>>#spList.MyNUMBER# - #spList.<MyNAME#</option> There's...
View ArticleHow do you turn off autocomplete functionality from Password Field
I have a text field, type=password that I would like to prevent autocomplete functionality for. Of course, this can be set in the browser, but do not see a property for input or cfinput to disable...
View Article