I am trying to write an application with Access as back-end. The access db
has a couple of linked tables. When I try to access
those linked tables (no matter whether they are linked
using a network drive lettre like T:\xyz.mdb or using
a UNC like \\servername\sharename\xyz.mdb) I get the
following error:

===========================
Error Diagnostic Information
ODBC Error Code = S1000 (General error)

[Microsoft][ODBC Microsoft Access Driver] The Microsoft Jet database engine
cannot open the file 'X:\test\db1.mdb'. It is already opened exclusively by
another user, or you need permission to view its data.

The error occurred while processing an element with a general identifier of
(CFQUERY), occupying document position (11:1) to (11:61).

Date/Time: 11/11/00 22:14:55
Browser: Mozilla/4.0 (compatible; MSIE 5.0; Windows NT; DigExt)
Remote Address: 127.0.0.1
===============================================

The table is not exclusively opened at the time
query is run. I am not sure as to how I can grant
permissions to ColdFusion to view the data in linked
tables. Can someone tell me how to fix this 
problem? Any help will be greatly appreciated. 


Thanks

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 02, 2001 6:40 AM
To: [EMAIL PROTECTED]
Subject: CF-Talk-list V1 #308


CF-Talk-list                   Wed, 2 May 2001           Volume 1 : Number
308

In this issue:

        Re: Password Encrypted?
        pass form.variable by URL
        Re: pass form.variable by URL
        Re: Hosting
        Re: E-newsletter kills our server - any ideas?
        Re: E-newsletter kills our server - any ideas?
        Re: Encrypted ASP
        Still need help with oracle on linux...
        Re: custom tag for a progress meter
        Re: CF-Partners List
        RE: group by month??
        RE: CF-Partners List
        SQL Sever
        Re: Password Encrypted?
        IIS 5 SECURITY ALERT!!!
        Re: Verity creating duplicate records - Please help
        Re: CF-Partners List
        RE: Connecting to MSDE on Another Server
        RE: I'm sure this worked earlier
        put a name and email address in CFMAIL
        CFX_IMAGE
        FW: cfx_http
        IIS 4, 404 http error & fusebox
        RE: Still need help with oracle on linux...
        FW: Update in CFquery is failing, somone code check this ? FIXED
        IIS 4, 404 http error & fusebox (more data)
        Re: pass form.variable by URL
        RE: IIS 4, 404 http error & fusebox (more data)


----------------------------------------------------------------------

Date: Tue, 01 May 2001 21:42:56 -0500
From: Josh Meekhof <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Re: Password Encrypted?
Message-ID: <[EMAIL PROTECTED]>

Christine,
There is a CFX available to you if you are using Windows.  Go to the tag
gallerey and do a search for MD5 hash. There are at least a couple of
different compiled custom tags that implement an MD5 hash.

--
Josh Meekhof

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm

------------------------------

Date: Tue, 01 May 2001 19:42:34 -0700 (PDT)
From: FARRAH NG <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: pass form.variable by URL
Message-ID: <6838527.988771354733.JavaMail.tester@hvwww6>

I am trying to pass a form.variable to another cfm page but with no 
success.  I have a form variable call INFO and my code of trying to
pass the variable through window.open using URL is like :

<input type="button" value="go" onclick="window.open('<cfoutput>
myaction.cfm?msg=#form.info#</cfoutput>\,'','height=300,width=300')";>

and CF server returns an error since it does not recognize #form.info#
within the window.open.  I tried to replace #form.info# with 
info.value but it makes no different.

If there is anyone have any idea please give me a hand.

thanks



--------------------------------------------------------------------------
Global Internet phone calls, voicemail, fax, e-mail and instant messaging.
Sign-up today at http://www.hotvoice.com

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm

------------------------------

Date: Tue, 01 May 2001 22:01:20 -0500
From: Josh Meekhof <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Re: pass form.variable by URL
Message-ID: <[EMAIL PROTECTED]>

Are you sure that the variable you are trying to reference is found in
the form scope? i.e. it was POSTed from another template?  Try
referencing this variable from the URL scope or without a scope at all.

--
Josh Meekhof

FARRAH NG wrote:
> 
> I am trying to pass a form.variable to another cfm page but with no
> success.  I have a form variable call INFO and my code of trying to
> pass the variable through window.open using URL is like :
> 
> <input type="button" value="go" onclick="window.open('<cfoutput>
> myaction.cfm?msg=#form.info#</cfoutput>\,'','height=300,width=300')";>
> 
> and CF server returns an error since it does not recognize #form.info#
> within the window.open.  I tried to replace #form.info# with
> info.value but it makes no different.
> 
> If there is anyone have any idea please give me a hand.
> 
> thanks
> 
> --------------------------------------------------------------------------
> Global Internet phone calls, voicemail, fax, e-mail and instant messaging.
> Sign-up today at http://www.hotvoice.com
> 
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm

------------------------------

Date: Tue, 01 May 2001 22:59:35 -0400
From: "Bill Davidson" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Re: Hosting
Message-ID: <005701c0d2b3$eb90fae0$[EMAIL PROTECTED]>

I HIGHLY recommend Edgewebhosting.net - they have amazing support and
customer service for cold fusion clients. We're getting our second server
there this week, and after starting with 1 account on a shared server to
dozens of domains, they've been top notch.

-Bill
brainbox

----- Original Message -----
From: "CF Crazy" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, May 01, 2001 4:01 PM
Subject: Hosting


> Anyone know of a hosting company who will provide the CF/SQL server and
> manage it?
> I just need monthly cost for a year contract. Maybe setup too.
>
> Steph
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm

