UNSUBSCRIBE - PLEASE REMOVE ME ... http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/IHFolB/TM ... __________________________________ Yahoo! Mail - PC Magazine...
So after my recent trials and tribulations, I'm messing around with my first functions. :) I've got my functions working kiiiiinda like I want - they work...
Ok, more mucking about with this thing and I'm hitting a wall. In my previous post I mentioned select fields. I'm basically trying to replicate one of the...
I realized I'd made a mistake in the previous post. Running the function through the normal pull-down-trigger method, and having a test page generating the...
Hi All, I am facing similar problem and I could not figure out what I am doing wrong... I have read the mailing list archive and could not find answer for this...
Look in the examples that came with cfajax, specifically the cellphone one. You pass an array back, each array item being "value, text". In your case you'd...
I was thinking about that. But looping over the result set twice, once to convert to an array and another one to populate the select wasn't an "elegant"...
I will see if I can dig up the test code I had for this, it was all working perfectly but I ended up just going with the qForms approach I normally use since...
Did you ever solve this? I'm having the exact same problem. No matter what I do it can only find the function file in the /examples directory ... functions.cfm...
Are you still having a problem with getting it up and running in your directory? I believe the resolution to that problem was the Application.cfm file in a...
Bonnie - Thanks very much and I hope you can help. Everything is working beautifully except for this. Here's the scoop: All my cfajax files & folders are in...
Sorry if I missed anything earlier in the thread, but: Let's try starting from a very, very basic test. If you make a template named functions.cfm in your web...
Does it work equally well when you move the function into a different template and move it to an alternate location and change the _cfscriptLocation value??? ...
hmmm. yes it does! Now please forgive me, I'm still a bit new to this, but where IS my getUserInfo()code and how is it used? Is it somewhere in the cfajax ...
Sorry, I meant the netIDLookup function which you are trying to call in your original code with which you're having trouble. You could even post the entire...
What happens if you create a new template with the code below: <cffunction name="netIDLookup"> <cfargument name="netID" required="yes" type="string"> <cfquery...
I think you're going at this the wrong way. You need to check out this example: http://www.indiankey.com/cfajax/examples/keyvalue.htm to see how you can pass...
nuttin darn it. I placed the same code in the working folder/function and that didn't return anything either, so I'm not sure how to definitively tell the...
I changed your code like this (below) and ran it on my system. Now, I know it doesn't really make sense that all I've done is put firstname and lastname as...
wow, thanks so much! I put your code in the non-examples folder file and it DID come back with the error. So we KNOW it can be gotten at. What's making me ...
Hmm, does it return ANYTHING when run from the examples folder? Also, when you run it from the *non* examples folder, can you successfully run that function...
when run from the example folder it works find and returns what it should from the query. when run from anywhere else (including a subfolder of /examples) it ...
well, I've got to go now, but I can help you again tomorrow. I'm kind of stuck right now without actually being able to see it. Is there a reason you chose not...
Ken - Thanks for all your time today. I really apppreciate it. No particular reason for not doing the virtual directory. For fun I just did it now into /ajax...
The following test code should remotely set session.sideBar, toggling it on and off. It does it but for one on/off cycle only; after that I have to restart the...
Not sure what is wrong but I installed the scripts as instructed and when I load any of the examples i.e. the zip code etc.. I get a loading on the top right...