RE: Installing CF4.5 SP 1

2000-11-09 Thread Neil Clark

You will be fine installing as is - it will keep all the prefs etc

N

! ---
Neil Clark
Senior Web Applications Engineer
mcb digital
Tel. +44 (0)20 8941 3232
Tel. +44 (0)20 8408 8131 [Direct]
http://www.mcbdigital.com
---




Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



RE: ASP and ColdFusion

2000-11-09 Thread Anthony Geoghegan

Hi Stu,

What I would like to do, is to use ColdFusion to pull the data from the
website and put it into a database.

How are you going to pull the data from the website?
Are you going to execute ASP pages to give a result and then use the CF to
act on the results of the ASP pages to put the data into a DB?
If you are then try using WDDX xml packets.
I believe an activex for creating WDDX packets exists and easily available.
You can easily integrate this with your ASP to produce the resultant xml
datapacket.  Then use CFHTTP to pull the xml file to the CF pages (you don't
need CFHTTP if the CF web server is also executing your ASP) and just import
the WDDX data and Bob's your father's brother.
Regards,
Anthony Geoghegan.
Lead Developer,
What's On Where (WOW!)
http://www.wow.ie
mailto:[EMAIL PROTECTED]


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



CF Client Data Corruption Under Load?

2000-11-09 Thread Xing Li

Just recently people have been logging in but then inadvertantly with other
user's account. Basically, if you attempt to login as "joe" you might
instead be recognized as "david" once you have passed the authentication.
All user verification are through client variables. I have yet to reproduce
this on my own but the reports have been so frequent I can no longer
discount this as chance. Has any of you experienced a similar problem?

Setup:

W2K Advanced Server with CF 4.5.1SP1 and SQL 2000 as the backend.

This is a pretty serious problem on my end and I would appreciate any help.

Xing


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



CFTree on runtime population...

2000-11-09 Thread Jablonski, Adam, MTC-DCLCx

Hello, I'm populating CFTree with data from a huge database. My problem is
that I don't want to do it all at once, just because it takes too much time
(I have to read all the data from database). What I want to do is to read
only the data needed for a branch of tree that is populated at the moment.
So I need kind of dynamic tree intead of static one. I'm not sure if CFTree
delivers such a functionality? As far as I know it doesn't. Perhaps You know
the solution ? If not using CFTree then maybe using other tree control ?
It's really importand for me.

Thank You in advance for any help.
Greetings, Adam 


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



RE: date comparisons

2000-11-09 Thread Anthony Geoghegan

Hi Willy,

SELECT * FROM table
WHERE datefield = '#dateformat(date1,"mm/dd/yy")#'
AND datefield = '#dateformat(date2,"mm/dd/yy")#'

Pulls all data from table between date1 and date2 (inclusive).
I found the Books Online SQL refernece an excellent Reference.
I can't say I've ever used a tuorial for it though.
Regards,
Anthony Geoghegan.
Lead Developer,
What's On Where (WOW!)
http://www.wow.ie
mailto:[EMAIL PROTECTED]

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



RE: date comparisons

2000-11-09 Thread Stephen Moretti

Willy,

Depending on what database you are using then this may not work.

The general syntax is correct, but you need to use #CreateODBCDate(date1)#
instead '#dateformat(date1,"mm/dd/yy")#'.  Note the lack of single quotes.
ODBC dates should not be delimited as a string.

Regards