------------------------------

Date: Tue, 01 May 2001 23:10:14 -0400
From: "Bill Davidson" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Re: E-newsletter kills our server - any ideas?
Message-ID: <007b01c0d2b5$68c61760$[EMAIL PROTECTED]>

That depends... If you the only app running on the box, fine, let it go to
full utilization and get the job done fast as possible... However this
almost never the case.  Write some code to stagger the email.  It is also
possible you're running into that CFMAIL bug someone was speaking of.

I've heard of a CFMAIL replacement tag that is a lot better.  That's
definitely one area CF could improve.  At LEAST give us the capability to
specify a username/password.  We have a server that's just for mail, but we
authenticate based on username & password not IP.

-Bill
www.brainbox.tv
----- Original Message -----
X-Sybari-Space: 00000000 00000000 00000000 00000000
From: "Michael Kear" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, May 01, 2001 7:50 PM
Subject: E-newsletter kills our server - any ideas?


> When we send our weekly e-newsletter (list of 8500 emails) our network guy
> complains that we're putting our server up to 100% and it kills the shop
> (asp, MS Site Server Commerce) and the site only comes up again after a re
> boot.
>
> Can anyone give any suggestions as to whether putting the server up to
> 100% usage would be such a huge problem?   I thought that was the idea -
> to use full processing power to do the job as fast as possible.  If it
> isnt desirable,  how can I reduce the demand on teh server that this email
> uses?   (It's just a CFMAIL app sending a plain text email to addresses
> pulled from our SQLServer7 database).
>
> If it's OK to have the server at 100%, what else might be causing this
> kind of problem that I'm getting blamed for?
>
> Cheers,
> Mike Kear
> AFP Webworks,
> Windsor, NSW, Australia
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm

------------------------------

Date: Tue, 01 May 2001 21:34:30 -0600
From: "Jim McAtee" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Re: E-newsletter kills our server - any ideas?
Message-ID: <013701c0d2b8$cc04b590$352fa8ce@Jim>

How long is the machine at 100% CPU usage?  Seconds, minutes, hours?  If
other applications on the machine are being affected, then apparently it
isn't OK for the CPU to be tied up this much.

Is the email server that sends those messages running on the same machine by
any chance?  That could easily peg the meter for a long time after CF has
passed off its 8500 messages.  If that's the case, a better solution would
be to use an outgoing SMTP server on another machine that can afford to be
tied up.  If this isn't an option, then figure out a means for breaking up
the bursts into smaller blocks of messages.  The CPU may still go to 100%
for short periods of time, but it should be less of a problem for other
applications.  If the machine isn't particularly fast, or if the email
server software is a dog, then you might have to break it up into very small
chunks, perhaps as small as 250 messages at a time.

Jim


----- Original Message -----
From: "Michael Kear" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, May 01, 2001 5:50 PM
Subject: E-newsletter kills our server - any ideas?


> When we send our weekly e-newsletter (list of 8500 emails) our network guy
> complains that we're putting our server up to 100% and it kills the shop
> (asp, MS Site Server Commerce) and the site only comes up again after a re
> boot.
>
> Can anyone give any suggestions as to whether putting the server up to
> 100% usage would be such a huge problem?   I thought that was the idea -
> to use full processing power to do the job as fast as possible.  If it
> isnt desirable,  how can I reduce the demand on teh server that this email
> uses?   (It's just a CFMAIL app sending a plain text email to addresses
> pulled from our SQLServer7 database).
>
> If it's OK to have the server at 100%, what else might be causing this
> kind of problem that I'm getting blamed for?
>
> Cheers,
> Mike Kear
> AFP Webworks,
> Windsor, NSW, Australia


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm

------------------------------

Date: Tue, 01 May 2001 21:41:13 -0600
From: "Jim McAtee" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Re: Encrypted ASP
Message-ID: <014901c0d2b9$bc57fe80$352fa8ce@Jim>

----- Original Message -----
From: <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, May 01, 2001 4:03 PM
Subject: RE: Encrypted ASP


> > Does anyone know where to find a decrypting program for encrypted ASP
> > scripts?  I'm guessing the MS encryption algorithm probably isn't much
> > better than that used by Allaire.
>
> I searched the web for a couple hours once, and came up dry. Which makes
> me happy. :) I'm sure it's out there, but it's nowhere near as easy to
> find as the cf decrypter.
>
> Only downside to the ASP encrypter is that the entire file is encrypted...
> only the asp code. So folks can still make changes to any exposed HTML
> output items. (And wrapping all the output in Response.writes is a big
> pain.)

I'm not sure that's necessarily a downside.  You might mix encrypted code
with less critical output code that you don't mind being modified.

In my situation, however, the application I'm looking at has a lot of the
page output code encrypted.  I'd just like to be able to get into this
output code and couldn't care less about what's being hidden.  The
application is pretty simple, I'm guessing that the reason some of it is
encrypted is that it would expose the interface to several services running
on server.

Jim


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm

------------------------------

Date: Wed, 02 May 2001 00:03:08 -0400 (EDT)
From: Tony Schreiber <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Still need help with oracle on linux...
Message-ID:
<[EMAIL PROTECTED]>

Please please please, let me get what I want this time... ;p

I'm going nuts with this thing:

Oracle 8.0.5 client
Redhat Linux
CF 4.5 Pro

How do I connect to an Oracle database?

I've tried different connect strings
I've tried building an tnsnames.ora file
I've checkd and rechecked the permissions, paths and libraries...

Ug!!!

