Is there a way within JS to check and see if the DWREngine._execute has completed running? The reason I ask is I am trying to add a DWREngine._execute() to an...
Just to get something that will work for now I changed things around on this. I stripped out the if() statement that runs the execute and put it back into the...
Looks like I was wrong in thinking this solution would work for now. Since the values in my DUT_INFO field are changed via a pop-up window if that window...
Sounds to me like you have a conflict between the 2 javascript libraries, maybe milonic has some of the same function names, specifically a $ function by the...
Yeah -- in AjaxCFC's util.js, I commented out the section that deals with the $ function. Everything I have seems to still work, but I will keep testing. Tim...
In my form I am using ajaxcfc framework . So my server side is <cffunction name="categoryUpdate" output="no" access="private"> <cfargument name="catId"...
I was trying to run the examples that come with the latest Alpha of AjaxCFC with jQuery and get an error with the first DWRCompatibility.query example( ...
Unless you have some old code that still uses DWR, I'd say forget about using the compatibility stuff, you only need to include it if you plan to use any calls...
I am not married to one way or the other, just was looking for a solution for something at work. Since the server side piece of the example worked that is...
Thanks, I will look into the loading message later today when I make it in. In regards to finding the DWR harder to read, the only DWR line I have is this and...
Aaron Rouse said -- ... page ... submit, ... records ... just be ... While I'm not using inGrid with AjaxCFC, I am using it with Cold Fusion 8 and jQuery. I...
This particular application I am working on is using CF7 and do not foresee it going to CF8 for a long time, if ever since the IT Architects are pushing hard...
I remember reading that may be there is a limit on how many parameters you can pass to a function. I tried looking into the older messages to find it but I had...
Good Afternoon, That is correct, I had the same issue, only 10 parameters. Solution is to pass a WDDX recordset, and you will not have any limits. If you need...
Its pretty easy, and it took me a few tries to figure this out. (Since the AjaxCFC functionality has changed several times, in each incarnation of it. And the...
I would recommend, updating to the latest AjaxCFC, if you can. (i.e. you are not already using an older version of AjaxCFC in other places.) If you can not...
Not sure if anyone stills uses or monitors this group, but I'm asking anyway. Have written many... ajaxcfc programs always using the same CFC file defined in...
... is ... I'm also interested in an answer to this question. I have programmed a web application which uses a 2000 line page with a 4000 line page CFC. It'd...
First and foremost I want to thank Chris Jordan for his tutorials. I was able to perform a dump of my query and extract recordcount and columnlist. What I...
How can I not respond? Thanks for the kind words on the tutorials. I wish they were a little better. :o) To access particular rows in your dataset (which is...
Man... the formatting on that post just *did not* work out. Yikes! Sorry. Chris ... From: "Chris Jordan" <cjordan@...> To: ajaxcfc@yahoogroups.com Sent:...