Re: CFFTP and Windows Firewall

2007-12-07 Thread Sean Daniels
Chandan, Thanks for the reply. Yes, this is happening after applying hotfix2, although I have another server that I have not applied the patch to that I can reproduce the issue on as well. That being said, I'm not convinced this is a CF problem, because I get pretty much the same result

CFFTP and Windows Firewall

2007-12-06 Thread Sean Daniels
I'm having an issue using cfftp to download large files ( 50MB) in CF8, with the latest hotfix applied. Basically the download almost completes (all but the final bytes of the file are there) and then the thread just hangs: java.lang.Object.wait(Object.java:???)[Native Method] - waiting on

onError() Mystery Errors

2006-08-08 Thread Sean Daniels
I am using onError() in Application.cfc to catch application errors and send me an email with a dump of the arguments.exception variable. I have been getting a number of emails from this where the rootcause.message and rootcause.details are blank, there is no meaningful error diagnostic

Writing Files without CFFILE

2004-03-09 Thread Sean Daniels
Hey all, I have a CF script that is used to generate about 14,000 static HTML files from dynamic content (don't ask). I am looping over a query using cfsavecontent to save the HTML code for each page and then writing to a file with CFFILE. As this process runs, I sit here and watch the CF

Re: Writing Files without CFFILE

2004-03-09 Thread Sean Daniels
On Mar 9, 2004, at 11:50 AM, Adam Reynolds wrote: Your issue is the number of chunks you are trying to do it in. Try doing it in 2 parts. I thought about doing that, but it seems inherently non-scalable. Like, if I break it into two parts, what happens when the database returns 24,000

Re: Writing Files without CFFILE

2004-03-09 Thread Sean Daniels
="" file=#expandpath('../static/'arguments.fileName)# nameconflict=overwrite addnewline=no charset=utf-8 output=#arguments.content#/ cfreturn true/ /cffunction -Original Message----- From: Sean Daniels [mailto:[EMAIL PROTECTED] Sent: 09 March 2004 17:18 To: CF-Talk Subject: Re: Wri

Re: Writing Files without CFFILE

2004-03-09 Thread Sean Daniels
On Mar 9, 2004, at 12:38 PM, Craig Dudley wrote: I can only assume you were getting 14000 instances of the cfc object, not sure why. You could try creating one instance and storing it in say, the Application scope, and use that, might help. But since it's working now anyway, might be a waste

Help with charset (I think)

2004-01-22 Thread Sean Daniels
I have a system built where a client can upload his product database in CSV format from Excel to update his MySQL database. Unfortunately, some of the columns in the source spreadsheet have text copied in from M$ Word or some other processor and frequently contains characters that are

Re: Help with charset (I think)

2004-01-22 Thread Sean Daniels
On Jan 22, 2004, at 8:16 AM, Massimo Foti wrote: You may try the following: http://www.cflib.org/udf.cfm?ID=319 http://www.cflib.org/udf.cfm?ID=725 Thanks Massimo. I actually have a UDF I have written that does pretty much the same thing. In fact, it is a copyof Demoronize with some extra

Re: Random Could not connect to JRun Server error

2004-01-22 Thread Sean Daniels
On Jan 22, 2004, at 10:04 AM, Darron J. Schall wrote: Just to follow-up on this issue: We've believe we've narrowed down our instability problems to using the following custom tag: cfx_PaymentNet http://www.circa3k.com/CustomTag.cfm?ID=43 This tag is old (3-4 years?), and never caused

Re: problem with file uploads on a MAC

2003-10-20 Thread Sean Daniels
On Monday, October 20, 2003, at 11:23AM, Michael Hodgdon wrote: I was hoping I could get some help on the list.  Sort of at a loss for this one.  I am aware there are know issues with the MAC and IE doing for uploads.  I have two upload boxes on a page.  The first is required and the

Session Variable Size

2003-10-07 Thread Sean Daniels
Does anyone know how to figure out how much RAM a given memory variable takes? I am trying to figure out how much RAM will be used by session variables, if I am storing some rather large query result sets in session scope. Thanks. [Todays Threads] [This Message] [Subscription] [Fast

Add C++ CFX in 6.1

2003-08-14 Thread Sean Daniels
Just did an install of 6.1. I am trying to add a CFX tag in admin and getting this response: You must configure your application server to enable native CFX support. For instructions, see Configuring ColdFusion MX in the Installing and Using ColdFusion MX book for your application server. I

Re: PDF Question

2003-08-14 Thread Sean Daniels
On Tuesday, August 5, 2003, at 03:43 PM, Mark Stewart wrote: If there is another product other than ActivePDF, I would be open to that. Thanks in advance for any help. I've got no experience with ActivePDF but I would highly recommend checking out Big FaceLess Report Generator:

Clean Install of 6.1 Problem

2003-08-14 Thread Sean Daniels
Trying to install on a clean, fresh install Win2K Server system (with SP4 and a bunch of other security patches), using the downloaded installer. The product seems to install fine, but every single page request, including those to the config wizard and CFAdmin result in a pop up alert on the

Re: CFMX 6.1 upgrade - 'smooth as butter'

2003-08-12 Thread Sean Daniels
On Tuesday, August 5, 2003, at 11:59 PM, Stacy Young wrote: Hah, weird. I hit that exact same snag. All good now. I have the same problem. Is it safe to assume the built in wrap() function behaves the same as the UDF from CFLib? Stace -Original Message- From: Calvin Ward

FACS Cache Database

2003-07-16 Thread Sean Daniels
Anyone out there worked with FACS or the Cache database it is built on? In particular, wondering if MX can connect via ODBC or some other drivers. ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4

Size of string in Bytes

2003-01-29 Thread Sean Daniels
Anyone know of an easy way to get the size of a string in bytes? TIA ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4

Re: Struct Sort

2003-01-29 Thread Sean Daniels
On Wednesday, January 29, 2003, at 03:13 PM, Brad Roberts wrote: I've got a structure that holds several questions: temp = structNew(); temp.A = a quesiton; temp.B = another question; temp.C = yet another question; ... and so on I'm outputing the questions like so: cfloop

QofQ Joins

2003-01-21 Thread Sean Daniels
~~ Sean Daniels Director of Engineering Marketplace Technologies, Inc (T): 207.363.7374 (C): 207.332.6340 (F): 240.269.6319 ~~ http://www.dealforce.com http://www.mergernetwork.com

Call to the regex ninja clan

2002-12-31 Thread Sean Daniels
Sending this on behalf of a colleague. I unfortunately do not belong to the regex ninja clan either. Begin forwarded message: I have some text being sent back from a flash rich text editor. It works great but flash autogenerates some nasty html that could potentially really screw things

Re: Strange Mac Browser Behaviour

2002-11-26 Thread Sean Daniels
On Tuesday, November 26, 2002, at 04:06 PM, Joshua Miller wrote: http://demo.digitalhealthdepartment.com/webadmin/The page in question Just try any user/pass - it bombs no matter what - doesn't even act like it attempts to find the page. Get rid of the enctype=multipart/form-data

TUCOWS / OpenSRS

2002-11-25 Thread Sean Daniels
If anyone out there has had success interfacing with the OpenSRS domain name reseller system, and has any tips or code samples they can provide, I would be much obliged. TIA ~| Archives:

Server Scope / UDFs

2002-11-19 Thread Sean Daniels
Is there a way to force CFMX to load some vars into server scope when the service is started? Also, has anyone had any negative reaction to loading a CFC into server scope? I basically have a library of UDFs I want globally available that I thought I would throw into a CFC and load into server

Re: Server Scope / UDFs

2002-11-19 Thread Sean Daniels
On Tuesday, November 19, 2002, at 11:51 AM, Raymond Camden wrote: No. Unless you have all your code under an Application.cfm that does it. FYI, 'events' like this has been on the enhancement list for sometime. :) Thanks for the responses Sean Ray. I hope the events thing happens someday.

Access Datasources Failing on MX Re-install

2002-10-10 Thread Sean Daniels
So I did an uninstall of CFMX on my dev box - removing everything I could think of; directories, mappings, registry keys of previous versions, etc. After performing what I thought would be a clean install, I found when adding back my Access data sources, which were functioning fine before

Re: Access Datasources Failing on MX Re-install: SOLVED

2002-10-10 Thread Sean Daniels
On Thursday, October 10, 2002, at 07:46 PM, Tilbrook, Peter wrote: Using ODBC Data Sources in ColdFusion MX ColdFusion MX uses JDBC, not ODBC. Want to use your ODBC data sources with CFMX? You can. Here's what you need to do: Thanks for the suggestion, although I did try that as well and

Payflow in MX?

2002-10-03 Thread Sean Daniels
Since our upgrade to MX, the CFX_Cybercash tag has been flaky at best so we're making the move away from Cybercash to Payflow. Can anyone out there confirm for me that the CFX_PaymentNet tag functions correctly in MX? I believe Verisign offers an XML gateway too, but I really want the minimum

Re: Non-Windows CFMX interfacing emulated MS-Access db. was: SOT How to set up win XP network to be recognized by OS X

2002-10-03 Thread Sean Daniels
On Thursday, October 3, 2002, at 07:17 AM, Dick Applebaum wrote: It is possible to interface ColdFusion MX (CFMX) running on OS X 10.2.1 (Jaguar) to a MS-Access database running under VirtualPC emulated WinXP on the same machine. Dick, thanks for posting this update. Someday when I have

Re: SOT How to set up win XP network to be recognized by OS X

2002-10-01 Thread Sean Daniels
On Tuesday, October 1, 2002, at 08:32 AM, Dick Applebaum wrote: The first step to do this is to get the Host Mac and winXP machines thinking they are on the same network I was trying to do this with winNT under Jaguar. Dick, Can you ping the XP VM from the Mac Network Utility? What

Re: SOT How to set up win XP network to be recognized by OS X

2002-10-01 Thread Sean Daniels
On Tuesday, October 1, 2002, at 04:09 PM, Dick Applebaum wrote: I would like to get it working on Jaguar, but I can revert to 10.1 on one of my machines, if needed. I would guess it's not a Jaguar issue. My situation is a bit different - both my Mac and VM are in a private network and use

Re: SOT How to set up win NT network to be recognized by OS X

2002-09-27 Thread Sean Daniels
On Thursday, September 26, 2002, at 09:38 PM, Dick Applebaum wrote: The tcip is installed. I get an error on startup saying that a service wasn't started -- event shows the adapter that uses TCP/IP didn't have a valid device -- I guess I have some digging to do -- Thanks to you and Sean,

Re: Cfx_linkAPI

2002-09-27 Thread Sean Daniels
On Friday, September 27, 2002, at 04:03 PM, Eric Hoffman wrote: Just inherited a project with this, and of course, the other developers had, ummm, zero documentation. We have not used before...and cannot find on DevEx. Can someone point me to where I can get info on this bad boy? I

Re: SOT How to set up win NT network to be recognized by OS X

2002-09-26 Thread Sean Daniels
On Thursday, September 26, 2002, at 04:02 PM, Dick Applebaum wrote: This is SOT, but it is related to CF. I want to be able to manipulate MS-Access databases from CFMX (Linux) running on Mac OS X. I have been told that the way to do this is run MS-Access on a win box on a LAN, and then

Re: Multiple Sites in IIS

2002-09-25 Thread Sean Daniels
On Wednesday, September 25, 2002, at 03:14 PM, Shahzad.Butt wrote: Does anyone has faced the problem of having multiple websites in IIS (using CFMX). Whats happening with us is that Page is not being refreshed neither is it looking for new files if we add new file in website. Pls reply

Cybercash on CFMX

2002-09-24 Thread Sean Daniels
Anyone out there run into problems using the cfx_cybercash tag on CFMX? I am able to use the tag to run charges just fine - however, when I try to run a refund the query output from the tag contains one record with all empty strings. Help?

Re: SOT Dynamic DNS

2002-09-24 Thread Sean Daniels
On Tuesday, September 24, 2002, at 05:50 PM, Dick Applebaum wrote: Anyone had any experiences with this, good or bad? Dick, I tried DynDNS a long time ago and found the service to not be really reliable. Their name servers went down a lot. That may have changed. Instead I use No-IP

Multiple Apps on localhost:8500

2002-09-23 Thread Sean Daniels
I've always developed code by editing files directly on my development server and using the development server to test before deployment. I'm going to begin editing and testing code locally using the built in web server in MX, so that the development machine can become more of a staging

Re: Auto Submit Select Boxes

2002-09-20 Thread Sean Daniels
On Friday, September 20, 2002, at 08:25 AM, Rick Faircloth wrote: What's the piece of code that makes a Select box submit on selection without using a button? select name=name onChange=submit() __ This list and all House of

Re: export list of datasources

2002-09-20 Thread Sean Daniels
On Friday, September 20, 2002, at 12:42 PM, Fitch, Tyler wrote: I'm running Enterprise edition, and in MX I find 'Archives and Deployments' under the server settings options of the cf administrator. I think it should be there for Pro if you're using that. I see it on a CFMX for J2EE

Re: Installed CFMX - all cfm templates return http 500 error

2002-09-19 Thread Sean Daniels
On Thursday, September 19, 2002, at 11:00 AM, Dave Wilson wrote: Does this mean that CFMX Pro doesnt support multiple virtual sites on the server? I've checked the MIME mapping and it is present in the other virtual sites. I have read in a few places that in order to support multi-homed

Re: export list of datasources

2002-09-19 Thread Sean Daniels
On Thursday, September 19, 2002, at 06:56 PM, Fitch, Tyler wrote: If you're using CF5+ - make an archive from the cfadmin - it'll grab all your datasources and cfx tags etc... I've been looking for this functionality in MX; how exactly to you do this?

CFMX Structure Sorting

2002-09-18 Thread Sean Daniels
OK, so I've read the livedocs explaining the changes to the way structures behave in MX, but I'm not finding it to be the case... here's what the docs say: ColdFusion MX returns struct keys in the order that you create them. ColdFusion 5 returns struct keys in alphabetical order. If you need

Re: CFMX Structure Sorting

2002-09-18 Thread Sean Daniels
On Wednesday, September 18, 2002, at 03:31 PM, Sean Daniels wrote: OK, so I've read the livedocs explaining the changes to the way structures behave in MX, but I'm not finding it to be the case... here's what the docs say: ColdFusion MX returns struct keys in the order that you create them

Re: CFMX Structure Sorting

2002-09-18 Thread Sean Daniels
On Wednesday, September 18, 2002, at 05:18 PM, Raymond Camden wrote: If you look at the values for lab, you will see opts[0][lab] = Option A: opts[1][lab] = Editor opts[2][lab] = Creator You looped over Opts, so it returns 0,1,2, which would be Option A,Editor,Creator

Re: Maintain Database Connection

2002-09-17 Thread Sean Daniels
On Tuesday, September 17, 2002, at 12:07 PM, Greg Luce wrote: Can someone clear this up for me. I maintain a site on a shared server and it uses access :-(. Seems every time I need to alter the mdb file it's locked on the server. I've asked the hosting company to uncheck Maintain Database

Re: MP3 Jukebox Ideas?

2002-09-17 Thread Sean Daniels
On Tuesday, September 17, 2002, at 04:11 PM, Greg Luce wrote: Anyone have any experience building/using an MP3 database? I thought I'd ask before wasting too much time on it. I have 23,000 songs I'm putting in a db. Right now I have a Web-based CF app to search the collection, and I'd

JRunScripts Virtual Directory

2002-09-11 Thread Sean Daniels
What is the purpose of the JRunScripts virtual directory? Do I really need to create it for every site I add in IIS? __ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion

CFMX Upgrade

2002-09-09 Thread Sean Daniels
I am trying to upgrade my CF 5 box to CFMX. I got most of the way through the installation and had to bail to free up some disk space on my system partition. Now having done so, I rerun the CFMX installer and no longer have the option of upgrading CF 5 - I can only install in stand alone

Re: CFMX Upgrade

2002-09-09 Thread Sean Daniels
On Monday, September 9, 2002, at 12:05 PM, Stacy Young wrote: Are you using IIS? You can always run it in standalone then run the IIS connector utility afterwards. (or for apache for that matter) Yeah, I could do that but I want the upgrade so I don't have to reconfigure all my

Re: CFMX Upgrade

2002-09-09 Thread Sean Daniels
On Monday, September 9, 2002, at 12:11 PM, Sean Daniels wrote: Yeah, I could do that but I want the upgrade so I don't have to reconfigure all my datasources, and myriad of other settings. Although at this point I probably could have done that faster. In case anyone else has this issue, I

CFMX - Slow, why?

2002-09-09 Thread Sean Daniels
I have just finished upgrading my dev box to CFMX. After going through a number of issues (search engine friendly URLs, problems with the installer), I finally have working sites again - but the debug execution times are simply unacceptable. I have 20 apps on this box where every page

Re: CFMX - Slow, why?

2002-09-09 Thread Sean Daniels
On Monday, September 9, 2002, at 04:58 PM, Phoeun Pha wrote: Big deal. I can't tell the difference between 1 MS and 10,000 MS. The delay is there in the beginning because the code has to be compiled first. It's a annoying :) I'm sorry, but the difference between the page instantly coming

Re: Connecting CF5 to MS SQL

2002-07-11 Thread Sean Daniels
~~ Sean Daniels Director, Engineering Marketplace Technologies, Inc (T): 207.363.7374 (C): 207.332.6340 (F): 240.269.6319 ~~ http://www.dealforce.com http://www.mergernetwork.com

PayFlow

2002-05-06 Thread Sean Daniels
I've seen reference to a CFX_PFPRO tag but can't find out how to go about getting it? Is it something you buy from Verisign when you sign up for Payflow? Thanks, - Sean ~~ Sean Daniels Director, Engineering Marketplace Technologies, Inc (T): 207.363.7374 (C

Re: Linkpoint API

2002-05-06 Thread Sean Daniels
as well. - Sean ~~ Sean Daniels Director, Engineering Marketplace Technologies, Inc (T): 207.363.7374 (C): 207.332.6340 (F): 240.269.6319 ~~ http://www.dealforce.com http://www.mergernetwork.com

Browser Detection

2002-05-02 Thread Sean Daniels
has something to that effect. - Sean ~~ Sean Daniels Director, Engineering Marketplace Technologies, Inc (T): 207.363.7374 (C): 207.332.6340 (F): 240.269.6319 ~~ http://www.dealforce.com http://www.mergernetwork.com

Re: OT: SQL function i know it exists

2002-03-21 Thread Sean Daniels
genderabbr = case when (gender = 1) then 'M' else 'F' end From users - Sean ~~ Sean Daniels Director, Engineering Marketplace Technologies, Inc (T): 207.363.7374 (C): 207.332.6340 (F): 240.269.6319 ~~ http://www.dealforce.com http

CFSCRIPT Preservesinglequotes()

2002-03-21 Thread Sean Daniels
not all the code that uses it. - Sean ~~ Sean Daniels Director, Engineering Marketplace Technologies, Inc (T): 207.363.7374 (C): 207.332.6340 (F): 240.269.6319 ~~ http://www.dealforce.com http://www.mergernetwork.com

Re: GoldMine

2001-12-30 Thread Sean Daniels
it with various 3rd party aps and you can find ideas on how t o proceed on the goldmine forums. Beautiful, that's what I wanted to hear. Thanks. - Sean ~~ Sean Daniels Director, Engineering Marketplace Technologies, Inc (T): 207.363.7374 (C): 207.332.6340 (F

GoldMine

2001-12-29 Thread Sean Daniels
Anyone out there have any experience using CF to interact with a GoldMine database? I am wondering if it's possible. - Sean ~~ Sean Daniels Director, Engineering Marketplace Technologies, Inc (T): 207.363.7374 (C): 207.332.6340 (F): 240.269.6319

Re: Frame within a frame error

2001-11-14 Thread Sean Daniels
On Wednesday, November 14, 2001, at 07:49 PM, Clark, Aimee wrote: Hello. I'm new to this listserv, but I have a problem in which I hope someone can help me with. I have a frame page that I have created in which the top part of the page contains an alphabet link so that when you click

Re: Masked Query Strings in URL [Solution]

2001-11-09 Thread Sean Daniels
On 11/9/01 3:05 AM Michiel Boland wrote: What OS version is he using? There are definite problems if you try this on WINNT SP6 without the appropriate hotfix. He's using Win2k SP2. However, I found that he's also applied a new tool M$ has out for IIS called URLScan. It's default configuration

Nested Loops (query)

2001-10-03 Thread Sean Daniels
OK, I feel like I've done this before, but maybe not. Can anyone explain to me how to do this and get my desired result. cfloop query=querya cfloop query=queryb #querya.val#: #queryb.val# /cfloop /cfloop What I want is, if querya had 2 rows and queryb had 3 rows, to get

Re: Message Board

2001-08-29 Thread Sean Daniels
On 8/29/01 12:12 PM John Paitel wrote: Anyone know of a good, open source message board written in CF? I've found a few packages, but they are all encoded. I'd rather find an open source one that I can implement and also learn from. I recently downloaded Simple Message Board

Re: structure in request scope

2001-05-10 Thread Sean Daniels
On 5/10/01 1:59 AM Mark Ireland wrote: Could someone tell me how to load a structure into the request scope in the application.cfm once only when a user first visits a page. That is, check that the structure is there and dont rerun the query code if it is unless a change has been made

Re: CF and custom style sheets

2001-05-10 Thread Sean Daniels
On 5/10/01 1:27 PM Scott Weikert wrote: LINK REL=StyleSheet TYPE=text/css HREF=style.cfm I've had some hassles trying to link the page like this... it doesn't seem to properly execute the CF code within. Anyone out there tried to do this same thing, and succeeded? Input would be most

Re: using WDDX for next 'n' style browsing

2001-05-08 Thread Sean Daniels
On 5/8/01 6:52 AM Kola Oyedeji wrote: I am passing a query object which consists of 1000 records in a hidden form field between pages as a WDDX packet, are there any reasons why this is a bad idea, such as limits to the amount of data which can be held in a form field or passed in a form? I

OT: Re: GRRRR Claris Works 5.0 DB

2001-05-08 Thread Sean Daniels
On 5/8/01 9:47 AM Eric Dawson wrote: G Claris Works 5.0 DB I have a Claris Works 5DB, and need to convert to anything useful in the W2K/Office 2000 World. ideas? Does Claris have any kind of export? Like, preferably export comma delim values, then you can import into Access quite

Re: How to Force https vs http

2001-05-03 Thread Sean Daniels
On 5/3/01 9:56 AM Chris Montgomery wrote: Quick questionis it possible to have a URL redirect to a secure URL? For example, someone enters http://www.xxxblahxxx.com/secure/securepage.cfm instead of https://www.xxxblahxxx.com/secure/securepage.cfm. How do you force a redirect to the

Re: Access ldb files w/a twist

2001-05-03 Thread Sean Daniels
On 5/3/01 12:53 PM Mark Smeets wrote: So, here is my question and basically it's a problem. Now when you open any Access file you get that little annoying ldb file with it, it closes no problem if you're working with Access directly however what if the Access file is on a server and you

Re: Sending mail with coldfusion

2001-04-25 Thread Sean Daniels
On 4/25/01 5:11 PM William J Wheatley wrote: has anyone come up with an alternative to sending mail then using CFMAIL? Because i swear even trying to send 1 CFMAIL to a hundred people does not cut it..its a major issue. Check out Howie's POST SE server with accompanying custom tag. It rocks.

Re: SQL2000 server not recognized by CF 4.5

2001-04-23 Thread Sean Daniels
On 4/23/01 1:52 PM David Baskin wrote: I'm hoping someone can help with a problem i cannot figure out. i have a new box with Win2K, CF 4.5, and SQL2000. Installed everything this weekend without problems, but now i cannot get SQL and CF to play together. i try to set up the ODBC and my

Re: Bank of America and e-stores and CFHTTP

2001-04-19 Thread Sean Daniels
On 4/19/01 12:42 PM Christopher Olive, CIO wrote: 3) they suggested that i have to be coming *from* a secure URL as well. i'm working on trying that possibility next. I would give that a shot. I've always had problems with form fields disappearing when posting to an HTTPS from an HTTP. -

Re: Custom Mail Header?

2001-04-18 Thread Sean Daniels
On 4/17/01 6:06 PM WebMaster wrote: Is there a way to add your own custom mail header with CFMail (like the "X-Mailer" line)? I've seen programs that let you do this and I think it would be very useful if I could tack a variable into the header of the message. For example: X-Variable:

Re: SOLUTION: OT - Sniffing Email

2001-04-12 Thread Sean Daniels
On 4/12/01 10:43 AM Erika L Walker wrote: Brian, What is it that you can't seem to get? I haven't had the time yet to implement this solution since I've posted it (another priority project got in the way), so I haven't started testing it, but I may have some moments this morning to spend

Re: SOLUTION: OT - Sniffing Email

2001-04-12 Thread Sean Daniels
On 4/12/01 9:53 AM Brian Peddle wrote: Im attempting to post this for the 4th time. I tried to apply the solution below and spent a couple hours on it but I can't seem to get it: Code I am using is below. It has been cut down a bit to make it straight forward. I can sent the code as an

Linkpoint Custom Tag

2001-04-03 Thread Sean Daniels
Anyone out there used Linkpoint and their $95 custom tag for processing CC transactions? I've only used Cybercash in the past, but am looking for alternatives. The client's existing merchant banker recommended LinkPoint for integration with CF sites. Thanks, - Sean

Re: Disabling Save Username Password in IE 5

2001-04-03 Thread Sean Daniels
On 4/3/01 8:01 PM CF wrote: It's under Tools Internet Options Content AutoComplete You can do this on each workstation, or you can programmatically prevent autocomplete on any field with the attribute "autocomplete" and the value "off". For example: input type="password" name="pass"

Studio: Export RDS Settings?

2001-03-22 Thread Sean Daniels
Anyone know how to export RDS settings from one machine and import to another, both running Studio 4.5.2? I assumed this would be in the registry, but I can't find it. I have about 20 RDS and FTP servers mapped on my old machine I want to add to my new. - Sean

Re: SQL 2000 (enterprise manager)

2001-03-16 Thread Sean Daniels
On 3/16/01 11:03 AM Jay Patton wrote: I just upgraded to windows 2000 pro on my development machine, i was originally running win98 and had sql 7.0 Enterprise manager running on that. however after my upgrade to 2k i couldn't connect to my sql servers with that same software any longer. last

Re: Application.cfm, Session Management, and a lot less hair!

2001-02-16 Thread Sean Daniels
On 2/16/01 9:58 AM Ken McInnes wrote: Okay this problem has me completely baffled. We have an administration module for a client with a login page that sets some session permissions. Subsequent pages then look for the appropriate permission using CFApplication. Everything works fine on our

RE: Cookie and tracking

2001-02-05 Thread Sean Daniels
Does anyone have suggestion on a method to drop a cookie on the homepage of a site and then track that cookie to figure who is a new user vs. returning user. !-- home page code -- cfif isdefined("cookie.firstvisit") !-- user has been here before -- cfelse !-- user is

RE: Driving Me Nuts

2001-01-30 Thread Sean Daniels
Hint: The cause of this error is usually that your query contains a reference to a field which does not exist. You should verify that the fields included in your query exist and that you have specified their names correctly." Any ideas? This is driving me crazy. Running Access 2000.

OT: RE: Allaire on a Mac?

2001-01-23 Thread Sean Daniels
Does someone still use Mac's? grin Would if I could. See http://www.apple.com/powerbook/ for a darn good reason. A fiercly powerful notebook, not to mention the widescreen display, less than 1 inch thick, pure titanium shell, and it looks really really cool? Not to mention $2500. Please

RE: OT - Browsers version by percentage

2001-01-22 Thread Sean Daniels
Sorry for the real OT, but can somebody shed a light on this... the other day there was a thread talking about excluding some users that might have an old browser which might not support JavaScript and all that... I was wondering, by looking at your logs, can somebody tell the list what is

RE: Why doe my cfscript if statement fail?

2001-01-22 Thread Sean Daniels
if (Check_NT.RecordCount gt 0 is "TRUE") I don't know if this is the problem, but I would definitely not write that condition that way. I would use either: 1. if (check_NT.recordcount gt 0) or 2. if (check_NT.recordcount) Both will achieve the result I assume you are looking for. -

RE: Application.cfm Problem

2001-01-19 Thread Sean Daniels
Put your output in a different file in the same driectory as application.cfm and run that file. I may be wrong, but I don't think application.cfm can have any html output in it. Only cf code. - Sean ~~ Structure your ColdFusion code with Fusebox.

RE: Invalid Token in IsDefined

2001-01-15 Thread Sean Daniels
You misspelled "elseif" on line 3. - Sean ~~ 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/ Unsubscribe:

RE: CFerror and its

2001-01-12 Thread Sean Daniels
The problem is that when a validation error occurs, the error page appears fine, but the CF inside the error template is not executed... it shown as if it was a regular html page with all the cf showing. can someone tell me why this is happening and how i can correct the problem?? It is

RE: What Does OT Stand For?

2001-01-12 Thread Sean Daniels
Off topic. Like this thread! :) - Sean ~~ 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/ Unsubscribe:

RE: Access question

2001-01-11 Thread Sean Daniels
If a field in access has never had anything in it at all does it appear as NULL or as "". It appears as null. So would you check it with CFIF FieldName IS "" or would you use CFIF FieldName IS NULL Well, ColdFusion does not support the word "NULL", so you would use the cfif FieldName is

RE: return every Friday for a year

2001-01-11 Thread Sean Daniels
Hope this is a quick and easy one... what would be the simplest way to return the dates for every Friday in a given year? (or any other particular day of the week) This probably ain't the most elegant or optimized approach, but it works :) cfset startdate=now() cfoutput cfloop from="0"

RE: HTTPS setup

2001-01-11 Thread Sean Daniels
We do have other sites on the same IP, but none of them use SSL. That shouldn't matter, should it? The default site if you go in by IP is a different site, but that's only for port 80, so I guess its irrelevant. Is it possible for you to try making the SSL site the one with no host header

RE: Stripping CRs and LFs

2001-01-09 Thread Sean Daniels
What is the best way to strip CRs and LFs from a string? cfset crlf = chr(13)chr(10) cfset stripped = replacelist(myString,crlf,"") Should do the trick. - Sean ~~ Structure your ColdFusion code with Fusebox. Get the official book at

RE: Contract

2001-01-09 Thread Sean Daniels
I haven't seen any sites like that, and there's probably good reason. A contract is a legal document, and laws vary per locality. Your best bet is to consult with a lawyer and have them to put together a "template" that you can use. cf_myopinion Contracts usefulness are limited. Breach of

RE: Contract

2001-01-09 Thread Sean Daniels
Yes .. and also, without that contract with the label, I'm pretty sure you wouldn't have gotten that 1/2 that you did. ;) Of course. I guess I should have qualified my opinion (and that's all it was of course) by stating that the size of the engagement obviously should come into play when

RE: Multiple Servers - Cluster Cats

2001-01-08 Thread Sean Daniels
Does anyone have any experience setting up Cluster Cats or any other solid backup/failover server system? ClusterCats is a software based web server load balancing service. It will do you absolutely no good if your DB server dumps it's motherboard again. For true fault tolerance you would

RE: HTTPS setup

2001-01-08 Thread Sean Daniels
The key's all set up properly, but it just finds nothing if you browse to it... we've set the SSL port to be 443 in IIS, so it should know it exists. We've also set the IP and headers with that port. We're definitely using the URL the key was registered for. Any ideas? You aren't

RE: CF-Studio 4.52

2001-01-05 Thread Sean Daniels
OK, so I really want to update to 4.5.2, particularly for the "remembering that your in an RDS session". However, I have customized the crap out 4.5.1 and I am scared off by these mails that say the 4.5.2 installer kills your snippet and hotkey settings. Is there any way to back these up? Or

  1   2   >