I haven't found a single comprehensive How-to either. Someone needs to
right one. I seem to find parts here and parts there...

But regardless, I don't seem to be getting anywhere. ;(

Tony Schreiber, Senior Partner                  Man and Machine, Limited
mailto:[EMAIL PROTECTED]                   http://www.technocraft.com

http://www.simplemessageboard.com ___Free Forum Software for Cold Fusion
http://www.is300.net ___________The Enthusiast's Home of the Lexus IS300
http://www.digitacamera.com ______________DigitA Camera Scripts and Tips
http://www.linklabexchange.com _____________Miata Link ECU Data Exchange


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm

------------------------------

Date: Wed, 02 May 2001 00:25:14 -0700
From: "Jeanne Sarfaty Glazer" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Re: custom tag for a progress meter
Message-ID: <000701c0d2d9$07daf460$[EMAIL PROTECTED]>

http://www.GoshDamnit.com/CF_ProgressBar.zip

Best,
- - - Jeanne

----- Original Message -----
From: Brad Comer <[EMAIL PROTECTED]>
To: CF-Talk <[EMAIL PROTECTED]>
Sent: Tuesday, May 01, 2001 2:10 PM
Subject: custom tag for a progress meter


> I know there is a custom tag that will show a progress meter as a page
> loads...anyone know where I can find it?
>
> Thanks
> Brad Comer
> [EMAIL PROTECTED]
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm

------------------------------

Date: Wed, 02 May 2001 00:46:51 -0700
From: "Bonnie Betts" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Re: CF-Partners List
Message-ID: <010901c0d2dc$0d7ce1a0$3a7ffea9@bbetts>

Ya know, I was thinking....

My computer has been down for about 3 days now,... I come back online to
find this hot topic blazing on the list about the Hosting edition,
CF-Partners, etc. and I really would like to just focus on that subject
alone.  I sorted my email by subject, but still that didnt' get me any
chronological order of the subject etc.  Not to mention that I can't
possibly read it all before I go to bed and can't get my emails that have
downloaded at work tomorrow so I can't finish follow-up at work.  It's
really too bad this format isn't an online forum instead of an email list.
I just started a new job this week so I didn't have a chance yet to
subscribe for my work email address yet.  And I actually dread doing that
because that would mean wading thru 200ish emails/day both at home and at
work and many would be duplicates (time waste reading dups).  Is there an
archive section of subjects or list postings etc that I'm not aware of?
Does anyone have a suggestion for a 'wander CF Devr' to stay current (while
being practical with time restraints)?

Bonnie E. Betts
[EMAIL PROTECTED]
www.interacttechs.com


----- Original Message -----
From: "Michael Dinowitz" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, April 30, 2001 8:17 AM
Subject: Re: CF-Partners List


> ******************************* Team Allaire
*******************************
> On the topic of "mine is bigger than yours", the list gets an average of
200
> posts a day. Multiply that by 30 days and that's your 6000 messages. Now
if
> that's just a month, think of how much you have after a year. Now think of
> ALL the lists together.
> Anyone want to buy me a new hard drive for my mail alone? ;)
>
>
> > Only 6000? Your post made me take a look at my CF-Talk folder. I've got
> over
> > 12,000 and that's after archiving almost 5000 to a local DB. Guess
you're
> > right, it's time to archive again.
> >
> > Thx
> >
> > Stephen
> >
> > -----Original Message-----
> > From: ibtoad [mailto:[EMAIL PROTECTED]]
> > Sent: Monday, April 30, 2001 10:27 AM
> > To: CF-Talk
> > Subject: RE: CF-Partners List
> >
> >
> > I agree,  my CF-Talk folder has over 6000 messages in it. I think its
time
> > to clean up.
> > Rich
> >
> > -----Original Message-----
> > From: Jeffry Houser [mailto:[EMAIL PROTECTED]]
> > Sent: Monday, April 30, 2001 12:43 PM
> > To: CF-Talk
> > Subject: Re: CF-Partners List
> >
> >
> >
> >    Only if you set up a filter to do it...  Personally, I don't think I
> > could survive on a daily basis without e-mail filtering.
> >
> > At 09:20 AM 04/30/2001 -0400, you wrote:
> > >Doesn't email filtering accomplish the same task?
> > >
> > >Howie
> > >
> > >----- Original Message -----
> > >From: "Aidan Whitehall" <[EMAIL PROTECTED]>
> > >To: "CF-Talk" <[EMAIL PROTECTED]>
> > >Sent: Monday, April 30, 2001 5:05 AM
> > >Subject: RE: CF-Partners List
> > >
> > >
> > > >
> > > > Great idea. I was getting sick of opening up e-mails (in Outlook)
just
> > to
> > > > see if an e-mail came from a macromedia.com address.
> > > >
> > > > Any chance of doing the same for e-mails from allaire.com?
> > > >
> > > >
> > > > --
> > > > Aidan Whitehall <[EMAIL PROTECTED]>
> > > > Netshopperuk
> > > > Telephone +44 (01744) 648650
> > > >
> > > >
> > >
> >
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm

------------------------------

Date: Tue, 01 May 2001 21:35:14 -0700
From: David Shadovitz <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: RE: group by month??
Message-ID: <[EMAIL PROTECTED]>

That should do it.  Just wanted to mention that you could also try
  GROUP BY DATEPART(m,myDateField)
-David


