Search the web
Sign In
New User? Sign Up
cfajax
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 290 - 319 of 2021   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
290
UNSUBSCRIBE - PLEASE REMOVE ME ... http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/IHFolB/TM ... __________________________________ Yahoo! Mail - PC Magazine...
its arvi
itsarvi
Offline Send Email
Oct 1, 2005
4:40 pm
291
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...
Scott
sweikert65
Offline Send Email
Oct 1, 2005
5:50 pm
292
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...
Scott
sweikert65
Offline Send Email
Oct 2, 2005
12:11 am
293
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...
Scott
sweikert65
Offline Send Email
Oct 2, 2005
12:23 am
294
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...
emanweb
Online Now Send Email
Oct 2, 2005
4:50 pm
295
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...
Scott
sweikert65
Offline Send Email
Oct 2, 2005
4:59 pm
296
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"...
emanweb
Online Now Send Email
Oct 2, 2005
5:02 pm
297
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...
Aaron Rouse
aaron_rouse
Offline Send Email
Oct 2, 2005
7:33 pm
298
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...
mannymutlu
Offline Send Email
Oct 6, 2005
3:49 pm
299
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 E. Betts
bonnie1_b
Offline Send Email
Oct 6, 2005
4:48 pm
300
Please help a newbe. Need to set a session.var without refreshing. Thanks in advance. WalterC...
Walter Conti
contiw
Offline Send Email
Oct 6, 2005
8:35 pm
301
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...
mannymutlu
Offline Send Email
Oct 7, 2005
11:06 am
302
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...
Ken Ferguson
ksferg_99
Online Now Send Email
Oct 7, 2005
1:38 pm
303
Ken - yes -it works perfectly. the alert returns 500. what next? Thanks! ... this ... src='cfajax/core/engine.js'></script> ... ...
mannymutlu
Offline Send Email
Oct 7, 2005
2:24 pm
304
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??? ...
Ken Ferguson
ksferg_99
Online Now Send Email
Oct 7, 2005
2:51 pm
305
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 ...
mannymutlu
Offline Send Email
Oct 7, 2005
3:02 pm
306
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...
Ken Ferguson
ksferg_99
Online Now Send Email
Oct 7, 2005
3:13 pm
307
ah, gotcha - here 'tis. 1st the entire set of js in my calling template and then the function being called: <script type='text/javascript'...
mannymutlu
Offline Send Email
Oct 7, 2005
3:42 pm
308
What happens if you create a new template with the code below: <cffunction name="netIDLookup"> <cfargument name="netID" required="yes" type="string"> <cfquery...
Ken Ferguson
ksferg_99
Online Now Send Email
Oct 7, 2005
4:09 pm
309
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...
Ken Ferguson
ksferg_99
Online Now Send Email
Oct 7, 2005
4:37 pm
310
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...
mannymutlu
Offline Send Email
Oct 7, 2005
4:49 pm
311
also, fwiw, the function called by DWREngine._execute() is definitely NOT being called. I place an alert in there that fires when using the file in...
mannymutlu
Offline Send Email
Oct 7, 2005
4:56 pm
312
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...
Ken Ferguson
ksferg_99
Online Now Send Email
Oct 7, 2005
5:48 pm
313
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 ...
mannymutlu
Offline Send Email
Oct 7, 2005
7:00 pm
314
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...
Ken Ferguson
ksferg_99
Online Now Send Email
Oct 7, 2005
7:05 pm
315
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 ...
mannymutlu
Offline Send Email
Oct 7, 2005
7:25 pm
316
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 Ferguson
ksferg_99
Online Now Send Email
Oct 7, 2005
7:37 pm
317
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...
mannymutlu
Offline Send Email
Oct 7, 2005
8:07 pm
318
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...
Walter Conti
contiw
Offline Send Email
Oct 8, 2005
6:09 pm
319
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...
polobruce
Offline Send Email
Oct 9, 2005
2:08 pm
Messages 290 - 319 of 2021   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help