Search the web
Sign In
New User? Sign Up
CFTalk · ColdFusion Talk (CFTalk) List archives
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 64372 - 64401 of 154347   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
64372
Archive: http://www.houseoffusion.com/lists.cfm/link=i:4:236768 ... i wouldn't bother unless your apps will be that complex & you forsee the need to use...
archive@...
mdinowit
Offline Send Email
Apr 1, 2006
8:36 am
64373
Archive: http://www.houseoffusion.com/lists.cfm/link=i:4:236769 ... Just flatten it into a join. SELECT C.*, FG.*, E.* FROM clients C INNER JOIN family_groups...
archive@...
mdinowit
Offline Send Email
Apr 1, 2006
9:23 am
64374
Archive: http://www.houseoffusion.com/lists.cfm/link=i:4:236770 ... Hi Rick. Just read through the entire thread, I see that you've reworked your query to...
archive@...
mdinowit
Offline Send Email
Apr 1, 2006
1:37 pm
64375
Archive: http://www.houseoffusion.com/lists.cfm/link=i:4:236771 ... My reason for that (or for saying that) is because it's an open source project I have no...
archive@...
mdinowit
Offline Send Email
Apr 1, 2006
3:32 pm
64376
Archive: http://www.houseoffusion.com/lists.cfm/link=i:4:236772 ... Has anybody ever seen ColdFusion 7 claim that a method attribute isn't provided to cfinvoke...
archive@...
mdinowit
Offline Send Email
Apr 1, 2006
3:43 pm
64377
Archive: http://www.houseoffusion.com/lists.cfm/link=i:4:236773 ... nevermind. ColdFusion was displaying the wrong template name and line numbers for the error...
archive@...
mdinowit
Offline Send Email
Apr 1, 2006
4:09 pm
64378
Archive: http://www.houseoffusion.com/lists.cfm/link=i:4:236774 ... Thanks, Doug... Sounds like a good plan. I have started breaking down the original join...
archive@...
mdinowit
Offline Send Email
Apr 1, 2006
5:24 pm
64379
Archive: http://www.houseoffusion.com/lists.cfm/link=i:4:236775 ... Hello, I ran into a java.net.connectexception when trying to start a flex-message gateway...
archive@...
mdinowit
Offline Send Email
Apr 1, 2006
6:28 pm
64380
Archive: http://www.houseoffusion.com/lists.cfm/link=i:4:236776 ... Well, Doug, et al... The problem with the queries I was running and the data the was being...
archive@...
mdinowit
Offline Send Email
Apr 2, 2006
12:57 am
64381
Archive: http://www.houseoffusion.com/lists.cfm/link=i:4:236777 ... CFERROR templates work for compile errors too. I tried it before posting (of course), on CF...
archive@...
mdinowit
Offline Send Email
Apr 2, 2006
1:19 am
64382
Archive: http://www.houseoffusion.com/lists.cfm/link=i:4:236780 ... That depends on the state the database was in. Just an FYI for clarification: lacking...
archive@...
mdinowit
Offline Send Email
Apr 2, 2006
2:07 am
64383
Archive: http://www.houseoffusion.com/lists.cfm/link=i:4:236778 ... That's true. The point I was making is that the cferror tag must compile and execute before...
archive@...
mdinowit
Offline Send Email
Apr 2, 2006
2:55 am
64384
Archive: http://www.houseoffusion.com/lists.cfm/link=i:4:236779 ... Ah, of course. ... -- CFAJAX docs and other useful articles: ...
archive@...
mdinowit
Offline Send Email
Apr 2, 2006
3:01 am
64385
Archive: http://www.houseoffusion.com/lists.cfm/link=i:4:236781 ... Thanks for the explanation, Isaac! According to your explanation, I actually did have a...
archive@...
mdinowit
Offline Send Email
Apr 2, 2006
4:10 am
64386
Archive: http://www.houseoffusion.com/lists.cfm/link=i:4:236782 ... Glad to help. :) s. isaac dealey 434.293.6201 new epoch : isn't it time for a change? ...
archive@...
mdinowit
Offline Send Email
Apr 2, 2006
4:53 am
64387
Archive: http://www.houseoffusion.com/lists.cfm/link=i:4:236783 ... Also just FYI, although referential integrity is desired in most cases, there are some...
archive@...
mdinowit
Offline Send Email
Apr 2, 2006
4:53 am
64388
Archive: http://www.houseoffusion.com/lists.cfm/link=i:4:236784 ... That KB article might not relate to your problem... can you post the error stack trace? As...
archive@...
mdinowit
Offline Send Email
Apr 2, 2006
8:34 am
64389
Archive: http://www.houseoffusion.com/lists.cfm/link=i:4:236785 ... Hi. I have a need to do an asynchronous session, which I'm not familiar with. It looks like...
archive@...
mdinowit
Offline Send Email
Apr 2, 2006
10:39 am
64390
Archive: http://www.houseoffusion.com/lists.cfm/link=i:4:236786 ... I was just thinking about using isvalid() to check my emails before cfmailing and such......
archive@...
mdinowit
Offline Send Email
Apr 2, 2006
11:13 am
64391
Archive: http://www.houseoffusion.com/lists.cfm/link=i:4:236788 ... the socket gateway in cf7? or depending on how complex or how asynch this thing needs to be...
archive@...
mdinowit
Offline Send Email
Apr 2, 2006
12:07 pm
64392
Archive: http://www.houseoffusion.com/lists.cfm/link=i:4:236787 ... I'm using it like this... <!--- Let's verify we have valid emails first ---> <cfif...
archive@...
mdinowit
Offline Send Email
Apr 2, 2006
12:24 pm
64393
Archive: http://www.houseoffusion.com/lists.cfm/link=i:4:236789 ... Well there is a new function I didn't notice. In the CFMX7 homesite update, that function...
archive@...
mdinowit
Offline Send Email
Apr 2, 2006
2:10 pm
64394
Archive: http://www.houseoffusion.com/lists.cfm/link=i:4:236790 ... Re: isValid(). I noticed a strange situtation with isValid. Try this and see if it works on...
archive@...
mdinowit
Offline Send Email
Apr 2, 2006
4:20 pm
64395
Archive: http://www.houseoffusion.com/lists.cfm/link=i:4:236791 ... Small typo in the cfoutput section. it should be myVar, not myVal. ... ...
archive@...
mdinowit
Offline Send Email
Apr 2, 2006
4:47 pm
64396
Archive: http://www.houseoffusion.com/lists.cfm/link=i:4:236792 ... Thats the problem with still being on homesite ;) MD ... ...
archive@...
mdinowit
Offline Send Email
Apr 2, 2006
5:00 pm
64397
Archive: http://www.houseoffusion.com/lists.cfm/link=i:4:236793 ... Some good thoughts, Isaac. I haven't built any blogging or forums tools so everything so...
archive@...
mdinowit
Offline Send Email
Apr 2, 2006
5:01 pm
64398
Archive: http://www.houseoffusion.com/lists.cfm/link=i:4:236794 ... Well if/when CFEclipse has the features I use most in homesite and don't really want to...
archive@...
mdinowit
Offline Send Email
Apr 2, 2006
5:43 pm
64399
Archive: http://www.houseoffusion.com/lists.cfm/link=i:4:236795 ... Edit tag has been added.. you can add tags/functions from the dictionary view autocomplete...
archive@...
mdinowit
Offline Send Email
Apr 2, 2006
7:50 pm
64400
Archive: http://www.houseoffusion.com/lists.cfm/link=i:4:236796 ... I think that's enuf to make me install it again for another look :-) The source control is...
archive@...
mdinowit
Offline Send Email
Apr 2, 2006
8:18 pm
64401
Archive: http://www.houseoffusion.com/lists.cfm/link=i:4:236797 ... Snake, I'd say so. Even cooler - if you are too lazy to install the SVS plugins, Eclipse...
archive@...
mdinowit
Offline Send Email
Apr 2, 2006
9:13 pm
Messages 64372 - 64401 of 154347   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