On Tuesday, May 01, 2001 5:05 PM, Bob Silverberg
[SMTP:[EMAIL PROTECTED]] 
wrote:
> Try:
>
> SELECT MONTH(myDateField) As myMonth FROM ... in your SQL statement.  That
> should return a column in your result set that just has the month portion
of
> the date.
>
> Bob
>
> -----Original Message-----
> From: Jeff Fongemie [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, May 01, 2001 7:16 PM
> To: CF-Talk
> Subject: group by month??
>
>
> Hello cf-talk,
>
>  I have a list of events I want to show on a web page. Each event is
>   listed as month, days and name of event.
>
>   Needs to look like this on the webpage:
>
>   APRIL     22-26 Ricky and his stupid band
>             28-30 Carla and her bad voice
>
>   MAY       2-4   Zippy and the ZipRockets
>             10-12 Dummy and the Dummets
>
>
>
> I'm trying to make a group by month CFOUTPUT work, but with no luck.
> Since the GROUP BY looks at the complete date. No real grouping.
>
> Can I group by just the month, or do I need to start at the input side
> in the database. I was thinking of setting up the access database to
> accept just a month, but it can't. I also need it to be a real date so
> I can sort (not a text field)
>
> Am I approaching this from the right angle?? Missing an obviously
> better way to do this??
>
>
> Best regards,
>  Jeff Fongemie                          mailto:[EMAIL PROTECTED]
> ------------------------
> Internet Guns For Hire
> (603) 356-0768
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm

------------------------------

Date: Wed, 02 May 2001 00:56:42 -0400
From: "Aaron Johnson" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: RE: CF-Partners List
Message-ID: <[EMAIL PROTECTED]>

Hi Bonnie,

I'm sure someone will point this out sooner than I, but if not... check out
the bottom of these emails...
http://www.mail-archive.com/[email protected]/

:)

Web-based, archived, and searchable.

Aaron Johnson, MCSE, MCP+I
Allaire Certified ColdFusion Developer
MINDSEYE, Inc.
<phn>617.350.0339
<fax>617.350.8884
<icq>66172567
[EMAIL PROTECTED]

> -----Original Message-----
> From: Bonnie Betts [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, May 02, 2001 3:47 AM
> To: CF-Talk
> Subject: Re: CF-Partners List
>
>
> Ya know, I was thinking....
>
> My computer has been down for about 3 days now,... I come back online to
> find this hot topic blazing on the list about the Hosting edition,
> CF-Partners, etc. and I really would like to just focus on that subject
> alone.  I sorted my email by subject, but still that didnt' get me any
> chronological order of the subject etc.  Not to mention that I can't
> possibly read it all before I go to bed and can't get my emails that have
> downloaded at work tomorrow so I can't finish follow-up at work.  It's
> really too bad this format isn't an online forum instead of an email list.
> I just started a new job this week so I didn't have a chance yet to
> subscribe for my work email address yet.  And I actually dread doing that
> because that would mean wading thru 200ish emails/day both at home and at
> work and many would be duplicates (time waste reading dups).  Is there an
> archive section of subjects or list postings etc that I'm not aware of?
> Does anyone have a suggestion for a 'wander CF Devr' to stay
> current (while
> being practical with time restraints)?
>
> Bonnie E. Betts
> [EMAIL PROTECTED]
> www.interacttechs.com
>
>
> ----- Original Message -----
> From: "Michael Dinowitz" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Monday, April 30, 2001 8:17 AM
> Subject: Re: CF-Partners List
>
>
> > ******************************* Team Allaire
> *******************************
> > On the topic of "mine is bigger than yours", the list gets an average of
> 200
> > posts a day. Multiply that by 30 days and that's your 6000 messages. Now
> if
> > that's just a month, think of how much you have after a year.
> Now think of
> > ALL the lists together.
> > Anyone want to buy me a new hard drive for my mail alone? ;)
> >
> >
> > > Only 6000? Your post made me take a look at my CF-Talk
> folder. I've got
> > over
> > > 12,000 and that's after archiving almost 5000 to a local DB. Guess
> you're
> > > right, it's time to archive again.
> > >
> > > Thx
> > >
> > > Stephen
> > >
> > > -----Original Message-----
> > > From: ibtoad [mailto:[EMAIL PROTECTED]]
> > > Sent: Monday, April 30, 2001 10:27 AM
> > > To: CF-Talk
> > > Subject: RE: CF-Partners List
> > >
> > >
> > > I agree,  my CF-Talk folder has over 6000 messages in it. I think its
> time
> > > to clean up.
> > > Rich
> > >
> > > -----Original Message-----
> > > From: Jeffry Houser [mailto:[EMAIL PROTECTED]]
> > > Sent: Monday, April 30, 2001 12:43 PM
> > > To: CF-Talk
> > > Subject: Re: CF-Partners List
> > >
> > >
> > >
> > >    Only if you set up a filter to do it...  Personally, I
> don't think I
> > > could survive on a daily basis without e-mail filtering.
> > >
> > > At 09:20 AM 04/30/2001 -0400, you wrote:
> > > >Doesn't email filtering accomplish the same task?
> > > >
> > > >Howie
> > > >
> > > >----- Original Message -----
> > > >From: "Aidan Whitehall" <[EMAIL PROTECTED]>
> > > >To: "CF-Talk" <[EMAIL PROTECTED]>
> > > >Sent: Monday, April 30, 2001 5:05 AM
> > > >Subject: RE: CF-Partners List
> > > >
> > > >
> > > > >
> > > > > Great idea. I was getting sick of opening up e-mails (in Outlook)
> just
> > > to
> > > > > see if an e-mail came from a macromedia.com address.
> > > > >
> > > > > Any chance of doing the same for e-mails from allaire.com?
> > > > >
> > > > >
> > > > > --
> > > > > Aidan Whitehall <[EMAIL PROTECTED]>
> > > > > Netshopperuk
> > > > > Telephone +44 (01744) 648650
> > > > >
> > > > >
> > > >
> > >
> >
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm

------------------------------

Date: Wed, 02 May 2001 14:22:39 +0930
From: "Parker, Kevin" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: SQL Sever
Message-ID:
<[EMAIL PROTECTED]>

Can I get some advice please?

I feel a need to extend my limited CF prowess into using SQL Server for the
dBase as well as Access. Given that I would only utilise SQL Sever at hosted
facilities how much do I need to know about creating a database inside SQL
Server and doing routine adjustments associated with CF programming.

Can anyone suggest appropriate resources for acquiring this knowledge?

TIA?


****

Kevin Parker
Web Services Manager
WorkCover Corporation

[EMAIL PROTECTED]

www.workcover.com

p: +61 8 82332548
f: +61 8 82332000
m: 0418 800 287





****************************************************************************
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.
****************************************************************************

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm

------------------------------

Date: Tue, 01 May 2001 22:28:11 -0700
From: "Christine Kelley" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Re: Password Encrypted?
Message-ID: <004301c0d2c8$add9d400$6596a8c0@christine>

Thank-you all :)
    Christine

----- Original Message -----
From: "Josh Meekhof" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, May 01, 2001 7:42 PM
Subject: Re: Password Encrypted?


> Christine,
> There is a CFX available to you if you are using Windows.  Go to the tag
> gallerey and do a search for MD5 hash. There are at least a couple of
> different compiled custom tags that implement an MD5 hash.
>
> --
> Josh Meekhof
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm

------------------------------

Date: Tue, 01 May 2001 22:35:36 -0700
From: <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: IIS 5 SECURITY ALERT!!!
Message-ID: <001f01c0d2c9$b7255330$7bca1e40@desktop>

Microsoft races to plug Web security hole
http://news.cnet.com/news/0-1003-200-5784437.html?tag=dd.ne.dhm.nl-sty.0

Microsoft Security Bulletin MS01-023
Unchecked Buffer in ISAPI Extension Could Enable Compromise of IIS 5.0
Server
http://www.microsoft.com/technet/security/bulletin/MS01-023.asp

Windows 2000 IIS 5.0 Remote buffer overflow vulnerability (Remote SYSTEM
Level Access)
http://www.eeye.com/html/Research/Advisories/AD20010501.html

As I undertand it you have to remove .printer. But I know you all did this
when you removed .htr. Cold Fusion's docs also suggest all but the known
used ext should be remove.

HTM,
Rick
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm

------------------------------

Date: Wed, 2 May 2001 15:40:34 +1000
From: "Casey Giles" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Subject: Re: Verity creating duplicate records - Please help
Message-ID:
<[EMAIL PROTECTED]>

Hi Judith and All,

>From what I got out of the docs with CFINDEX the 'Purge' action should
delete ALL the records in the collection, 'update' should update any
records you pass in, and if it cant find a record for a particular key
you send; it will create a new record.

The problem is that it's not finding the record that already exists and
is creating duplicates...But only in this one collection, surely the
fact that it IS updating all the other 4 collections I have is proof
that it should work this way all the time.

I tried deleting an existing individual record before updating it, but
verity couldnt find the key to delete it. But yet it finds all the keys
when searching on them! I guess the collection is in some way corrupt to
behave this way, but I cant pin point why; when it seems to be fully
populated and searching fine (until I want to update or delete a key).

Does anyone else have any suggestions, Im really need to figure this one
out. A scheduled task fixes this daily but it really isnt nice for
people to see two results for the same article.

Is there any way a verity collection could get corrupted by what data
you feed into it? Are there limits to how long a field can be ?(Im
filling the 2 custom fields with long comma delimited lists)=20

Any help at all would be greatly appreciated...

Thanks
Casey Giles

Web Developer
B4Bsport.com

>
>You need to purge your collection before you update it. In the docs, it

>states that Verity will do just what you are describing.
>
>I have a little demo that I did for our local CFUG (MidOhioValley)
where I=20
>have this little tidbit:
><CFINDEX ACTION=3D"PURGE">
>This action basically deletes all the data in the collection/index, but

>leaves all the necessary infrastructure in place ready to be
re-populated=20
>with new data. It is important to perform this action after updating a=20
>database to ensure that you don't end up with duplicate, and possibly=20
>erroneous, data.
>
>Mind you, I did this for database indexing, not file indexing.
>
>Oh, the URL is http://lacer.cf-developer.net/VerityDemo/index.cfm
>
>HTH,
>Judith
>
>>Gday
>>
>>For some reason when I try to update one of my collections with
changes
>>to a single record, verity is creating a new record with the SAME key
(a
>>spectra objectid) rather than updating the collection for that record.
>>So Im getting multiple results referring to the same object in my
search
>>results. The call to cfindex is exactly the same, whether initially
>>populating the index with all the records or updating this single
>>record... the only difference is there is only 1 record in the query
>>when updating a single record.
>>
>>The data in each record is going in fine, and this is working with my
>>other collections.
>>
>Judith Taylor
>ICQ: 67460562
>Freelance ColdFusion Developer - Athens, OH
>
>Friends don't let friends code before coffee.

------------------------------

Date: Wed, 02 May 2001 16:17:31 +1000 (EST)
From: Michael Kear <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Re: CF-Partners List
Message-ID: <[EMAIL PROTECTED]>

