Re: Coldfusion Code Review Tool

2011-01-13 Thread dev losh
Hey ! Thanks all for the Responses. I will try all these and will update in this thread. Thanks Devlosh ~| Order the Adobe Coldfusion Anthology now!

Coldfusion Code Review Tool

2011-01-11 Thread dev losh
Can anyone recommend any good tool that can be used for Coldfusion Code Reviews? I tried Sonar but could'nt find coldfusion plugin for the same. Thanks, Devlosh ~| Order the Adobe Coldfusion Anthology now!

Re: OOP vs cfinvoke

2010-10-29 Thread Dev Guru
I've got an app here that has several hundred cfinvoke calls to a couple of CFCs. I'm trying to decide if it's worth my time to go through and convert the app from using cfinvoke constantly to using cfobject. How much of a difference on my overhead will it make? Kris Sisk USD-457 Technology

Coldfusion administrator page showing unexpected constant error

2009-06-23 Thread dev losh
-installing CF to fix it. Please Help ! -Dev ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm

re-creating new browser session in j2ee session

2009-06-20 Thread dev losh
? Please help. -Dev ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323737

Re: Submitting larger data using cfajaxproxy: throwing error

2009-01-27 Thread dev losh
Hey Thanks Kumar we idendifed that the error is because of new lines in it. Do you have any solution for this issue ? thanks a lot. Dev Does the Text Area have new lines in it. I remember reading about there being an issue with JS and Textarea with afajaxproxy when the text has newlines

Submitting larger data using cfajaxproxy

2009-01-26 Thread dev losh
Hi all, I'm submitting my form using cfajaxproxy(using remote method invocation). it is working fine with small data. my page is having a text area. if we give larger text say like 500 chars, the sumbit action is throwing javascript error. the CFC is not able to handle it. is there any

Submitting larger data using cfajaxproxy: throwing error

2009-01-26 Thread dev losh
Hi all, I'm submitting my form using cfajaxproxy(using remote method invocation). it is working fine with small data. my page is having a text area. if we give larger text say like 500 chars, the sumbit action is throwing javascript error. the CFC is not able to handle it. is there any

call a cfm page from cfc

2009-01-16 Thread dev losh
hi all, Is it possible to call a cfm page from cfc? i.e, My requirement is to call a cfm page and store the output in a variable all inside cfc. Please help me if this is possible. Thanks, Dev ~| Adobe® ColdFusion® 8

call a cfm page from cfc

2009-01-16 Thread dev losh
hi all, Is it possible to call a cfm page from cfc? i.e, My requirement is to call a cfm page and store the output in a variable all inside cfc. Please help me if this is possible. Thanks, Dev ~| Adobe® ColdFusion® 8

Cfgrid cgridcolumn textColor not working

2008-09-10 Thread dev losh
hi, I need to change the color of text in a particular column to blue. I tried textcolor option in cfgridcolumn . no joy :( can anyone help... Regards, Loshy ~| Adobe® ColdFusion® 8 software 8 is the most important and

Cfgrid Javascript function not working if not put inside head/head tags

2008-08-21 Thread dev losh
to be placed anywhere in the code ? Thanks, Dev ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http

Re: Cfgrid Javascript function not working if not put inside head/head tags

2008-08-21 Thread dev losh
Hey Great Joy it worked !! Thanks Charilie :) cfsavecontent variable=headText your javascript stuff here /cfsavecontent cfhtmlhead text=#headText# / On Thu, Aug 21, 2008 at 1:53 PM, dev losh [EMAIL PROTECTED] wrote

Re: OT: Oracle Query Question

