RE: Scheduled Task

2000-09-02 Thread Tom Nunamaker
Nate Weiss posted information about doing this in the Allaire forums a long time ago. Here's where the thread is: http://forums.allaire.com/DevConf/Thread.cfm?&&Message_ID=335617&_#Message335617 I've used InstantOn with great success for over 6 months. MUCH more reliable than CF's scheduler,

RE: Web Database Solution

2000-09-02 Thread Bud
On 8/31/00, DeVoil, Nick penned: > > I have been thinking about developing a CF app that will let me work with >> my SQL Server via the web. > > But before I get into that I wanted to see if there was already a good one > >Nick, > >I have one under development. It provides a web-based interface

Re: Illegal operation in CFHTTP

2000-09-02 Thread Bud
On 9/1/00, Gene Kraybill penned: >What might cause the following occasional error, apparently related >to the use of >CFHTTP to create a query from a text file? >-- >Message: Illegal operation in Cold Fusion Extension (CFX) >Detail: You

Wrapping Problems in CFMAIL - 4.51

2000-09-02 Thread Bud
--_-1244231376==_ma Content-Type: text/plain; charset="us-ascii" ; format="flowed" Hi. I'm having problems with my e-mail invoice again. Same app I have on other 4.51 servers and on plenty of 4.01 servers. I'm getting a strange wrapping, or I should probably say "not wra

Re: Wrapping Problems in CFMAIL - 4.51

2000-09-02 Thread Bud
--_-1244230824==_ma Content-Type: text/plain; charset="us-ascii" ; format="flowed" OOPS! Sorry I sent a repeat to my original message. It was intended for virtualscape support. This is what I meant to send here and is the followup to my original question about the wrapp

OT: High Traffic Server Info

2000-09-02 Thread JF
Anandtech has a good "behind the scenes" article detailing how they have their web and database servers configured for handling high traffic. Plus, they run CF... http://www.anandtech.com/showdoc.html?i=1305 ...Jay -

CF Problems Advananced Security

2000-09-02 Thread Andrew Scott
I am having huge problems getting CF4.5.1 to run on my server running Windows 2000 Advanced Server, the major problem is the Advanced Security it keeps failing everytime I try to add policies and rules, and even if I succedd the tag itself fails. Is it because of Windows 2000 or is there something

Re: SQL

2000-09-02 Thread cf-talk
It is also possible to have access on the SQL-Server with MS-Access as a front-end to the SQL-database. Although you don't have any possibility to change the tables or the fields. You can just read the data, but very easily similar as if you have an MS-Access DB local. Uwe SD Solutions Lange Zei

OT: IE locks up when downloading web page

2000-09-02 Thread John Fix 3rd
Any ideas why IE (5.0) would be locking up on an NT 4 Server machine? It was working fine, but at some point in the past few days it started locking up when I access any web site. Local files (i.e. Opening an HTM file on the server hard drive) disply properly. Netscape Navigator, Website, Cold

RE: IE locks up when downloading web page

2000-09-02 Thread John Fix 3rd
OK, finally solved it. There must have been some file corruption in the \Temporary Internet Files directory. I deleted and recreated that directory and now IE works fine again. You would think that IE would have a better recovery than this, especially on NT/W2K. John -Original Message

CFINCLUDE and CFMAIL Variables

2000-09-02 Thread Joel Blanchette
This is a multi-part message in MIME format. --=_NextPart_000_0007_01C014F9.6073FC00 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello All, One simple question. I want to put an cfinclude tag within a cfmail = tage that has all the

Re: CFMAIL wrapping

2000-09-02 Thread Ian
I have had the exact same problem but it gets even stranger. I have one file that works fine. I copied the contents of the CFMAIL tag to another file and it no longer wraps in the new file. I have saved both of them in exactly the same way. This is very odd. I am running 4.51 on an NT box with S

Re: Javascript -> Cold Fusion.

2000-09-02 Thread Bill Davidson
I thought I'd share my current solution to the 'getting the screen resolution problem' I posted a few days ago. Thanks to Peter & Sharon... index.cfm: function SetRez (form) { document.form.xrez.value = window.screen.width; document.form.yrez.value = window.screen.height; } ... http://www.deli

trimming value???