Ok Bonnie,  let me give you the shortened version ...

1.  Someone at Macromedia had a brilliant idea, probably over the fifth
chardonnay of the evening that they could screw a lot more money out of
teh rich fat hosting companies if they gave them a special edition of CF
and charged them a whole lot more for it.

2. Macromedia announced the good news.

3. Every small developer in the world howled from the rooftops and sales
of ASP textbooks soared at Amazon.com

4. The guy at Macromedia, nursing a sore head, saw the messages in teh
cold light of day and pondered for a while if he could brazen it out, but
decided he wasn't in the White House and Wasn't at Redmond so he figured
it was probably an idea who's day hadn't come yet.

5.  Macromedia announced they'd listened to the developers and weren't
going to do this afterall.

6.  Every small developer in the world howled from the rooftops that
Macromedia were great cos they listen to their customers.  (Great huh?  If
Macromedia had taken the more traditional approach to lunatic ideas, and
just let it die or pretended it was not a real idea only a proposal that
wasn't going to be implemented, the good pR wouldn't have happened for
them.)

7.  The CF developoment community went back to work.

Now you don't have to read it all.

Cheers,
Mike Kear
Windsor, NSW, Australia
AFP Webworks.

On Wed, 2 May 2001, Bonnie Betts wrote:

> Ya know, I was thinking....
>
> My computer has been down for about 3 days now,... I come back online to
> find this hot topic blazing on the list about the Hosting edition,
> CF-Partners, etc. and I really would like to just focus on that subject
> alone.  I sorted my email by subject, but still that didnt' get me any
> chronological order of the subject etc.  Not to mention that I can't
> possibly read it all before I go to bed and can't get my emails that have
> downloaded at work tomorrow so I can't finish follow-up at work.  It's
> really too bad this format isn't an online forum instead of an email list.
> I just started a new job this week so I didn't have a chance yet to
> subscribe for my work email address yet.  And I actually dread doing that
> because that would mean wading thru 200ish emails/day both at home and at
> work and many would be duplicates (time waste reading dups).  Is there an
> archive section of subjects or list postings etc that I'm not aware of?
> Does anyone have a suggestion for a 'wander CF Devr' to stay current
(while
> being practical with time restraints)?
>
> Bonnie E. Betts
> [EMAIL PROTECTED]
> www.interacttechs.com
>
>
> ----- Original Message -----
> From: "Michael Dinowitz" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Monday, April 30, 2001 8:17 AM
> Subject: Re: CF-Partners List
>
>
> > ******************************* Team Allaire
> *******************************
> > On the topic of "mine is bigger than yours", the list gets an average of
> 200
> > posts a day. Multiply that by 30 days and that's your 6000 messages. Now
> if
> > that's just a month, think of how much you have after a year. Now think
of
> > ALL the lists together.
> > Anyone want to buy me a new hard drive for my mail alone? ;)
> >
> >
> > > Only 6000? Your post made me take a look at my CF-Talk folder. I've
got
> > over
> > > 12,000 and that's after archiving almost 5000 to a local DB. Guess
> you're
> > > right, it's time to archive again.
> > >
> > > Thx
> > >
> > > Stephen
> > >
> > > -----Original Message-----
> > > From: ibtoad [mailto:[EMAIL PROTECTED]]
> > > Sent: Monday, April 30, 2001 10:27 AM
> > > To: CF-Talk
> > > Subject: RE: CF-Partners List
> > >
> > >
> > > I agree,  my CF-Talk folder has over 6000 messages in it. I think its
> time
> > > to clean up.
> > > Rich
> > >
> > > -----Original Message-----
> > > From: Jeffry Houser [mailto:[EMAIL PROTECTED]]
> > > Sent: Monday, April 30, 2001 12:43 PM
> > > To: CF-Talk
> > > Subject: Re: CF-Partners List
> > >
> > >
> > >
> > >    Only if you set up a filter to do it...  Personally, I don't think
I
> > > could survive on a daily basis without e-mail filtering.
> > >
> > > At 09:20 AM 04/30/2001 -0400, you wrote:
> > > >Doesn't email filtering accomplish the same task?
> > > >
> > > >Howie
> > > >
> > > >----- Original Message -----
> > > >From: "Aidan Whitehall" <[EMAIL PROTECTED]>
> > > >To: "CF-Talk" <[EMAIL PROTECTED]>
> > > >Sent: Monday, April 30, 2001 5:05 AM
> > > >Subject: RE: CF-Partners List
> > > >
> > > >
> > > > >
> > > > > Great idea. I was getting sick of opening up e-mails (in Outlook)
> just
> > > to
> > > > > see if an e-mail came from a macromedia.com address.
> > > > >
> > > > > Any chance of doing the same for e-mails from allaire.com?
> > > > >
> > > > >
> > > > > --
> > > > > Aidan Whitehall <[EMAIL PROTECTED]>
> > > > > Netshopperuk
> > > > > Telephone +44 (01744) 648650
> > > > >
> > > > >
> > > >
> > >
> >
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm

------------------------------

Date: Wed, 02 May 2001 03:51:57 -0400
From: Bud <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: RE: Connecting to MSDE on Another Server
Message-ID: <p04320401b71567d9c290@[192.168.0.2]>

On 5/1/01, Dennis Powers penned:
>I have been trying to convince them to purchase an SQL server, but I don't
>see that anytime soon.  I was hoping to connect the CF Server to the Box
>with the MSDE database, I just can't figure out how, or IF it can be done.
>I guess I'll have to go there.

It should be relatively simple.

