RE: cffile action=read...

2001-09-24 Thread Scott Cavanaugh
this helps Scott Cavanaugh Software Developer Online Operations Salem Communications -Original Message- From: Nathan Chen [mailto:[EMAIL PROTECTED]] Sent: Monday, September 24, 2001 4:13 PM To: CF-Talk Subject: cffile action=read... Hi, Everyone, I am having a problem with cffile action

CFLDAP question.

2001-05-07 Thread Scott Cavanaugh
oops forgot to subject my original msg :( Scott Cavanaugh Software Developer Online Operations Salem Communications Corporation ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm

CFLDAP Question.

2001-05-07 Thread Scott Cavanaugh
of, Is this the road to go down? any suggestions would be helpful. Thanks, Scott Cavanaugh Software Developer Online Operations Salem Communications Corporation ~~ Structure your ColdFusion code with Fusebox. Get the official book at http

RE: Regular expression Help

2001-03-23 Thread Scott Cavanaugh
uot; content=""([a-zA-Z0-9,: ]+[^GMT"])""", YourStringNameGoesHere) Remember CF RE's are aggressive. Keep a leash on em ;) Hope this helps. Scott Cavanaugh Software Developer Online Operations Salem Communications Corporation -Original Message- From: Mallory

RE: DB structure advice

2001-03-20 Thread Scott Cavanaugh
and more managable... also you wont waste a ton of space if say very few people have education info. Hope this helps. Scott Cavanaugh Software Developer Online Operations Salem Communications Corporation -Original Message- From: Jason Lotz [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 20

RE: A newbiw question to the masters

2001-03-19 Thread Scott Cavanaugh
You can't refrence id1 as just id1. When you get to hobnobber.cfm you need to call it by reference of its scope (ie form.id1 or url.id1 if you happened to pass it through the url) In this case it would be form.id1 Hope this helps. Scott Cavanaugh Software Developer Online Operations Salem

RE: Report

2001-03-16 Thread Scott Cavanaugh
I believe you are going to have problems with any field names that contain spaces. Scott Cavanaugh Software Developer Online Operations Salem Communications Corporation -Original Message- From: monika kon [mailto:[EMAIL PROTECTED]] Sent: Friday, March 16, 2001 11:28 AM To: CF-Talk

RE: Query a query (was CF RULES)... Garbage

2001-03-16 Thread Scott Cavanaugh
For the people actually talking about CF on this thread can we change the name... I am sick of reading the garbage. Scott Cavanaugh Software Developer Online Operations Salem Communications Corporation -Original Message- From: Adrian Cooper [mailto:[EMAIL PROTECTED]] Sent: Friday

RE: Allarie/Macromedia ColdFusion Feature Suggestion

2001-02-21 Thread Scott Cavanaugh
only need one submition. Just a thought ;) Scott Cavanaugh Software Developer Online Operations Salem Communications Corporation -Original Message- From: Peter Theobald [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 21, 2001 9:20 AM To: CF-Talk Subject: Re: Allarie/Macromedia

RE: Two functions with a single onClick?

2001-02-21 Thread Scott Cavanaugh
onclick="function1(); function2();" -Original Message- From: Les Irvin [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 21, 2001 2:58 PM To: CF-Talk Subject: Two functions with a single onClick? Can more than one javascript function be performed with a single onClick? If so, how

RE: SQL Server equivalent of Access memo

2000-10-24 Thread Scott Cavanaugh
memo == text Scott Cavanaugh Lead Software Developer Online Operations Salem Communications Corporation -Original Message- From: Aidan Whitehall [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 24, 2000 8:03 AM To: CF-Talk Subject: SQL Server equivalent of Access memo (Sorry

RE: fusebox stats

2000-09-08 Thread Scott Cavanaugh
I would look at writing a custom tag that keeps track of statistical data (ie hits on a page). Include that custom tag in the pages you wish statistical data to be gathered on and save those results in a database. You could even use the data you collect to produce your own reports. Just of the