RE: [KCFusion] CF on Netscape and IE

2003-03-18 Thread Dunwiddie, Bruce
Title: RE: [KCFusion] CF on Netscape and IE blood, sweat, and tears. there's no easy way to go about it. if they, your bosses or whoever, for whatever reason, can't spend the time to go back and forth, back and forth, testing for both, then they won't be able to get them to work on both. somet

RE: [KCFusion] session vars

2003-03-18 Thread Dunwiddie, Bruce
Title: RE: [KCFusion] session vars you don't double quote the session variable name in structdelete, structclear, or structinsert. that's most likely your problem. I'd recommend just clicking on the word in cf studio if you have it and hitting f1 and looking at their examples. I don't know why

RE: [KCFusion] session vars

2003-03-18 Thread Dunwiddie, Bruce
There's no such thing as too many. It would totally depend on your application and how much RAM your server has. It would also depend on the amount of data in each variable. You just have to think ahead and try to limit session variable usage to variables that will be requested alot and woul

RE: [KCFusion] Printer Friendly Directory Listing

2003-03-11 Thread Dunwiddie, Bruce
Title: Message   if you say apply that to a tag, and then have multiple tables each having that style, it will have a page break between them. of course, I'm sure it's only ie, but better than nothing. -Original Message-From: Chris Holdman [mailto:[EMAIL PROTECTED]Sent: Tuesda

RE: [KCFusion] storing files

2003-03-10 Thread Dunwiddie, Bruce
I don't necessarily disagree, but there's a difference here. We all have to admit that modern operating systems already basically have a database that stores files, it's just that that file system database is very native to the operating system, as compared to a database that is installed on

RE: [KCFusion] storing files

2003-03-10 Thread Dunwiddie, Bruce
I'm pretty sure there's a file size limit as to how much you can store in the database. You will obviously cause some overhead when loading these files from the server as compared to loading natively through just iis. You will also ramp your database file size. In general I find it a very ba

RE: [KCFusion] dynamic code

2003-03-07 Thread Dunwiddie, Bruce
Title: RE: [KCFusion] dynamic code http://www.statestreetkc.com/somepage.cfm" method="post">         -Original Message- From: Matt Jones [mailto:[EMAIL PROTECTED]] Sent: Friday, March 07, 2003 3:46 PM To: [EMAIL PROTECTED] Subject: RE: [KCFusion] dynamic code btw you ar

RE: [KCFusion] include vs custom tag

2003-03-06 Thread Dunwiddie, Bruce
Title: include vs custom tag well, we would probably use cfmodule instead of the custom tags if custom tags win this discussion, so I'm not really worried about that part. your viewpoints on using cfmodule instead of cfinclude however are interesting. -Original Message-From: Glenn

RE: [KCFusion] include vs custom tag

2003-03-06 Thread Dunwiddie, Bruce
TED]Subject: RE: [KCFusion] include vs custom tag what version of fusebox are you changing?  -Original Message-From: Dunwiddie, Bruce [mailto:[EMAIL PROTECTED]Sent: Thursday, March 06, 2003 11:11 AMTo: '[EMAIL PROTECTED]'Subject: RE: [KCFusion] include vs

RE: [KCFusion] include vs custom tag

2003-03-06 Thread Dunwiddie, Bruce
March 06, 2003 11:02 AMTo: [EMAIL PROTECTED]Subject: Re: [KCFusion] include vs custom tag Curious. If you have time, can you explain what you mean exactly when you say you are going to use custom tags for the framework? A. - Original Message - From: Dunw

RE: [KCFusion] include vs custom tag

2003-03-06 Thread Dunwiddie, Bruce
Title: include vs custom tag I'm seeing it on one of our test servers as .5 ms avg to run an include, and 1 ms to run a custom tag. Can anyone else verify that the custom tag would take about twice the time? -Original Message-From: Dunwiddie, Bruce [mailto:[EMAIL PROTECTED

[KCFusion] include vs custom tag

2003-03-06 Thread Dunwiddie, Bruce
Title: include vs custom tag We're still using cf 4.5 sp2. We're currently having a disagreement about whether to define our new framework for a site based on custom tags for each page basically, or the same thing using includes instead. I personally think the custom tags are a complete necess

[KCFusion] http file uploads

2003-02-28 Thread Dunwiddie, Bruce
Title: http file uploads we have the need to do some large http file uploads. I seem to remember some limitations, especially on macs. does anyone know these limitations that we would run into offhand?

RE: [KCFusion] What Contribute is - synopsis

2003-02-27 Thread Dunwiddie, Bruce
Title: RE: [KCFusion] What Contribute is - synopsis thanks for the info. -Original Message- From: Ryan Hartwich [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 27, 2003 2:48 PM To: [EMAIL PROTECTED] Subject: [KCFusion] What Contribute is - synopsis >From MM's site "Macromedia

RE: [KCFusion] March Meeting questionnaire - Contribute demo

2003-02-27 Thread Dunwiddie, Bruce
Title: RE: [KCFusion] March Meeting questionnaire - Contribute demo ryan, for those of us who don't really pay any attention to news events at all of the software companies, can you explain what mm contribute is? I currently have no idea and would have to look it up and probably wouldn't get a

RE: [KCFusion] Uploading file from Web form

2003-02-26 Thread Dunwiddie, Bruce
e contact the sender by reply email and destroy all copies of the original message. > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On > Behalf Of Dunwiddie, Bruce > Sent: Wednesday, February 26, 2003 2:37 PM > To: '[EMAIL PROTECTED]' >

RE: [KCFusion] Uploading file from Web form

2003-02-26 Thread Dunwiddie, Bruce
--Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On > Behalf Of Dunwiddie, Bruce > Sent: Wednesday, February 26, 2003 2:09 PM > To: '[EMAIL PROTECTED]' > Subject: RE: [KCFusion] Uploading file from Web form > > > sounds to me like a perm

RE: [KCFusion] Uploading file from Web form

2003-02-26 Thread Dunwiddie, Bruce
only. A custom error message. -Original Message-From: Dunwiddie, Bruce [mailto:[EMAIL PROTECTED]Sent: Wednesday, February 26, 2003 2:09 PMTo: '[EMAIL PROTECTED]'Subject: RE: [KCFusion] Uploading file from Web form sounds to me like a permissions issue with s

RE: [KCFusion] Uploading file from Web form

2003-02-26 Thread Dunwiddie, Bruce
Title: RE: [KCFusion] Uploading file from Web form sounds to me like a permissions issue with saving a file to that directory. -Original Message- From: Keith Purtell [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 26, 2003 2:02 PM To: KCFusion (E-mail) Subject: [KCFusion] Upload

RE: [KCFusion] CFMX Extended Path Info Processing

2003-02-21 Thread Dunwiddie, Bruce
I think this is the pattern in the xml file that you're missing. I've seen it listed in several different sources over the past couple of months in response to the same problem although I have not ever attempted it.   CfmServlet* -Original Message-From: Greenhagen, Robin [mailto

RE: [KCFusion] Upcoming meeting - ideas

2003-02-04 Thread Dunwiddie, Bruce
Title: RE: [KCFusion] Upcoming meeting - ideas I'd like to see some working examples or example code of flash remoting if possible. I think the discussion about cf certification is a little dull. yes tuesday umkc -Original Message- From: Ryan Hartwich [mailto:[EMAIL PROTECTED]] Sent

RE: [KCFusion] XP users caching old file

2003-01-31 Thread Dunwiddie, Bruce
Title: RE: [KCFusion] XP users caching old file cfheader SHOULD work the same be it html or xls because it's above the scope of html and in the http. I give no guarantees however... -Original Message- From: Keith Purtell [mailto:[EMAIL PROTECTED]] Sent: Friday, January 31, 2003 3:52 P

RE: [KCFusion] Caching Internet Temporary Files

2003-01-29 Thread Dunwiddie, Bruce
Title: RE: [KCFusion] Caching Internet Temporary Files to have much success accomplishing this, you have to do it all and working together it might work. my normal suggestion to people that most people don't ever think of is to just simply add a "?" to the end of the link that gets them to thi

RE: [KCFusion] same field names

2003-01-28 Thread Dunwiddie, Bruce
the best thing would probably be to use the aliasing in the query as opposed to renaming the column in the table like this...   select parentTable.state as parent_state, childTable.state as child_state from parentTable, childTable where something = something   then you can use queryname.par

RE: [KCFusion] file property

2003-01-24 Thread Dunwiddie, Bruce
t worked with either at the byte level in a while so I'm not sure its still an issue. -----Original Message-From: Dunwiddie, Bruce [mailto:[EMAIL PROTECTED]]Sent: Friday, January 24, 2003 3:56 PMTo: '[EMAIL PROTECTED]'Subject: RE: [KCFusion] file prope

RE: [KCFusion] file property

2003-01-24 Thread Dunwiddie, Bruce
ogram?       "Dunwiddie,       Bruce"  To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>         

RE: [KCFusion] file property

2003-01-24 Thread Dunwiddie, Bruce
lease contact the sender by reply email and destroy all copies of the original message. > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On > Behalf Of Dunwiddie, Bruce > Sent: Friday, January 24, 2003 1:50 PM > To: '[EMAIL PROTECTED]'

RE: [KCFusion] file property

2003-01-24 Thread Dunwiddie, Bruce
n is prohibited. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message. > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On > Behalf Of Dunwiddie, Bruce > Sent: Friday, January 24,

[KCFusion] file property

2003-01-24 Thread Dunwiddie, Bruce
Title: file property I've got a problem that is currently just beyond my knowledge of file properties and encoding types and all that fun. I've got a data file that needs to be imported into sql server and sql server doesn't like it for some odd reason. After playing around with it a bit, we'v

RE: [KCFusion] Encrypted URL and JS

2003-01-23 Thread Dunwiddie, Bruce
l and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message. > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EM

RE: [KCFusion] Encrypted URL and JS

2003-01-23 Thread Dunwiddie, Bruce
Title: RE: [KCFusion] Encrypted URL and JS this would be the result using ron's advice. > > > HREF="" "'", "\'", "all")#') > > ">Click here -Original Message- From: Keith Purtell [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 23, 2003 10:12 AM To: [EMAIL PROTECTED] Subject: R

RE: [KCFusion] Local Java Training?

2003-01-20 Thread Dunwiddie, Bruce
Title: RE: [KCFusion] Local Java Training? This company donates quite a bit to the local java user's group and are pretty nice people, but I've never taken any classes from them. They took over after conseva. They're at 8700 State Line. http://www.fosstraining.com/ -Original Message

RE: [KCFusion] a design question (off topic)

2002-12-04 Thread Dunwiddie, Bruce
ssible conflict. -Original Message-From: Dunwiddie, Bruce [mailto:[EMAIL PROTECTED]]Sent: Wednesday, December 04, 2002 4:31 PMTo: '[EMAIL PROTECTED]'Subject: RE: [KCFusion] a design question (off topic) do you have a url where I could see this at? do you have javascript turned on?

RE: [KCFusion] a design question (off topic)

2002-12-04 Thread Dunwiddie, Bruce
on the page. You can see it but it will not respond to users at all. A.  - Original Message - From: Dunwiddie, Bruce To: '[EMAIL PROTECTED]' Sent: Wednesday, December 04, 2002 4:17 PM Subject: RE: [KCFusion] a design question

RE: [KCFusion] a design question (off topic)

2002-12-04 Thread Dunwiddie, Bruce
don't use type="submit" for onclick actions. I think ns is probably the reason I've made this rule but who knows. try either making it a type="button" or using the onsubmit of the form instead of the onclick of the submit. you shouldn't have any problems with either of those. -Origina

RE: [KCFusion] ColdFusion and JSP pages

2002-12-04 Thread Dunwiddie, Bruce
I found this article very interesting on this topic and several related issues. http://www.macromedia.com/desdev/mx/coldfusion/articles/java.html -Original Message-From: Chris Holdman [mailto:[EMAIL PROTECTED]]Sent: Wednesday, December 04, 2002 11:29 AMTo: '[EMAIL PROTECTED]'S

[KCFusion] FW: sql server help please

2002-12-03 Thread Dunwiddie, Bruce
Title: sql server help please Daryl to the rescue. Now running in 2-3 seconds. Thanks Daryl.   -Original Message-From: Daryl Banttari [mailto:[EMAIL PROTECTED]]Sent: Tuesday, December 03, 2002 1:32 PMTo: Dunwiddie, BruceCc: LaPlante, BryanSubject: Re: sql server help please Ack!  Run

RE: [KCFusion] Server Problem

2002-12-03 Thread Dunwiddie, Bruce
Title: RE: [KCFusion] Server Problem as for that error message, you can see what is somewhat causing it in this article http://support.microsoft.com/default.aspx?scid=KB;en-us;q226494 under the heading of "Collect Timeout". I don't think that will help you resolve your problem any, but it migh

RE: [KCFusion] messed up indexes in sql server

2002-11-30 Thread Dunwiddie, Bruce
indexes.  It's pretty easy to see which indexes to use based on the query plan from the development server. Good luck and let me know how it goes. Chris --- "Dunwiddie, Bruce" <[EMAIL PROTECTED]> wrote: > I'm really kind of stuck on this one and it's a bit > ou

[KCFusion] messed up indexes in sql server

2002-11-29 Thread Dunwiddie, Bruce
Title: messed up indexes in sql server I'm really kind of stuck on this one and it's a bit out of my realm, but we really need to find a solution. Basically, a query that's been basically been running fine on the dev server was moved to the production server along with a few database changes,

RE: [KCFusion] actual space (off topic btw)

2002-10-18 Thread Dunwiddie, Bruce
ce as abcdefghijk yes? P.S. were using SQL server 2k. A. - Original Message - From: Dunwiddie, Bruce To: '[EMAIL PROTECTED]' Sent: Friday, October 18, 2002 2:33 PM Subject: RE: [KCFusion] actual space it would depend on the d

RE: [KCFusion] actual space

2002-10-18 Thread Dunwiddie, Bruce
it would depend on the datatype and the database, but I think their point was that a null value takes up the same amount of space as if it had a value, so it would take the amount of space required to hold a value, but for readability and usability, and possibly because I'm just plain lazy,

[KCFusion] max length of a query using cfquery

2002-10-16 Thread Dunwiddie, Bruce
I seem to remember that there's a max length to a query that can be sent using cfquery. we're using cf 4.5 and ms sql. Specifically, we're having a discussion about whether or not to save a list of id's and then have a VERY large "not in ()" outputting the saved list of id's using cf, or instead p

RE: [KCFusion] Net Send Spam

2002-10-11 Thread Dunwiddie, Bruce
it happened to me at home twice within a couple weeks. the firewall didn't catch it for some reason, but I haven't shut down that port entirely in the firewall. I just shut down the service. -Original Message-From: Greenhagen, Robin [mailto:[EMAIL PROTECTED]]Sent: Thursday, Octo

RE: [KCFusion] Measuring interest in attending a meeting

2002-09-24 Thread Dunwiddie, Bruce
wed yes, thurs no (vacation) -Original Message- From: Ryan Hartwich [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 24, 2002 12:04 PM To: [EMAIL PROTECTED] Subject: [KCFusion] Measuring interest in attending a meeting TO: KC MM Tools, CF, & Web Sig Subject: Measuring interest in at

RE: [KCFusion] KC CF employment opportunity

2002-09-18 Thread Dunwiddie, Bruce
whenever I see requirements of vb and c++ together, let alone the cold fusion thrown in for good measure, I just figure it's a recruiter trying to fill multiple spots. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 18, 2002 1:54 PM To: [EM

RE: [KCFusion] help reading a text file...

2002-08-02 Thread Dunwiddie, Bruce
we have tried this and are using it, somewhat different in how things go, but you can set up a datasource to a folder, and then your queries are something like select * from somefile.csv and if there's a header line in the csv, you will get a nice normal query to work with after that point. work

RE: [KCFusion] test

2002-05-28 Thread Dunwiddie, Bruce
have something interesting to discuss? I think Forta done cf'd everyone out for the month... -Original Message-From: James K Tieman [mailto:[EMAIL PROTECTED]]Sent: Tuesday, May 28, 2002 2:29 PMTo: KCFusionSubject: [KCFusion] test No posts since the 9th, I had to test,

RE: [KCFusion] Implementing an Enterprise Single Login

2002-04-18 Thread Dunwiddie, Bruce
we also came up with another solution that is somewhat complex to code, but the end result is pretty fair. have the authorization/main server send it's sessionid for this particular client to the other server in the first request, which could even be done with a post method. then, have the o

RE: [KCFusion] Using CF to put db recs into Word

2002-03-27 Thread Dunwiddie, Bruce
without trying it, my first instinct would be to use at the head of an html page and see if that gives you the results you want. that's what we do when we need to create a "download to Excel" page. just give them the html with a header saying to open it up as an excel page. now I may be wrong, bu

RE: [KCFusion] AddToken = "Yes"

2002-03-18 Thread Dunwiddie, Bruce
: [KCFusion] AddToken = "Yes" But what it adds will be compatible for both Client & Session scoping correct? CF doesn't differentiate between the two for managing state on the browser side right? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On

RE: [KCFusion] AddToken = "Yes"

2002-03-18 Thread Dunwiddie, Bruce
yes, it always adds them to the url, if that's what you're wanting to accomplish. -Original Message- From: Ryan Hartwich [mailto:[EMAIL PROTECTED]] Sent: Monday, March 18, 2002 4:46 PM To: [EMAIL PROTECTED] Subject: [KCFusion] AddToken = "Yes" We are using Session variables, but not Cli

RE: [KCFusion] Retrieving alias from SQL sub-query

2002-01-07 Thread Dunwiddie, Bruce
if I understand what you're saying, this should give you what you want in one query... select loopip, rec_num, lastvisit, count(loopip) as loop_count from tablename where loopip in (#listqualify(listofips, "'")#) group by loopip -Original Message- From: Keith Purtell [mailto:[EMAIL PROT

RE: [KCFusion] background

2002-01-02 Thread Dunwiddie, Bruce
it's hard for me to follow all of your cells and make sure they're all ending right, but I'd suggest you opening it up in netscape, because it looks like you're missing some ending tags. I'm not sure that that's the problem, but definately some things you probably want to fix. In IE 5.0, the

RE: [KCFusion] Scheduled Datasource Updating

2001-12-13 Thread Dunwiddie, Bruce
CF datasource using CF Administrator. Kory Bakken -Original Message- From: Dunwiddie, Bruce [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 13, 2001 12:19 PM To: '[EMAIL PROTECTED]' Subject: RE: [KCFusion] Scheduled Datasource Updating am I crazy, or this a rediculous solution

RE: [KCFusion] Scheduled Datasource Updating

2001-12-13 Thread Dunwiddie, Bruce
am I crazy, or this a rediculous solution in the age of providing worldwide services in all timezones? and I can only assume that this maintenance is necessary because you're using an access db? -Original Message- From: Ellis, Randy [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 13,

[KCFusion] recordset sql statement

2001-12-12 Thread Dunwiddie, Bruce
in the debug window, under recordsets, there's a column that shows the sql that ran to generate that query. is this an exposed variable that we have access to on a page? like in the form of something like #queryname.statement# or is it restricted to only their debug window and they're grabbing it

[KCFusion] UPSPrice.cfm

2001-12-07 Thread Dunwiddie, Bruce
Does anyone have a page working that gets the online ups shipping cost? We looked at this a while back, and Ben Forta's tag UPSPrice.cfm was working then, but now that we're ready to put something in place, I'm getting a "Connection Failure" error and after looking in to it, it looks like the tag

RE: [KCFusion] off topic - IMail javascript box

2001-11-16 Thread Dunwiddie, Bruce
of course you're right on the document.write's, and I'm now seeing how it shows it. you threw me off a bit by still displaying the actual code of the script tag, but then displaying the output of the script tag below it. works great now that I know where I'm looking, grin. as for the cookie viewe

RE: [KCFusion] off topic - IMail javascript box

2001-11-15 Thread Dunwiddie, Bruce
I'm not sure that forta's page that you're referring to actually uses document.write to produce that. I think he's just including it in a way to hide it, which I do give you that your source viewer does pull it out of there, but I'm under the assumption that it's actually straight html in that .cf

RE: [KCFusion] off topic - IMail javascript box

2001-11-15 Thread Dunwiddie, Bruce
I just looked at the viewers you're talking about, set them to my favorites, jumped out to one of the sites where we're using a line just like you're talking about with document.write() in the middle of the page, and all it showed me in the source generated from your viewer was exactly what I woul