On the MSDE box:
1. Start Menu/Programs/Msde/Server Network Utility

2. Be sure TCP/IP is listed under Active server network library 
configurations. If not, click Add, choose TCP/IP, then click OK.

On the CF box:
1. Go info CF Administrator, Add Datasource using SQL Server driver, 
give the datasource a name, enter the IP Address of the MSDE box in 
the Server field, click CF Settings.

2. Now, this is where we may have problems. I believe WebBoard's 
database is installed under the sa SQL login. I installed WebBoard 
demo awhile back. I can't remember if I had to enter a password for 
the sa account or not when MSDE was installed. But anyway, if the sa 
account is set up with a blank password, then enter sa in the 
ColdFusion login field and leave the password field blank. If he 
remembers entering an sa password for MSDE when he installed 
WebBoard, then enter that. I believe the database is named 
WebBoardPrimary, which is what you'll enter in the Login:Database 
field. Do all that and see if it verifies.
-- 

Bud Schneehagen - Tropical Web Creations

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
ColdFusion Solutions / eCommerce Development
[EMAIL PROTECTED]
http://www.twcreations.com/
954.721.3452

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm

------------------------------

Date: Wed, 02 May 2001 09:02:00 +0100
From: "Tristram Charnley" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: RE: I'm sure this worked earlier
Message-ID: <000001c0d2de$2b4838e0$[EMAIL PROTECTED]>

Josh

An INSERT SELECT would certainly be the best method to
copy row(s) from one table to another in the same 
database but he has different datasources set
up in each query so I don't think that would work
in this case.

Tristram Charnley
-----------------
[EMAIL PROTECTED]



> -----Original Message-----
> From: Joshua Meekhof [mailto:[EMAIL PROTECTED]]
> Sent: 01 May 2001 16:54
> To: CF-Talk
> Subject: Re: I'm sure this worked earlier
> 
> 
> Darren,
> 
> 
> I have a few questions / comments.
> 
> 1) Why do you convert the query, which is conceptually a structure of
> arrays into an array of structures?
> 
> 2) Why don't you insert the records into the data base in one 
> step? e.g.
>   <cfquery>
>   insert into pressoffice
>   (headline,subtitle,body,date,expdate,country,live,author)
>  
>   select headline, subtitle, body,date,expdate,country,live,author
>   from pressrelesetable where live =1
>   </cfquery>
> 
> 3) Try using SQL comments "--" in your query instead of Cold Fusion
> comments.
> 
> --
> Josh Meekhof
> 
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm

------------------------------

Date: Wed, 02 May 2001 16:21:03 +0800
From: "han peng" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: put a name and email address in CFMAIL
Message-ID: <040d01c0d2e0$eda08080$[EMAIL PROTECTED]>

hi ppl... thought i saw this sometime back... but 4got to save it...
so any kind soul like to send me again how to go abt doing it..??

i try doing this way.. but seems cant work...

<cfloop query="mailing_list">

<cfmail to="#fullname#<#emailaddress#>" from="Editor<[EMAIL PROTECTED]>"
subject="Test" server="server.com">

blah..blah...


If you have received this email in error or wish to be removed from our
list,click "mailto:Editor<[EMAIL PROTECTED]>?subject=Unsubscribe" or email
"[EMAIL PROTECTED]"  with unsubscribe as the subject. 

</cfmail>
</cfloop>


thanx in advance,
han


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm

------------------------------

Date: Wed, 02 May 2001 11:24:15 +0200
From: "Michael Lugassy" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: CFX_IMAGE
Message-ID: <005701c0d2e9$a9c31040$[EMAIL PROTECTED]>

anyone?

> I'm trying to locate documentation for CFX_IMAGE.
> intrafusion.com has only documenation about IMI, but not the basic ACTION
> operators. If someone can help me offlist It would be great.
>
> Thanks,
>
> Michael Lugassy
>





~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm

------------------------------

Date: Wed, 02 May 2001 12:28:12 +0400
From: "DDE" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: FW: cfx_http
Message-ID: <[EMAIL PROTECTED]>

