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...
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 69492 - 69521 of 154472   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
69492
Archive: http://www.houseoffusion.com/lists.cfm/link=i:4:241897 ... I believe the normal answer is to have a scheduled task to look at the Undelvr folder and...
archive@...
mdinowit
Offline Send Email
Jun 1, 2006
8:09 am
69493
Archive: http://www.houseoffusion.com/lists.cfm/link=i:4:241898 ... Ignore including a JSP page. In a CFML page: obj=createIObject('java','java.util.foo'); ...
archive@...
mdinowit
Offline Send Email
Jun 1, 2006
8:12 am
69494
Archive: http://www.houseoffusion.com/lists.cfm/link=i:4:241899 ... http://www.red-gate.com/products/SQL_Prompt/index.htm get it while its free ~Dave the...
archive@...
mdinowit
Offline Send Email
Jun 1, 2006
8:49 am
69495
Archive: http://www.houseoffusion.com/lists.cfm/link=i:4:241900 ... What the hell? I've run into this before but I just can't believe that MM didn't provide...
archive@...
mdinowit
Offline Send Email
Jun 1, 2006
11:00 am
69496
Archive: http://www.houseoffusion.com/lists.cfm/link=i:4:241902 ... Does this currently work for you? Are you calling several different component paths? Or...
archive@...
mdinowit
Offline Send Email
Jun 1, 2006
11:09 am
69497
Archive: http://www.houseoffusion.com/lists.cfm/link=i:4:241901 ... What about something like this: <cffunction name="FindSimpleValue" access="public"...
archive@...
mdinowit
Offline Send Email
Jun 1, 2006
11:09 am
69498
Archive: http://www.houseoffusion.com/lists.cfm/link=i:4:241903 ... How about to use ArrayToList() and ListFind() Function? <cfset cords =...
archive@...
mdinowit
Offline Send Email
Jun 1, 2006
11:16 am
69499
Archive: http://www.houseoffusion.com/lists.cfm/link=i:4:241904 ... Is there anyway to reset the CF administrator password? I have the development version on...
archive@...
mdinowit
Offline Send Email
Jun 1, 2006
12:33 pm
69500
Archive: http://www.houseoffusion.com/lists.cfm/link=i:4:241905 ... Assuming you are using CF MX: 1. Stop the CFMX service. 2. Open...
archive@...
mdinowit
Offline Send Email
Jun 1, 2006
12:43 pm
69501
Archive: http://www.houseoffusion.com/lists.cfm/link=i:4:241906 ... here it is on the coldfusion cookbook website: ...
archive@...
mdinowit
Offline Send Email
Jun 1, 2006
12:46 pm
69502
Archive: http://www.houseoffusion.com/lists.cfm/link=i:4:241907 ... Artur... I'm looping over what could potentially be 2500 records. I'd rather avoid ...
archive@...
mdinowit
Offline Send Email
Jun 1, 2006
1:23 pm
69503
Archive: http://www.houseoffusion.com/lists.cfm/link=i:4:241908 ... I'd say the reasons they didn't include it are: 1) writing code to loop through an array to...
archive@...
mdinowit
Offline Send Email
Jun 1, 2006
1:27 pm
69504
Archive: http://www.houseoffusion.com/lists.cfm/link=i:4:241909 ... You are correct that they should have an ArrayFind function, but knowing this limitation...
archive@...
mdinowit
Offline Send Email
Jun 1, 2006
1:30 pm
69505
Archive: http://www.houseoffusion.com/lists.cfm/link=i:4:241910 ... "and 2) more importantly, a great deal of the time an array doesn't just contain simple...
archive@...
mdinowit
Offline Send Email
Jun 1, 2006
1:40 pm
69506
Archive: http://www.houseoffusion.com/lists.cfm/link=i:4:241911 ... I'm trying to manipulate the values in a query, by selecting a money value and replacing it...
archive@...
mdinowit
Offline Send Email
Jun 1, 2006
1:44 pm
69507
Archive: http://www.houseoffusion.com/lists.cfm/link=i:4:241912 ... StructFind() searches for a key in a structure, not a value. The arrayFind() they are...
archive@...
mdinowit
Offline Send Email
Jun 1, 2006
2:02 pm
69508
Archive: http://www.houseoffusion.com/lists.cfm/link=i:4:241913 ... You're right, thanks for the correction. StructFindValue() was what I was thinking of....
archive@...
mdinowit
Offline Send Email
Jun 1, 2006
2:08 pm
69509
Archive: http://www.houseoffusion.com/lists.cfm/link=i:4:241914 ... structFind() returns the value for a specified key, it doesn't search for a specified...
archive@...
mdinowit
Offline Send Email
Jun 1, 2006
2:10 pm
69510
Archive: http://www.houseoffusion.com/lists.cfm/link=i:4:241915 ... I don't know if this will work for sure I have not tested it. Recently when I had some...
archive@...
mdinowit
Offline Send Email
Jun 1, 2006
2:28 pm
69511
Archive: http://www.houseoffusion.com/lists.cfm/link=i:4:241916 ... I'm glad you found a solution, and I agree that there should be an ArrayFind function (I...
archive@...
mdinowit
Offline Send Email
Jun 1, 2006
2:36 pm
69512
Archive: http://www.houseoffusion.com/lists.cfm/link=i:4:241917 ... Me too. <!----------------//------ andy matthews web developer certified advanced...
archive@...
mdinowit
Offline Send Email
Jun 1, 2006
2:41 pm
69513
Archive: http://www.houseoffusion.com/lists.cfm/link=i:4:241918 ... Holy cow, that tool is awesome! Thanks for the heads up. ... This transmission may contain...
archive@...
mdinowit
Offline Send Email
Jun 1, 2006
2:56 pm
69514
Archive: http://www.houseoffusion.com/lists.cfm/link=i:4:241920 ... It was written by Ray... Here's the code: function QueryToStructOfStructures(theQuery,...
archive@...
mdinowit
Offline Send Email
Jun 1, 2006
3:06 pm
69515
Archive: http://www.houseoffusion.com/lists.cfm/link=i:4:241921 ... Third. Their tools are sweet. ... From: Steve Kahn [mailto:stevekahn@...] Sent:...
archive@...
mdinowit
Offline Send Email
Jun 1, 2006
3:09 pm
69516
Archive: http://www.houseoffusion.com/lists.cfm/link=i:4:241922 ... You can't directly call functions in a JSP page. However, JSP and CF can share scopes....
archive@...
mdinowit
Offline Send Email
Jun 1, 2006
3:19 pm
69517
Archive: http://www.houseoffusion.com/lists.cfm/link=i:4:241925 ... Set it on the td as well. -- Tom Chiverton ...
archive@...
mdinowit
Offline Send Email
Jun 1, 2006
3:55 pm
69518
Archive: http://www.houseoffusion.com/lists.cfm/link=i:4:241923 ... There is a list conversion in there, so it could be just as expensive as ...
archive@...
mdinowit
Offline Send Email
Jun 1, 2006
3:56 pm
69519
Archive: http://www.houseoffusion.com/lists.cfm/link=i:4:241924 ... Hello all, I am using the following code: <cfoutput query="qClients" maxrows="5"> <table> ...
archive@...
mdinowit
Offline Send Email
Jun 1, 2006
3:57 pm
69520
Archive: http://www.houseoffusion.com/lists.cfm/link=i:4:241926 ... what does the style look like? ...
archive@...
mdinowit
Offline Send Email
Jun 1, 2006
4:00 pm
69521
Archive: http://www.houseoffusion.com/lists.cfm/link=i:4:241927 ... That did it. Thanks. Tom. ...
archive@...
mdinowit
Offline Send Email
Jun 1, 2006
4:00 pm
Messages 69492 - 69521 of 154472   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