RE: how to retrieve excel data and to put into DB

2001-01-14 Thread Dylan Bromby
i have a client who does this all the time. the tool i built works like this: 1) They upload an Excel file for which a DSN *already exists* 2) I read the Excel file and populate SQL with the content 3) I use CFUSION_DISABLE_CONNECTIONS([DSN],1) to force CF to release the lock on the Excel file

lame question, but...

2001-01-12 Thread Dylan Bromby
how can i be *certain* a CF server is not an eval? i know in the admin it appears registered. but an eval copy can take anything in the serial during install. got a client who isn't sure. and i need to see if their install is correct. ~~

RE: CFX_POP

2001-01-11 Thread Dylan Bromby
it will not fix all your POP woes. trust me. ;) -Original Message- From: David Cummins [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 10, 2001 12:18 PM To: CF-Talk Subject: CFX_POP Hi fellow CFers, I've heard a lot about a CFX_POP tag that will fix all your mail fetching woes...

RE: CFX_POP

2001-01-11 Thread Dylan Bromby
, where is it, and what's wrong with it? All I need is to be able to search for a piece of text in the body. Its for removing persistently bounced email addresses from our database... unless anybody has a better idea how to do it??? David Cummins Dylan Bromby wrote: it will not fix all your POP

HELP with SP2 upgrade

2001-01-10 Thread Dylan Bromby
hey all - i was running 4.0.1ENT and decided to upgrade to 4.5ENT SP2. first, i used my old 4.5ENT upgrade which went along fine, but now when i try and upgrade using the SP2 download from allaire's site, it tells me i need to have 4.5 or 4.5.1 loaded first! anyone got a suggestion??? thanks!

help with cfusion_disable_dbconnections?

2001-01-10 Thread Dylan Bromby
is anyone using the 4.5.x command CFUSION_DISABLE_DBCONNECTIONS("DSN","{0/1}") with Excel datasources? i need to upload an Excel file using CFFILE, read the contents, populate a SQL table, and repeat. Excel files get locked when read like Access, but there's no comparable .LDB lock file like

RE: OT State Sales Tax Tables

2001-01-10 Thread Dylan Bromby
doesn't sales tax fluctuate between counties too? might be more than 50... -Original Message- From: Dan O'Keefe [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 10, 2001 2:20 PM To: CF-Talk Subject: OT State Sales Tax Tables Does anybody know of a source where I can get the 50

RE: HELP with SP2 upgrade

2001-01-10 Thread Dylan Bromby
worked out ok. no problems now. :) -Original Message- From: Dylan Bromby [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 10, 2001 6:44 PM To: CF-Talk Subject: HELP with SP2 upgrade hey all - i was running 4.0.1ENT and decided to upgrade to 4.5ENT SP2. first, i used my old 4.5ENT

RE: Semi-OT - Zip code dbs/dist. formulas?

2001-01-10 Thread Dylan Bromby
http://www.tpsnet.com/html/zipcode.html and the "mystical" formula is pretty much pythagorean's theorem. -Original Message- From: Scott Weikert [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 10, 2001 3:30 PM To: CF-Talk Subject: Semi-OT - Zip code dbs/dist. formulas? Hey gang,

RE: Javascript in Netscape

2001-01-08 Thread Dylan Bromby
openwin might be a newer function (not sure). try this though; SCRIPT LANGUAGE="JAVASCRIPT" function open_window(URL) { var popup = window.open(URL, "popup_win", "TOOLBAR=NO,SCROLLBARS=YES,WIDTH=500,HEIGHT=370"); } /SCRIPT then: A HREF="javascript:open_window('userid.html')"User ID/A

RE: Javascript in Netscape

2001-01-08 Thread Dylan Bromby
heh nevermind; i didn't realize you were defining openwin as the function. still, see if the code helps. too early for me to read apparently ;). -Original Message- From: Dylan Bromby [mailto:[EMAIL PROTECTED]] Sent: Monday, January 08, 2001 6:50 AM To: CF-Talk Subject: RE: Javascript

RE: Internet Billing

2001-01-06 Thread Dylan Bromby
what's the O stand for? :) -Original Message- From: Jim Taylor [mailto:[EMAIL PROTECTED]] Sent: Saturday, December 16, 2000 5:04 PM To: CF-Talk Subject: RE: Internet Billing Yep You need a radious server -Original Message- From: Luis [mailto:[EMAIL PROTECTED]] Sent: Saturday,

CFMAIL addresses commas

2001-01-03 Thread Dylan Bromby
Running CF 4.0.1 Ent on WinNT4SP5. Addresses such as: Bromby, Dylan [EMAIL PROTECTED] are being sent to UNDELVR because of the comma. CF thinks Bromby is an address and the rest is a second address when in fact they are one. Anyone got a suggestion for a workaround? --Dylan

RE: CFMAIL addresses commas

2001-01-03 Thread Dylan Bromby
it is a separator. andres -Original Message- From: Dylan Bromby [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 03, 2001 10:21 AM To: CF-Talk Subject: CFMAIL addresses commas Running CF 4.0.1 Ent on WinNT4SP5. Addresses such as: Bromby, Dylan [EMAIL PROTECTED] are being sent

RE: CFMAIL addresses commas

2001-01-03 Thread Dylan Bromby
to find one that works. Maybe something like: "Bromby, Dylan" [EMAIL PROTECTED] Jim - Original Message ----- From: "Dylan Bromby" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Wednesday, January 03, 2001 8:20 AM Subject: CFMAIL addresses commas Run

Re: CFMAIL addresses commas

2001-01-03 Thread Dylan Bromby
egular expressions if your feeling rather elegant :-) jon - Original Message - From: "Dylan Bromby" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Wednesday, January 03, 2001 10:20 AM Subject: CFMAIL addresses commas Running CF 4.0.1 Ent on

RE: Email links lost

2001-01-03 Thread Dylan Bromby
inside if you're sending HTML-formatted email. only characters enclosed within CFMAIL get mailed. -Original Message- From: Cami Lawson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 03, 2001 2:54 PM To: CF-Talk Subject: Re: Email links lost Ok, I see what you are saying, but where

RE: Calling another page

2001-01-03 Thread Dylan Bromby
use HTTP_REFERER and make sure it's page A or don't execute page B. -Original Message- From: Parker, Kevin [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 03, 2001 2:55 PM To: CF-Talk Subject: Calling another page Can someone give me some advice here please. I have a form called A

RE: Calling another page

2001-01-03 Thread Dylan Bromby
you can see hidden fields in the source as well as the NAME values for all field elements. you could still do a POST or GET passing in FORM values. i'm curious, can someone post the limitations of using HTTP_REFERER? i don't just mean a casual "not all browsers support it". i'd like to see if

RE: Alternative To SQL Server Enterprise Manager

2001-01-02 Thread Dylan Bromby
DB Artisan and ERStudio are pretty slick. -Original Message- From: Joe Sheble aka Wizaerd [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 02, 2001 8:18 AM To: CF-Talk Subject: OT: Alternative To SQL Server Enterprise Manager I'm wondering if any CF'ers here has found an affordable

Re: CF Studio and w2k

2000-12-31 Thread Dylan Bromby
upgrade to cfstu 4.5.1. - Original Message - From: "Alexander Apartsev" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Saturday, December 30, 2000 4:05 PM Subject: CF Studio and w2k I have encountered an extremely weird behavior of ColdFusion Studio 4.5 on win2000 when using

can't download 4.5.2 eval either

2000-12-31 Thread Dylan Bromby
even if you try and download 4.5.2 to eval at: http://allaire11.allaire.com/download/showfamily.cfm?DownloadType=UpdateFamilyID=1953B558-7AC0-11D4-849E0010B547F60A it's blank. ~ Paid Sponsorship ~ Get Your Own Dedicated Win2K Server! Instant Activation for

allaire product updates gone

2000-12-31 Thread Dylan Bromby
the link from product updates goes to: http://allaire11.allaire.com/download/ which is a blank page as of 2 minutes ago. anyone else know where the CF Studio 4.5.1 or 4.5.2 patches are? ~ Paid Sponsorship ~ Get Your Own Dedicated Win2K Server! Instant

CF Website 3.0?

2000-12-28 Thread Dylan Bromby
Anyone here use O'Reilly? I run IIS5.0 and Website 2.5.x with CF. I'm curious if anyone's used Website 3.0/CF yet. ~ Paid Sponsorship ~ Get Your Own Dedicated Win2K Server! Instant Activation for $99/month w/Free Setup from SoloServer PIII600 / 128 MB RAM /

OT: Where is CF Studio 4.5.2?

2000-12-27 Thread Dylan Bromby
I'm trying to download CF Studio 4.5.2 from Allaire's web site, but the download page it keeps giving me only lists CF Server updates/patches. Anyone know the URL to get Studio 4.5.2? ~ Paid Sponsorship ~ Get Your Own Dedicated Win2K Server! Instant Activation for

Re: CFIF not working

2000-12-27 Thread Dylan Bromby
instead of cfif not formula EQ 1 use cfif formula NEQ 1 - Original Message - From: "Robert Everland" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Wednesday, December 27, 2000 8:08 AM Subject: CFIF not working Can anyone see as to why the cfif after the cfelse wouldn't be

Re: External Datasource help??

2000-12-27 Thread Dylan Bromby
i think you can map a remote DSN using UNC to get to the remote machine. - Original Message - From: "ibtoad" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Wednesday, December 27, 2000 8:23 AM Subject: RE: External Datasource help?? I spoke to soon, I don't got it. Can I

RE: CFIF not working

2000-12-27 Thread Dylan Bromby
: CFIF not working Tried that, didn't work either. It's as though the cfif that is nested isn't working at all. Robert Everland III Web Developer Dixon Ticonderoga -Original Message- From: Dylan Bromby [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 27, 2000 11:20 AM To: CF-Talk

RE: CFIF not working

2000-12-27 Thread Dylan Bromby
Ticonderoga -Original Message- From: Dylan Bromby [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 27, 2000 12:23 PM To: CF-Talk Subject: RE: CFIF not working maybe try: 1) make sure your ZIP1.zip and ZIP2.zip are values you expect 2) use TYPE=ANY in CFCATCH just to make sure you're

RE: figleaf.com

2000-12-27 Thread Dylan Bromby
working fine from here. -Original Message- From: Jay Patton [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 27, 2000 10:57 AM To: CF-Talk Subject: figleaf.com Hey Dave, Whats up with figleaf.com? i wanted to play some smackdown durring lunch and the site wont come up? Jay Patton

RE: figleaf.com

2000-12-27 Thread Dylan Bromby
a lot of companies do in fact do this on purpose. some companies route the 3rd level www component to a server or farm on a specific segment of their network. it can be done using just the second level domain; my point is some companies use only the 3rd level prefix for security reasons.

RE: LOST

2000-12-27 Thread Dylan Bromby
which upgrade? -Original Message- From: Mike Weaver [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 27, 2000 7:59 PM To: CF-Talk Subject: LOST Is it me or does anyone else not recognize the interface after installing the new upgrade?? A warning would have been nice!! Mike

Re: cfschedule

2000-12-26 Thread Dylan Bromby
CF runs schedules server-side. They would run if you had zero traffic. If I understand your question correctly, you want the scheduler to run a page that is normally hit by a user and maybe the page requires the session var(?). You can pass variables into the page in the scheduler by placing

Re: iiframework

2000-12-26 Thread Dylan Bromby
I tried the CFX_iiPOP tag and ended up getting a refund. - Original Message - From: "Eron Cohen" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Tuesday, December 26, 2000 8:45 AM Subject: RE: iiframework I have not used iiframework but have had some experience with CFX_iipop

Re: CF and JavaScript Variables

2000-12-26 Thread Dylan Bromby
you can serialize the vars using wddx. - Original Message - From: "sam komolafe" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Tuesday, December 26, 2000 7:51 AM Subject: CF and JavaScript Variables Hi guys, How do I assign a CF variable to a JavaScript variable AND HOW do

RE: (Announcement) ColdFusion Wireless Talk List

2000-12-26 Thread Dylan Bromby
Thanks for the announcement. If these instructions seem cryptic, please visit: http://www.bromby.com/cfwireless --Dylan -Original Message- From: Michael Dinowitz [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 26, 2000 10:29 AM To: CF-Talk Subject: (Announcement) ColdFusion

RE: WinNT errors

2000-12-26 Thread Dylan Bromby
i've had this exact problem in the past related to threading problems between sql/cf/iis. doesn't matter if they're all on one box or multiple machines. you can find the error definitions on the MS web site; i don't recall the URL exactly. -Original Message- From: Duane Boudreau

RE: Hosting Options

2000-12-23 Thread Dylan Bromby
I don't know if it's spam, but I'll say this: $4.95/month hosting is akin to cheap wine - it serves it's purpose, but you get what you pay for. To all: if you're looking for reliable hosting, use a company that's been around for a while and ask to talk to their clients about responsiveness,

RE: Another Problem Windows Error 232

2000-12-22 Thread Dylan Bromby
: Friday, December 22, 2000 7:24 AM To: CF-Talk Subject: Re: Another Problem Windows Error 232 Dylan, This happens to be two separate boxes. :) Thanks, Neil - Original Message - From: "Dylan Bromby" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Friday, De

RE: SQL Queries on Irish last names that have an apostrophe

2000-12-22 Thread Dylan Bromby
Use the CF function PreserveSingleQuotes() to encapsulate the last name. -Original Message- From: John McKown [mailto:[EMAIL PROTECTED]] Sent: Friday, December 22, 2000 8:48 AM To: CF-Talk Subject: SQL Queries on Irish last names that have an apostrophe I hope this is an easy question

RE: SQL Queries on Irish last names that have an apostrophe

2000-12-22 Thread Dylan Bromby
Did you try '#PreserveSingleQuotes(Evaluate(ThisField))#%' -Original Message- From: John McKown [mailto:[EMAIL PROTECTED]] Sent: Friday, December 22, 2000 9:51 AM To: CF-Talk Subject: RE: SQL Queries on Irish last names that have an apostrophe That sounds cool. I will check out the

Re: Who wants a CF-SQL Mailing List?

2000-12-21 Thread Dylan Bromby
I don't know about that. I've been on this list for well over 2 years and I don't recall seeing people flamed for asking SQL-related questions, *especially* if they're related to CF. I mean that's what a CF/SQL list would be right? SQL issues related to CF? Which is what people discuss here all

RE: Who wants a CF-SQL Mailing List?

2000-12-21 Thread Dylan Bromby
winner -Original Message- From: Dan Blickensderfer [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 21, 2000 5:17 PM To: CF-Talk Subject: Re: Who wants a CF-SQL Mailing List? 117,937 messages dated from 96' I should delete some. Dan - Original Message - From: "Jon Hall"

RE: Another Problem Windows Error 232

2000-12-21 Thread Dylan Bromby
hmm. error 232 is related to named pipes sometimes. which might explain the SQL error too. not sure... -Original Message- From: Neil H. [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 21, 2000 9:33 PM To: CF-Talk Subject: Another Problem Windows Error 232 I receive this error and

Re: Cool CF site - webos.org

2000-12-20 Thread Dylan Bromby
Eric, I have code for what you're looking for: "windows" (they're really layers) that can be "opened" and "closed" and dragged around. Email me off-list if you're interested. There's nothing earth-shattering about what WebOS does. In fact, desktop.com (which was far more advanced than WebOS)

CF Wireless

2000-12-20 Thread Dylan Bromby
For those interested in developing wireless apps in CF: Some of you may recall the CF-WAP talk list I started some time ago. It's back as CF-Wireless and you can subscribe following the instructions at http://www.bromby.com/cfwireless. ~~

Re: check with an OR

2000-12-20 Thread Dylan Bromby
I think your syntax is wrong. You have: CFIF CGI.Remote_Addr is "200.00.11.99" or "200.00.13.99" But, try: CFIF CGI.Remote_Addr is "200.00.11.99" or CGI.Remote_Addr is "200.00.13.99" That will work for sure. --Dylan - Original Message - From: "Robert Orlini" [EMAIL PROTECTED] To:

RE: CF Wireless

2000-12-20 Thread Dylan Bromby
;Coke" and "Kleenex" buzzword nowadays) -- Billy Cravens [EMAIL PROTECTED] Dylan Bromby wrote: For those interested in developing wireless apps in CF: Some of you may recall the CF-WAP talk list I started some time ago. It's back as CF-Wireless and you can subscribe following the

RE: (OT) PWS for Win2000

2000-12-18 Thread Dylan Bromby
settings--control panel--add/remove programs--click the add/remove windows components -Original Message- From: Owens, Howard [mailto:[EMAIL PROTECTED]] Sent: Monday, December 18, 2000 3:33 PM To: CF-Talk Subject: (OT) PWS for Win2000 I've just installed Windows 2000 professional.

RE: Domain Registration

2000-12-17 Thread Dylan Bromby
www.sitequick.com email Doug Nottage at [EMAIL PROTECTED] for more info. -Original Message- From: netman [mailto:[EMAIL PROTECTED]] Sent: Sunday, December 17, 2000 5:18 PM To: CF-Talk Subject: Domain Registration Good Evening, Network Solutions has a PERL script so that ISP and web

RE: Enterprise Manager (SQL 7.0) For SQL 2000

2000-12-15 Thread Dylan Bromby
Increase the timeout in Enterprise Manager to about 20 seconds. -Original Message- From: Neil H. [mailto:[EMAIL PROTECTED]] Sent: Friday, December 15, 2000 7:31 AM To: CF-Talk Subject: Enterprise Manager (SQL 7.0) For SQL 2000 Has anyone seen a problem whee the enterprise manager for

RE: Amazon using CF

2000-12-14 Thread Dylan Bromby
I'm pretty sure Amazon has its own scripting language. I know Excite does. In fact there are a few high-end, high-volume sites that do that. -Original Message- From: Greg Wolfinger [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 14, 2000 9:32 AM To: CF-Talk Subject: Amazon using CF

RE: CF4.5.1 SP2.

2000-12-14 Thread Dylan Bromby
When thread management gets out of control, CF can cause any web server process to hang. Just because (in this case) Inetinfo hangs doesn't mean CF can be excluded as a cause. I'm not saying it's the problem (since I know nothing about it) but I've certainly seen CF cause my web server to hang in

RE: Is this even possible?

2000-12-14 Thread Dylan Bromby
Nothing to do with CF; I built a store for a client that does this by naming the image according to the part number. E.g. 159_thumbnail.gif. It's called as IMG SRC="/thumbnails/#part_id#_thumbnail.gif". -Original Message- From: t nelson [mailto:[EMAIL PROTECTED]] Sent: Thursday, December

RE: CF4.5.1 SP2.

2000-12-14 Thread Dylan Bromby
Are you using stored procs or CF for large or complicated queries? Second, we cleaned up rogue code that allowed huge record set returns on queries. ~~ Structure your ColdFusion code with Fusebox. Get the official book at

RE: Inserting line breaks

2000-12-13 Thread Dylan Bromby
If you're using a form to input the text that gets emailed, try using TEXTAREA with WRAP="VIRTUAL" -Original Message- From: Greg Wolfinger [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 13, 2000 8:47 AM To: CF-Talk Subject: Inserting line breaks Hey guys: I have a form that

RE: division

2000-12-13 Thread Dylan Bromby
CFSET varname = #Round(getdealers.recordcount/100)# or CFSET varname = #Round(Evaluate(getdealers.recordcount/100))# should work fine. -Original Message- From: Rick Lamb [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 13, 2000 9:02 AM To: CF-Talk Subject: division This was

RE: HELP: List questions...

2000-12-13 Thread Dylan Bromby
I got around this once a while ago with a similar situation. I did a global, pre-processing replace on all sequential | symbols. I inserted a character between each pipe to "pad" the data. Might not be the best way, but it worked :). -Original Message- From: Gary McNeel, Jr.

RE: Preventing zero-length file uploads to CFFILE

2000-12-13 Thread Dylan Bromby
yep, you're wrong. -Original Message- From: Phoeun Pha [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 13, 2000 12:13 PM To: CF-Talk Subject: RE: Preventing zero-length file uploads to CFFILE i may be wrong, but any file with 0KB prolly doesn't exist! -Original Message-

RE: Enterprise Manager Win 2000

2000-12-13 Thread Dylan Bromby
yep. increase the timeout. -Original Message- From: AustralianAccommodation.com Pty. Ltd. [mailto:[EMAIL PROTECTED]] Sent: Saturday, December 13, 1997 2:21 PM To: CF-Talk Subject: Enterprise Manager Win 2000 Has anyone experienced problems connecting to their server host using

RE: Help! CFPOP won't get mail...

2000-12-13 Thread Dylan Bromby
CFPOP cannot read all types of email. I have not tried CF4.5SP2; I run www.planetaccess.com on 4.0.1 Enterprise. We get a fairly large amount of traffic. My point is...we sell ALL kinds of issues with CFPOP. Had to write our own CFX POP tag to deal with it. CFPOP alone will not handle all types

RE: deleting session variables

2000-12-12 Thread Dylan Bromby
use StructDelete(). use "session" as the key and just use the session var name. -Original Message- From: S R [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 12, 2000 2:32 PM To: CF-Talk Subject: deleting session variables Hi, I am using this code to delete my session variables when

RE: Help with CFFTP

2000-12-11 Thread Dylan Bromby
are you trying to use CFFTP to upload a file from a browser client to a server? -Original Message- From: Matt Lewis [mailto:[EMAIL PROTECTED]] Sent: Monday, December 11, 2000 5:47 AM To: CF-Talk Subject: Help with CFFTP I'm having some trouble with uploading a file with the CFFTP

RE: ColdFusion to make bar codes

2000-12-11 Thread Dylan Bromby
try the bar-code talk list. -Original Message- From: Phoeun Pha [mailto:[EMAIL PROTECTED]] Sent: Monday, December 11, 2000 8:26 AM To: CF-Talk Subject: ColdFusion to make bar codes Hey guys, i need some resources on how bar codes are made, and the exact width and height and spaces

RE: ColdFusion to make bar codes

2000-12-11 Thread Dylan Bromby
you don't need the font on the client machine. you can use a CFX tag to load the server's fonts and export as an image. i did that to make an app that lets you create business cards using server-side fonts. -Original Message- From: Phoeun Pha [mailto:[EMAIL PROTECTED]] Sent: Monday,

RE: Any good ideas?

2000-12-11 Thread Dylan Bromby
In a lot of situation, CF finishes processing before all the data/results/etc. are returned to the client's browser. You could use CFSCHEDULE to process the query 15 or 20 minutes (the scheduler looks for new tasks every 15 min so cover the window) after the request was generated by the user.

RE: Retruning a CVS file

2000-12-11 Thread Dylan Bromby
output your query to CFFILE and use the .csv extension. -Original Message- From: Dave Hannum [mailto:[EMAIL PROTECTED]] Sent: Monday, December 11, 2000 9:55 AM To: CF-Talk Subject: Retruning a CVS file Happy Supreme Court Day, I need to return a query as a cvs file. That's all well

RE: Uploading multiple files at one time

2000-12-11 Thread Dylan Bromby
i've done this on several occassions this way: 1) the user enters how many files to upload (n) 2) loop n times over INPUT TYPE=FILE NAME=file#n# 3) pass a var with the same num but incremental values in each iteration - so you might wind up with a var called "list" with a value of

RE: MS XML COM

2000-12-10 Thread Dylan Bromby
Does #Evaluate(field1)# work? -Original Message- From: Ian Lurie [mailto:[EMAIL PROTECTED]] Sent: Sunday, December 10, 2000 6:46 PM To: CF-Talk Subject: MS XML COM Hi all, I'm using the Microsoft XML COM object to try to parse an XML structure. Here's my code: cfobject type="COM"

RE: Removing dupes from list

2000-12-09 Thread Dylan Bromby
try some of these: http://devex.allaire.com/developer/gallery/SearchResults.cfm?keywords=duplic ate -Original Message- From: Scott Mulholland [mailto:[EMAIL PROTECTED]] Sent: Friday, December 08, 2000 2:17 PM To: CF-Talk Subject: Removing dupes from list If i have a list like:

CF/JRun Studio

2000-12-09 Thread Dylan Bromby
Has a JRun Studio install hosed anyone else's CF Studio? ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/

OT, but strangely not OT

2000-12-08 Thread Dylan Bromby
I know some of you live this. http://www.nettelligence.com/iahtwlwp.html ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives:

CF JBase?

2000-12-07 Thread Dylan Bromby
Anyone here ever use CF JBase? Or just JBase? :) --Dylan ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives:

RE: Big companies using CF

2000-12-07 Thread Dylan Bromby
Internal sites and extranets don't get a lot of traffic. This isn't true. I've developed a very encompassing system for a $200M/year company with a network of over 2000 dealers and reps. The internal system gets nearly as much traffic as its web site (both in CF) which is approx. 1M CF page

RE: CFX_Spell

2000-12-06 Thread Dylan Bromby
i've used it. it works *great*. -Original Message- From: Park, Simon [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 06, 2000 2:11 PM To: CF-Talk Subject: CFX_Spell Does anyone have any experience with this Ben Forta-developed custom tag for spell-checking? It costs $149 in the

Re: Recurrence Engine

2000-12-05 Thread Dylan Bromby
Yes, I have one. - Original Message - From: "Duane Boudreau" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Monday, December 04, 2000 6:55 PM Subject: Recurrence Engine Has anyone here built a scheduling recurrence engine? I'm looking for some thing that schedules tasks

RE: Summary: A CF limitation in building a spider?

2000-12-05 Thread Dylan Bromby
Scheduled tasks in particular accept a timeout attribute; you can set them individually. -Original Message- From: Bruce Heerssen [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 05, 2000 3:43 PM To: CF-Talk Subject: RE: Summary: A CF limitation in building a spider? Does anyone know

RE: Recurrence Engine

2000-12-05 Thread Dylan Bromby
i was contacted off-list with requests. the point is not to flood the list with a bunch of "me toos". if you see something you want to follow up on, try emailing people off-list. like me. i'll be happy to send my code to whomever asks. i've sent it to 2 folks already. -Original Message-

Re: CF SP2 + Win2k/Memory Leaks

2000-12-04 Thread Dylan Bromby
Just curious - of all these postings about 4.5/SP2 problems, has anyone made sure they're using CFLOCK with session vars, etc.? I want to upgrade to 4.5 SP2 from 4.0.1 enterprise, so I'm anxious to see what luck or lack thereof people have with SP2. Would people mind posting what they've tried

RE: CFFILE Issue

2000-12-04 Thread Dylan Bromby
Is this for a particular CF release? I use CFFILE all the time on 4.0.1 Ent ... 2 years now ... and haven't had those problems. -Original Message- From: Terri Stocke [mailto:[EMAIL PROTECTED]] Sent: Monday, December 04, 2000 10:04 AM To: CF-Talk Subject: CFFILE Issue Hey all, I spoke

RE: CFFILE Issue

2000-12-04 Thread Dylan Bromby
Nope. CFFTP does not move files between your local desktop and the server running CF. It's for connecting to a FTP server FROM the CF server. So...if you were running a FTP server on your desktop, you could do it. But CFFTP is not an alternative to CFFILE. -Original Message- From: Phoeun

Re: Who's hacking around ???

2000-12-02 Thread Dylan Bromby
there's a web site that will scan your system for remote control apps uplaoded by hackers...can't remember the URL off-hand but if i find it i'll post it. - Original Message - From: "Brian L. Wolfsohn" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Saturday, December 02, 2000

SQL2K client lag?

2000-12-01 Thread Dylan Bromby
Anyone notice any unusual lag using a SQL2K client to connect to a remote SQL 7.0 DB? ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives:

RE: Way OT: PDA's, Christmas Wap dev

2000-12-01 Thread Dylan Bromby
if you want to build WAP apps, you should grab a WAP-capable mobile phone. the PDA browsers out there are ok...but the most common browsers are the Phone.com 3.x/4.x builds. those are in phones. of course you can download their emulator. the differences in browsers is staggering. there are lots

RE: SQL 7.0 Question

2000-12-01 Thread Dylan Bromby
you don't need the NAME attribute of CFQUERY with DELETE. :) -Original Message- From: Bosky, Dave [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 30, 2000 11:12 AM To: CF-Talk Subject: RE: SQL 7.0 Question try cfquery name="get_auctions" datasource="happytoad" DELETE

RE: Way OT: PDA's, Christmas Wap dev

2000-12-01 Thread Dylan Bromby
Nielsen made negative comments on WAP some time ago. Then, when others started posting issues with it in the press, he started this whole "see, see? I said this before" thing. WAP devices are not "mini-PCs" or shrunken versions of computers. They're a different type of device. They are currently

RE: CFCONTENT across network shares

2000-12-01 Thread Dylan Bromby
Not sure, but I think CF needs the permissions. ? -Original Message- From: Scott Becker [mailto:[EMAIL PROTECTED]] Sent: Friday, December 01, 2000 6:52 AM To: CF-Talk Subject: CFCONTENT across network shares Im having a problem doing a CFContent tag... I'm trying to get a file thats

RE: Uploading a file with CFFILE

2000-12-01 Thread Dylan Bromby
the REAL file name is CFFILE.ServerFile. i think that's the right one ;) -Original Message- From: Chad Gray [mailto:[EMAIL PROTECTED]] Sent: Friday, December 01, 2000 11:19 AM To: CF-Talk Subject: Uploading a file with CFFILE I have a form that asks for the file with a input

RE: CFDIRECTORY

2000-12-01 Thread Dylan Bromby
Does the CF 4.5 instance have the right permissions to access the shared directory? -Original Message- From: Sandi Benditt [mailto:[EMAIL PROTECTED]] Sent: Friday, December 01, 2000 12:00 PM To: CF-Talk Subject: CFDIRECTORY I have the following code in a page. It works just fine on

RE: Get the last 12 months transactions?

2000-11-30 Thread Dylan Bromby
You can use DateDiff() -Original Message- From: fr me [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 30, 2000 7:59 AM To: CF-Talk Subject: Get the last 12 months transactions? Does anyone know how to test that a date is in the last 12 months?

RE: Get the last 12 months transactions?

2000-11-30 Thread Dylan Bromby
Or if you want to do it in SQL, use the BETWEEN operator -Original Message- From: fr me [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 30, 2000 7:59 AM To: CF-Talk Subject: Get the last 12 months transactions? Does anyone know how to test that a date is in the last 12

Re: Getting info from IIS

2000-11-29 Thread Dylan Bromby
You can use ADSI to interact pretty deeply with IIS. I don't know about the current user thread. But there are tons of objects you can access with ADSI. - Original Message - From: "Tom Espen Pedersen" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Wednesday, November 29, 2000

Re: Getting info from IIS

2000-11-29 Thread Dylan Bromby
web sites, ftp sites, virtual directories, etc. If you could just show a simple example of hooking into the metabase, that would probably get me past that first hump. TIA. -- Billy Cravens [EMAIL PROTECTED] Dylan Bromby wrote: You can use ADSI to interact pretty deeply with IIS

Re: cfmail in cferror templates

2000-11-29 Thread Dylan Bromby
I use CFTRY and CFCATCH and embed CFMAIL within the catch. - Original Message - From: "W Luke" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Wednesday, November 29, 2000 8:57 AM Subject: cfmail in cferror templates Hi, I thought it would be useful to have any Request

RE: Firewall Question

2000-11-29 Thread Dylan Bromby
personally, i don't agree with network admins claiming opening security ports is a risk. ports 80 and 25 are almost always open and they offer plenty of risk. the question really is, is the admin knowledgeable enough to control traffic security. companies like checkpoint (they might have been

RE: Retreiving Query Columns

2000-11-29 Thread Dylan Bromby
use AS -Original Message- From: Michael She [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 29, 2000 6:52 PM To: CF-Talk Subject: Retreiving Query Columns If I'm joining multiple tables together and they have columns with the same name, how do I distinguish between them? I've

Bizarre

2000-11-29 Thread Dylan Bromby
If I run this query (and nothing else) in a page: CFQUERY NAME="get_email" DATASOURCE="test" SELECT email FROM addresses /CFQUERY It works fine. If I run: CFQUERY NAME="get_email" DATASOURCE="test" SELECT email

RE: CFMAIL Fails to Send

2000-11-28 Thread Dylan Bromby
What version of CF? Used to be, if someone tried to send one email to 40+ recipients, CF would barf. Unfortunately, it would stuff ALL subsequent mail sent through CF into the undeliverable folder whether it was truly undeliverable or not. -Original Message- From: Sean Daniels

RE: Re: CFMAIL Fails to Send

2000-11-28 Thread Dylan Bromby
Nope. CF doesn't return any error to the sender. Just chokes and throws everything into undeliverable. I wrote an app that scours the undeliverable folder for the culprit messages. It's pretty effective if you'd like the code. -Original Message- From: ryo watanabe [mailto:[EMAIL

RE: CFMAIL Fails to Send

2000-11-28 Thread Dylan Bromby
yeah it works. check out www.planetaccess.com. works fine. -Original Message- From: Jake Hileman - Patmos [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 28, 2000 12:29 PM To: CF-Talk Subject: Re: CFMAIL Fails to Send Has anyone had any success getting the REPLYTO var to work and

<    1   2   3   4   5   6   >