2000-09-02 Thread Chris Straight
ok so I have calculated a percentage of a number and now I need to trim the number to 5 characters including the decimal point. it doesn't seem as if I can modify the values in an array without inserting a new value. I may be way off and I hope I am but does anyone know of how I could do this with

Re: CFMAIL wrapping

2000-09-02 Thread Bud
On 9/2/00, Ian penned: >I have had the exact same problem but it gets even stranger. > >I have one file that works fine. I copied the contents of the CFMAIL tag to >another file and it no longer wraps in the new file. I have saved both of them >in exactly the same way. > >This is very odd. I am ru

Re: trimming value???

2000-09-02 Thread Dave Hannum
#NumberFormat(myValue, 99.99)# Dave - Original Message - From: "Chris Straight" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, September 02, 2000 12:42 PM Subject: trimming value??? ok so I have calculated a percentage of a number and now I need to trim the number to 5 c

Re: CFSELECT, selected= doesnt work?! Am I going crazy?

2000-09-02 Thread Bud
On 9/2/00, Peter Theobald penned: >[cfform action="#CGI.SCRIPT_NAME#" method="post"> > [cfselect name="letter" selected="B"> > [option value="A">Apple > [option value="B">Bear > [option value="C">Car > [/cfselect> > [input type=submit> >[/cfform> The options you put in there wil

putting wrong time header in message?

2000-09-02 Thread Paul Sinclair
I've got an app that sends out a "thank you" note when someone sends in registration information. The sends out the email message okay, but when it arrives, it shows up in my MS Outlook mail reader as being RECEIVED 8 hours earlier than it was sent. For example, if I do a test registration at 10

Help needed configuring a native datasource

2000-09-02 Thread Tim Dempsey
Hi. I hope someone can advise me I just installed Oracle 8.1.5 (8i) on my system where I was previously running Oracle 7.3.4 I was using the Oracle73 datasource quite successfully in Cold Fusion. I migrated that database to Oracle8 using Oracle's migration tool. I can successfully connect

CF Holding On To DSN

2000-09-02 Thread Miriam Hirschman
I have a page that links to one DSN, but as soon as a user requests a page which connects to another DSN I get an error. CF is looking for the table in the old DSN . It seems as if CF is holding on to the old DSN connection. What can I do to make sure that when a new page is called up, that CF s

Re: CF Holding On To DSN

2000-09-02 Thread Fred T. Sanders
put cflock tags around the query. you might even try cftransaction. Fred - Original Message - From: "Miriam Hirschman" <[EMAIL PROTECTED]> To: "CF Forum" <[EMAIL PROTECTED]> Sent: Saturday, September 02, 2000 11:55 PM Subject: CF Holding On To DSN I have a page that links to one DSN,

RE: How to display across a row instead of down?

2000-09-02 Thread Larry Juncker
This is a multi-part message in MIME format. --=_NextPart_000_0028_01C01534.63EE05C0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit List of last names #myQuery.CurrentRow# #myQuery.

Re: putting wrong time header in message?

2000-09-02 Thread Howie Hamlin
The time set on the SMTP server you are using is probably wrong... HTH, Howie - Original Message - From: "Paul Sinclair" <[EMAIL PROTECTED]> To: "List: Cold Fusion" <[EMAIL PROTECTED]> Sent: Saturday, September 02, 2000 10:34 PM Subject: putting wrong time header in message? > I've g

Verifying Datasource

2000-09-02 Thread Tracy Smith
I know this is pretty basic, but for the life of me I can't figure out to do this. I want to check to make sure a datasource is valid before I try to use. I am thinking that I could use IsDefined(datasourcename) or something similar? Any ideas? Tracy Smith Senior Programmer flipside.com [EMAIL

Re: Verifying Datasource

2000-09-02 Thread Gena
The easiest way - decode cripted cfm files in administrator of CF and reproduce the same logic. Cheers, Gennadi - Original Message - From: Tracy Smith <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: 3 ÓÅÎÔÑÂÒÑ 2000 Ç. 14:32 Subject: Verifying Datasource > > I know this is pretty bas

CFHTTP question

2000-09-02 Thread KJis18
Is there a way to actually extract information from URL's, like only the information you want, instead of the other stuff that you don't want? Kevin -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ T