RE: Listfind Question

2004-11-23 Thread Paul Vernon
Lists that large are just a nightmare to handle...

You could use the internal CF functions to turn it into a struct etc or if
you're on Windows you could use a tag I wrote that will take a list and turn
it into a query and from that you can run a query of queries to manipulate
the data...

http://store.newmediadevelopment.net/cfx_tag.cfm?ProductID=13

Paul


~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:185151
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Listfind Question

2004-11-23 Thread Trevor Holm-Laursen
Looks great but can't install cfx tags on this host.  They're only running
4.5 and we can't convince the client to move.

Trevor Holm-Laursen
eBusiness Developer, FCS
Direct:  (902)463-5953
 

FCS (Fundy Computer Services Ltd.)

Tel 877-993-8636

Fax 902-484-5887

 

Email:  [EMAIL PROTECTED]
 
Website:  http://www.fcsatlantic.com
-Original Message-
From: Paul Vernon [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, November 23, 2004 9:38 AM
To: CF-Talk
Subject: RE: Listfind Question

Lists that large are just a nightmare to handle...

You could use the internal CF functions to turn it into a struct etc or if
you're on Windows you could use a tag I wrote that will take a list and turn
it into a query and from that you can run a query of queries to manipulate
the data...

http://store.newmediadevelopment.net/cfx_tag.cfm?ProductID=13

Paul




~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:185153
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Listfind Question

2004-11-23 Thread Robertson-Ravo, Neil (RX)
Then just ListToArray it and deal with it as an array



-Original Message-
From: Trevor Holm-Laursen [mailto:[EMAIL PROTECTED] 
Sent: 23 November 2004 13:47
To: CF-Talk
Subject: RE: Listfind Question

Looks great but can't install cfx tags on this host.  They're only running
4.5 and we can't convince the client to move.

Trevor Holm-Laursen
eBusiness Developer, FCS
Direct:  (902)463-5953
 

FCS (Fundy Computer Services Ltd.)

Tel 877-993-8636

Fax 902-484-5887

 

Email:  [EMAIL PROTECTED]
 
Website:  http://www.fcsatlantic.com
-Original Message-
From: Paul Vernon [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, November 23, 2004 9:38 AM
To: CF-Talk
Subject: RE: Listfind Question

Lists that large are just a nightmare to handle...

You could use the internal CF functions to turn it into a struct etc or if
you're on Windows you could use a tag I wrote that will take a list and turn
it into a query and from that you can run a query of queries to manipulate
the data...

http://store.newmediadevelopment.net/cfx_tag.cfm?ProductID=13

Paul






~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:185154
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Listfind Question

2004-11-23 Thread Pascal Peters
Euh? cfx tags run on 4.5.
Pascal

But as Neil said, just use ListToArray()

 -Original Message-
 From: Trevor Holm-Laursen [mailto:[EMAIL PROTECTED]
 Sent: 23 November 2004 14:47
 To: CF-Talk
 Subject: RE: Listfind Question
 
 Looks great but can't install cfx tags on this host.  They're only
running
 4.5 and we can't convince the client to move.
 

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:185155
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Listfind Question

2004-11-23 Thread Trevor Holm-Laursen
I know they run.the host won't do anything except setup datasources so
getting a cfx tag installed would not be possible.

-Original Message-
From: Pascal Peters [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, November 23, 2004 10:00 AM
To: CF-Talk
Subject: RE: Listfind Question

Euh? cfx tags run on 4.5.
Pascal

But as Neil said, just use ListToArray()

 -Original Message-
 From: Trevor Holm-Laursen [mailto:[EMAIL PROTECTED]
 Sent: 23 November 2004 14:47
 To: CF-Talk
 Subject: RE: Listfind Question
 
 Looks great but can't install cfx tags on this host.  They're only
running
 4.5 and we can't convince the client to move.
 



~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:185156
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Listfind Question

2004-11-23 Thread Claude Schneegans
the host won't do anything except setup datasources

The move to a competent host ;-/

--
___
REUSE CODE! Use custom tags;
See http://www.contentbox.com/claude/customtags/tagstore.cfm
(Please send any spam to this address: [EMAIL PROTECTED])
Thanks.



~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:185167
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Listfind Question

2004-11-23 Thread Dave Carabetta
On Tue, 23 Nov 2004 09:28:58 -0400, Trevor Holm-Laursen
[EMAIL PROTECTED] wrote:
 Is there a maximum size of list that listFindNoCase will work on.  We have a
 list that we read in from file that has 26,000 entries that we validate an
 input against and it seems to be crapping out saying invalid entries are
 valid.  I can do a listLen on the list and get the correct length and grab
 any item using listgetat() but the listfind seems to crap out.
 

List functions in Java (and, as a results, CFMX) are sloow. For
anything more than a few elements, I would avoid the List functions.
Looking at your situation, is this a static list of 26,000 entries?
Could you read the list into memory as a structure and then use
structKeyExists() against it? Based on what you're saying you need to
do, I probably wouldn't even use CF if I could help it, but I don't
know what tools are and aren't at your disposal to do this. My point
is that you should really find an alternative to your current
approach.

Regards,
Dave.

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:185176
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54