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

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 1761 - 1791 of 2021   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1761
I've got a symptom enclosed in <span> tags that, when you click it, should go grab the remarks that go with it and load it into the div below it. Here is the...
happy_christy01
Online Now Send Email
Aug 2, 2006
8:10 pm
1762
On a whim I replaced the #variables# with <cfqueryparam>s in the cffunction and now the last alert I get is the variable contents before it makes the call......
happy_christy01
Online Now Send Email
Aug 2, 2006
8:29 pm
1763
What is the <cf_alert> supposed to do? What's the code for that tag? ... -- CFAJAX docs and other useful articles: http://www.bifrost.com.au/blog/...
James Holmes
holmesjr_2005
Offline Send Email
Aug 3, 2006
12:39 am
1764
It's just a CF wrapper for a JS alert. Non-essential. I did find the problem. Started looking in the app logs and it turns out there was a relational problem...
happy_christy01
Online Now Send Email
Aug 3, 2006
2:27 pm
1765
I was getting this error recently. I'm not sure if I have it completely figured out, but I read somewhere that being logged in as Admin will cause this. Sure...
bc992164
Offline Send Email
Aug 4, 2006
8:24 pm
1766
Company Profile =============== Pronto InfoTech is a software development company implementing IT- projects of any complexity. We offer an end-to-end approach...
abhijeet
luckyabhi
Offline Send Email
Aug 7, 2006
9:25 am
1767
Everyone hates newsgroup spam!!!!!!!...
slanek15
Offline Send Email
Aug 7, 2006
12:40 pm
1768
Except the person who applied for the position... Chad who didn't...
Chad Renando
renantc
Offline Send Email
Aug 7, 2006
11:21 pm
1769
I am basically using the 'list' example. I am populating a drop down list with the current status of a project (e.g. 'Open') the interesting part is that when...
happy_christy01
Online Now Send Email
Aug 10, 2006
1:44 pm
1770
Code please. --Ferg ... From: cfajax@yahoogroups.com [mailto:cfajax@yahoogroups.com] On Behalf Of happy_christy01 Sent: Thursday, August 10, 2006 8:43 AM To:...
Ken Ferguson
ksferg_99
Offline Send Email
Aug 10, 2006
2:04 pm
1771
function getResult(result){ obj = document.getElementById("BasicProjectNotes"); proj = document.getElementById("ProjID"); stat =...
happy_christy01
Online Now Send Email
Aug 10, 2006
3:28 pm
1772
Is there a way to set a value inside cffunction and return it as part of the result set, which indicates which layer should be updated? For example (in...
nando168
Offline Send Email
Aug 14, 2006
1:05 am
1773
Yes, an array is good for this, pretty much as you have written it. You then work with the results directly in the callback function. The results variable will...
James Holmes
holmesjr_2005
Offline Send Email
Aug 14, 2006
1:34 am
1774
Hi James, This is great. Thanks for your feedback. As I beagan my AJAX adventures starting with CFAJAX, I begin to wonder if there are any ways to return a...
nando168
Offline Send Email
Aug 14, 2006
1:48 am
1775
No, if you were to use xmlhttprequest to get a CF page directly the cf page will run as it should. No http request can expose the source of the CF page...
James Holmes
holmesjr_2005
Offline Send Email
Aug 14, 2006
2:12 am
1776
I've always stayed away from the loading message because I didn't like the way it worked and I usually don't need it, but this is great. I have a couple of...
Ken Ferguson
ksferg_99
Offline Send Email
Aug 17, 2006
6:43 pm
1777
Hello, I have been setting up and working with CFAjx this week, and everything seemed to be working fine after I ran the /utility/installation.cfm file....
Andrew Jones
joneslynnad
Offline Send Email
Aug 18, 2006
4:27 pm
1778
Andrew, Your cfscriptlocation is www.roninmm.com <http://www.roninmm.com/> ... Whereas you're browsing to roninmm.com. Notice that if you add the www in your...
Ken Ferguson
ksferg_99
Offline Send Email
Aug 18, 2006
4:54 pm
1779
Sorry, I should have provided an example instead of just telling you what to do. This is what I have on my site in a script block. _cfscriptLocation = ...
Ken Ferguson
ksferg_99
Offline Send Email
Aug 18, 2006
5:01 pm
1780
Learn How To Prevent Your Files Getting Deleted By Intruders at http://softwaretutorial.myitcareer.org/stopfilegettingdeleted...
itteamtuttorial
Offline Send Email
Aug 20, 2006
9:01 pm
1782
Ken, I've been experimenting with this, and am running in to problems. Here is what I've done: 1) I've added the additional javascript to my util.js file (the...
Yvan Gagnon
ygagnon0420
Offline Send Email
Aug 23, 2006
5:20 pm
1783
You'll definitely want to rip out that call to DWRUtil.useLoadingMessage(); in your code. I'll show you exactly what I've got. I put the js code at the bottom...
Ken Ferguson
ksferg_99
Offline Send Email
Aug 23, 2006
6:17 pm
1784
Thanks Ken. Removing the useLoadingMessage() function did the trick. You know what'd be a great enhancement to this, in my opinion? It'd be nice to also dim...
Yvan Gagnon
ygagnon0420
Offline Send Email
Aug 24, 2006
1:36 pm
1785
Actually Yvan, I think the code you need is right there on that lightbox webpage and you may need to look in the lightbox.js code a little too. Just work that...
Ken Ferguson
ksferg_99
Offline Send Email
Aug 24, 2006
2:00 pm
1786
TOAD users will probably already know about this, but for everyone else... The people who bring us the Tool for Oracle Application Developers (TOAD) have...
James Holmes
holmesjr_2005
Offline Send Email
Aug 25, 2006
2:07 pm
1787
Don't know if this is the right place to ask the question, but since I discovered the Rico Accordion here, I'll ask here. :) Basically, I cannot highlight text...
slanek15
Offline Send Email
Aug 28, 2006
4:37 pm
1788
Just had a go at mxAjax and seem to be having trouble with the examples returning db data. cfinvoke pulls data from the same method just fine. Is there a...
coolmanron
Offline Send Email
Aug 31, 2006
3:07 am
1789
Yes, http://groups.google.com/group/mxAjax. ... -- CFAJAX docs and other useful articles: http://www.bifrost.com.au/blog/...
James Holmes
holmesjr_2005
Offline Send Email
Aug 31, 2006
6:13 am
1790
Hello, Is there a way to have an CFAJAX application that pages a recordset? Iyua...
iyua
Offline Send Email
Aug 31, 2006
10:31 pm
1791
Certainly: for example, you could put the recordset into the session or application scopes and return bits of it using array notation. ... -- CFAJAX docs and...
James Holmes
holmesjr_2005
Offline Send Email
Sep 1, 2006
1:38 am
Messages 1761 - 1791 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