CFSCHEDULE User Agent

2001-06-22 Thread Steve Reich
I just figured out something interesting and useful... If you have a template that is fired using CFSCHEDULE, it will have the cgi.http_user_agent string "CFSCHEDULE". With that, you can prevent the template from running if you only want it executed by the scheduler... I have some database maint

Code Check...

2001-06-22 Thread Steve Reich
Here's my code. if (HTTP_USER_AGENT CONTAINS "Mozilla" AND HTTP_USER_AGENT DOES NOT CONTAIN "Gecko" AND HTTP_USER_AGENT DOES NOT CONTAIN "MSIE") BROWSERTYPE="NS"; else BROWSERTYPE="MSIE"; I am using this to detect the browser type. I

Re: cffile upload with macs and pc's

2001-06-22 Thread Massimo Foti
For similar needs I use a generic snippet: Massimo "Larry C. Lyons" <[EMAIL PROTECTED]> wrote in message > Try encapsulating all your form variables with a trim, as in > TRIM(form.formName) - when processing the forms. From what I understand > IE for the mac tends to add spaces to the for

CFOBJECT Java

2001-06-22 Thread Jordan Saardchit
Does anyone know how to call a static method as opposed to calling the constructor to instantiate an object using CFOBJECT? I've got a Singleton object that I am trying to implement, but when you use CFOBJECT with the CREATE action, it attempts to instantiate the object, and throws an exception d

Test

2001-06-22 Thread cf-talk
This is a test. Uwe ~~ 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: http://www.houseoffusion.com/i

CSS and CF instead of ?

2001-06-22 Thread Marc Garrett
Is there a way to generate a layout using only CSS and CF? Instead of building a table with the number of rows matching the number of results in a query, can this be done in CSS? Thanks, Marc Garrett ~~ Structure your ColdFusion code with Fuse

RE: Passing a Query Result Set

2001-06-22 Thread Garza, Jeff
Non-Clustered Response... Assign it to the server, application or session scopes. These are held in memory for the duration of the application or session or, in the case of server, until the CFAS is restarted. Remember to ALWAYS lock your reads and writes to prevent corrupted memory, strange PCo

Re: Passing a Query Result Set

2001-06-22 Thread Dave Hannum
WDDX will do the trick. Check www.openwddx.org Dave - Original Message - From: "Christian Abad" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, June 22, 2001 2:22 PM Subject: Passing a Query Result Set > Folks : > > Is it possible to pass the entire results of a

Passing a Query Result Set

2001-06-22 Thread Christian Abad
Folks : Is it possible to pass the entire results of a query from one template to another? How is this accomplished? Thanks, Christian N. Abad ColdFusion Developer Bank of America - eCommerce Technology ~~ Structure your ColdFusion code with F

Re: JS, http_referer and browser hell...

2001-06-22 Thread James Medlin
Hi Martin - I saw your post on the CF-Talk list. We're having this exact same problem. Unfortunately, I didn't see any replies to your question on the list. Did you find a solution? Thanks! James - Original Message - From: "Martin Cadirola" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL

Re: Duplicate name conflict error message

2001-06-22 Thread hearl
Thanks for the response. You're right. The problem actually is that I have more than one field in the form with the same name. The reason for this is that the form allows users to apply for insurance to cover their property or properties. As an applicant may have more than one property to be ins

cffile upload with macs and pc's

2001-06-22 Thread Tom Davison
Hello, I have an app that I am having users upload images and stuff via cffile upload and I want to be sure that there are no issues with the Mac. I have read that there are lots of issues with the Macs uploading. Is there anything that can be done for this? Thanks, Tom ~~

Re: cfx_pwcardcrypt (was: encrypt credit card field?)