-----Original Message-----
From: DDE [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 02, 2001 11:06
To: HouseOfFusion CF-Server
Subject: cfx_http

Hi,

Cfx_http is mentioned in Allaire's Tags Gallery, but is not downloadable.
The author's e-mail is not even accessible. Does anyody of you know where
this tag can be downloaded and how it behaves compared to cf_http.
Or would you have any other alternative to cf_http that would better handle
POST requests.


Thanks


Dominique




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm

------------------------------

Date: Wed, 02 May 2001 10:48:13 +0200
From: "JAAV" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: IIS 4, 404 http error & fusebox
Message-ID: <00ac01c0d2e4$a117ec90$1201a8c0@juandres>

Hi everyone,
 
 We are using fuseaction URLs in our local server.
 We had a WinNT4 SP 4 box and we upgraded to SP 6 but suddenly all the
 fuseaction links don't work,
 but all the normal links work normally.
 
 The IIS send a 404 http error. Something like 'check your URL...'
 
 anybody know what the problem is ?
 
 thanks in advance,
 
 ~Juan
 


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm

------------------------------

Date: Wed, 02 May 2001 02:05:11 -0700
From: Thomas Chiverton <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: RE: Still need help with oracle on linux...
Message-ID: <0FE599B92CC1D311BE8300508BB1D1E901479230@LON1MLBX01>

Read the CF startup script - it explains how to modifiy it to pick up
$ORACLE_HOME etc.

> -----Original Message-----
> From: Tony Schreiber [mailto:[EMAIL PROTECTED]]
> Sent: 02 May 2001 05:03
> To: CF-Talk
> Subject: Still need help with oracle on linux...
> 
> 
> Please please please, let me get what I want this time... ;p
> 
> I'm going nuts with this thing:
> 
> Oracle 8.0.5 client
> Redhat Linux
> CF 4.5 Pro
> 
> How do I connect to an Oracle database?
> 
> I've tried different connect strings
> I've tried building an tnsnames.ora file
> I've checkd and rechecked the permissions, paths and libraries...
> 
> Ug!!!
> 
> I haven't found a single comprehensive How-to either. Someone needs to
> right one. I seem to find parts here and parts there...
> 
> But regardless, I don't seem to be getting anywhere. ;(
> 
> Tony Schreiber, Senior Partner                  Man and 
> Machine, Limited
> mailto:[EMAIL PROTECTED]                   
http://www.technocraft.com

http://www.simplemessageboard.com ___Free Forum Software for Cold Fusion
http://www.is300.net ___________The Enthusiast's Home of the Lexus IS300
http://www.digitacamera.com ______________DigitA Camera Scripts and Tips
http://www.linklabexchange.com _____________Miata Link ECU Data Exchange
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm

------------------------------

Date: Wed, 02 May 2001 02:07:30 -0700
From: Thomas Chiverton <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: FW: Update in CFquery is failing, somone code check this ? FIXED
Message-ID: <0FE599B92CC1D311BE8300508BB1D1E901479231@LON1MLBX01>

> Is note a reserved word in Access?  Try [note] = 'dr'.

** Genius **
You win... <searches franticly around desk> a poster of the current Dell
server line.

Mail me your address of list :-)

Thanks to all the others, hope I didnt annoy you too much.

[repost]

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm

------------------------------

Date: Wed, 02 May 2001 11:23:54 +0200
From: "JAAV" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: IIS 4, 404 http error & fusebox (more data)
Message-ID: <00dd01c0d2e9$9c6c2580$1201a8c0@juandres>

index.cfm/fuseaction/foo/myvar/bar.htm  [doesn't work]
 
 index.cfm/fuseaction/foo/myvar/bar     [do work!!!]
 
 any ideas?
 
~Juandres

> ----- Original Message ----- 
> From: "JAAV" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Wednesday, May 02, 2001 10:48 AM
> Subject: IIS 4, 404 http error & fusebox
> 
> 
> Hi everyone,
>  
>  We are using fuseaction URLs in our local server.
>  We had a WinNT4 SP 4 box and we upgraded to SP 6 but suddenly all the
>  fuseaction links don't work,
>  but all the normal links work normally.
>  
>  The IIS send a 404 http error. Something like 'check your URL...'
>  
>  anybody know what the problem is ?
>  
>  thanks in advance,
>  
>  ~Juan



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm

------------------------------

Date: Wed, 02 May 2001 06:22:20 -0400
From: "Jon Hall" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Re: pass form.variable by URL
Message-ID: <003f01c0d2f1$c51b0ed0$b1aa2041@pikachu>

Since the variable part of the url in the popup, the variable is now in the
url scope and is called msg. Try referencing the variable without a scope
with #msg# or with the correct scope #url.msg#. Both should work.

jon
----- Original Message -----
From: "FARRAH NG" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, May 01, 2001 10:42 PM
Subject: pass form.variable by URL


> I am trying to pass a form.variable to another cfm page but with no
> success.  I have a form variable call INFO and my code of trying to
> pass the variable through window.open using URL is like :
>
> <input type="button" value="go" onclick="window.open('<cfoutput>
> myaction.cfm?msg=#form.info#</cfoutput>\,'','height=300,width=300')";>
>
> and CF server returns an error since it does not recognize #form.info#
> within the window.open.  I tried to replace #form.info# with
> info.value but it makes no different.
>
> If there is anyone have any idea please give me a hand.
>
> thanks
>
>
>
> --------------------------------------------------------------------------
> Global Internet phone calls, voicemail, fax, e-mail and instant messaging.
> Sign-up today at http://www.hotvoice.com
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm

------------------------------

Date: Wed, 02 May 2001 03:25:44 -0700
From: "Raymond B." <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: RE: IIS 4, 404 http error & fusebox (more data)
Message-ID: <[EMAIL PROTECTED]>

IIRC, due to security problems IIS disabled that form of var referening in
5.0. Possibly the SP did the same for 4.0...? (so back to ?= &)

I'm far from up on most win32 matters, but you may want to check that out.

-----Original Message-----
From: JAAV [mailto:[EMAIL PROTECTED]]
Sent: May 2, 2001 02:24
To: CF-Talk
Subject: IIS 4, 404 http error & fusebox (more data)


index.cfm/fuseaction/foo/myvar/bar.htm  [doesn't work]

 index.cfm/fuseaction/foo/myvar/bar     [do work!!!]

 any ideas?

~Juandres

> ----- Original Message -----
> From: "JAAV" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Wednesday, May 02, 2001 10:48 AM
> Subject: IIS 4, 404 http error & fusebox
>
>
> Hi everyone,
>
>  We are using fuseaction URLs in our local server.
>  We had a WinNT4 SP 4 box and we upgraded to SP 6 but suddenly all the
>  fuseaction links don't work,
>  but all the normal links work normally.
>
>  The IIS send a 404 http error. Something like 'check your URL...'
>
>  anybody know what the problem is ?
>
>  thanks in advance,
>
>  ~Juan
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm

------------------------------

End of CF-Talk-list V1 #308
***************************

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to