Stephen

 -Original Message-
 From: Anthony Geoghegan [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, 09 November 2000 11:36
 To: CF-Talk
 Subject: RE: date comparisons


 Hi Willy,

 SELECT * FROM table
 WHERE datefield = '#dateformat(date1,"mm/dd/yy")#'
 AND datefield = '#dateformat(date2,"mm/dd/yy")#'

 Pulls all data from table between date1 and date2 (inclusive).
 I found the Books Online SQL refernece an excellent Reference.
 I can't say I've ever used a tuorial for it though.
 Regards,
 Anthony Geoghegan.
 Lead Developer,
 What's On Where (WOW!)
 http://www.wow.ie
 mailto:[EMAIL PROTECTED]
 --
 --
 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
 Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
 or send a message with 'unsubscribe' in the body to
 [EMAIL PROTECTED]



Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



Re: Reporting Tool Options

2000-11-09 Thread Larry W. Virden


From: "Hays, Duncan" [EMAIL PROTECTED]

 We're looking for a reporting tool to use with CF4.5 (and Oracle). Can
 anyone recommend options other than Crystal Reports?

Oracle Reports - what we are doing here is using cfexecute to invoke
the appropriate command line with arguments.
-- 
Never apply a Star Trek solution to a Babylon 5 problem.
Larry W. Virden mailto:[EMAIL PROTECTED] URL: http://www.purl.org/NET/lvirden/
Even if explicitly stated to the contrary, nothing in this posting should 
be construed as representing my employer's opinions.
--

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



CF editing software - vote

2000-11-09 Thread W Luke

Hi,

I thought it would be interesting to see who's using what to develop their
CF apps.

I'm using HomeSite 4.5 happily here.  Anyone?

Cheers

Will


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



Re: CF editing software - vote

2000-11-09 Thread Peter Alexandrou

You'll find that the majority all user Cold Fusion Studio.  Its the only
thing to use as everything else is inferior.

- Original Message -
From: "W Luke" [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Thursday, November 09, 2000 10:56 PM
Subject: CF editing software - vote


 Hi,

 I thought it would be interesting to see who's using what to develop their
 CF apps.

 I'm using HomeSite 4.5 happily here.  Anyone?

 Cheers

 Will

 --
--
 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
 Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send
a message with 'unsubscribe' in the body to
[EMAIL PROTECTED]


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



Re: CF editing software - vote

2000-11-09 Thread Dylan Bromby

Studio.

- Original Message -
From: "W Luke" [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Thursday, November 09, 2000 4:56 AM
Subject: CF editing software - vote


 Hi,

 I thought it would be interesting to see who's using what to develop their
 CF apps.

 I'm using HomeSite 4.5 happily here.  Anyone?

 Cheers

 Will

 --
--
 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
 Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send
a message with 'unsubscribe' in the body to
[EMAIL PROTECTED]




Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



RE: CF editing software - vote

2000-11-09 Thread Paul Johnston

I certainly agree that you'll find it's what most people are using.

As to "everything else is inferior" the only things I find useful about CF
Studio are the Help Files and the Tag/Function Completion.

It crashes quite a bit and is not perfect.  If there was a different, more
stable editor out there with the ability to add in the tag completion and
function completion stuff, I would consider switching to it.

Paul

PS Don't forget that loads of Perl/C/C++/Java programmers get on just fine
using stuff like emacs and vi (and if you don't know what vi is then I don't
think you know about editors IMHO)!

PPS Personal preference CF Studio, but I use it only because I have to.  If
there was such a thing as tag completion in vi or vim, I'd switch
immediately.

 -Original Message-
 From: Peter Alexandrou [mailto:[EMAIL PROTECTED]]
 Sent: 09 November 2000 13:56
 To: CF-Talk
 Subject: Re: CF editing software - vote


 You'll find that the majority all user Cold Fusion Studio.  Its the only
 thing to use as everything else is inferior.

 - Original Message -
 From: "W Luke" [EMAIL PROTECTED]
 To: "CF-Talk" [EMAIL PROTECTED]
 Sent: Thursday, November 09, 2000 10:56 PM
 Subject: CF editing software - vote


  Hi,
 
  I thought it would be interesting to see who's using what to
 develop their
  CF apps.
 
  I'm using HomeSite 4.5 happily here.  Anyone?
 
  Cheers
 
  Will
 
 
 --
 --
  Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
  Unsubscribe:
http://www.houseoffusion.com/index.cfm?sidebar=lists or send
a message with 'unsubscribe' in the body to
[EMAIL PROTECTED]



Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a
message with 'unsubscribe' in the body to [EMAIL PROTECTED]



Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



RE: CFSchedular

2000-11-09 Thread Venkata Ramakrishna

Hi
Iam using the CF Administrative GUI to schedule the
task.The standard PORT is default set to 80 there.
Should there be any Proxy server compulsorily
mentioned??

Another point is that,in the error log,i couldnt find
any errors with the scheduled operation.
The scheduler log shows that the task is fired and
submitted successfully.'

Please help me out.Its troubling me a lot.
--- Randy Adkins [EMAIL PROTECTED] wrote:
 Make sure you are calling the scheduled template
 from
 a standard PORT 80. CFSCHEDULE does not work on any
 odd port such as port 8088.
 
 We had the same problem and after speaking to an
 Allaire Representative, that was the issue.
 
 We moved all our scheduled tasks to a standard
 port 80 directory.
 
 Then used CFSchedule to call that template.
 
 HTH
 
 -Original Message-
 From: Venkata Ramakrishna
 [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, November 08, 2000 12:52 AM
 To: CF-Talk
 Subject: CFSchedular
 
 
 Hi all,
 I have a problem with my CFScheduler or i think
 so(iam
 using CF 4.5).
 I have scheduled a mail application to be fired at a
 particular time.The schedular log file shows that
 the
 operation has been fired and the submission is done.
 The required effect i.e the mails getting sent is
 not
 observed.
 
 If the file is run from the browser,then the mails
 are
 being sent.
 
 Any one has got an idea about what may the problem??
 
 Please help me out.My boss is kicking me in the ass
 day in and day out.
 
 Thanks.
 
 __
 Do You Yahoo!?
 Thousands of Stores.  Millions of Products.  All in
 one Place.
 http://shopping.yahoo.com/


 
 Archives:

http://www.mail-archive.com/cf-talk@houseoffusion.com/
 Unsubscribe:
 http://www.houseoffusion.com/index.cfm?sidebar=lists
 or send a
 message with 'unsubscribe' in the body to
 [EMAIL PROTECTED]
 
 


 Archives:

http://www.mail-archive.com/cf-talk@houseoffusion.com/
 Unsubscribe:
 http://www.houseoffusion.com/index.cfm?sidebar=lists
 or send a message with 'unsubscribe' in the body to
[EMAIL PROTECTED]


__
Do You Yahoo!?
Thousands of Stores.  Millions of Products.  All in one Place.
http://shopping.yahoo.com/

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



Re: CF editing software - vote

2000-11-09 Thread W Luke


 PPS Personal preference CF Studio, but I use it only because I have to.
If
 there was such a thing as tag completion in vi or vim, I'd switch
 immediately.

I've always used Homesite - I feel like I'm the only one using it, going on
the 3 responses so far.  It never crashes, has a good interface, tag
completion - no one else using it?

Will


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



RE: date comparisons

2000-11-09 Thread Steve Martin

SELECT * FROM table
WHERE datefield BETWEEN #LSParseDateTime(date1)# AND
#LSParseDateTime(date2)#

Book: SQL for smarties - Joe Celko

Steve

 -Original Message-
 From: Willy Ray [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, November 08, 2000 20:41
 To: CF-Talk
 Subject: date comparisons



 One of the fields in my table is a datestamp.  I need to be able
 to pull only those records whose datestamps are between certain
 dates.  I would like to limit my query to only pull the records I
 need based on their dates, but frankly this app will be getting
 low enough usage that if I could pull all records and then
 evaluate whether or not to print them, that would be fine, too.

 Second question:  Is there a good simple sql book that I could
 get that would keep me from having to bug the smart people
 everytime I can't figure out some stupid syntax problem?

 Willy

 --
 --
 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
 Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=sts
 or send a message with 'unsubscribe' in the body to
 [EMAIL PROTECTED]



Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



RE: CF editing software - vote

2000-11-09 Thread Stewart McGowan

Actually I don't particularly like studio, it crashes too often for me. 

Stew

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



RE: Installing CF4.5 SP 1

2000-11-09 Thread Dan O'Keefe

I have applied it with success also, but was wondering if on a clean Win2k
install, since 4.5.1 SP1 is a complete install, if this would eliminate the
MDAC problem being rolled back by CF. In other words, clean Win2k install,
and install only 4.5.1 SP1.

Dave Watts, Do you know?

-Original Message-
From: Neil Clark [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 09, 2000 4:38 AM
To: CF-Talk
Subject: RE: Installing CF4.5 SP 1


You will be fine installing as is - it will keep all the prefs etc

N

! ---
Neil Clark
Senior Web Applications Engineer
mcb digital
Tel. +44 (0)20 8941 3232
Tel. +44 (0)20 8408 8131 [Direct]
http://www.mcbdigital.com
---





Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a
message with 'unsubscribe' in the body to [EMAIL PROTECTED]


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



Re: CF editing software - vote

2000-11-09 Thread Peter Alexandrou

It doesn't have the help files which are extremely important/useful.
- Original Message -
From: "W Luke" [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Thursday, November 09, 2000 11:16 PM
Subject: Re: CF editing software - vote



  PPS Personal preference CF Studio, but I use it only because I have to.
 If
  there was such a thing as tag completion in vi or vim, I'd switch
  immediately.

 I've always used Homesite - I feel like I'm the only one using it, going
on
 the 3 responses so far.  It never crashes, has a good interface, tag
 completion - no one else using it?

 Will

 --
--
 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
 Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send
a message with 'unsubscribe' in the body to
[EMAIL PROTECTED]


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



Re: CF editing software - vote

2000-11-09 Thread Peter Alexandrou

Of course I know what emacs and VI is! :-) I'm a Linux buff all the way but
use Studio when developing in Cold Fusion.  I use Cold Fusion Server on
Linux these days so have been using VI quite a bit.

- Original Message -
From: "Paul Johnston" [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Thursday, November 09, 2000 11:09 PM
Subject: RE: CF editing software - vote


 I certainly agree that you'll find it's what most people are using.

 As to "everything else is inferior" the only things I find useful about CF
 Studio are the Help Files and the Tag/Function Completion.

 It crashes quite a bit and is not perfect.  If there was a different, more
 stable editor out there with the ability to add in the tag completion and
 function completion stuff, I would consider switching to it.

 Paul

 PS Don't forget that loads of Perl/C/C++/Java programmers get on just fine
 using stuff like emacs and vi (and if you don't know what vi is then I
don't
 think you know about editors IMHO)!

 PPS Personal preference CF Studio, but I use it only because I have to.
If
 there was such a thing as tag completion in vi or vim, I'd switch
 immediately.

  -Original Message-
  From: Peter Alexandrou [mailto:[EMAIL PROTECTED]]
  Sent: 09 November 2000 13:56
  To: CF-Talk
  Subject: Re: CF editing software - vote
 
 
  You'll find that the majority all user Cold Fusion Studio.  Its the only
  thing to use as everything else is inferior.
 
  - Original Message -
  From: "W Luke" [EMAIL PROTECTED]
  To: "CF-Talk" [EMAIL PROTECTED]
  Sent: Thursday, November 09, 2000 10:56 PM
  Subject: CF editing software - vote
 
 
   Hi,
  
   I thought it would be interesting to see who's using what to
  develop their
   CF apps.
  
   I'm using HomeSite 4.5 happily here.  Anyone?
  
   Cheers
  
   Will
  
  

 --
  --
   Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
   Unsubscribe:
 http://www.houseoffusion.com/index.cfm?sidebar=lists or send
 a message with 'unsubscribe' in the body to
 [EMAIL PROTECTED]

 --
--
 
 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
 Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send
a
 message with 'unsubscribe' in the body to
[EMAIL PROTECTED]


 --
--
 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
 Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send
a message with 'unsubscribe' in the body to
[EMAIL PROTECTED]


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



cfexecute and perl problems

2000-11-09 Thread cf-talk


CFEXECUTE NAME="C:\perl\bin\perl.exe" ARGUMENTS="c:\temp\xy.pl" Timeout="20"
/CFEXECUTE

Hi, with the above code I want to run a certain pl-File lying under c:\temp\xy.pl (HW: 
CF Win Enterprise 4.51 under WinNT 4)
It is executed, but isn't producing the right result.
In the log-file there wasn't anything mentioned.
Does s.o. know what to do here ?
Do I have to start the cmd.exe first ? And if how is the parameter (argument) passed 
in this case ?
Thanks for any hints.
Uwe





Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



launching executables on client machines

2000-11-09 Thread Gina.M.Shillitani



Is there an easy way to launch an executable on the client's computer? What I
want to do is have the user click on a link in their browser which will launch a
program on their local machine, and if they don't have that program installed,
direct them to install it. The installation routine of this program does not
associate file types, so the program doesn't automatically launch (for example,
the way Word will launch if you click on a link to a .doc file on a web browser)
if you click on the link. The installation path on the client's machine will
always be the same (C:\Program Files\CLink\clink.exe). Does anyone know how to
do this?



Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



RE: CF editing software - vote

2000-11-09 Thread Paul Johnston

Good! It was meant to be tongue in cheek (that's an english expression
meaning not serious for anyone who doesn't understand!)... ;-)

Any macros or anything for CF that you know of?

Paul


 -Original Message-
 From: Peter Alexandrou [mailto:[EMAIL PROTECTED]]
 Sent: 09 November 2000 14:19
 To: CF-Talk
 Subject: Re: CF editing software - vote


 Of course I know what emacs and VI is! :-) I'm a Linux buff all
 the way but
 use Studio when developing in Cold Fusion.  I use Cold Fusion Server on
 Linux these days so have been using VI quite a bit.

 - Original Message -
 From: "Paul Johnston" [EMAIL PROTECTED]
 To: "CF-Talk" [EMAIL PROTECTED]
 Sent: Thursday, November 09, 2000 11:09 PM
 Subject: RE: CF editing software - vote


  I certainly agree that you'll find it's what most people are using.
 
  As to "everything else is inferior" the only things I find
 useful about CF
  Studio are the Help Files and the Tag/Function Completion.
 
  It crashes quite a bit and is not perfect.  If there was a
 different, more
  stable editor out there with the ability to add in the tag
 completion and
  function completion stuff, I would consider switching to it.
 
  Paul
 
  PS Don't forget that loads of Perl/C/C++/Java programmers get
 on just fine
  using stuff like emacs and vi (and if you don't know what vi is then I
 don't
  think you know about editors IMHO)!
 
  PPS Personal preference CF Studio, but I use it only because I have to.
 If
  there was such a thing as tag completion in vi or vim, I'd switch
  immediately.
 
   -Original Message-
   From: Peter Alexandrou [mailto:[EMAIL PROTECTED]]
   Sent: 09 November 2000 13:56
   To: CF-Talk
   Subject: Re: CF editing software - vote
  
  
   You'll find that the majority all user Cold Fusion Studio.
 Its the only
   thing to use as everything else is inferior.
  
   - Original Message -
   From: "W Luke" [EMAIL PROTECTED]
   To: "CF-Talk" [EMAIL PROTECTED]
   Sent: Thursday, November 09, 2000 10:56 PM
   Subject: CF editing software - vote
  
  
Hi,
   
I thought it would be interesting to see who's using what to
   develop their
CF apps.
   
I'm using HomeSite 4.5 happily here.  Anyone?
   
Cheers
   
Will
   
   
 
 
 --
   --
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe:
  http://www.houseoffusion.com/index.cfm?sidebar=lists or send
  a message with 'unsubscribe' in the body to
  [EMAIL PROTECTED]
 
 
 --
 --
  
  Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
  Unsubscribe:
http://www.houseoffusion.com/index.cfm?sidebar=lists or send
a
 message with 'unsubscribe' in the body to
[EMAIL PROTECTED]


 --
--
 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
 Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send
a message with 'unsubscribe' in the body to
[EMAIL PROTECTED]



Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a
message with 'unsubscribe' in the body to [EMAIL PROTECTED]



Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



RE: CFID-CFTOKEN Confusion (newbie)

2000-11-09 Thread Scott Wolf

I have my own question that's somewhat related to this
thread.  Is there any way that I can save the CFID and
CFTOKEN into a database?  Please let me know.  Thanks
in advance.

Scott Wolf
Goodfriend Computer Training

-Original Message-
From: Aidan Whitehall [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 08, 2000 1:13 PM
To: CF-Talk
Subject: RE: CFID-CFTOKEN Confusion (newbie)


 is it possible that two (or more) users have the same cfidcftoken ?
 cfif yes
 Wich is the best way to identify a (unique) user session ?

No. It's safe to assume that every user is assigned (and subsequently
returns) a unique CFID and CFTOKEN combination.

In fact, if you use session variables, ColdFusion makes exactly that
assumption and uses the CFID/CFTOKEN pair sent by the browser to marry
up
browser requests with session variables previously set on the server.



-- 
Aidan Whitehall [EMAIL PROTECTED]
Netshopper UK Ltd
Advanced Web Solutions  Services

http://www.netshopperuk.com/
Telephone +44 (01744) 648650
Fax +44 (01744) 648651


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or
send a message with 'unsubscribe' in the body to
[EMAIL PROTECTED]

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



Re: launching executables on client machines

2000-11-09 Thread Dean Alexandrou

While we're on the subject, I was looking for a way to remotely format
someone's harddisk over the net, but I am having some problems with file
writing permissions. Anyone got any ideas on this one?



 From: [EMAIL PROTECTED]
 Reply-To: [EMAIL PROTECTED]
 Date: Thu, 9 Nov 2000 08:39:04 -0500
 To: CF-Talk [EMAIL PROTECTED]
 Subject: launching executables on client machines
 
 
 
 Is there an easy way to launch an executable on the client's computer? What I
 want to do is have the user click on a link in their browser which will launch
 a
 program on their local machine, and if they don't have that program installed,
 direct them to install it. The installation routine of this program does not
 associate file types, so the program doesn't automatically launch (for
 example,
 the way Word will launch if you click on a link to a .doc file on a web
 browser)
 if you click on the link. The installation path on the client's machine will
 always be the same (C:\Program Files\CLink\clink.exe). Does anyone know how to
 do this?
 
 
 --
 --
 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
 Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a
 message with 'unsubscribe' in the body to [EMAIL PROTECTED]
 



Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



RE: Room Reservation tool

2000-11-09 Thread Robert Everland

It was me.  http://www.reactivevision.com/products/index.cfm

Bob Everland


-Original Message-
From: Vaughan Evans [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 08, 2000 9:53 PM
To: CF-Talk
Subject: Re: Room Reservation tool


I seem to remember someone on this list presented a hotel booking app for
demonstration a while back...maybe this will do the job? Can't remember who
it was tho.

vaughan

-Original Message-
From: S R [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Date: Thursday, November 09, 2000 1:22 PM
Subject: Room Reservation tool


Hi,

Does anyone know of a Room Reservation tool that is out there, preferably
built in CF or integrates with CF, or maybe it does not have to integrate.
I
can build one, but if there is something out there already that is already
built I can tweak it to my specifications. We have some conference rooms
here at my company that people can reserve through a web interface, but it
also needs to be able to show day by day, probably through a day by day
calendar or list by date, which rooms are being used and for how long. It
looks like I'll probably have to build it but like I said, if there is
something our there that comes close to this, I'd rather do that.

Thanks

Sal
_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at
http://profiles.msn.com.

---
-
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a
message with 'unsubscribe' in the body to [EMAIL PROTECTED]




Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a
message with 'unsubscribe' in the body to [EMAIL PROTECTED]

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



Re: Null Values

2000-11-09 Thread girmawi negese

There is no IsNull function in Coldfusion. However,It
helps to know that NULL is neither numeric nor
anything. Try the IsNumeric function. It might do the
job for you. 

Girmawi
--- "Corina S. Moore" [EMAIL PROTECTED]
wrote:
 One quick question,
 
 I thought that there was a function called
 IsNull() however whenever I
 try to use it
  gives me an error of "There is no ColdFusion
 function named IsNull".
 I am running 4.0 but have looked in both 4.0 and
 4.5 documentation and
 have found anything one
 it. Can someone Clear this up for me?
 
 Thank You
 
 Cori
 
 
 


 Archives:

http://www.mail-archive.com/cf-talk@houseoffusion.com/
 Unsubscribe:
 http://www.houseoffusion.com/index.cfm?sidebar=lists
 or send a message with 'unsubscribe' in the body to
[EMAIL PROTECTED]


__
Do You Yahoo!?
Thousands of Stores.  Millions of Products.  All in one Place.
http://shopping.yahoo.com/

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



RE: CF editing software - vote

2000-11-09 Thread Eron Cohen

Hi Will,

I use CF Studio, and its features are terrific.  They
have a new patch version coming out soon which will
improve quite a few areas of that software.

From a ColdFusion user's standpoint, I'd have to say
the next most likely software I'd use would be
Eversoft's 1st Page. It is remarkably similar to
ColdFusion Studio, but it is F R E E. (I still haven't
figured out what their business model is supposed to
be--comments about this anyone?) Its got quite a few
ColdFusion centric features.  It is aware of
ColdFusion tags, and actually has a few features I
wish they'd get into studio.  One thing it doesn't
have that I would miss if I switched is RDS.  As
flakey as RDS has been in the past, I couldn't do
without it.

If you wish to try 1st Page, you can download it from
their website.  To get to the download, follow the
link below:

http://www.evrsoft.com/download

Its about a 5meg download.

-Original Message-
From: W Luke [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 09, 2000 7:57 AM
To: CF-Talk
Subject: CF editing software - vote


Hi,

I thought it would be interesting to see who's using
what to develop their
CF apps.

I'm using HomeSite 4.5 happily here.  Anyone?

Cheers

Will


Archives:
http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe:
http://www.houseoffusion.com/index.cfm?sidebar=lists
or send a message with 'unsubscribe' in the body to [EMAIL PROTECTED]

__
Do You Yahoo!?
Thousands of Stores.  Millions of Products.  All in one Place.
http://shopping.yahoo.com/

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



RE: I need Help - Using an Java Application from CF page

2000-11-09 Thread Simon Horwith

If you're running CF 4.5, try running the java VM with CFEXECUTE, if it
absolutely MUST run as a command line app.  You cold register the class path
in the "java" section of the CF Administrator, and use CFOBJECT  to make
calls to it.

~Simon

-Original Message-
From: Marcelo Oliveira [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 09, 2000 9:37 AM
To: CF-Talk
Subject: I need Help - Using an Java Application from CF page
Importance: High


Hi People,

I need to start a Java application from a CF page, but this Java code runs
at prompt, and I don´t know how to do that !!!

The command is like this one below:

Java name.class param1 param2 param3

It gets 3 parameters from CF page and return to DOS command line another
number. This application is from a credit card company and I do not have
permission to change it, or modify its properties.

So, I need to send 3 parameters from a CF page to this Java application and
get the result from the DOS command line and use it inside my CF page.

Is it possible ??? Is there a special CF Tag to do it ? Is it necessary
change any configuration of CF Server or install any package ? And is it
possible to run any soluction using Cold Fusion 3.1 ??? My client has an old
version (3.1) of Cold Fusion server and they will not update it up to this
moment.

If anybody has a soluction, please send an email to my personal address
[EMAIL PROTECTED]

Regards,
Oliver.



Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a
message with 'unsubscribe' in the body to [EMAIL PROTECTED]

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebarRsts or send a message with 
'unsubscribe' in the body to [EMAIL PROTECTED]



Re:Very Off The Topic How to Insert a page break for printi

2000-11-09 Thread Carol Bluestein

There are probably any number of ways, but I would put the part you want to
print in its own cfm doc and when the PRINT button is pressed it calls the page
to print.

Carol L. Bluestein
Senior Programmer
NYS Office of Real Property
518-486-6335
[EMAIL PROTECTED]

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



get user information using cf

2000-11-09 Thread Edward Peloke

Hello all,

I am trying to build an intraoffice site that would allow users to go to the
site, answer a few questions about their computers, click a button and have
information about thier computer diplayed, i.e. cpu speed, ram, etc.  I can
grab a few things with java but does anyone know of a cf custom tag that
would help me gather this information?  There is a good website that does
this (http://wintune.winmag.com) but it then saves the information to its
database and I want to save the info to ours.  I have already considered
using cfhttp to gather the information from their site but we have decided
to try to create our own.

Any suggestions would be greatly appreciated.
Thanks,
Eddie



Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



RE: Create Table SQL

2000-11-09 Thread Aidan Whitehall

Here's one I used earlier.

CREATE TABLE FeaturedSites (FeaturedSiteID COUNTER,
 Link VARCHAR(255),
 URL VARCHAR(255),
   CONSTRAINT CreatePK PRIMARY KEY (FeaturedSiteID));

This creates a table called FeaturedSites with an Auto number field called
FeaturedSiteID and two text fields (Link and URL), set to 255 characters.
Then it creates a constraint that makes the FeaturedSiteID the primary key.

Where you see "CreatePK", that's just the name of the constraint being
created... ie you can call it whatever you want.


-- 
Aidan Whitehall [EMAIL PROTECTED]
Netshopper UK Ltd
Advanced Web Solutions  Services

http://www.netshopperuk.com/
Telephone +44 (01744) 648650
Fax +44 (01744) 648651

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



RE: Reporting Tool Options

2000-11-09 Thread Hays, Duncan


 We're looking for a reporting tool to use with CF4.5 (and Oracle). Can
 anyone recommend options other than Crystal Reports?

Oracle Reports - what we are doing here is using cfexecute to invoke
the appropriate command line with arguments.
-- 

I haven't really used Oracle Reports yet (except in class). Are you able to
direct the output back to the browser page? And is it then in html format?

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



Suppressing the Output in a Custom Tag

2000-11-09 Thread Troy Hiltbrand


I am trying to create a tag that will encapsulate all of my page formatting
that looks like this.

cf_PageFormat
This is a test
/cf_PageFormat


Everything to do with formatting is inside of the custom tag.  The problem
is that when I run it, it outputs the "This is a test" , then it outputs the
formatting and content in the correct place and so I have this stray content
at the top.  Is there a way to suppress the "This is a test" from the top
page making it only output in the specified place in the custom tag where it
is formatted.


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



RE: Suppressing the Output in a Custom Tag

2000-11-09 Thread Simon Horwith

I would pass it as a parameter, and output it from the attributes scope.

~Simon

 Simon Horwith
 Certified ColdFusion Developer
 Fig Leaf Software
 1400 16th St NW, # 220
 Washington DC 20036
 202.797.6570 (direct line)
 www.figleaf.com
 


-Original Message-
From: Troy Hiltbrand [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 09, 2000 10:34 AM
To: CF-Talk
Subject: Suppressing the Output in a Custom Tag



I am trying to create a tag that will encapsulate all of my page formatting
that looks like this.

cf_PageFormat
This is a test
/cf_PageFormat


Everything to do with formatting is inside of the custom tag.  The problem
is that when I run it, it outputs the "This is a test" , then it outputs the
formatting and content in the correct place and so I have this stray content
at the top.  Is there a way to suppress the "This is a test" from the top
page making it only output in the specified place in the custom tag where it
is formatted.



Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a
message with 'unsubscribe' in the body to [EMAIL PROTECTED]

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



RE: launching executables on client machines

2000-11-09 Thread JustinMacCarthy

It's is possible to do this using Java or a ActiveX, but there are many
security concerns.

Justin MacCarthy
Irish CF Head

 
  Is there an easy way to launch an executable on the client's
 computer? What I
  want to do is have the user click on a link in their browser
 which will launch


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



RE: CFID-CFTOKEN Confusion (newbie)

2000-11-09 Thread Nick Betts

To store these little beauties you first need to specify in CF Administartor
that you wish to store Client variables in a datasource and not in the
default Registry.  See CF Guides for examples on doing this..

Nick Betts
Software Engineer
PoulterNet, Leeds, UK

-Original Message-
From: Scott Wolf [mailto:[EMAIL PROTECTED]]
Sent: 09 November 2000 13:58
To: CF-Talk
Subject: RE: CFID-CFTOKEN Confusion (newbie)


I have my own question that's somewhat related to this
thread.  Is there any way that I can save the CFID and
CFTOKEN into a database?  Please let me know.  Thanks
in advance.

Scott Wolf
Goodfriend Computer Training

-Original Message-
From: Aidan Whitehall [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 08, 2000 1:13 PM
To: CF-Talk
Subject: RE: CFID-CFTOKEN Confusion (newbie)


 is it possible that two (or more) users have the same cfidcftoken ?
 cfif yes
 Wich is the best way to identify a (unique) user session ?

No. It's safe to assume that every user is assigned (and subsequently
returns) a unique CFID and CFTOKEN combination.

In fact, if you use session variables, ColdFusion makes exactly that
assumption and uses the CFID/CFTOKEN pair sent by the browser to marry
up
browser requests with session variables previously set on the server.



-- 
Aidan Whitehall [EMAIL PROTECTED]
Netshopper UK Ltd
Advanced Web Solutions  Services

http://www.netshopperuk.com/
Telephone +44 (01744) 648650
Fax +44 (01744) 648651


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or
send a message with 'unsubscribe' in the body to
[EMAIL PROTECTED]


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a
message with 'unsubscribe' in the body to
[EMAIL PROTECTED]

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



Re: Where is the cftalk listserv?

2000-11-09 Thread Michael Dinowitz

At CFHosting.


 Does anybody know where the listserv for CFTALK is physically located?
Just
 trying to figure out my email header mystery

 E
 --
--
 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
 Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send
a message with 'unsubscribe' in the body to
[EMAIL PROTECTED]


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



RE: Suppressing the Output in a Custom Tag

2000-11-09 Thread Dave Watts

 I am trying to create a tag that will encapsulate all of my 
 page formatting that looks like this.
 
 cf_PageFormat
   This is a test
 /cf_PageFormat
 
 Everything to do with formatting is inside of the custom tag. 
 The problem is that when I run it, it outputs the "This is a 
 test" , then it outputs the formatting and content in the 
 correct place and so I have this stray content at the top.  
 Is there a way to suppress the "This is a test" from the top
 page making it only output in the specified place in the 
 custom tag where it is formatted.

Why yes, there is. Within the end execution mode of your custom tag, set
ThisTag.GeneratedContent equal to an empty string after doing what you want
to do. In the example below, cf_pageformat outputs its contents in
uppercase:

!--- cf_pageformat ---
cfif ThisTag.ExecutionMode is "END"
cfoutput#UCase(ThisTag.GeneratedContent)#/cfoutput
cfset ThisTag.GeneratedContent = ""
/cfif

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



RE: CF editing software - vote

2000-11-09 Thread Auction Hard Drive

Studio has not crashed at all since I did a clean install of Win2K.  It was
awefull when installed on Win98.  Upgrade if you can!!

Rich

-Original Message-
From: Stewart McGowan [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 09, 2000 8:11 AM
To: CF-Talk
Subject: RE: CF editing software - vote


Actually I don't particularly like studio, it crashes too often for me.

Stew


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a
message with 'unsubscribe' in the body to [EMAIL PROTECTED]


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



RE: launching executables on client machines

2000-11-09 Thread Zachary Bedell

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 It's is possible to do this using Java or a ActiveX, but 
 there are many
 security concerns.
 
 Justin MacCarthy
 Irish CF Head
 
  
   Is there an easy way to launch an executable on the client's 
  computer? What I
   want to do is have the user click on a link in their browser
  which will launch


ActiveX *can* launch an exe.  A Java applet can NOT.  A Java
application CAN, but an application can't run in a browser -- only
applets run in browsers.

Not to be high  mighty or anything, but  If you're looking to
launch an exe on a user's computer, then you're either looking at the
wrong strategy, OR you're looking at something that really shouldn't
be implemented in a web browser...

In any case, you could cook up a little ActiveX control in Visual
Basic in under an hour if you know VB

Best regards,
Zac Bedell


Zachary S. Bedell,
Chief Technology Officer,
Adirondack Technologies, Inc.

Please include original message in any replies -- I get a 
lot of email every day, and I have a REALLY bad memory... 
So I don't always remember everything that was said.  
Thanks!

-BEGIN PGP SIGNATURE-
Version: PGPfreeware 6.5.8 for non-commercial use http://www.pgp.com

iQA/AwUBOgrEbavhLS1aWPxeEQIaEwCfXvSzBVKaL0J/ZiyglInYPCL9Ug4AoJ1R
HnD2L99gE/Of0ugzlWNZv7P8
=ITYU
-END PGP SIGNATURE-

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



RE: I need Help - Using an Java Application from CF page

2000-11-09 Thread JustinMacCarthy

Cfv4 + Has the CFExecute tag to run programs server side; v3.0 doesn't have
ability natively, but you can use one of Min 's  CFX tags to do the same
thing.

Check out www.intrafoundation.com/freeware.html


Justin MacCarthy

By the way Min  http://www.public.usit.net/lsellers/ is 404ing ...


 -Original Message-
 From: Marcelo Oliveira [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, November 09, 2000 2:37 PM
 To: CF-Talk
 Subject: I need Help - Using an Java Application from CF page
 Importance: High


 Hi People,

 I need to start a Java application from a CF page, but this Java code runs
 at prompt, and I don´t know how to do that !!!

 The command is like this one below:

 Java name.class param1 param2 param3

 It gets 3 parameters from CF page and return to DOS command line another
 number. This application is from a credit card company and I do not have
 permission to change it, or modify its properties.

 So, I need to send 3 parameters from a CF page to this Java
 application and
 get the result from the DOS command line and use it inside my CF page.

 Is it possible ??? Is there a special CF Tag to do it ? Is it necessary
 change any configuration of CF Server or install any package ? And is it
 possible to run any soluction using Cold Fusion 3.1 ??? My client
 has an old
 version (3.1) of Cold Fusion server and they will not update it up to this
 moment.

 If anybody has a soluction, please send an email to my personal address
 [EMAIL PROTECTED]

 Regards,
 Oliver.

 --
 --
 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
 Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar




Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



Re: Suppressing the Output in a Custom Tag

2000-11-09 Thread Fred T. Sanders

I would suggest taking a look at the custom tag cf_bodycontent from the
fusebox.org tag galleries.
It uses a tag and an addition app_layout.cfm to do what your trying to do.

Its open source so you can see what its doing and modify it further if
necessary.

Fred

- Original Message -
From: "Simon Horwith" [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Thursday, November 09, 2000 10:33 AM
Subject: RE: Suppressing the Output in a Custom Tag


 I would pass it as a parameter, and output it from the attributes scope.

 ~Simon

  Simon Horwith
  Certified ColdFusion Developer
  Fig Leaf Software
  1400 16th St NW, # 220
  Washington DC 20036
  202.797.6570 (direct line)
  www.figleaf.com
 


 -Original Message-
 From: Troy Hiltbrand [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, November 09, 2000 10:34 AM
 To: CF-Talk
 Subject: Suppressing the Output in a Custom Tag



 I am trying to create a tag that will encapsulate all of my page
formatting
 that looks like this.

 cf_PageFormat
 This is a test
 /cf_PageFormat


 Everything to do with formatting is inside of the custom tag.  The problem
 is that when I run it, it outputs the "This is a test" , then it outputs
the
 formatting and content in the correct place and so I have this stray
content
 at the top.  Is there a way to suppress the "This is a test" from the top
 page making it only output in the specified place in the custom tag where
it
 is formatted.

 --
--
 
 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
 Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send
a
 message with 'unsubscribe' in the body to
[EMAIL PROTECTED]
 --
--
 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
 Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send
a message with 'unsubscribe' in the body to
[EMAIL PROTECTED]



Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



RE: CF editing software - vote

2000-11-09 Thread Dave Watts

 if you have got the debug to work in studio a please tell 
 everyone else how to ??

It's not exactly easy to use Studio's interactive debugging, but it's
certainly possible. It's covered in pretty good depth in the Allaire
Advanced CF Development class.

To be perfectly honest, I never use it in real life, though - it's hard to
have enough complexity in CFML scripts to warrant that kind of debugging.

I believe there's a description of using interactive debugging in the CFUG
meeting notes on the Fig Leaf site, if you want to know more.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



RE: Where is the cftalk listserv?

2000-11-09 Thread Simon Horwith

Glad to see you made it home OK, Mike.  Was nice seeing you... hope you and
yours had a pleasant trip home.

~Simon

 Simon Horwith
 Certified ColdFusion Developer
 Fig Leaf Software
 1400 16th St NW, # 220
 Washington DC 20036
 202.797.6570 (direct line)
 www.figleaf.com
 


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 09, 2000 10:36 AM
To: CF-Talk
Subject: Re: Where is the cftalk listserv?


At CFHosting.


 Does anybody know where the listserv for CFTALK is physically located?
Just
 trying to figure out my email header mystery

 E
 --
--
 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
 Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send
a message with 'unsubscribe' in the body to
[EMAIL PROTECTED]



Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a
message with 'unsubscribe' in the body to [EMAIL PROTECTED]

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



RE: CF editing software - vote

2000-11-09 Thread Richard Kern


CF studio 4.5.2 beta here.  I like the virtual and physical directories,
project organization, 
codesweeper works if you validate first
still working with the RDS functions to get them to work
The color coding is invaluable to help spot errors once you start depending
on it

Like it better than First page but first page does have a lot of built in
javascript functions 
that make it worthwhile.  I highly recommend it to anyone who is starting
out without the $ for studio.


-Original Message-
From: Eron Cohen [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 09, 2000 7:48 AM
To: CF-Talk
Subject: RE: CF editing software - vote


Hi Will,

I use CF Studio, and its features are terrific.  They
have a new patch version coming out soon which will
improve quite a few areas of that software.

From a ColdFusion user's standpoint, I'd have to say
the next most likely software I'd use would be
Eversoft's 1st Page. It is remarkably similar to
ColdFusion Studio, but it is F R E E. (I still haven't
figured out what their business model is supposed to
be--comments about this anyone?) Its got quite a few
ColdFusion centric features.  It is aware of
ColdFusion tags, and actually has a few features I
wish they'd get into studio.  One thing it doesn't
have that I would miss if I switched is RDS.  As
flakey as RDS has been in the past, I couldn't do
without it.

If you wish to try 1st Page, you can download it from
their website.  To get to the download, follow the
link below:

http://www.evrsoft.com/download

Its about a 5meg download.

-Original Message-
From: W Luke [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 09, 2000 7:57 AM
To: CF-Talk
Subject: CF editing software - vote


Hi,

I thought it would be interesting to see who's using
what to develop their
CF apps.

I'm using HomeSite 4.5 happily here.  Anyone?

Cheers

Will



Archives:
http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe:
http://www.houseoffusion.com/index.cfm?sidebar=lists
or send a message with 'unsubscribe' in the body to
[EMAIL PROTECTED]

__
Do You Yahoo!?
Thousands of Stores.  Millions of Products.  All in one Place.
http://shopping.yahoo.com/


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a
message with 'unsubscribe' in the body to [EMAIL PROTECTED]

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



RE: Suppressing the Output in a Custom Tag

2000-11-09 Thread Simon Horwith

that's interesting, Dave... I didn't realize you could tell a tag not to
output physical text embedded between it's opening and closing tags.  You
learn something new everyday thanks.

~Simon

 Simon Horwith
 Certified ColdFusion Developer
 Fig Leaf Software
 1400 16th St NW, # 220
 Washington DC 20036
 202.797.6570 (direct line)
 www.figleaf.com
 


-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 09, 2000 10:38 AM
To: CF-Talk
Cc: '[EMAIL PROTECTED]'
Subject: RE: Suppressing the Output in a Custom Tag


 I am trying to create a tag that will encapsulate all of my 
 page formatting that looks like this.
 
 cf_PageFormat
   This is a test
 /cf_PageFormat
 
 Everything to do with formatting is inside of the custom tag. 
 The problem is that when I run it, it outputs the "This is a 
 test" , then it outputs the formatting and content in the 
 correct place and so I have this stray content at the top.  
 Is there a way to suppress the "This is a test" from the top
 page making it only output in the specified place in the 
 custom tag where it is formatted.

Why yes, there is. Within the end execution mode of your custom tag, set
ThisTag.GeneratedContent equal to an empty string after doing what you want
to do. In the example below, cf_pageformat outputs its contents in
uppercase:

!--- cf_pageformat ---
cfif ThisTag.ExecutionMode is "END"
cfoutput#UCase(ThisTag.GeneratedContent)#/cfoutput
cfset ThisTag.GeneratedContent = ""
/cfif

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a
message with 'unsubscribe' in the body to [EMAIL PROTECTED]

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



RE: CFID-CFTOKEN Confusion (newbie)

2000-11-09 Thread Zachary Bedell

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Actually, it is entirely possible that two (or more) browsers could
share the same CFID:CFTOKEN.  It *shouldn't* happen, but flaws in the
way CF handles these tokens allows it to happen under certain
circumstances.  

CFID:CFTOKEN can be passed in the QueryString, in forms, or via
cookies.  It's fairly easy for someone to accidently cutpaste a URL
to someone else which includes their CFID:CFTOKEN in the URL.  Now
when the second user goes to the page w/ the CFID:CFTOKEN of the
other user, CF will send back a cookie to the second user which
permanently places the first user's CFID:CFTOKEN into the second
user's cookie store.  Now you've got two users using the same
CFID:CFTOKEN and essentially sharing one CF Session.

When would CFID:CFTOKEN be in the URL to be copied  pasted?  If you
user CFLOCATION anywhere in your site and you didn't put the
addtoken="No" parameter in the tag, then every CFLOCATION call will
append the CFID:CFTOKEN to the URL.

We had that exact problem when one of our admins accidently pasted a
URL into our What's New database.  Now every member who clicked on
the link from the What's New page assumed the session of the admin. 
And since there were so many people accessing the site under the same
session, the session never timed out.  We had people accessing our
entire site for free with Admin rights.  It was a MESS

Best regards,
Zac Bedell


Zachary S. Bedell,
Chief Technology Officer,
Adirondack Technologies, Inc.

Please include original message in any replies -- I get a 
lot of email every day, and I have a REALLY bad memory... 
So I don't always remember everything that was said.  
Thanks!





 -Original Message-
 From: Aidan Whitehall [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, November 08, 2000 1:13 PM
 To: CF-Talk
 Subject: RE: CFID-CFTOKEN Confusion (newbie)
 
 
  is it possible that two (or more) users have the same
  cfidcftoken ? cfif yes
  Wich is the best way to identify a (unique) user session ?
 
 No. It's safe to assume that every user is assigned (and
 subsequently returns) a unique CFID and CFTOKEN combination.
 
 In fact, if you use session variables, ColdFusion makes exactly
 that assumption and uses the CFID/CFTOKEN pair sent by the browser 
 to marry up
 browser requests with session variables previously set on the
 server.  
 
 
 
 -- 
 Aidan Whitehall [EMAIL PROTECTED]
 Netshopper UK Ltd
 Advanced Web Solutions  Services
 
 http://www.netshopperuk.com/
 Telephone +44 (01744) 648650
 Fax +44 (01744) 648651
 --
 --
 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
 Unsubscribe: 
http://www.houseoffusion.com/index.cfm?sidebar=lists or send a
message with 'unsubscribe' in the body to
[EMAIL PROTECTED]

-BEGIN PGP SIGNATURE-
Version: PGPfreeware 6.5.8 for non-commercial use http://www.pgp.com

iQA/AwUBOgrGBqvhLS1aWPxeEQKcHQCfXoAfmVbW/nlCyH65s6N5fjQxEWkAniZp
qVOPvatye12gQPtglCJGq6NQ
=2wBg
-END PGP SIGNATURE-

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



Re: Where is the cftalk listserv?

2000-11-09 Thread Michael Dinowitz

Yep, got in late last night from a lng drive. I'm composing myself to
get into the office. Just trying to clean up the small fires and such before
hand. Lots to do, lots to build lots to write, etc. No rest at all. :)

Michael Dinowitz
Publisher: Fusion Authority weekly news alert
(www.fusionauthority.com/alert)
Listmaster: CF-Talk, CF-Jobs, Spectra-Talk, Jrun-Talk, etc.
(www.houseoffusion.com)


 Glad to see you made it home OK, Mike.  Was nice seeing you... hope you
and
 yours had a pleasant trip home.

 ~Simon

  Simon Horwith
  Certified ColdFusion Developer
  Fig Leaf Software
  1400 16th St NW, # 220
  Washington DC 20036
  202.797.6570 (direct line)
  www.figleaf.com
 


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, November 09, 2000 10:36 AM
 To: CF-Talk
 Subject: Re: Where is the cftalk listserv?


 At CFHosting.


  Does anybody know where the listserv for CFTALK is physically located?
 Just
  trying to figure out my email header mystery
 
  E

 --
 --
  Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
  Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or
send
 a message with 'unsubscribe' in the body to
 [EMAIL PROTECTED]

 --
--
 
 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
 Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send
a
 message with 'unsubscribe' in the body to
[EMAIL PROTECTED]
 --
--
 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
 Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send
a message with 'unsubscribe' in the body to
[EMAIL PROTECTED]



Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



RE: CF Client Data Corruption Under Load?

2000-11-09 Thread Zachary Bedell

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Parts of this message quoted from my response to the CFID-CFTOKEN
Confusion thread

It's probably not client corruption you're looking at.  It's probably
more than one user sharing the CFTOKEN and CFID values.

It's possible that two (or more) browsers could share the same
CFID:CFTOKEN.  It *shouldn't* happen, but flaws in the way CF handles
these tokens allows it to happen under certain circumstances.  

CFID:CFTOKEN can be passed in the QueryString, in forms, or via
cookies.  It's fairly easy for someone to accidently cutpaste a URL
to someone else which includes their CFID:CFTOKEN in the URL.  Now
when the second user goes to the page w/ the CFID:CFTOKEN of the
other user, CF will send back a cookie to the second user which
permanently places the first user's CFID:CFTOKEN into the second
user's cookie store.  Now you've got two users using the same
CFID:CFTOKEN and essentially sharing one CF Session.

When would CFID:CFTOKEN be in the URL to be copied  pasted?  If you
use CFLOCATION anywhere in your site and you didn't put the
addtoken="No" parameter in the tag, then every CFLOCATION call will
append the CFID:CFTOKEN to the URL.

We had that exact problem when one of our admins accidently pasted a
URL into our What's New database.  Now every member who clicked on
the link from the What's New page assumed the session of the admin. 
And since there were so many people accessing the site under the same
session, the session never timed out.  We had people accessing our
entire site for free with Admin rights.  It was a MESS

We were fortunate in this case in that only one CFID:CFTOKEN had been
shared, and we knew what they were.  So...  To clean things out we
added a few lines to our application.cfm that checked for that
CFID:CFTOKEN.  If it found them, it deleted the user's CFID  CFTOKEN
cookies and redirected them to the home page w/ no CFID or CFTOKEN in
the URL.  At that point, the CF server would assign a new
CFID:CFTOKEN to the user.   We also stopped the CF server and
manually deleted everything out of our client store database just to
be sure.  

It took us a *long* time to track that one down, and we still
occassionally have people coming back w/ old links to that
CFID:CFTOKEN.  We went through our entire codebase and made sure that
every CFLOCATION now has addtoken="No".  We also added code to our
news admin pages and any other place where a URL might be entered
that strips off any CFID or CFTOKEN from the URL.

Best regards,
Zac Bedell


Zachary S. Bedell,
Chief Technology Officer,
Adirondack Technologies, Inc.

Please include original message in any replies -- I get a 
lot of email every day, and I have a REALLY bad memory... 
So I don't always remember everything that was said.  
Thanks!





 -Original Message-
 From: Xing Li [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, November 02, 2000 6:04 AM
 To: CF-Talk
 Subject: CF Client Data Corruption Under Load?
 
 
 Just recently people have been logging in but then 
 inadvertantly with other
 user's account. Basically, if you attempt to login as "joe" you
 might instead be recognized as "david" once you have passed the 
 authentication.
 All user verification are through client variables. I have 
 yet to reproduce
 this on my own but the reports have been so frequent I can no
 longer discount this as chance. Has any of you experienced a
 similar problem?  
 
 Setup:
 
 W2K Advanced Server with CF 4.5.1SP1 and SQL 2000 as the backend.
 
 This is a pretty serious problem on my end and I would 
 appreciate any help.
 
 Xing
 
 --
 --
 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
 Unsubscribe: 
 http://www.houseoffusion.com/index.cfm?sidebar=lists or send 
 a message with 'unsubscribe' in the body to 
 [EMAIL PROTECTED]
 

-BEGIN PGP SIGNATURE-
Version: PGPfreeware 6.5.8 for non-commercial use http://www.pgp.com

iQA/AwUBOgrHvKvhLS1aWPxeEQLLXgCgpfSbCUyONGvUSQUvLzp1TA7vYP8An3VM
W/C+XPsl8TYicBjYtZcfqIui
=y9sQ
-END PGP SIGNATURE-

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



Re: Suppressing the Output in a Custom Tag

2000-11-09 Thread Peter Theobald

I think you can remove the contents inside your nested tag like this:

cfif ThisTag.ExecutionMode eq 'end'
cfset ThisTag.GeneratedContent = ''
/cfif

Or if you want to see what the output would have been in an HTML comment:

cfif ThisTag.ExecutionMode eq 'end'
cfset ThisTag.GeneratedContent = '!-- #ThisTag.GeneratedContent# --'
/cfif


At 08:33 AM 11/9/00 -0700, Troy Hiltbrand wrote:

I am trying to create a tag that will encapsulate all of my page formatting
that looks like this.

cf_PageFormat
This is a test
/cf_PageFormat


Everything to do with formatting is inside of the custom tag.  The problem
is that when I run it, it outputs the "This is a test" , then it outputs the
formatting and content in the correct place and so I have this stray content
at the top.  Is there a way to suppress the "This is a test" from the top
page making it only output in the specified place in the custom tag where it
is formatted.


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED] 


---
Peter Theobald, Chief Technology Officer
LiquidStreaming http://www.liquidstreaming.com
[EMAIL PROTECTED]
Phone 1.212.545.1232 x204 Fax 1.212.545.0938

To put this contact information into your Palm device, click here:
http://www.coola.com/cgi-bin/addinfo.cgi?pid=15803rid=972879910type=A



Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



RE: fusebox

2000-11-09 Thread mikec

Well said

I myself like to  print out all the fusebox docs and lay them out on the floor
then i grease my self up like a mad scotsman and roll around in them.
Hardly anything is as fast as a greased scotsman, but fusebox evens speeds that up :)



Mike Cartier
#code.monkey#




 ** Original Subject: RE: fusebox
 ** Original Sender: "Bill Killillay" [EMAIL PROTECTED]
 ** Original Date: Thu, 9 Nov 2000 01:27:45 -0500

 ** Original Message follows... 


 Lee,
 
 Thanks, I was getting ready to do the same thing.  I wish
 people would try Fusebox before they just bash it.  There is
 a GREAT network of some of the BEST CF developers in the
 world that are on the Fusebox email list.  If you have
 questions, concerns, or what ever join that list and learn
 about it.  I think that most people, not all, but most
 people that go bashing it, one don't really understand CF,
 and two, don't understand Fusebox at all.  In short, join
 the list, read the book, download the tags and samples and
 take an hour and learn it.  It's really not all that hard to
 figure out.
 
 Just my .02
 Bill
 cf_warrior
 
 
 -Original Message-

** - End Original Message --- **

 








Change is the only constant

Download NeoPlanet at http://www.neoplanet.com


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



RE: CF editing software - vote

2000-11-09 Thread Randy Adkins

Actually I run CF Server 4.5.1 and Studio 4.5 on Win98 and
runs fine. I have yet to have it crash or lock up.


-Original Message-
From: Auction Hard Drive [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 09, 2000 10:38 AM
To: CF-Talk
Subject: RE: CF editing software - vote


Studio has not crashed at all since I did a clean install of Win2K.  It was
awefull when installed on Win98.  Upgrade if you can!!

Rich

-Original Message-
From: Stewart McGowan [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 09, 2000 8:11 AM
To: CF-Talk
Subject: RE: CF editing software - vote


Actually I don't particularly like studio, it crashes too often for me.

Stew


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a
message with 'unsubscribe' in the body to [EMAIL PROTECTED]



Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a
message with 'unsubscribe' in the body to [EMAIL PROTECTED]



Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



RE: Load/Stress Testing

2000-11-09 Thread Dave Watts

   Does anyone have any good suggestions for companies that 
   do load/stress testing on sites?
 
  I believe Fig Leaf (www.figleaf.com) does this - they did a 
  few months ago.

 We had Allaire come in. They were not cheap, but they did a 
 great job contrary to what others on this list have 
 experienced. They saved our behinds.

You're going to find that no company, Fig Leaf included, does this cheaply.
It's a complex, expensive process.

Fig Leaf, Allaire, and Segue (the makers of SilkPerformer, the tool used by
Allaire and Fig Leaf) all provide load testing consulting services.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



RE: Dynamic PDF

2000-11-09 Thread Dave Watts

 Q: is it MS "legal" to put MS Word on a server and remotely 
 control it to print stuff out?

I'm not a lawyer, but according to the MS Developer Days presentation I
attended a couple of years ago, as long as you pay for the copy of Office
you put on the server, you're OK.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



New Fusebox Book

2000-11-09 Thread Alex Sherwood

For anyone who has purchased the E-Book version:

Is it me, or is the print button disabled within Acrobat?


Alex Sherwood
Certified ColdFusion Developer
Pierce, Hamilton  Stern
THE COLLECTORS
http://www.phs-net.com
301-215-4200


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



RE: CF editing software - vote

2000-11-09 Thread Auction Hard Drive

Where can I get the 4.5.2 beta?  Is it a free upgrade to those with CF4.5?
Rich

-Original Message-
From: Richard Kern [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 09, 2000 10:40 AM
To: CF-Talk
Subject: RE: CF editing software - vote



CF studio 4.5.2 beta here.  I like the virtual and physical directories,
project organization,
codesweeper works if you validate first
still working with the RDS functions to get them to work
The color coding is invaluable to help spot errors once you start depending
on it

Like it better than First page but first page does have a lot of built in
javascript functions
that make it worthwhile.  I highly recommend it to anyone who is starting
out without the $ for studio.


-Original Message-
From: Eron Cohen [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 09, 2000 7:48 AM
To: CF-Talk
Subject: RE: CF editing software - vote


Hi Will,

I use CF Studio, and its features are terrific.  They
have a new patch version coming out soon which will
improve quite a few areas of that software.

From a ColdFusion user's standpoint, I'd have to say
the next most likely software I'd use would be
Eversoft's 1st Page. It is remarkably similar to
ColdFusion Studio, but it is F R E E. (I still haven't
figured out what their business model is supposed to
be--comments about this anyone?) Its got quite a few
ColdFusion centric features.  It is aware of
ColdFusion tags, and actually has a few features I
wish they'd get into studio.  One thing it doesn't
have that I would miss if I switched is RDS.  As
flakey as RDS has been in the past, I couldn't do
without it.

If you wish to try 1st Page, you can download it from
their website.  To get to the download, follow the
link below:

http://www.evrsoft.com/download

Its about a 5meg download.

-Original Message-
From: W Luke [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 09, 2000 7:57 AM
To: CF-Talk
Subject: CF editing software - vote


Hi,

I thought it would be interesting to see who's using
what to develop their
CF apps.

I'm using HomeSite 4.5 happily here.  Anyone?

Cheers

Will



Archives:
http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe:
http://www.houseoffusion.com/index.cfm?sidebar=lists
or send a message with 'unsubscribe' in the body to
[EMAIL PROTECTED]

__
Do You Yahoo!?
Thousands of Stores.  Millions of Products.  All in one Place.
http://shopping.yahoo.com/


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a
message with 'unsubscribe' in the body to [EMAIL PROTECTED]


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a
message with 'unsubscribe' in the body to [EMAIL PROTECTED]


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



RE: Default Error page look...

2000-11-09 Thread Aidan Whitehall

 When using the method of formfield_required in a hidden form
[snip]
 the site?  Thanks.


CFERROR TYPE="REQUEST" TEMPLATE="/errors/index.cfm" MAILTO="[EMAIL PROTECTED]"
CFERROR TYPE="VALIDATION" TEMPLATE="/errors/validation.cfm"
MAILTO="[EMAIL PROTECTED]"

You can specify what pages to use when an exception is thrown (is that the
lingo?) on your site using the CFERROR tags placed in the Application.cfm
file.

The request CFERROR tag catches all errors except the type you describe...
the second does exactly what you want.

In the validation.cfm page, you can refer to a range of error scope
variables. Error.MailTo in this instance will be "[EMAIL PROTECTED]" and there are
a range of others (consult the docs).

BTW, you can only output error scope variables on this page... no other CFML
of any kind, and you don't need any CFOUTPUT tags to output the error
variables.


-- 
Aidan Whitehall [EMAIL PROTECTED]
Netshopper UK Ltd
Advanced Web Solutions  Services

http://www.netshopperuk.com/
Telephone +44 (01744) 648650
Fax +44 (01744) 648651

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



Re: CF editing software - vote

2000-11-09 Thread W Luke



 UltraEdit (http://www.ultraedit.com) is a really good text editor.

Agreed.  Also NotepadPlus is pretty cool.

Will


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



RE: fusebox

2000-11-09 Thread Russel Madere

Has anyone ever told you have a sick sense of humor?  :)

I like it.

Russel


  Russel Madere, Jr. Senior Web Developer  
  ICQ: 5446158   http://www.TurboSquid.com   

Some days you eat the bear; some days the bear eats you.

 

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, November 09, 2000 13:05
 To: CF-Talk
 Subject: RE: fusebox
 
 
 Well said
 
 I myself like to  print out all the fusebox docs and lay them out 
 on the floor
 then i grease my self up like a mad scotsman and roll around in them.
 Hardly anything is as fast as a greased scotsman, but fusebox 
 evens speeds that up :)
 
 
 
 Mike Cartier
 #code.monkey#
 
 
 [snip]
 

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



Re: CF editing software - vote

2000-11-09 Thread W Luke


 Actually I run CF Server 4.5.1 and Studio 4.5 on Win98 and
 runs fine. I have yet to have it crash or lock up.

Ha, now that's just tempting fate Randy :)

Will
--
Coming soon: http://www.LocalBounty.com
Local Classified Advertising for the UK


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



Help - Please

2000-11-09 Thread Tony Turner -CFUG

Hi

I have a question:

We have a customer who is going mad as he gets and error whe he runs two
types or queries.

I never do what he is trying to do and don't understand why?

Queries as below:

They both appear to have the same datasource name (fine) but then the first
explicitly
defines the database. (FROM SKYFOCUS.CC_DATA)

The database is MySQL 3.22.32 and the database in ColdFusion and MySQL both
have the same username and password on and localhost access in MySQL. The
database is called skyfocus in MySQL.

Should you be able to call a connection like this in test1 in this manner.

http://www.hotchilli.com/test1_tony.cfm --
Errors

cfquery name="GOT_CC" datasource="focusadmin"
SELECT   CD_CC_NAME, CD_CC_ID, CD_CC_MSO_ID
FROM SKYFOCUS.CC_DATA
/CFQUERY

http://www.hotchilli.com/test2_tony.cfm--
No Error (would expect a blank page)

CFQUERY NAME="MSO" DATASOURCE="focusadmin"
SELECT md_mso_name
FROM mso_data
/CFQUERY

Please - Please if this is standard practice could someone point me to some
documentation on the Allaire site. I would in perl or php3/4 explicitly
define the database in the connection/query but ColdFusion? Whats the
benefit?

Thanks

Tony










Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



Session Timeouts! Please help!

2000-11-09 Thread Neil H.

I have a program that I have not changed at all.  The server hasn't changed
either.  I did try a reboot but for some reason the sessions still timeout
after approximately 2 minutes.  I checked the session variable settings in
the server and they are an hour.  I changed the application.cfm to extend
for an hour also.

Any suggestions or ideas?

Thanks,

Neil


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



RE: fusebox

2000-11-09 Thread Kevin Langevin

Mike, wonderful mental picture you've painted...Thanks so much for sharing
:)

Anyone who knows Mike most likely has a bad taste in their mouths now.
*chuckle*

CFUG-SFL Manager
-Kev
/CFUG-SFL Manager

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, November 09, 2000 2:05 PM
 To: CF-Talk
 Subject: RE: fusebox


 Well said

 I myself like to  print out all the fusebox docs and lay them out
 on the floor
 then i grease my self up like a mad scotsman and roll around in them.
 Hardly anything is as fast as a greased scotsman, but fusebox
 evens speeds that up :)



 Mike Cartier
 #code.monkey#




  ** Original Subject: RE: fusebox
  ** Original Sender: "Bill Killillay" [EMAIL PROTECTED]
  ** Original Date: Thu, 9 Nov 2000 01:27:45 -0500

  ** Original Message follows...

 
  Lee,
 
  Thanks, I was getting ready to do the same thing.  I wish
  people would try Fusebox before they just bash it.  There is
  a GREAT network of some of the BEST CF developers in the
  world that are on the Fusebox email list.  If you have
  questions, concerns, or what ever join that list and learn
  about it.  I think that most people, not all, but most
  people that go bashing it, one don't really understand CF,
  and two, don't understand Fusebox at all.  In short, join
  the list, read the book, download the tags and samples and
  take an hour and learn it.  It's really not all that hard to
  figure out.
 
  Just my .02
  Bill
  cf_warrior
 
 
  -Original Message-

 ** - End Original Message --- **

 








 Change is the only constant

 Download NeoPlanet at http://www.neoplanet.com

 --
 --
 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
 Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
 or send a message with 'unsubscribe' in the body to
 [EMAIL PROTECTED]



Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



RE: Installing CF4.5 SP 1

2000-11-09 Thread Dave Watts

 I have applied it with success also, but was wondering if on 
 a clean Win2k install, since 4.5.1 SP1 is a complete install, 
 if this would eliminate the MDAC problem being rolled back by 
 CF. In other words, clean Win2k install, and install only 
 4.5.1 SP1.

That problem was in CF 4.0.1. I think that was fixed in the 4.5.1 release,
so you shouldn't have any MDAC problem with 4.5.1 SP 1. In any case, there's
an even newer MDAC available for Win2K, now that SQL Server 2000 is out. You
can download MDAC 2.6 for Win2K from the MS Data site:

http://www.microsoft.com/data/

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



RE: Load/Stress Testing

2000-11-09 Thread Eron Cohen

Evan,

There's an excellent small company that concentrates
exclusively on load testing sites.  Its called
DownRight software.  

http://www.downright.com/

In general, when it comes to something like load
testing, the software tools are expensive and its hard
to find good experienced people.  I think you have the
right idea in outsourcing.  You might be better off
going with a consulting company like the one above so
you get the experienced staff and the tools in one go.

-Original Message-
From: Evan Lavidor [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, November 07, 2000 12:41 PM
To: CF-Talk
Subject: Load/Stress Testing


Does anyone have any good suggestions for companies
that do load/stress
testing on sites?

I'm not looking for programs a la Microsoft's tools,
WebLoad, etc.; I'm
actually looking for a company we can outsource to.

Thanks for the advice.

Evan

--
-=-=-=-=-=-=-=-=-=-
Evan Lavidor
Circle.com Boston
Tel: 617-585-3107
Fax: 617-585-3091
-=-=-=-=-=-=-=-=-=-


Archives:
http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe:
http://www.houseoffusion.com/index.cfm?sidebar=lists
or send a message with 'unsubscribe' in the body to [EMAIL PROTECTED]

__
Do You Yahoo!?
Thousands of Stores.  Millions of Products.  All in one Place.
http://shopping.yahoo.com/

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



RE: fusebox

2000-11-09 Thread Stewart McGowan

ANyone who knows mike..well..maybe they're worse!?

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



Re: CF editing software - vote

2000-11-09 Thread Dylan Bromby

beta.allaire.com

the feature list looks VERY good. let's see if it works. :)

- Original Message -
From: "Auction Hard Drive" [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Thursday, November 09, 2000 8:08 AM
Subject: RE: CF editing software - vote


 Where can I get the 4.5.2 beta?  Is it a free upgrade to those with CF4.5?
 Rich

 -Original Message-
 From: Richard Kern [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, November 09, 2000 10:40 AM
 To: CF-Talk
 Subject: RE: CF editing software - vote



 CF studio 4.5.2 beta here.  I like the virtual and physical directories,
 project organization,
 codesweeper works if you validate first
 still working with the RDS functions to get them to work
 The color coding is invaluable to help spot errors once you start
depending
 on it

 Like it better than First page but first page does have a lot of built in
 javascript functions
 that make it worthwhile.  I highly recommend it to anyone who is starting
 out without the $ for studio.


 -Original Message-
 From: Eron Cohen [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, November 09, 2000 7:48 AM
 To: CF-Talk
 Subject: RE: CF editing software - vote


 Hi Will,

 I use CF Studio, and its features are terrific.  They
 have a new patch version coming out soon which will
 improve quite a few areas of that software.

 From a ColdFusion user's standpoint, I'd have to say
 the next most likely software I'd use would be
 Eversoft's 1st Page. It is remarkably similar to
 ColdFusion Studio, but it is F R E E. (I still haven't
 figured out what their business model is supposed to
 be--comments about this anyone?) Its got quite a few
 ColdFusion centric features.  It is aware of
 ColdFusion tags, and actually has a few features I
 wish they'd get into studio.  One thing it doesn't
 have that I would miss if I switched is RDS.  As
 flakey as RDS has been in the past, I couldn't do
 without it.

 If you wish to try 1st Page, you can download it from
 their website.  To get to the download, follow the
 link below:

 http://www.evrsoft.com/download

 Its about a 5meg download.

 -Original Message-
 From: W Luke [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, November 09, 2000 7:57 AM
 To: CF-Talk
 Subject: CF editing software - vote


 Hi,

 I thought it would be interesting to see who's using
 what to develop their
 CF apps.

 I'm using HomeSite 4.5 happily here.  Anyone?

 Cheers

 Will

 --
--
 
 Archives:
 http://www.mail-archive.com/cf-talk@houseoffusion.com/
 Unsubscribe:
 http://www.houseoffusion.com/index.cfm?sidebar=lists
 or send a message with 'unsubscribe' in the body to
 [EMAIL PROTECTED]

 __
 Do You Yahoo!?
 Thousands of Stores.  Millions of Products.  All in one Place.
 http://shopping.yahoo.com/
 --
--
 
 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
 Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send
a
 message with 'unsubscribe' in the body to
[EMAIL PROTECTED]
 --
--
 
 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
 Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send
a
 message with 'unsubscribe' in the body to
[EMAIL PROTECTED]

 --
--
 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
 Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send
a message with 'unsubscribe' in the body to
[EMAIL PROTECTED]




Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



Update Error

2000-11-09 Thread Jeremy Toevs

I recieved the following error and can not figure out how to fix it. My query looks 
just like the rest of my other ones, but this one just doesn't seem to work. Can you 
help me out?

===
Error Occurred While Processing Request
Error Diagnostic Information
ODBC Error Code = 37000 (Syntax error or access violation)
[Microsoft][ODBC Microsoft Access Driver] Syntax error in UPDATE statement.
The error occurred while processing an element with a general identifier of (CFQUERY), 
occupying document position (2:1) to (2:28).
===

Here is my query. All fields are in text format. No date formats. Valid is a yes/no 
field. I just can't figure out what is wrong.

cfif isdefined("valid")cfset valid=1cfelsecfset valid=0/cfif
cfquery datasource="idata"
UPDATE Snowboard_Riders
  SET loginname='#loginname#',
  password='#password#',
  years='#years#',
  email='#email#',
  from='#from#',
  fav_place='#fav_place#',
  trick='#trick#',
  started='#started#',
  ride_exper='#ride_exper#',
  valid='#valid#'
WHERE Rider_ID = #Rider_ID#
/cfquery

cflocation url="updatedone.cfm?LoginName=#LoginName#" addtoken="yes"


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebarRsts or send a message with 
'unsubscribe' in the body to [EMAIL PROTECTED]



RE: New Fusebox Book

2000-11-09 Thread Auction Hard Drive

There is a second version of the ebook that is printable. Go back to
secretagents and redownload.

Rich

-Original Message-
From: Alex Sherwood [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 09, 2000 11:07 AM
To: CF-Talk
Subject: New Fusebox Book


For anyone who has purchased the E-Book version:

Is it me, or is the print button disabled within Acrobat?


Alex Sherwood
Certified ColdFusion Developer
Pierce, Hamilton  Stern
THE COLLECTORS
http://www.phs-net.com
301-215-4200



Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a
message with 'unsubscribe' in the body to [EMAIL PROTECTED]


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



RE: New Fusebox Book

2000-11-09 Thread Neil Clark

jeez, 

hello - McFly...

! ---
Neil Clark
Senior Web Applications Engineer
mcb digital
Tel. +44 (0)20 8941 3232
Tel. +44 (0)20 8408 8131 [Direct]
http://www.mcbdigital.com
---




Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



Re: Dynamic PDF

2000-11-09 Thread Stephen M Aylor

Thak you

- Original Message - 
From: "Dave Watts" [EMAIL PROTECTED]

  Q: is it MS "legal" to put MS Word on a server and remotely 
  control it to print stuff out?
 
 I'm not a lawyer, but according to the MS Developer Days presentation I
 attended a couple of years ago, as long as you pay for the copy of Office
 you put on the server, you're OK.



Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



Hidden Form Feilds

2000-11-09 Thread wpdd

I need to pass many Hidden form fields and having a problem with messing up
my lay out it adding allot of space has anyone had to deal  with this

Thanks
mike

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



Send HTML email through CFMAIL

2000-11-09 Thread Hong

Dear list,

This is a simple question.

I want to send a HTML page to a list of people in HTML format though
CFMAIL,
like the HTML newsletter we get from certain websites.

How to do that?  Any required parameters, attributes, etc.

Thanks!

Hong

_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



RE: Fannie-packs? (RE: fusebox)

2000-11-09 Thread Braver, Ben:

u, just out of cultural curiosity, are those parts North West or South
West?

BTW, in the U.S. usage (i.e., South East), the road over the river flowing
from the dam at Lake Tahoe is affectionately known as "Fanny Bridge",
because of the common view in the summer of gals in shorts looking over the
rail at the trout grin.

 -Original Message-
 From: Parker, Kevin [SMTP:[EMAIL PROTECTED]]
 Sent: Wednesday, November 08, 2000 2:28 PM
 To:   CF-Talk
 Subject:  RE: Fannie-packs? (RE: fusebox)
 
 Same over these parts (excuse the pun)
 
 
 
 Kevin Parker
 Service and Communication
 WorkCover Corporation
 
 [EMAIL PROTECTED]
 
 ph:  +61 8 82332548
 fax: +61 8 82332000
 
 
 
 -Original Message-
 From: Len Conrad [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, 8 November 2000 5:32:PM
 To: CF-Talk
 Subject: RE: Fannie-packs? (RE: fusebox)
 
 
 
 Round these parts a "fanny" is slang for a woman's frontal privates :-)
 
 .au =  upside down AND backwards   :-)))
 
 Len
 
 
 http://BIND8NT.MEIway.com: ISC BIND 8.2.2 p5  8.2.3 T6B for NT4  W2K
 http://IMGate.MEIway.com:  Build free, hi-perf, anti-spam mail gateways
 
 --
 --
 
 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
 Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send
 a
 message with 'unsubscribe' in the body to
 [EMAIL PROTECTED]
 
 
 
 **
 **
 This e-mail is intended for the use of the addressee only. It may contain
 information that is protected by legislated confidentiality and/or is
 legally privileged. If you are not the intended recipient you are
 prohibited
 from disseminating, distributing or copying this e-mail. Any opinion
 expressed in this e-mail may not necessarily be that of the WorkCover
 Corporation of South Australia. Although precautions have been taken, the
 sender cannot warrant that this e-mail or any files transmitted with it
 are
 free of viruses or any other defect.
 If you have received this e-mail in error, please notify the sender
 immediately by return e-mail and destroy the original e-mail and any
 copies.
 **
 **
 --
 --
 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
 Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send
 a message with 'unsubscribe' in the body to
 [EMAIL PROTECTED]

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



Form Validate????

2000-11-09 Thread Auction Hard Drive

Is there any way to validate a form field field so it is limited to 45
characters?


Thanks,
Rich


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



RE: Help - Please

2000-11-09 Thread Anthony Geoghegan

I've found SQL very case-sensitive is SKYFOCUS really skyfocus or SkyFocus.
Because you hav asked to access an unknown database it may give a general
login failure.
I'm not sure as I haven't used MySQL before.
Regards,
Anthony Geoghegan.
Lead Developer,
What's On Where (WOW!)
http://www.wow.ie
mailto:[EMAIL PROTECTED]


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



Re: New Fusebox Book

2000-11-09 Thread Alex Aguilar

Download it again. Print function was originally disabled.
Then they corrected the situation. The version I have (and printed out) is
timestamped 11-02-00.
Don't know if they've made any revisions since then. Though I have caught a
couple of minor typos in that version.
Still haven't finished it but I like what I've read so far.  Thanks to those
who made it possbile!

- Original Message -
From: "Alex Sherwood" [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Thursday, November 09, 2000 11:06 AM
Subject: New Fusebox Book


 For anyone who has purchased the E-Book version:

 Is it me, or is the print button disabled within Acrobat?

 
 Alex Sherwood
 Certified ColdFusion Developer
 Pierce, Hamilton  Stern
 THE COLLECTORS
 http://www.phs-net.com
 301-215-4200

 --
--
 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
 Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send
a message with 'unsubscribe' in the body to
[EMAIL PROTECTED]




Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



RE: That CFCONTENT tag...

2000-11-09 Thread Sandra Clark

Just to let you know, there is a bug in IE 5.5 that disables CFContent
sending files when there are form variables on the same page.

Don't ask me why it does, but it does.

-Original Message-
From: Tage Widsell [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 09, 2000 6:32 AM
To: CF-Talk
Subject: That CFCONTENT tag...


Hi,


Lately I (and our users) have noticed a significant increase in server
response times.

I'm using CFCONTENT to control download of files and it's working pretty
good. Does anyone know what this does to server load? Our machine is
co-located at our ISP so I can't view the task manager or anything. The
files are beta versions of our software and they are about 6-8 MB in size.
Does using CFCONTENT mean that the files are being processed by CF while
downloading? That doesn't sound very efficient...

Thankful for help
Tage Widsell
Webmaster
Propellerhead Software
Stockholm, Sweden



Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a
message with 'unsubscribe' in the body to [EMAIL PROTECTED]



Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



RE: Update Error

2000-11-09 Thread James Maltby

Your error is with #valid# - you've got it setting above (as numeric) while
below you have it inserting as text '#valid#' = remove the '' marks and it
should work.

James

"You're a big man, but you're out of shape.  I do this for a living, so
behave"
 "Get Carter" 1964


-Original Message-
From: Jeremy Toevs [mailto:[EMAIL PROTECTED]]
Sent: 09 November 2000 16:37
To: CF-Talk
Subject: Update Error


I recieved the following error and can not figure out how to fix it. My
query looks just like the rest of my other ones, but this one just doesn't
seem to work. Can you help me out?

===
Error Occurred While Processing Request
Error Diagnostic Information
ODBC Error Code = 37000 (Syntax error or access violation)
[Microsoft][ODBC Microsoft Access Driver] Syntax error in UPDATE statement.
The error occurred while processing an element with a general identifier of
(CFQUERY), occupying document position (2:1) to (2:28).
===

Here is my query. All fields are in text format. No date formats. Valid is a
yes/no field. I just can't figure out what is wrong.

cfif isdefined("valid")cfset valid=1cfelsecfset valid=0/cfif
cfquery datasource="idata"
UPDATE Snowboard_Riders
  SET loginname='#loginname#',
  password='#password#',
  years='#years#',
  email='#email#',
  from='#from#',
  fav_place='#fav_place#',
  trick='#trick#',
  started='#started#',
  ride_exper='#ride_exper#',
  valid='#valid#'
WHERE Rider_ID = #Rider_ID#
/cfquery

cflocation url="updatedone.cfm?LoginName=#LoginName#" addtoken="yes"



Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a
message with 'unsubscribe' in the body to [EMAIL PROTECTED]

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



RE: Send HTML email through CFMAIL

2000-11-09 Thread James Maltby

Write type="HTML" in your cfmail tag - then between the cfmail tags use your
usual html formatting.

James

"You're a big man, but you're out of shape.  I do this for a living, so
behave"
 "Get Carter" 1964

-Original Message-
From: Hong [mailto:[EMAIL PROTECTED]]
Sent: 09 November 2000 17:27
To: CF-Talk
Subject: Send HTML email through CFMAIL


Dear list,

This is a simple question.

I want to send a HTML page to a list of people in HTML format though
CFMAIL,
like the HTML newsletter we get from certain websites.

How to do that?  Any required parameters, attributes, etc.

Thanks!

Hong


_

Do You Yahoo!?

Get your free @yahoo.com address at http://mail.yahoo.com





Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a
message with 'unsubscribe' in the body to [EMAIL PROTECTED]

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



Re: Hidden Form Feilds

2000-11-09 Thread wpdd

cfsetting enablecfoutputonly="yes" and cfoutput
fixed it

thanks
mike

- Original Message -
From: "wpdd" [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Thursday, November 09, 2000 11:54 AM
Subject: Hidden Form Feilds


 I need to pass many Hidden form fields and having a problem with messing
up
 my lay out it adding allot of space has anyone had to deal  with this

 Thanks
 mike
 --
--
 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
 Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send
a message with 'unsubscribe' in the body to
[EMAIL PROTECTED]


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



Re: Form Validate????

2000-11-09 Thread Jeremy Toevs

I don't know if this is what you are looking for.

input type="text" name="textfield" maxlenth="45"

 "Auction Hard Drive" [EMAIL PROTECTED] 11/09/00 09:30AM 
Is there any way to validate a form field field so it is limited to 45
characters?


Thanks,
Rich


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ 
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebarRsts or send a message with 
'unsubscribe' in the body to [EMAIL PROTECTED]



Re: fusebox

2000-11-09 Thread Fred T. Sanders

wouldn't that depend on where their mouth happened to be while there was a
greased up mad scotsman on the loose.

- Original Message -
From: "Kevin Langevin" [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Thursday, November 09, 2000 11:20 AM
Subject: RE: fusebox


 Mike, wonderful mental picture you've painted...Thanks so much for sharing
 :)

 Anyone who knows Mike most likely has a bad taste in their mouths now.
 *chuckle*

 CFUG-SFL Manager
 -Kev
 /CFUG-SFL Manager

  -Original Message-
  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
  Sent: Thursday, November 09, 2000 2:05 PM
  To: CF-Talk
  Subject: RE: fusebox
 
 
  Well said
 
  I myself like to  print out all the fusebox docs and lay them out
  on the floor
  then i grease my self up like a mad scotsman and roll around in them.
  Hardly anything is as fast as a greased scotsman, but fusebox
  evens speeds that up :)
 
 
 
  Mike Cartier
  #code.monkey#
 
 
 
 
   ** Original Subject: RE: fusebox
   ** Original Sender: "Bill Killillay" [EMAIL PROTECTED]
   ** Original Date: Thu, 9 Nov 2000 01:27:45 -0500
 
   ** Original Message follows...
 
  
   Lee,
  
   Thanks, I was getting ready to do the same thing.  I wish
   people would try Fusebox before they just bash it.  There is
   a GREAT network of some of the BEST CF developers in the
   world that are on the Fusebox email list.  If you have
   questions, concerns, or what ever join that list and learn
   about it.  I think that most people, not all, but most
   people that go bashing it, one don't really understand CF,
   and two, don't understand Fusebox at all.  In short, join
   the list, read the book, download the tags and samples and
   take an hour and learn it.  It's really not all that hard to
   figure out.
  
   Just my .02
   Bill
   cf_warrior
  
  
   -Original Message-
 
  ** - End Original Message --- **
 
  
 
 
 
 
 
 
 
 
  Change is the only constant
 
  Download NeoPlanet at http://www.neoplanet.com
 
  --
  --
  Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
  Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
  or send a message with 'unsubscribe' in the body to
  [EMAIL PROTECTED]
 

 --
--
 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
 Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send
a message with 'unsubscribe' in the body to
[EMAIL PROTECTED]



Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



RE: Update Error

2000-11-09 Thread Simon Horwith

try replacing : cfif isdefined("valid")cfset valid=1cfelsecfset
valid=0/cfif
with: cfif isdefined("valid")cfset valid="Yes"cfelsecfset
valid="No"/cfif
or remove the single quotes in:  valid='#valid#'

I'd start there.

~Simon

 Simon Horwith
 Certified ColdFusion Developer
 Fig Leaf Software
 1400 16th St NW, # 220
 Washington DC 20036
 202.797.6570 (direct line)
 www.figleaf.com
 


-Original Message-
From: Jeremy Toevs [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 09, 2000 11:37 AM
To: CF-Talk
Subject: Update Error


I recieved the following error and can not figure out how to fix it. My
query looks just like the rest of my other ones, but this one just doesn't
seem to work. Can you help me out?

===
Error Occurred While Processing Request
Error Diagnostic Information
ODBC Error Code = 37000 (Syntax error or access violation)
[Microsoft][ODBC Microsoft Access Driver] Syntax error in UPDATE statement.
The error occurred while processing an element with a general identifier of
(CFQUERY), occupying document position (2:1) to (2:28).
===

Here is my query. All fields are in text format. No date formats. Valid is a
yes/no field. I just can't figure out what is wrong.

cfif isdefined("valid")cfset valid=1cfelsecfset valid=0/cfif
cfquery datasource="idata"
UPDATE Snowboard_Riders
  SET loginname='#loginname#',
  password='#password#',
  years='#years#',
  email='#email#',
  from='#from#',
  fav_place='#fav_place#',
  trick='#trick#',
  started='#started#',
  ride_exper='#ride_exper#',
  valid='#valid#'
WHERE Rider_ID = #Rider_ID#
/cfquery

cflocation url="updatedone.cfm?LoginName=#LoginName#" addtoken="yes"



Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a
message with 'unsubscribe' in the body to [EMAIL PROTECTED]

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



RE: Hidden Form Feilds

2000-11-09 Thread Simon Horwith

I'd put them all together, either just before the closing form tag or just
after the opening form tag, if possible.  Try removing whitespace between
them, if that didn't help.

~Simon

 Simon Horwith
 Certified ColdFusion Developer
 Fig Leaf Software
 1400 16th St NW, # 220
 Washington DC 20036
 202.797.6570 (direct line)
 www.figleaf.com
 


-Original Message-
From: wpdd [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 09, 2000 11:54 AM
To: CF-Talk
Subject: Hidden Form Feilds


I need to pass many Hidden form fields and having a problem with messing up
my lay out it adding allot of space has anyone had to deal  with this

Thanks
mike


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a
message with 'unsubscribe' in the body to [EMAIL PROTECTED]

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



Re: Update Error

2000-11-09 Thread Dylan Bromby

Two things to check:

1) Are these vars passed in a URL? Do they need to be URLEncoded?
2) Are you entering a value into SQL that causes truncation? You don't
always get truncation errors specifically, because they can cause other
errors. Sometimes it's good to check.

--Dylan

- Original Message -
From: "Jeremy Toevs" [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Thursday, November 09, 2000 8:37 AM
Subject: Update Error


I recieved the following error and can not figure out how to fix it. My
query looks just like the rest of my other ones, but this one just doesn't
seem to work. Can you help me out?

===
Error Occurred While Processing Request
Error Diagnostic Information
ODBC Error Code = 37000 (Syntax error or access violation)
[Microsoft][ODBC Microsoft Access Driver] Syntax error in UPDATE statement.
The error occurred while processing an element with a general identifier of
(CFQUERY), occupying document position (2:1) to (2:28).
===

Here is my query. All fields are in text format. No date formats. Valid is a
yes/no field. I just can't figure out what is wrong.

cfif isdefined("valid")cfset valid=1cfelsecfset valid=0/cfif
cfquery datasource="idata"
UPDATE Snowboard_Riders
  SET loginname='#loginname#',
  password='#password#',
  years='#years#',
  email='#email#',
  from='#from#',
  fav_place='#fav_place#',
  trick='#trick#',
  started='#started#',
  ride_exper='#ride_exper#',
  valid='#valid#'
WHERE Rider_ID = #Rider_ID#
/cfquery

cflocation url="updatedone.cfm?LoginName=#LoginName#" addtoken="yes"



Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=sts or send a
message with 'unsubscribe' in the body to [EMAIL PROTECTED]



Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



RE: Form Validate????

2000-11-09 Thread Simon Horwith

you can set input type =text boxes with the Maxlength parameter.  You'll
have to use javascript to do it for a textfield (if you're doing all
validation client - side).

~Simon

 Simon Horwith
 Certified ColdFusion Developer
 Fig Leaf Software
 1400 16th St NW, # 220
 Washington DC 20036
 202.797.6570 (direct line)
 www.figleaf.com
 


-Original Message-
From: Auction Hard Drive [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 09, 2000 12:31 PM
To: CF-Talk
Subject: Form Validate


Is there any way to validate a form field field so it is limited to 45
characters?


Thanks,
Rich



Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a
message with 'unsubscribe' in the body to [EMAIL PROTECTED]

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



RE: Update Error

2000-11-09 Thread Nardi, Gaston

maybe the "from" field, that is a reserved SQL word ?

Greets,


Gastón 



 -Mensaje original-
 De:   Jeremy Toevs [SMTP:[EMAIL PROTECTED]]
 Enviado el:   Jueves 9 de Noviembre de 2000 13:37
 Para: CF-Talk
 Asunto:   Update Error
 
 I recieved the following error and can not figure out how to fix it. My
 query looks just like the rest of my other ones, but this one just doesn't
 seem to work. Can you help me out?
 
 ===
 Error Occurred While Processing Request
 Error Diagnostic Information
 ODBC Error Code = 37000 (Syntax error or access violation)
 [Microsoft][ODBC Microsoft Access Driver] Syntax error in UPDATE
 statement.
 The error occurred while processing an element with a general identifier
 of (CFQUERY), occupying document position (2:1) to (2:28).
 ===
 
 Here is my query. All fields are in text format. No date formats. Valid is
 a yes/no field. I just can't figure out what is wrong.
 
 cfif isdefined("valid")cfset valid=1cfelsecfset valid=0/cfif
 cfquery datasource="idata"
 UPDATE Snowboard_Riders
   SET loginname='#loginname#',
 password='#password#',
 years='#years#',
 email='#email#',
 from='#from#',
 fav_place='#fav_place#',
 trick='#trick#',
 started='#started#',
   ride_exper='#ride_exper#',
 valid='#valid#'
 WHERE Rider_ID = #Rider_ID#
 /cfquery
 
 cflocation url="updatedone.cfm?LoginName=#LoginName#" addtoken="yes"
 
 --
 --
 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
 Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send
 a message with 'unsubscribe' in the body to
 [EMAIL PROTECTED]

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebarRsts or send a message with 
'unsubscribe' in the body to [EMAIL PROTECTED]



Re: Send HTML email through CFMAIL

2000-11-09 Thread Dylan Bromby

TYPE="HTML"

- Original Message -
From: "Hong" [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Thursday, November 09, 2000 9:27 AM
Subject: Send HTML email through CFMAIL


 Dear list,

 This is a simple question.

 I want to send a HTML page to a list of people in HTML format though
 CFMAIL,
 like the HTML newsletter we get from certain websites.

 How to do that?  Any required parameters, attributes, etc.

 Thanks!

 Hong

 _
 Do You Yahoo!?
 Get your free @yahoo.com address at http://mail.yahoo.com

 --
--
 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
 Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send
a message with 'unsubscribe' in the body to
[EMAIL PROTECTED]



Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



Re: Update Error

2000-11-09 Thread pan


From: "Jeremy Toevs" [EMAIL PROTECTED]

 I recieved the following error and can not figure out how to fix it. My query
looks just like the rest of my other ones, but this one just doesn't seem to
work. Can you help me out?

 ===
 Error Occurred While Processing Request
 Error Diagnostic Information
 ODBC Error Code = 37000 (Syntax error or access violation)
 [Microsoft][ODBC Microsoft Access Driver] Syntax error in UPDATE statement.
 The error occurred while processing an element with a general identifier of
(CFQUERY), occupying document position (2:1) to (2:28).
 ===

 Here is my query. All fields are in text format. No date formats. Valid is a
yes/no field. I just can't figure out what is wrong.


When you pass '#valid#' what are the actual values the var can take?



Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



Re: Form Validate????

2000-11-09 Thread Dylan Bromby

INPUT TYPE="TEXT" NAME="name" MAXLENGTH="45"

- Original Message -
From: "Auction Hard Drive" [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Thursday, November 09, 2000 9:30 AM
Subject: Form Validate


 Is there any way to validate a form field field so it is limited to 45
 characters?


 Thanks,
 Rich

 --
--
 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
 Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send
a message with 'unsubscribe' in the body to
[EMAIL PROTECTED]



Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



Re: Load/Stress Testing

2000-11-09 Thread Dylan Bromby

If you're cramped on budget, you can use inetload for free. It's totally
scriptable too.

- Original Message -
From: "Eron Cohen" [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Thursday, November 09, 2000 8:24 AM
Subject: RE: Load/Stress Testing


 Evan,

 There's an excellent small company that concentrates
 exclusively on load testing sites.  Its called
 DownRight software.

 http://www.downright.com/

 In general, when it comes to something like load
 testing, the software tools are expensive and its hard
 to find good experienced people.  I think you have the
 right idea in outsourcing.  You might be better off
 going with a consulting company like the one above so
 you get the experienced staff and the tools in one go.

 -Original Message-
 From: Evan Lavidor [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, November 07, 2000 12:41 PM
 To: CF-Talk
 Subject: Load/Stress Testing


 Does anyone have any good suggestions for companies
 that do load/stress
 testing on sites?

 I'm not looking for programs a la Microsoft's tools,
 WebLoad, etc.; I'm
 actually looking for a company we can outsource to.

 Thanks for the advice.

 Evan

 --
 -=-=-=-=-=-=-=-=-=-
 Evan Lavidor
 Circle.com Boston
 Tel: 617-585-3107
 Fax: 617-585-3091
 -=-=-=-=-=-=-=-=-=-

 --
--
 Archives:
 http://www.mail-archive.com/cf-talk@houseoffusion.com/
 Unsubscribe:
 http://www.houseoffusion.com/index.cfm?sidebar=lists
 or send a message with 'unsubscribe' in the body to
[EMAIL PROTECTED]

 __
 Do You Yahoo!?
 Thousands of Stores.  Millions of Products.  All in one Place.
 http://shopping.yahoo.com/
 --
--
 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
 Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send
a message with 'unsubscribe' in the body to
[EMAIL PROTECTED]



Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



Re: Session Timeouts! Please help!

2000-11-09 Thread Dylan Bromby

Do you have any nested includes that might invoke a different
application.cfm?

- Original Message -
From: "Neil H." [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Thursday, November 09, 2000 8:21 AM
Subject: Session Timeouts! Please help!


 I have a program that I have not changed at all.  The server hasn't
changed
 either.  I did try a reboot but for some reason the sessions still timeout
 after approximately 2 minutes.  I checked the session variable settings in
 the server and they are an hour.  I changed the application.cfm to extend
 for an hour also.

 Any suggestions or ideas?

 Thanks,

 Neil

 --
--
 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
 Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send
a message with 'unsubscribe' in the body to
[EMAIL PROTECTED]



Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



Re: Update Error

2000-11-09 Thread Gregory Harris

I think valid = '#valid#' needs to be changed, if it's a yes/no field
#Valid# should either be 0 or 1 without quotes or basically:

Valid=0
Valid=1


That should do it...

Gregory Harris
Web Developer
Stirling Bridge Group LLC

- Original Message -
From: "Jeremy Toevs" [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Thursday, November 09, 2000 8:37 AM
Subject: Update Error


 I recieved the following error and can not figure out how to fix it. My
query looks just like the rest of my other ones, but this one just doesn't
seem to work. Can you help me out?

 ===
 Error Occurred While Processing Request
 Error Diagnostic Information
 ODBC Error Code = 37000 (Syntax error or access violation)
 [Microsoft][ODBC Microsoft Access Driver] Syntax error in UPDATE
statement.
 The error occurred while processing an element with a general identifier
of (CFQUERY), occupying document position (2:1) to (2:28).
 ===

 Here is my query. All fields are in text format. No date formats. Valid is
a yes/no field. I just can't figure out what is wrong.

 cfif isdefined("valid")cfset valid=1cfelsecfset valid=0/cfif
 cfquery datasource="idata"
 UPDATE Snowboard_Riders
   SET loginname='#loginname#',
   password='#password#',
   years='#years#',
   email='#email#',
   from='#from#',
   fav_place='#fav_place#',
   trick='#trick#',
   started='#started#',
   ride_exper='#ride_exper#',
   valid='#valid#'
 WHERE Rider_ID = #Rider_ID#
 /cfquery

 cflocation url="updatedone.cfm?LoginName=#LoginName#" addtoken="yes"

 --
--
 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
 Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar




Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



Cold Fusion Oracle

2000-11-09 Thread Peter Benoit

Any suggestions where I can find information on how to use cold fusion with
Oracle?  I've never used anything but an Access DB up until this point, so
I'm wondering what challenges lay ahead for me.

Thanks,
Peter


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



RE: Form Validate????

2000-11-09 Thread Doug Powell

cfinput type="Text" name="" required="No" maxlength="45"

-Original Message-
From: Auction Hard Drive [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 09, 2000 12:31 PM
To: CF-Talk
Subject: Form Validate


Is there any way to validate a form field field so it is limited to 45
characters?


Thanks,
Rich



Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a
message with 'unsubscribe' in the body to [EMAIL PROTECTED]



Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



Re: Send HTML email through CFMAIL

2000-11-09 Thread Howie Hamlin

Just put Type="HTML" into the CFMail tag.

HTH,

Howie Hamlin - inFusion Project Manager
On-Line Data Solutions, Inc.
www.CoolFusion.com
631-737-4668 x101
inFusion Mail Server (iMS) - the World's most configurable mail server

- Original Message -
From: "Hong" [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Thursday, November 09, 2000 12:27 PM
Subject: Send HTML email through CFMAIL


 Dear list,


 This is a simple question.

 I want to send a HTML page to a list of people in HTML format though
 CFMAIL,
 like the HTML newsletter we get from certain websites.

 How to do that?  Any required parameters, attributes, etc.

 Thanks!

 Hong


 _

 Do You Yahoo!?

 Get your free @yahoo.com address at http://mail.yahoo.com



 --
--
 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
 Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send
a message with 'unsubscribe' in the body to
[EMAIL PROTECTED]


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



RE: New Fusebox Book

2000-11-09 Thread Stephen Moretti

Alex,


 For anyone who has purchased the E-Book version:

 Is it me, or is the print button disabled within Acrobat?

Don't worry you're not the only one... ;o)

I've just spoken to Judith Dinowitz and she tells me that there will be a
new printable version of the PDF on the fusebox site later today.

She was a bit busy, so I didn't want bug her too much, so I neglected to ask
whether you would be able to get a new printable copy to replace your
non-printing version.  I'm sure that there will be a note on the fusebox
site when the new version goes up, so I would just keep an eye out on the
site.

Regards

Stephen


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



RE: Update Error

2000-11-09 Thread Christopher Olive, CIO

you don't need ticks around valid if it's a yes/no field.

chris olive, cio
cresco technologies
[EMAIL PROTECTED]
http://www.crescotech.com



-Original Message-
From: Jeremy Toevs [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 09, 2000 11:37 AM
To: CF-Talk
Subject: Update Error


I recieved the following error and can not figure out how to fix it. My
query looks just like the rest of my other ones, but this one just doesn't
seem to work. Can you help me out?

===
Error Occurred While Processing Request
Error Diagnostic Information
ODBC Error Code = 37000 (Syntax error or access violation)
[Microsoft][ODBC Microsoft Access Driver] Syntax error in UPDATE statement.
The error occurred while processing an element with a general identifier of
(CFQUERY), occupying document position (2:1) to (2:28).
===

Here is my query. All fields are in text format. No date formats. Valid is a
yes/no field. I just can't figure out what is wrong.

cfif isdefined("valid")cfset valid=1cfelsecfset valid=0/cfif
cfquery datasource="idata"
UPDATE Snowboard_Riders
  SET loginname='#loginname#',
  password='#password#',
  years='#years#',
  email='#email#',
  from='#from#',
  fav_place='#fav_place#',
  trick='#trick#',
  started='#started#',
  ride_exper='#ride_exper#',
  valid='#valid#'
WHERE Rider_ID = #Rider_ID#
/cfquery

cflocation url="updatedone.cfm?LoginName=#LoginName#" addtoken="yes"



Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=sts or send a
message with 'unsubscribe' in the body to [EMAIL PROTECTED]


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



cfhttp

2000-11-09 Thread Brian L. Wolfsohn

I'm having a problem with cfhttpparam

if there is an  in the attributes.cClass variable, i'm either getting a 
connection failure response, or the page is timing out.

the  may be a legitimate character to be in the field, but in the 
meantime, i've worked around the problem by replacing the  with a /.  I'd 
like to be able to allow an  in this variable.

No , no problem..

Does anyone have any suggestions ??



cfhttpparam type="FORMFIELD" name="cClass" value=#attributes.cClass#


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



RE: Update Error

2000-11-09 Thread Craig M. Rosenblum

doesn't it need a name for the query?
it would be helpful to know field typing.
is this a form update?

 -Original Message-
 From: Jeremy Toevs [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, November 09, 2000 10:37 AM
 To: CF-Talk
 Subject: Update Error


 I recieved the following error and can not figure out how to fix
 it. My query looks just like the rest of my other ones, but this
 one just doesn't seem to work. Can you help me out?

 ===
 Error Occurred While Processing Request
 Error Diagnostic Information
 ODBC Error Code = 37000 (Syntax error or access violation)
 [Microsoft][ODBC Microsoft Access Driver] Syntax error in UPDATE
 statement.
 The error occurred while processing an element with a general
 identifier of (CFQUERY), occupying document position (2:1) to (2:28).
 ===

 Here is my query. All fields are in text format. No date formats.
 Valid is a yes/no field. I just can't figure out what is wrong.

 cfif isdefined("valid")cfset valid=1cfelsecfset valid=0/cfif
 cfquery datasource="idata"
 UPDATE Snowboard_Riders
   SET loginname='#loginname#',
 password='#password#',
 years='#years#',
 email='#email#',
 from='#from#',
 fav_place='#fav_place#',
 trick='#trick#',
 started='#started#',
   ride_exper='#ride_exper#',
 valid='#valid#'
 WHERE Rider_ID = #Rider_ID#
 /cfquery

 cflocation url="updatedone.cfm?LoginName=#LoginName#" addtoken="yes"

 --
 --
 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
 Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebarÿsts
 or send a message with 'unsubscribe' in the body to
 [EMAIL PROTECTED]



Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebarRsts or send a message with 
'unsubscribe' in the body to [EMAIL PROTECTED]



  1   2   3   >