I have a form. Lets say it has two fields (Keep it simple). Each of these fields needs to be validated according to special rules. <script> Function...
DWREngine.setAsync(false); Man I love this freaking API. _____ From: ajaxcfc@yahoogroups.com [mailto:ajaxcfc@yahoogroups.com] On Behalf Of loathe Sent:...
That wasn't the problem, it just would never run the second call if the first passed. I had some funky logic going :-) _____ From: ajaxcfc@yahoogroups.com...
It appears to me that you are missing or misplaced the } for the function checkFields. This could prevent the second checkfield function from running, maybe,...
I completely agree. I've had enough of this *crap* in my inbox. Rob, you're the guy in charge of the group right? Can you please see what you can do about it? ...
Fair or not, I could care less. Flying planes into building full of people, blowing up embassies, having carnal relations with camels, THOSE things are not...
You guys crack me up, hehe ... but I completely agree with both of you; it annoys me too... I'll look into some way for blocking these posts... if anyone has...
I just banned about 50 people; if you know someone that I banned by mistake, please let me know. Most of them where classified as 'hard bounce', which means...
That sounds like the right thing to do. Thanks Rob! :) Chris ... That sounds like the right thing to do. Thanks Rob! :) Chris Rob Gonda wrote: I just banned...
I appreciate it Rob. I don’t mean to sound like I am……’prejudiced??’ against an entire group of people, but…..yeah, you caught me, I am prejudiced...
Wow, this guy keeps getting dumber and dumber. Of course, the Red Sox comment kind of explains that. Is there a way to block a certain user’s messages, like...
You should be able to run a filter to filter out a certain email address and put it in the trash. I know you can do this on Gmail as well as Outlook. One...
Neil, one more racist comment and you're gone too. Please take those discussions elsewhere. Do not reply to the message and may this be the last racist thread...
Hi! Thanks for a great utility Rob! I´m having problems when passing more than 10 arguments via ajaxCFC. When doing that the arguments end up in a different...
Maybe you could put them in an array first, and then you only have to pass one argument? ________________________________ From: ajaxcfc@yahoogroups.com...
My sister was a software developer for Cantor Fitzgerald - she wasn't even supposed to BE THERE on September 11th. My family has the right to feel any way we...
Neil, I feel for you, but I don't think anyone on this group really wants to read your comments about it. Again, if you reply to this post you're banned. ...
I will try to fix the issue with over 10 arguments. A workaround is using named arguments. If you pass a single object that contains all your arguments it will...
Thanks for your reply :) I´m not sure how to do what you describe, do I put all the variables in a javascript array and send that to the CFC? Can I still...
Ahh, thanks :) Works like a charm! I´m so impressed with the ajaxCFC, keep it up Rob! Christian ... variables ... declare ... workaround is ... contains ... ...
I am new to ajaxCFC and I am trying to modify one of Rob Gonda's examples. What I want to do is return more than one result. Here is my code: <InvalidTag...
Hi Chris, From your code, it looks like you have the potential of returning more than 1 row from your query but while you're looping through your result set,...
Chris, Here's an example that I wrote where my CFC returns a query and then I loop over it in the JS on the client side: function GetClientList(MarketName){ ...