RE: IIS Problem - HELP!

2002-07-23 Thread Paul Begovich
Subject: RE: IIS Problem - HELP! I would very much appreciate it if you'd stop reading my mind. :) Seriously, that's exactly it. I'lll await your answer. Good luck. Chris Olive -Original Message- From: Paul Begovich [mailto:[EMAIL PROTECTED]] Sent: Monday, July 22, 2002 1:59 PM To: CF-Talk

RE: IIS Problem - HELP!

2002-07-22 Thread Paul Begovich
: IIS Problem - HELP! What version of IIS? Do they get an error, or is the image just broken? What's the URL? chris olive -Original Message- From: Paul Begovich [mailto:[EMAIL PROTECTED]] Sent: Friday, July 19, 2002 5:13 PM To: CF-Talk Subject: OT: IIS Problem - HELP! Calling all

RE: IIS Problem - HELP!

2002-07-22 Thread Paul Begovich
-Original Message- From: Paul Begovich [mailto:[EMAIL PROTECTED]] Sent: Monday, July 22, 2002 12:50 PM To: CF-Talk Subject: RE: IIS Problem - HELP! Yes, the source of the image tag is correct. Everything works fine on our development enviroment for referencing from the root (ie /images/something.gif

Re: CFMAIL IMAIL

2001-12-26 Thread Paul Begovich
Kelly, We run Imail here also and have had similar problems. This error occurred for us in two different cases. Case 1 - CFMail is not connecting the the mail server. Check your firewall settings between your Webserver and mail server and make sure the proper ports are open Case 2 -

Undelivered Mail Viewer for CF 4.5 Beta 1A

2001-07-19 Thread Paul Begovich
4.5. You can download it at - http://devex.allaire.com/developer/gallery/SearchResults.cfm?keywords= Undeli vered+Mail+Viewersearch=search Thanks, Paul Begovich Allaire Certified ColdFusion Developer [EMAIL PROTECTED] ~~ Structure your

Re: Note passing system?

2001-04-16 Thread Paul Begovich
Sounds like you want a project management tool. We have an internal system here we use to parse out work. Basically the client/project manager submits an item to a form and it appears on the necessary persons desktop based on who they select. They see the item, do the work, mark their time,

Re: White space

2001-03-20 Thread Paul Begovich
Recently I debugged a site search application that was crashing IE 5 when the results set returned. This search worked in Netscape but took a long time for the browser to render the page, even though the page did not exceed 150-200k. Looking at the generated source code I found that there were

Is there a way to run a server side executable through CF?

2001-02-06 Thread Paul Begovich
We have created several scripts written for NT Server that perform various server side tasks. What we want to do is execute these scripts using the CF scheduler. Is there a way to run a server side executable through CF? - Paul ~~ Structure

Re: Is there a way to run a server side executable through CF?

2001-02-06 Thread Paul Begovich
Is CFEXECUTE supported under CF 4.0 or only CF 4.5? - Paul CFEXECUTE will do this, though you may want to use the NT AT Scheduler or SQL Server's task scheduler to do this instead. ~Simon ~~ Structure your ColdFusion code with Fusebox. Get

RDS username and password question.

2001-01-26 Thread Paul Begovich
Does anyone know if RDS sends the user name and password in clear text or encrypted? - Paul ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives:

CF_QrySelect - Problems when upgrading from CF4.0 to CF4.5

2001-01-23 Thread Paul Begovich
We've run into some issues updating an older CF application (at least 2 years old) from CF 4.0 to 4.5, that uses CF_QrySelect. Does anyone know of a updated version of this tag or a variant of it for CF4.5. This tag is not listed in the Custom Tags library on the Allaire Developer exchange. -