2008-04-30 Thread ColdFusion Dev
Sweet that worked... (Yes all the records will contain date daa) On Wed, Apr 30, 2008 at 12:10 PM, Greg Morphis [EMAIL PROTECTED] wrote: '' isnt a date recognized.. try to_char() to_char(myDate, '') That should work for you On Wed, Apr 30, 2008 at 11:06 AM, Ian Skinner [EMAIL

OT: FB5 Question

2007-06-06 Thread CFMX DEV
Sorry for the OT, but I am not having any luck with the Fusebox5 mailing list on Yahoo nor anything on Google. Yes, I hit those before posting here. 1. What is the best way to have a select list setup compiled and reused on various pages? Ex: State select list compiled and called on many display

RE: Small Problem with Query Duplicates

2005-09-12 Thread CF-DEV
What part is being duplicated? The URL? All of the records? If it is all the records then you should have a look at your Database. Unless duplication is okay in your DB. What is the ID field? Is it an auto generated ID or an ID Field you are populating? -Original Message- From: Mark

RE: Reading file contents

2005-08-03 Thread CF-DEV
One way is if the web server has permissions on the remote server, You could do a simple CFFILE ACTION=READ FILE=\\REMOTESERVER\FILE.TXT This is considering that the CF services are running under the same profile that has access to the remote server. Mindkeeper

RE: Reading file contents

2005-08-03 Thread CF-DEV
contents Unfortunately, no. The remote server is linux etc ... -Original Message- From: CF-DEV [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 03, 2005 5:53 PM To: CF-Talk Subject: RE: Reading file contents One way is if the web server has permissions on the remote server, You could do

RE: FCKEditor XML Error

2005-02-23 Thread GroupOne Dev.
I assume you are referring to the fckconfig.js file?  If so, I have already changed the following lines: // Link Browsing FCKConfig.LinkBrowser = true ; FCKConfig.LinkBrowserURL = FCKConfig.BasePath + filemanager/browser/default/browser.html?Connector=connectors/cfm/connector.cfm ; // Image

CFX_Dumptext and MX6.1

2004-10-13 Thread dev
I have code which works on CF5Server but not MX6.1 using the tag cfx_dumptext.dll from the tag library. I have searched the site and past emails without any hint at anyone else posting this issue. I have tested the code on two servers (CF5 and MX6.1) - it works fine on 5 but not on 6.1. Has

RE: CFX_Dumptext and MX6.1

2004-10-13 Thread dev
Brian, Thanks for your reply. The tag cfx_dumptext takes the results of a query and writes it to a text file. There are a few controls for formatting the output file. Tony -Original Message- From: Bryan Stevenson [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 13, 2004 3:50 PM To:

Help - Cannot repopulate collection after purge

2003-07-06 Thread Web Dev
I had 3 verity collections which worked yesterday and a few days ago up until I tried to purge, reindexed and updated the collection. As a test, I use the same keword search, no results have appeared except for one collection only! I have updated, purged and rebuilt the collections but nothing

HELP with Authorize.net - SIM or AIM?? Safeset?

2003-01-29 Thread Dev Team
Soon authorize.net will end the weblink connect to their gateway Anyone attempted this migration yet? What is the best method? I know that cf_authorize now uses AIM but requires you to have your username and password reside on the server, while there is cfx_sim_fingerprint that calculates only

RE: Error in CFFile Tag

2003-01-07 Thread CF-DEV
Make sure your form tag contains: enctype=multipart/form-data -Original Message- From: Larry Juncker [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 07, 2003 5:27 PM To: CF-Talk Subject: Error in CFFile Tag I have the exact same code other than directory on two websites. One I can

RE: Email Problem

2002-12-11 Thread CF-DEV
Is it sending HTML based email? It might be that they have Netscape Mail set for TEXT mail and not HTML. -Original Message- From: cfhelp [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 11, 2002 8:23 PM To: CF-Talk Subject: Email Problem One of our newsletter clients is getting

RE: Need assistance with listbox on a form

2002-10-31 Thread CF-DEV
On the action page test to see if the value exists: ISDEFINED() -Original Message- From: Clark, Aimee [mailto:aclark;stinsonmoheck.com] Sent: Thursday, October 31, 2002 2:14 PM To: CF-Talk Subject: Need assistance with listbox on a form I have a page in which employees can update

RE: CFLoop query problem

2002-10-31 Thread CF-DEV
What is happening, you are getting the LAST record in the query to populate the values. What is it you are attempting?? If you want an Overall total of ItemPrice Then is OrderTotal already defined? If you are want to loop and continually add the values until the end of the query is reached then

RE: user - attachments ?

2002-10-26 Thread CF-DEV
Usually an input box with the type=file The form must be set for method=multipart/form-data -Original Message- From: Ed Gordon [mailto:NetDr;callptc.com] Sent: Friday, October 25, 2002 3:31 PM To: CF-Talk Subject: user - attachments ? What is used to allow users to upload attachments,

CF5 Problem

2002-10-03 Thread CF-DEV
Any idea why CF 5 would server CFM files up as TXT files? I do have the index.cfm in the IIS settings for default documents. TIA! ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription:

RE: CFM Files Display as TXT

2002-10-03 Thread CF-DEV
CF Application Server service is running along with all the other CF services but still displays the contents of the CFM file to the browser instead of processing the CFM code. -Original Message- From: S. Isaac Dealey [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 03, 2002 10:35 AM

RE: CFM Files Display as TXT

2002-10-03 Thread CF-DEV
That was it!!! Thanks very much. Not sure how that happened but much appreciated for the info!! -Original Message- From: Andres [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 03, 2002 2:46 PM To: CF-Talk Subject: RE: CFM Files Display as TXT check your IIS site's application

RE: CF Application Logs

2002-10-02 Thread CF-DEV
There is only maybe 3 session variables being used which are all in fact utilizing CFLOCK. -Original Message- From: Tilbrook, Peter [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 02, 2002 6:17 PM To: CF-Talk Subject: RE: CF Application Logs Possibly memory corruption due to

RE: CF Application Logs

2002-10-02 Thread CF-DEV
, are there any of those being used? Kind Regards - Mike Brunt, CTO Webapper http://www.webapper.com Downey CA Office 562.243.6255 AIM - webappermb Webapper - Making the NET work -Original Message- From: CF-DEV [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 02, 2002 3:21 PM To: CF-Talk

CFMX / MSSQL

2002-09-30 Thread CF-DEV
DEV box. Any ideas? __ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http

RE: CFMX / MSSQL

2002-09-30 Thread CF-DEV
along with in the Control Panel, I created the ODBC connection to the DB with a DSN name of: myDB Now in CF it will not connect. I have SQL 7 set to TCP/IP in the Client Network Utility. I have no PWD associated since this is used as my DEV box. Any ideas

RE: CFMX / MSSQL

2002-09-30 Thread CF-DEV
, September 30, 2002, at 05:24 PM, CF-DEV wrote: I have CF MX installed and SQL 7. I created the database along with in the Control Panel, I created the ODBC connection to the DB with a DSN name of: myDB Now in CF it will not connect. I have SQL 7 set to TCP/IP in the Client Network Utility

RE: CFMX / MSSQL

2002-09-30 Thread CF-DEV
Don't I feel like a total A$$ In the HELP it stated to put LOCAL within the parathesis. Such as: (local) Not True.. It is the standard: localhost Thanks everyone!! -Original Message- From: Dick Applebaum [mailto:[EMAIL PROTECTED]] Sent: Monday, September 30, 2002 9:09 PM To: CF-Talk

RE: CGI.HTTP_REFERER

2002-07-09 Thread dev
I doubt that you can do this without some assistance from the intervening page. While browsers have a history object, I currently use #CGI.HTTP_REFERER# to see the last page my user came from, is there a way to look back 2 pages? This is not exactly the same thing, but the following does