Re: cfscript queries error in base.cfc

2013-10-15 Thread Kumar Shah
> > > On Mon, Oct 14, 2013 at 12:44 PM, Raymond Camden >wrote: > > > > > Two things. > > > > 1) Don't forget that the code behind the script based CFCs is not > > encrypted. You can look at base.cfc. > > > > 2) The issue seems to be this

cfscript queries error in base.cfc

2013-10-14 Thread Kumar Shah
This is the first time I am creating components wholly in cfscript. When running update or insert statements via the cfscript query functions an error gets recorded like: 22:52:17.017 - Expression Exception - in C:/ColdFusion9/CustomTags/com/adobe/coldfusion/base.cfc : line 460 Canno

cfquickdocs.com down?

2011-09-26 Thread Kumar Shah
http://cfquickdocs.com/ seems to be down (since yesterday) I believe. Anybody know who maintained this/can reach out to them? Has proved to be really useful for looking things up. Thanks -- Kumar Shah http://www.coldfusion-ria.com/Blog

Re: Updating ColdFusion MX 7 configuration to install Search Service

2010-02-17 Thread Kumar Shah
Thanks for the suggestion. Actually found that it can be accessed online through Adobe at: http://www.adobe.com/support/coldfusion/verity_reg/register/index.cgi On Thu, Feb 18, 2010 at 12:22 AM, Dave Watts wrote: > > > I have a production server that already has CF MX 7 installed on it. > > Un

Updating ColdFusion MX 7 configuration to install Search Service

2010-02-17 Thread Kumar Shah
I have a production server that already has CF MX 7 installed on it. Unfortunately, during the original install the CF Search Service was not installed. Now, there is a need to install this service. I tried running the installer again, but it couldn't proceed as it detecs an already installed Col

Re: Broken images in CFADMIN

2010-02-15 Thread Kumar Shah
I had this issue while installing CF9 64-bit on Win 7 64-bit. For me the solution was to uninstall CF9 then uninstall IIS, then reinstall IIS and CF9. Although I am guessing there is an easier solution out there. On Sat, Feb 13, 2010 at 6:49 PM, ColdFusion Developer wrote: > > I know thatere wa

Re: jquery Check all fuction in cfdiv tag

2009-12-15 Thread Kumar Shah
I would move the javascript outside the cfdiv. It should work then. -- Kumar Shah http://www.coldfusion-ria.com/Blog/ On Tue, Dec 15, 2009 at 11:49 AM, Brady Ashworth < bra...@constructionmonitor.com> wrote: > > I am having a problem with using a jquery function that allows

Re: Coldfusion9 ORM

2009-07-24 Thread Kumar Shah
Be sure to turn on event handling in Application.cfc, this.ormsettins.eventhandling = true; On Fri, Jul 24, 2009 at 4:27 AM, Gavin Stewart wrote: > > Hello there, > > I have a question about cf9 orm. I am trying to add a postInsert() event on > a persistent cfc which basically logs the action in

Re: cfgridcolumn

2009-07-17 Thread Kumar Shah
If you need to manipulate the cfgrid after it has rendered, you would have to use the ExtJS library. On Fri, Jul 17, 2009 at 11:47 AM, RamaDevi Dobbala wrote: > > Hi frnds, > > can we give cfgridcolumn name="not in query" > which is not there in that query, i have to getr that from some other que

Re: Submitting larger data using cfajaxproxy: throwing error

2009-01-26 Thread Kumar Shah
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. -- Kumar Shah http://www.coldfusion-ria.com/Blog/ On Mon, Jan 26, 2009 at 11:22 PM, Brad Wood wrote: > Is there a CF error being thr