Re: Is this possible?

2004-03-03 Thread Bushy
--- > From: Charlie Griefer > Date: Tue, 2 Mar 2004 11:12:05 -0700 > > have you looked at ? > > - Original Message - > From: "Bushy" <[EMAIL PROTECTED]> > To: "CF-Community" <[EMAIL PROTECTED]> > Sent: Tuesday, March 02, 2004 10:

Re: Is this possible?

2004-03-02 Thread Charlie Griefer
trying to accomplish? - Original Message - From: "Bushy" <[EMAIL PROTECTED]> To: "CF-Community" <[EMAIL PROTECTED]> Sent: Tuesday, March 02, 2004 12:38 PM Subject: Re: Is this possible? > Yes. Thats what I'm using now to display the file on my page.

RE: Is this possible?

2004-03-02 Thread Ian Skinner
The trouble is to refresh you have to refresh the entire page (or at least frame).  Something that generates a new request, because the client does not know what is going on on the server, so the server needs to be contacted again.  Some _javascript_ to automatically refresh the page would do this.

Re: Is this possible?

2004-03-02 Thread Bushy
looked at ? - Original Message - From: "Bushy" <[EMAIL PROTECTED]> To: "CF-Community" <[EMAIL PROTECTED]> Sent: Tuesday, March 02, 2004 10:37 AM Subject: re: Is this possible? > Hi, > > I would like to do the following if possible. > > When I load a pa

Re: Is this possible?

2004-03-02 Thread Charlie Griefer
have you looked at ? - Original Message - From: "Bushy" <[EMAIL PROTECTED]> To: "CF-Community" <[EMAIL PROTECTED]> Sent: Tuesday, March 02, 2004 10:37 AM Subject: re: Is this possible? > Hi, > > I would like to do the following if possible. &g

re: Is this possible?

2004-03-02 Thread Bushy
Hi, I would like to do the following if possible. When I load a page I have a script that checks a directory for a specific filename and keep looping to display that file until it no longer exists in that folder and then display a message like "File no longer found". Is this possible

RE: Is this possible?

2002-10-31 Thread Harkins,Patrick
gt; Subject: Is this possible? > > > I'm running CF and MySQL. I want to be able to read in a > field "env_var" from one database and update/insert the > results into another database. Can this be done with just > one > > SELECT env_var &

Is this possible?

2002-10-31 Thread FlashGuy
I'm running CF and MySQL. I want to be able to read in a field "env_var" from one database and update/insert the results into another database. Can this be done with just one SELECT env_var FROMalias SORT ORDER BY env_var ..some code here that inserts the r