2001-06-22 Thread Tom Davison
well lets say I wanted to order it... I notice the site is not secure for credit card info... why is this? Tom - Original Message - From: "Kay Smoljak" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, June 22, 2001 1:48 AM Subject: Re: cfx_pwcardcrypt (was: encrypt cre

For those of you always looking for hosting partners..

2001-06-22 Thread Jeffry Houser
For all those looking for hosting partner recommendations (I know it comes up on occasion): The folks at CFXhosting saved my butt big-time yesterday after I (accidently) discontinued all the products in an e-commerce site. Now you are all thinking "who would be stupid enough to" T

Test- ignore

2001-06-22 Thread Kevan . Windle
** The opinions expressed in this E-mail are those of the individual and not necessarily the company. This E-mail and any files transmitted with it are confidential and solely for the use of the intended r

Acceptable Response Times - Scalability

2001-06-22 Thread Chris Stoner
Can anyone point me to any documentation that details acceptable response times on web applications? What are the industry standards on how long a database applications page should take? -- Chris ~~ Structure your ColdFusion code with Fusebox. Ge

Re: Coldfusion tag to send files across servers?

2001-06-22 Thread Critter
Hello Chad, you could use cfftpor read the files into variables and post them across, no? -- Critter Certified ColdFusion Developer T e r r a V e r g e Geotechnologies http://terraverge.com --- Friday, June 22, 2001, 09:46:00 AM, you wrote: CM

cgi.http_referer in NN

2001-06-22 Thread Tim Bahlke
I can't read cgi.http_referer in NN - in a frameset. Is this only available in IE? Thanks, Tim Bahlke ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-ar

RE: Coldfusion tag to send files across servers?

2001-06-22 Thread Dylan Bromby
functionally, CFFTP can do what you want, although it may not address your security needs. -Original Message- From: Chad McCue [mailto:[EMAIL PROTECTED]] Sent: Friday, June 22, 2001 6:46 AM To: CF-Talk Subject: Coldfusion tag to send files across servers? Hello, I am currently look

Re: personal web server that will work with win 98 and coldfusion

2001-06-22 Thread Dave Hannum
Single user CFServer will work for the first IP to access it after it's started each time. So, say, if you wanted to demo a page for someone, and your machine has an IP that can be reached from outside, if you stop and restart your CFServer, the person you want to demo to can access the page if t

>1 server, same security database

2001-06-22 Thread Thomas Chiverton
Has anyone made ColdFusion (5 in this case, but I suspect with 4 too) work in this sort of enviroment ? I have a development box, and a live server, and I'd like both to use the same ODBC source for the SiteMinder database. However, and can only ever seem to get one goign at a time, because the da

Re: Pause de 30 secondes durant un process : idée!

2001-06-22 Thread Shawnea Carter
Essayez ceci: Sincèrement, Shawnea Carter Certified Allaire Developer ~~ 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@houseof

RE: personal web server that will work with win 98 and coldfusion

2001-06-22 Thread Dylan Bromby
It does. -Original Message- From: Dave Hannum [mailto:[EMAIL PROTECTED]] Sent: Friday, June 22, 2001 4:49 AM To: CF-Talk Subject: Re: personal web server that will work with win 98 and coldfusion I believe Windows 98 has PWS on the install disk. Dave - Original Message - From

Re: CF-Talk-list V1 #38

2001-06-22 Thread TDesimone
I've recieved only a few emails, but I am checking the archive (see link at bottom of email, be careful not to click on the 'Unsubscribe' link.) via a 'Date Index' for new emails. "Cameron" <[EMAIL PROTECTED]> on 06/21/2001 04:55:34 PM Please respond to [EMAIL PROTECTED] To: CF-Talk <[E

Coldfusion tag to send files across servers?

2001-06-22 Thread Chad McCue
Hello, I am currently looking for some good ideas for sending information from one server to another securely from cfscheduler. Someone mentioned cfhttp but I didn't think I was able to send things across servers via this method. I am open to any suggestions. Thanks. ~~

RE: CF Navigation

2001-06-22 Thread Semrau, Steven L Mr SRA
Try taking a look at the Joust Menu at Steven Semrau SRA International, Inc. Senior Member, Professional Staff [EMAIL PROTECTED] [EMAIL PROTECTED] Com: (703) 805-1095 DSN: (703) 655-1095 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]

RE: personal web server that will work with win 98 and coldfusion

2001-06-22 Thread Larry Juncker
I concur, I use Microsoft's PWS with my Cold Fusion Server and it works super. Only thing, is, that because your Single Version is indeed SINGLE, You can not access your pages from anywhere except the computer you have CF Single installed on. If you go into Control Panel/Windows setup and look u

RE: JavaScript not working in cfm

2001-06-22 Thread Stephen Galligan
We worked out the problem. We had coldfusion comments surrounding the JavaScript so it wasn't read! It works now Regards -Original Message- From: Dylan Bromby [mailto:[EMAIL PROTECTED]] Sent: 22 June 2001 14:25 To: CF-Talk Subject: RE: JavaScript not working in cfm post the code. --

Re: Basket problem

2001-06-22 Thread W Luke
Why not prevent the user from adding the item twice? Will - Original Message - From: "Michel Gagnon" <[EMAIL PROTECTED]> Newsgroups: cf-talk Sent: Thursday, June 21, 2001 8:23 PM Subject: Basket problem > Hi! > > I have a small problem. > I have a delete button set up that deletes > it

RE: Is it possible to break out the code in a table from a file that is read in

2001-06-22 Thread Larry Juncker
THANK YOU for the responses that I did receive on this issue. I have worked out my problem and got it to work just fine. It ends up a long process, but it was worth it. Again Thanks to all who responded. -Original Message- From: Bill Davidson [mailto:[EMAIL PROTECTED]] Sent: Thursday,

RE: JavaScript not working in cfm

2001-06-22 Thread Dylan Bromby
post the code. -Original Message- From: Stephen Galligan [mailto:[EMAIL PROTECTED]] Sent: Friday, June 22, 2001 3:34 AM To: CF-Talk Subject: JavaScript not working in cfm Any of you guys seen this before - I have a perfect working html page which has some Javascript in it for rollovers.

Re: how to do a loop? ...or something.

2001-06-22 Thread kraybill
Aimee You're right. Actually, now that I think of it, the way I've handled this situation is to append the ID number to the name of the field, e.g.: and do the same for the address, then just loop through all the fieldnames that start with "Name_", use the Eval function to get the name val

Pause de 30 secondes durant un process : idée!

2001-06-22 Thread Daive
J'ai eu cette idée mais j'aimerais avoir l'avis de certains d'entre vous à ce sujet. Imaginons une variable contenant l'heure, et une loop avec pour condition que la variable + 30 secondes stop la loop. (autremendit, ma loop va looper jusqu'à temps que 30 secondes ce soit écoulés) Est-ce que ça

Re: Duplicate name conflict error message

2001-06-22 Thread Don Vawter
for a cf error viewing source wouldnt help because cf is talking about template not rendered version. If you have a js error the view source copy and paste works well. - Original Message - From: "Kay Smoljak" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, June 21,

Re: personal web server that will work with win 98 and coldfusion

2001-06-22 Thread Dave Hannum
I believe Windows 98 has PWS on the install disk. Dave - Original Message - From: "Parra, Fernando" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, June 22, 2001 12:22 AM Subject: personal web server that will work with win 98 and coldfusion > > > "I am using cold

Re: CF and Excel

2001-06-22 Thread Dave Hannum
I do it a couple of ways. First, you can create a comma delimited file (.csv) and then using cfcontent, deliver it right to the browser to be downloaded, or you can write it to the server to be downloaded later. Or, I often use the CFX_EXCEL custom tag from the exchange. You need Excel on the s

JavaScript not working in cfm

2001-06-22 Thread Stephen Galligan
Any of you guys seen this before - I have a perfect working html page which has some Javascript in it for rollovers. As soon as I change the page to ..cfm the javascript doesn't work!!I get object not found. -- Stephen Ga

aggregate functions and the rest

2001-06-22 Thread John McCosker
Hey does anyone have a clear answer to this, I can't include aggregate functions within a combined query, this is what I am doing, SELECT max(averFlow) as maxaverFlow, (SELECT datePart(dd, dt)) AS day FROMdb

& Session variable problems with IE 5.0 on Mac

2001-06-22 Thread David Laing
Hi All. I've been battling with a problem on with IE5.0 on the Mac for the past few hours and wonder if anyone has a) Had a similar experience b) Knows of a solution. My script does the following. 1. It turns session management on: 2. It checks for the existance of a cookie, called visitorI

Opening PDF files

2001-06-22 Thread Dave Borgeest
Funny one that we've been scratching our heads over all afternoon. Our client needs a document tracking system, which allows authorized users to view PDF files. For legal reasons they want to track the date, time and IP Address of who views these documents. This is the code I'm using INSERT