RE: cfauthenticate and NT users

2001-01-25 Thread Thomas Chiverton

> You need to have the Cold Fusion Enterprise edition to have 
> the Advanced
> Security that the CFAuthenticate tag requires.  

Really ? I have:
Server Product ColdFusion Server 
Version 4, 5, 1, 0 
Edition Professional 

And the advanced security was an option during install. Are you saying it is
there but wont work ?

> Once you have 
> that set up,
> you need to define a security context named UserObject.  Inside that
> context, you need to defined users and groups, protected 
> resources and then
> associate them.

Well, at the moment it's failing at the cfauthenticate tag, so I haven't got
as far as needing to use IsAuthenticated yet.

Intrestingly, the 'Availdible Users', only shows local groups... is that
right ?

> The entire process was confusing when I set it up.  Instead 
> of using that, I
> wrote my own security interface using an ODBC database.

:nods
It's not very well documented at all, and I've got a database based 'face
ready to go, but I'd really like to be able to offer a single logon to our
users, which means using their NT logon to auth. to ColdFusion.

> You could write a CFX tag to authenticate the users against 
> an NT Domain.
> There was an article in the latest Dr. Dobb's Journal (dead 
> tree version,
> not on the website) that discussed using Windows DLLs for 
> this from Java.

Really ?
Not much help till its on the web site though...

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

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



Multi-language Content Management

2001-01-25 Thread Darryl Lyons

Has anybody developed an architecture or worked out a multi-language content
Management system in CF. I guess the main question is regarding the display
of numerous languages within the same 'site' or even the same 'page'. 

I've basically worked out that English and Japanese or Chinese on the same
page won't affect the display, but chinese and japanese on the same page
looks to be pretty hard. (All of the data is kept in the database btw).

Any ideas or suggestions?

---
Regards,

Darryl Lyons
Web Development Team
LogicWorld Internet 

Email : [EMAIL PROTECTED]
Web : www.logicworld.com.au
Team Site : webdevelopment.logicworld.com.au

Phone : (07) 3230 8800
Fax : (07) 2320 8801
Technical Support : (07) 3230 8811
 
' P L U G   I N T O   T H E   W O R L D '

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

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



RE: SQL Create Table

2001-01-25 Thread Philip Arnold - ASP

> It should be "Votes int NULL" instead of Votes varchar(4) NULL

Damn, did he write the vote counting system for Florida? 

Philip Arnold
Director
Certified ColdFusion Developer
ASP Multimedia Limited
T: +44 (0)20 8680 1133

"Websites for the real world"

**
This email and any files transmitted with it are confidential and 
intended solely for the use of the individual or entity to whom they 
are addressed. If you have received this email in error please notify 
the system manager.
**


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

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



Save files under a new name with CF-Studio 4.5.1

2001-01-25 Thread cf-talk

Hi list, in Studio 4.5.1 I do open a file under the RDS-service from a
remote server.
When I want to save a file with a new name (save as...)
Studio doesn't hold the directory I saved files before.
Studio 4.01 did this. This is annoying if you have quite a few files to save
with new names.

Is there s.o. who knows what to do ?

Uwe





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

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



RE: Save files under a new name with CF-Studio 4.5.1

2001-01-25 Thread Philip Arnold - ASP

> Hi list, in Studio 4.5.1 I do open a file under the RDS-service from a
> remote server.
> When I want to save a file with a new name (save as...)
> Studio doesn't hold the directory I saved files before.
> Studio 4.01 did this. This is annoying if you have quite a few 
> files to save with new names.
> 
> Is there s.o. who knows what to do ?

Upgrade to 4.5.2

Philip Arnold
Director
Certified ColdFusion Developer
ASP Multimedia Limited
T: +44 (0)20 8680 1133

"Websites for the real world"

**
This email and any files transmitted with it are confidential and 
intended solely for the use of the individual or entity to whom they 
are addressed. If you have received this email in error please notify 
the system manager.
**


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

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



Re: Bold in excel

2001-01-25 Thread Terry Troxel

Billy,

I tried you snippet and am having a problen getting it to open as an xls (it
does open Excel in my browser, but it opens it as a cfm) and
saving as an xls (it tries to save as a cfm). But I would like you to try
running my snippet as excel.cfm and look at what I sumbled over by accident
(maybe you already knew all this, but I sure didn't).

Note the worksheet is named excel (hmmm, can I create multiple worksheets in
a spreadsheet)
click on cell A5 and B5 and notice the Excel formulas are in the worksheet.
Now what do I have to do to insert a macro as well?
What other things can we add dynamically this way? If we can create multiple
worksheets, can we refer to cells in another sheet?

Terry

- Original Message -
From: Billy Cravens <[EMAIL PROTECTED]>
To: CF-Talk <[EMAIL PROTECTED]>
Sent: Tuesday, January 23, 2001 2:18 PM
Subject: Re: Bold in excel


> What are you trying to do?  If it's a fairly simple issue of creating a
> spreadsheet for a user to download, I don't use COM; I send the user a
> basic HTML table, but give them the right MIME type, which causes it to
> open in Excel, which can then be saved as a native xls (client-side)
> (it also gives them the option to save the file of course, which will
> open in Excel)  The advantage is that you can do all your formatting in
> HTML (bold, bgcolor, etc), which appears as you'd like in Excel.
>
> Very basic format:
>
> 
> 
>
> 
>
> 
>
> some data
>
> some data
>
>
> 
>
> 
>
> some data
>
> some data
>
>
> 
>
> 
>
> some data
>
> some data
>
>
> 
>
> 
>
>
>
> --
> Billy Cravens
> HR Web Development, Sabre
> [EMAIL PROTECTED]
>



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

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



RE: Allaire wish list

2001-01-25 Thread Aidan Whitehall

> The ColdFusion forums (forums.allaire.com) has a board 
> dedicated to this.



Thanks.

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

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

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

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



Re: xml to comma delimited: HELP!

2001-01-25 Thread Wjreichard

You should be able to transform your XML directly into coma delimited text by 
performing a transformation using XSL. What XML parser are you using? 

Bill

In a message dated 1/25/01 1:13:34 AM Eastern Standard Time, [EMAIL PROTECTED] 
writes:


> > I am not sure where to start, but know how to end this procedure which is
> > due tomorrow.  We have a ton of xml files, all which need to be converted
> > into a comma-delimited ASCII file.  How do I go about pulling that data
> into
> > an Access database before I do the dump to ASCII.  I am missing something
> > very easy?
> >
> > Thanks for your help!
> 




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

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



RE: xml to comma delimited: HELP!

2001-01-25 Thread Eric J Hoffman

That's what I am missing...I don't have oneany suggestions?

Eric

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 25, 2001 5:40 AM
To: CF-Talk
Subject: Re: xml to comma delimited: HELP!


You should be able to transform your XML directly into coma delimited text
by
performing a transformation using XSL. What XML parser are you using?

Bill

In a message dated 1/25/01 1:13:34 AM Eastern Standard Time,
[EMAIL PROTECTED]
writes:


> > I am not sure where to start, but know how to end this procedure which
is
> > due tomorrow.  We have a ton of xml files, all which need to be
converted
> > into a comma-delimited ASCII file.  How do I go about pulling that data
> into
> > an Access database before I do the dump to ASCII.  I am missing
something
> > very easy?
> >
> > Thanks for your help!
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



Re: Can anyone shed some light on this?

2001-01-25 Thread Tim Painter

Have you tried running the stored procedure outside of CF?  I don't 
know if this will help, but I use WinSQL (free for personal use, I 
believe) and I run the procedure through there to ensure I am getting 
the proper results back.

I just started working with stored procedures, but I seem to recall at 
one time that you have to put your cfprocparam tags in the same order 
as the variables declared in your stored procedure.

HTH,
Tim P.

-Original Message-
From: sebastian palmigiani <[EMAIL PROTECTED]>
To: CF-Talk <[EMAIL PROTECTED]>
Date: Wed, 24 Jan 2001 13:37:36 -0600
Subject: Can anyone shed some light on this?

> 
> I am running CFStudio 4.0 on Windows 98 and SQL Server 7.0.
> 
> Is there an issue with the  tag not passing the value of
> the
> database variable to SQL Server? I get 0 records returned.
> 
> However, when I use  with the same SQL query I get the right
> result. I've made sure that I have got the right sql type, which is
> varchar,
> and doubled check the settings in the stored procedure.
> 
> I even reinstalled CF Server thinking it was some kind of corruption.
> Did
> not help. It must be some bug.
> 
> Can anyone shed some light on this?
> 
> Sebastian
> 
> 
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



Re: CF Studio Projects

2001-01-25 Thread Paige Chandler

Hi Guy,

Yeh! They send me an -mail several times a week. The one I got yesterday
indluced the Monitors but the IBM pc. I guess they base it on the last thing
I look up there.

Problems at NIMH. Their looking for a new project for me. GOVT just dropped
the one I was hired for.  Stay tunned. Have a nice day.

Regards,

Paige




- Original Message -
From: "Jon Hall" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, January 24, 2001 8:29 PM
Subject: Re: CF Studio Projects


> Just wanted you to know you are not alone. I have screamed exactly what
you
> say on every known forum I can think of and they
> ignore it. I loved the projects in Studio 4.0 and they totally broke it. I
> once posted about the problem on the beta forums and actually got  an
email
> reply from someone at Allaire. I went into copious detail and sent actual
> project files that were now slow and unworkable.
> I never heard from them again.
>
> jon
> - Original Message -
> From: "Michael Kear" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Wednesday, January 24, 2001 7:14 PM
> Subject: RE: CF Studio Projects
>
>
> > Good think you never tried either, Russel.  It would have ended in tears
> > before bedtime.  The project function doesnt work well and so far as I
> > know Allaire have done nothing about it.  No matter how many times I
tell
> > them about it they pretend they didnt know.
> >
> > Here's the limitation:   Project worked brilliantly in Studio4.0.1 and I
> > came to love it.  Imagine my dismay when in 4.5.0 it only worked IF you
> > uploaded the entire project every time, and if any folders weren't
already
> > created on the host, it crashed and trashed some of your files on the
> > host as punishment.
> >
> > As far as I can tell, 4.5.0a and 4.5.1 and 4.5.2 have all come out and
> > there's been no fix for it.
> >
> > Perhaps Macromedia might put a dose of borax on the Studio development
> > team and get them to fix it.  Studio's the most expensive application I
> > have on my PC and it's by far the most flaky and unreliable.
> >
> > Cheers,
> > Mike Kear
> > Windsor, NSW, Australia
> > AFP Webworks
> > http://afpwebworks.com
> >
> >
> >
> > On Wed, 24 Jan 2001, Russel Madere wrote:
> >
> > > I have never used Cold Fusion's RDS to promote a project.  I used
> > > MacroMedia's Dreamweaver to promote my projects.
> > >
> > > Lately, I have been using VSS to promote the projects by defining
shadow
> > > folders for the VSS projects.
> > >
> > > Sorry I couldn't help more, but you might want to consider either of
> these
> > > solutions, if you have them available.
> > >
> > > 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: Paul Johnston [mailto:[EMAIL PROTECTED]]
> > > > Sent: Wednesday, January 24, 2001 03:46
> > > > To: CF-Talk
> > > > Subject: CF Studio Projects
> > > >
> > > >
> > > > I have a project set up that contains a whole website to go onto a
> shared
> > > > server.
> > > >
> > > > However, I cannot create a script to upload that project to the
> correct
> > > > directory, because I do not have FTP access, only RDS access to
> > > > the server.
> > > >
> > > > What I am confused about, is how it knows where to put the uploaded
> files.
> > > > Is it in the webroot or does it give you some options?
> > > >
> > > > So in reality the question is, how do you create a script to upload
a
> > > > project to a specific directory with only rds access?
> > > >
> > > > pAUL
> > > >
> > > >
> > > >
> > >
> >
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: cfauthenticate and NT users

2001-01-25 Thread Thomas Chiverton

We've already spent rather a lot on the server, and more mony for some tags
isn't on the cards.
I've tryied CFX_User though, but that doesn't work either... waiting for the
author to mail me back.

Regards, 
Thomas C. 

Office: 01565 757 909
This space for rent


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

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



Re: xml to comma delimited: HELP!

2001-01-25 Thread Wjreichard

Are you running IE5? IE5 comes with the 2/3 generation XML parser which 
supports XSL+. If so, you can transform your XML documents using either XSL 
or the microsoft.xmldom. IE5 only has to be installed on a client (any 
workstation)  

Bill

In a message dated 1/25/01 6:57:44 AM Eastern Standard Time, 
[EMAIL PROTECTED] writes:


> 
> 
> 
> 
> 
> That's what I am missing...I don't have oneany suggestions?
> 
> Eric
> 




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

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



Re: New to CF and Fusebox

2001-01-25 Thread Sean Renet

download the docs from fusebox.orb, if you follow the code that generate the
docs as you read them it kind of works like a tutorial.  Of course you could
also get on the fusebox list.  you can do that by going to house of fusion
and signing up for it there like you did this list.
- Original Message -
From: "Jeff Davis" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, January 24, 2001 10:50 PM
Subject: New to CF and Fusebox


> I've been coding CF for about 2 weeks. I've visited several websites
including fusebox.org but I think I am still missing something. I grasp the
concept but how to implement it in practice is still hazy. Can anyone
recommend a good step by step tutorial online? Thanks.
>
>
> Jeff Davis
>
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



Max rows for Access?

2001-01-25 Thread W Luke

How many rows can Access handle?  I need to create a table with over 17,000
rows and it's stopping at 16384 - is this the max?

Thanks

Will


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

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



"." in urls

2001-01-25 Thread Michel Vuijlsteke

My IIS insists on turning

http://servername/index.cfm?art=MFW4.0

into a request for the file with name "MFW4" and extension ".0".

There's probably something stupid I'm overlooking, but what?

Any help appreciated,

Michel Vuijlsteke

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

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



RE: "." in urls

2001-01-25 Thread Thomas Chiverton

Have you tried escaping the '.' with urldecode() and urlencodedformat() ?

Regards, 
Thomas C. 

Office: 01565 757 909
This space for rent


> -Original Message-
> From: Michel Vuijlsteke [mailto:[EMAIL PROTECTED]]
> Sent: 25 January 2001 12:47
> To: CF-Talk
> Subject: "." in urls
> 
> 
> My IIS insists on turning
> 
> http://servername/index.cfm?art=MFW4.0
> 
> into a request for the file with name "MFW4" and extension ".0".
> 
> There's probably something stupid I'm overlooking, but what?
> 
> Any help appreciated,
> 
> Michel Vuijlsteke
> 
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



Re: Max rows for Access?

2001-01-25 Thread Dave Hannum

Access 2K is supposed to effectively handle 10k rows (according to the
accounts I've seen).

Dave


=
"What we need is a list of specific unknown problems we will encounter"

David Hannum
Web Analyst/Programmer
Ohio University
[EMAIL PROTECTED]
(740) 597-2524



- Original Message -
From: "W Luke" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, January 25, 2001 7:42 AM
Subject: Max rows for Access?


How many rows can Access handle?  I need to create a table with over 17,000
rows and it's stopping at 16384 - is this the max?

Thanks

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

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



RE: "." in urls

2001-01-25 Thread Lord, Heath

I'd like to know a solution to this too, as I am getting an ID from another
server which occasionally throws in a "." anyway, with the limited time I
had, URLEncodedFormat for a "." is "."

So, If you know of a solution, please, let me know too.

Heath

-Original Message-
From: Thomas Chiverton [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 25, 2001 7:55 AM
To: CF-Talk
Subject: RE: "." in urls


Have you tried escaping the '.' with urldecode() and urlencodedformat() ?

Regards, 
Thomas C. 

Office: 01565 757 909
This space for rent


> -Original Message-
> From: Michel Vuijlsteke [mailto:[EMAIL PROTECTED]]
> Sent: 25 January 2001 12:47
> To: CF-Talk
> Subject: "." in urls
> 
> 
> My IIS insists on turning
> 
> http://servername/index.cfm?art=MFW4.0
> 
> into a request for the file with name "MFW4" and extension ".0".
> 
> There's probably something stupid I'm overlooking, but what?
> 
> Any help appreciated,
> 
> Michel Vuijlsteke
> 
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: Max rows for Access?

2001-01-25 Thread Philip Arnold - ASP

> How many rows can Access handle?  I need to create a table with
> over 17,000 rows and it's stopping at 16384 - is this the max?

I've had a table with well into hundreds of thousands (when we used to use
Access)

There should be no realistic limit like this

Also, which version of Access?

Philip Arnold
Director
Certified ColdFusion Developer
ASP Multimedia Limited
T: +44 (0)20 8680 1133

"Websites for the real world"

**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**


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

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



RE: "." in urls

2001-01-25 Thread mherbene

Also, SP6A fixes this weakness of IIS (parsing the URL from right to left
instead of left to right).

-Original Message-
From: Thomas Chiverton [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 25, 2001 7:55 AM
To: CF-Talk
Subject: RE: "." in urls


Have you tried escaping the '.' with urldecode() and urlencodedformat() ?

Regards, 
Thomas C. 

Office: 01565 757 909
This space for rent


> -Original Message-
> From: Michel Vuijlsteke [mailto:[EMAIL PROTECTED]]
> Sent: 25 January 2001 12:47
> To: CF-Talk
> Subject: "." in urls
> 
> 
> My IIS insists on turning
> 
> http://servername/index.cfm?art=MFW4.0
> 
> into a request for the file with name "MFW4" and extension ".0".
> 
> There's probably something stupid I'm overlooking, but what?
> 
> Any help appreciated,
> 
> Michel Vuijlsteke
> 
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: "." in urls

2001-01-25 Thread Raymond B.

I'm not big into IIS, but in the mappings section there's a "check if file
exists" checkbox. If this was checked for .cfm (for giving custom 404 in IIS
for CF is the standard use I think) would this then effect a url that had
..cfm first in it?

You might try unchecking it and seeing if it works. I don't deal enough w/
IIS to be sure.

-Original Message-
From: Michel Vuijlsteke [mailto:[EMAIL PROTECTED]]
Sent: January 25, 2001 07:47
To: CF-Talk
Subject: "." in urls


My IIS insists on turning

http://servername/index.cfm?art=MFW4.0

into a request for the file with name "MFW4" and extension ".0".

There's probably something stupid I'm overlooking, but what?

Any help appreciated,

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

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



RE: CF Site: Deerfield.com

2001-01-25 Thread Russel Madere

Ron, I like your sense of humor. :)

Turbo Squid is using Cold Fusion for our Server components and a web based
port of our client.

Very nice so far and it lent itself to rapid development.

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: Wednesday, January 24, 2001 16:45
> To: CF-Talk
> Subject: RE: CF Site: Deerfield.com
>
>
> Darn, the dsp_spread template wasn't at all what I was hoping for.
>
> ;)
> -ron
>
> > -Original Message-
> > From: Sean Renet [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, January 24, 2001 4:20 PM
> > To: CF-Talk
> > Subject: Re: CF Site: Deerfield.com
> >
> >
> > well the most inportant site of all seems to be using cf.
> >
> >
> http://www2.victoriassecret.com/catalogue/view/dsp_spread.cfm?wind
ow=BD&page
=p2p3
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: "." in urls

2001-01-25 Thread Thomas Chiverton

> I'd like to know a solution to this too, as I am getting an 
> ID from another
> server which occasionally throws in a "." anyway, with the 
> limited time I
> had, URLEncodedFormat for a "." is "."

The CFML 
#urlencodedformat("hhh.hhh.hhh")# 
produces 
hhh%2Ehhh%2Ehhh here.

Apperently CF automagicly unencodes this when it arrives back in your
template as a parameter, but I aint tested that yet :-)


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

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



RE: CF Site: Deerfield.com

2001-01-25 Thread Martin Sutton

http://www.solutionhome.com

These domain auctioneers also use CF although you have to dig deep to find
it.


-
LEGAL DISCLAIMER --
This message and any attachments to it is intended only for the individual
or company to which it is addressed and may contain information which is
privileged, confidential or prohibited from disclosure or unauthorised use.
If the recipient of this transmission is not the intended recipient, or the
employee or agent responsible for delivering such materials to the intended
recipient, you are hereby notified that any use, any form of reproduction,
dissemination, copying, disclosure, modification, distribution and/or
publication of this e-mail message or its attachments other than by its
intended recipient is strictly prohibited by the sender. If you have
received it in error, please return it to the sender and destroy the message
and/or copies in your possession.  The views or opinions expressed in this
email are that of the individual and not necessarily those of A.B.C (Systems
and Development) Limited or any of it's subsidiaries.



-Original Message-
From: Russel Madere [mailto:[EMAIL PROTECTED]]
Sent: 25 January 2001 13:36
To: CF-Talk
Subject: RE: CF Site: Deerfield.com


Ron, I like your sense of humor. :)

Turbo Squid is using Cold Fusion for our Server components and a web based
port of our client.

Very nice so far and it lent itself to rapid development.

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: Wednesday, January 24, 2001 16:45
> To: CF-Talk
> Subject: RE: CF Site: Deerfield.com
>
>
> Darn, the dsp_spread template wasn't at all what I was hoping for.
>
> ;)
> -ron
>
> > -Original Message-
> > From: Sean Renet [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, January 24, 2001 4:20 PM
> > To: CF-Talk
> > Subject: Re: CF Site: Deerfield.com
> >
> >
> > well the most inportant site of all seems to be using cf.
> >
> >
> http://www2.victoriassecret.com/catalogue/view/dsp_spread.cfm?wind
ow=BD&page
=p2p3
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: CF Studio Projects

2001-01-25 Thread Russel Madere

> -Original Message-
> From: Michael Kear [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, January 24, 2001 18:15
> To: CF-Talk
> Subject: RE: CF Studio Projects
>
>
> Good think you never tried either, Russel.  It would have ended in tears
> before bedtime.  The project function doesnt work well and so far as I
> know Allaire have done nothing about it.  No matter how many times I tell
> them about it they pretend they didnt know.

Thanks for the warning.  I will remember it well.

>
> Here's the limitation:   Project worked brilliantly in Studio4.0.1 and I
> came to love it.  Imagine my dismay when in 4.5.0 it only worked IF you
> uploaded the entire project every time, and if any folders weren't already
> created on the host, it crashed and trashed some of your files on the
> host as punishment.

That is just poor design.  As much as I dislike MS products, VSS (Visual
Source Safe) has been remarkably stable.  I only had problems when I
integrated it with CF Studio.

>
> As far as I can tell, 4.5.0a and 4.5.1 and 4.5.2 have all come out and
> there's been no fix for it.
>

We can only hope.  I am actually considering looking for some of the other
IDEs that support Cold Fsuion.

> Perhaps Macromedia might put a dose of borax on the Studio development
> team and get them to fix it.  Studio's the most expensive application I
> have on my PC and it's by far the most flaky and unreliable.

Dreamweaver is a nice tool for layout, but you really can't do much with the
CF code.  I have been stuck with Studio.

Mine hasn't been too bad, but I don't run a lot on my machine besides some
server components.

>
> Cheers,
> Mike Kear
> Windsor, NSW, Australia
> AFP Webworks
> http://afpwebworks.com
>
>



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

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


>
> On Wed, 24 Jan 2001, Russel Madere wrote:
>
> [snip]
>


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

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



Re: Max rows for Access?

2001-01-25 Thread W Luke


> > How many rows can Access handle?  I need to create a table with
> > over 17,000 rows and it's stopping at 16384 - is this the max?
>
> I've had a table with well into hundreds of thousands (when we used to use
> Access)
>
> There should be no realistic limit like this
>
> Also, which version of Access?

'97.  I'm importing the data from Excel which is working fine (no apparent
errors).  Did you use 97 or 2000?

Will


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

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



CFERROR, "s and 's in error.Diagnostics

2001-01-25 Thread Aidan Whitehall

I've got a page set up for CFERROR TYPE="request" that displays an online
form, asking the user to enter briefly what happened and submit the form.

Several error variables are included as hidden form fields, including
error.Diagnostics. I've noticed that error.Diagnostics often has apostrophes
and quotation marks in it.

Therefore, if you have VALUE="#error.Diagnostics#" or
VALUE='#error.Diagnostics#' as a hidden field, the values can get truncated
when the browser finds a matching " or '. Also, what's been chopped off can
be displayed in the browser.

I wanted to suggest to Allaire that they escape high ASCII characters using
the respective character entities in error.Diagnostics, but I'm starting to
think this isn't a workable solution (being able to use functions in CF4.0.1
CFERROR pages might be a help). I think you can in 4.5 (is that right?) but
my host only has 4.0.1.

Alternatively, would asking Allaire to leave out apostrophes and quotation
marks from error.Diagnostics be feasible? I think sometimes ODBC errors that
get embedded might also have them.

Does anyone have a solution?



Thanks

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

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

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

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



RE: null value problem

2001-01-25 Thread Russel Madere

Try adding a Length check as well.  ie:



If a form text field is submitted blank, it is defined, but has a 0 length.

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: Joshua Tipton [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, January 24, 2001 23:54
> To: CF-Talk
> Subject: null value problem
> 
> 
> I am having a problem here.  How come when form.ccnum is null it is not
> kicking down to my else.  Instead it just says that
> The value to be encrypted is not valid.  It tries to encrypt 
> nothing.  Why.
> 
> Joshua Tipton
> 
> 
> 
> 
> 
> 
> 
> query stuff
> 
> 
> 
> 
> query stuff
> 
> 
> 
> 
> 
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: encrypting a varible

2001-01-25 Thread Russel Madere

There isn't a tag, but here there are 2 functions that will do this;
Encrypt() and Decrypt().

They are easy to use.  Let me know if you have any problems.

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: Joshua Tipton [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, January 24, 2001 22:07
> To: CF-Talk
> Subject: encrypting a varible
>
>
> Is there a cf tag that can be used to encrypt a variable?
>
> Josh
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: New to CF and Fusebox

2001-01-25 Thread Russel Madere

I can't say online, but the Fusebox book by Nat Papovich, et al. is an
excellent starting place.  My company used it as the basis of our coding
standard (a modified Fusebox methodology).

Also, the Fusebox mailing list on the House Of Fusion server is another
excellent source.

I'd be willing to help out via email as well.  I'm not a Fusebox guru, but
I'm working to get there :)

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: Jeff Davis [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, January 25, 2001 00:50
> To: CF-Talk
> Subject: New to CF and Fusebox
>
>
> I've been coding CF for about 2 weeks. I've visited several
> websites including fusebox.org but I think I am still missing
> something. I grasp the concept but how to implement it in
> practice is still hazy. Can anyone recommend a good step by step
> tutorial online? Thanks.
>
>
> Jeff Davis
>
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: cfauthenticate and NT users

2001-01-25 Thread Russel Madere

> -Original Message-
> From: Thomas Chiverton [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, January 25, 2001 03:16
> To: CF-Talk
> Subject: RE: cfauthenticate and NT users
>
>
> > You need to have the Cold Fusion Enterprise edition to have
> > the Advanced
> > Security that the CFAuthenticate tag requires.
>
> Really ? I have:
> Server Product ColdFusion Server
> Version 4, 5, 1, 0
> Edition Professional
>
> And the advanced security was an option during install. Are you
> saying it is
> there but wont work ?

No, just that Enterprise Edition is needed.  I made the mistake of trying to
use the Advanced Security for a client using the Professional Edition.

>
> > Once you have
> > that set up,
> > you need to define a security context named UserObject.  Inside that
> > context, you need to defined users and groups, protected
> > resources and then
> > associate them.
>
> Well, at the moment it's failing at the cfauthenticate tag, so I
> haven't got
> as far as needing to use IsAuthenticated yet.

It is real confusing and I am almost a year from using Advanced Security so
my knowledge is rusty.  If I remember right, you need to define the NT
domain or server you plan on authenticating against as the name, not the UNC
(ie DOMAIN instead of \\DOMAIN and SERVERNAME instead of \\SERVERNAME).

>
> Intrestingly, the 'Availdible Users', only shows local groups... is that
> right ?
>

The domain is defined wrongly or the server can't talk to the PDC via
NetBIOS (ports 135, etc.).  I ran into the same problem and had to configure
the DMZ router to route NetBIOS.  Once the Webserver talked to the PDC, then
everything went smoothly.

> > The entire process was confusing when I set it up.  Instead
> > of using that, I
> > wrote my own security interface using an ODBC database.
>
> :nods
> It's not very well documented at all, and I've got a database based 'face
> ready to go, but I'd really like to be able to offer a single logon to our
> users, which means using their NT logon to auth. to ColdFusion.
>
> > You could write a CFX tag to authenticate the users against
> > an NT Domain.
> > There was an article in the latest Dr. Dobb's Journal (dead
> > tree version,
> > not on the website) that discussed using Windows DLLs for
> > this from Java.
>
> Really ?
> Not much help till its on the web site though...

But then it'll cheat those of us who pay for the subscriptions.  You can
download the source code from the site, but I don't remember the name of the
file.  If I do, I'll post it to the list.

Russel


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

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



RE: Multi-language Content Management

2001-01-25 Thread Russel Madere

I have been considering this myself.  What I may implement is storing all of
the web text in a database table for each language (CF doesn't support
unicode right now) and use a URL variable to determine which language to
retrieve from the database and then server the page using CF.

I haven't gotten much beyond the concept stage, but any meb content
management system should be able to be modified for this purpose.

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: Darryl Lyons [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, January 24, 2001 18:05
> To: CF-Talk
> Subject: Multi-language Content Management
>
>
> Has anybody developed an architecture or worked out a
> multi-language content
> Management system in CF. I guess the main question is regarding
> the display
> of numerous languages within the same 'site' or even the same 'page'.
>
> I've basically worked out that English and Japanese or Chinese on the same
> page won't affect the display, but chinese and japanese on the same page
> looks to be pretty hard. (All of the data is kept in the database btw).
>
> Any ideas or suggestions?
>
> ---
> Regards,
>
> Darryl Lyons
> Web Development Team
> LogicWorld Internet
>
> Email : [EMAIL PROTECTED]
> Web : www.logicworld.com.au
> Team Site : webdevelopment.logicworld.com.au
>
> Phone : (07) 3230 8800
> Fax : (07) 2320 8801
> Technical Support : (07) 3230 8811
>
> ' P L U G   I N T O   T H E   W O R L D '
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: SQL Create Table

2001-01-25 Thread Russel Madere

> -Original Message-
> From: Philip Arnold - ASP [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, January 25, 2001 03:42
> To: CF-Talk
> Subject: RE: SQL Create Table
> 
> 
> > It should be "Votes int NULL" instead of Votes varchar(4) NULL
> 
> Damn, did he write the vote counting system for Florida? 

Not this again

We don't need anyone to tell us that people from Florida can't count ;)

> 
> Philip Arnold
> Director
> Certified ColdFusion Developer
> ASP Multimedia Limited
> T: +44 (0)20 8680 1133
> 
> "Websites for the real world"
> 
> **
> This email and any files transmitted with it are confidential and 
> intended solely for the use of the individual or entity to whom they 
> are addressed. If you have received this email in error please notify 
> the system manager.
> **
> 
> 
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



OT: SQL Server Query Designer

2001-01-25 Thread Tim Bahlke

I'm running SQL7 on W2K Professional.  When I try to use the query designer
(right-click on table --> open table) I get an error message stating, "The
query cannot be executed because some files or either missing or not
register".

I have re-installed SQL Server a number of times.  I do have administrator
rights on the machine.

Anyone have any suggestions for me?

Tim

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

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



RE: Save files under a new name with CF-Studio 4.5.1

2001-01-25 Thread Russel Madere

I have run into the same problem.  What I do is make sure that the Files tab
in the Resources window is selected and the directory I am working in
selected as well.

It is an annoyance so I hope someone from Allaire is reading the list and
can address this.

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, January 25, 2001 03:54
> To: CF-Talk
> Subject: Save files under a new name with CF-Studio 4.5.1
>
>
> Hi list, in Studio 4.5.1 I do open a file under the RDS-service from a
> remote server.
> When I want to save a file with a new name (save as...)
> Studio doesn't hold the directory I saved files before.
> Studio 4.01 did this. This is annoying if you have quite a few
> files to save
> with new names.
>
> Is there s.o. who knows what to do ?
>
> Uwe
>
>
>
>
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: SQL Server Query Designer

2001-01-25 Thread Aaron Johnson

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi Tim,

I had this exact problem last night.  Download MDAC 2.6 from MS (@
www.microsoft.com/data/ ), install it, and you'll be fine.

Aaron Johnson, MCSE, MCP+I
Allaire Certified ColdFusion Developer
MINDSEYE, Inc.
617.350.0339
617.350.8884
66172567
[EMAIL PROTECTED]
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: SQL Server Query Designer

2001-01-25 Thread DeVoil, Nick

Sounds like a DLL missing.
How about (re)installing the latest MDAC?

Nick

-Original Message-
From: Tim Bahlke [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 25, 2001 2:04 PM
To: CF-Talk
Subject: OT: SQL Server Query Designer


I'm running SQL7 on W2K Professional.  When I try to use the query designer
(right-click on table --> open table) I get an error message stating, "The
query cannot be executed because some files or either missing or not
register".

I have re-installed SQL Server a number of times.  I do have administrator
rights on the machine.

Anyone have any suggestions for me?

Tim


**
Information in this email is confidential and may be privileged.
It is intended for the addressee only. If you have received it in error,
please notify the sender immediately and delete it from your system. 
You should not otherwise copy it, retransmit it or use or disclose its
contents to anyone. 
Thank you for your co-operation.
**

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

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



RE: Max rows for Access?

2001-01-25 Thread Philip Arnold - ASP

> > Also, which version of Access?
>
> '97.  I'm importing the data from Excel which is working fine (no apparent
> errors).  Did you use 97 or 2000?

We used to use 97 with CF4.0.1 without problems...

Philip Arnold
Director
Certified ColdFusion Developer
ASP Multimedia Limited
T: +44 (0)20 8680 1133

"Websites for the real world"

**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**


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

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



Re: OT: SQL Server Query Designer

2001-01-25 Thread Joe Sheble aka Wizaerd

I don't know about running it on W2K, but I have seen that exact message 
over and over again, and everytime I've gotten it, I re-installed the MDAC 
from MS, and all was well...

At 09:04 AM 1/25/01 -0500, you wrote:
>I'm running SQL7 on W2K Professional.  When I try to use the query designer
>(right-click on table --> open table) I get an error message stating, "The
>query cannot be executed because some files or either missing or not
>register".
>
>I have re-installed SQL Server a number of times.  I do have administrator
>rights on the machine.
>
>Anyone have any suggestions for me?
>
>Tim
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



JS Doesn't Play Nice

2001-01-25 Thread paul smith

Ok, so this works fine for IE & NS (thanks to help from here):


 


But there's one leeetle problem with the HREF:

Privacy

which is basically maintaining state by passing CFID/CFTOKEN in the URL.

The above JS version of the HREF sets a new sesssion (sets a new 
CFID/CFTOKEN pair), whereas the plain ole HTTP version does not:

Privacy

Any suggestions?

best,  paul


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

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



RE: SQL Server Query Designer

2001-01-25 Thread Tim Bahlke

That did it Aaron ... thanks!

> -Original Message-
> From: Aaron Johnson [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, January 25, 2001 9:20 AM
> To: [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]
> Subject: RE: SQL Server Query Designer
> 
> 
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> Hi Tim,
> 
> I had this exact problem last night.  Download MDAC 2.6 from MS (@
> www.microsoft.com/data/ ), install it, and you'll be fine.
> 
> Aaron Johnson, MCSE, MCP+I
> Allaire Certified ColdFusion Developer
> MINDSEYE, Inc.
> 617.350.0339
> 617.350.8884
> 66172567
> [EMAIL PROTECTED]
> 
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: "." in urls

2001-01-25 Thread bflynn

Really?  That sounds like a pretty big security hole to me

Brian

-Original Message-
From: Michel Vuijlsteke [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 25, 2001 7:47 AM
To: CF-Talk
Subject: "." in urls


My IIS insists on turning

http://servername/index.cfm?art=MFW4.0

into a request for the file with name "MFW4" and extension ".0".

There's probably something stupid I'm overlooking, but what?

Any help appreciated,

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

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



RE: BEST Reccomendations for CF Hosting, summary of recommendatio ns

2001-01-25 Thread bflynn

For the archives, here is a summary of the recommendations:

SiteRecommendation, Negative Recs
www.atswebnet.com   3
www.Crystaltech.com 3, -1
www.VirtualScape.com1
www.cfdynamics.com  1
www.cfm-resources.com   1
www.aaawebhosting.com   1

Brian


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 24, 2001 7:57 PM
To: CF-Talk
Subject: Re: BEST Reccomendations for CF Hosting


Email me directly [EMAIL PROTECTED] Someone always answers this email,
quickly...

I will make sure to make this email address evident on the home page of our
site.  Also click on the support link and get this email as well.
If you need to talk call me at 678-618-0169.

Thanks,
Robert Filipovich
ATSWebNet
www.atswebnet.com
678-618-0169


- Original Message -
From: "Michael" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, January 24, 2001 10:46 PM
Subject: Re: BEST Reccomendations for CF Hosting


> I looked at them but how do you contact anyone?,I mean what about
> support,?
>
>
> Ok there up and have not been down for you but what if they are down, then
> is it M-F and 9 to 5 support or what and is it telephone or email support
> and what is the response time.??
>
> I am just trying to get all the answers thats it.
>
>
> http://www.crystaltech.com/default.htm  honestly had the answers and more,
> SO FAR
>
>
> "Clint Tredway" <[EMAIL PROTECTED]> wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > I need to add one thing here... since I've had my site at ATSWebNet, it
> has never been down.. :)
> >
> > --
> > Clint Tredway
> > www.factorxsoftware.com
> > --
> >
> >
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: restarting cf server

2001-01-25 Thread Jason Egan

Is there something like cycle in the unix version?

-Original Message-
From: Bud [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 24, 2001 4:07 PM
To: CF-Talk
Subject: RE: restarting cf server


On 1/24/01, Cruz, Joseph penned:
>Hi!
>
>Write a batch file with the following contents:
>
>net stop "Cold Fusion Application Server"
>net start "Cold Fusion Application Server"
>
>Schedule a job (in the Control Panel).  Just for assurance's sake, use a
login
>that has the privileges to stop and start services on the machine.

There is a batch file right in CFusion/Bin, cycle.bat, that when you
click it will set a a daily schedule to stop and restart all 3
services at 2 AM. My server is EST, so I changed it to 4AM before I
ran it. You can open it directly from WordPad and edit the times at
the bottom if you like then run it.
--

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

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



RE: cfauthenticate and NT users

2001-01-25 Thread Thomas Chiverton

> No, just that Enterprise Edition is needed.  I made the 
> mistake of trying to
> use the Advanced Security for a client using the Professional Edition.

Not as of the latest 4.5 builds
(http://allaire.com/documentcenter/partners/CF45ServerFeatureMatrix.doc page
2, last few lines), so we were both right.

> If I remember right, you need to define the NT
> domain or server you plan on authenticating against as the 
> name, not the UNC
> (ie DOMAIN instead of \\DOMAIN and SERVERNAME instead of 
> \\SERVERNAME).

Yeah, tried both serv (name) and sol (domain) :-(

> > Intrestingly, the 'Availdible Users', only shows local 
> groups... is that
> > right ?
> >
> 
> The domain is defined wrongly or the server can't talk to the PDC via
> NetBIOS (ports 135, etc.).  I ran into the same problem and 
> had to configure
> the DMZ router to route NetBIOS.  Once the Webserver talked 
> to the PDC, then
> everything went smoothly.

Except I can login to the server using my domain logon... maybe the cfserver
aint running with correct priv's - checking that now.

:knows I'm gonna be kicking myself when I find the problem.
 
> You can
> download the source code from the site, but I don't remember 
> the name of the
> file.  If I do, I'll post it to the list.

That'd be great - similarly I'll let ya all know what the problem is...

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

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



RE: restarting cf server

2001-01-25 Thread Kevin Gilchrist

Just run either of these two scripts

/opt/coldfusion/bin/start
/opt/coldfusion/bin/stop

-Kevin

-Original Message-
From: Jason Egan [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 25, 2001 10:02 AM
To: CF-Talk
Subject: RE: restarting cf server


Is there something like cycle in the unix version?

-Original Message-
From: Bud [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 24, 2001 4:07 PM
To: CF-Talk
Subject: RE: restarting cf server


On 1/24/01, Cruz, Joseph penned:
>Hi!
>
>Write a batch file with the following contents:
>
>net stop "Cold Fusion Application Server"
>net start "Cold Fusion Application Server"
>
>Schedule a job (in the Control Panel).  Just for assurance's sake, use a
login
>that has the privileges to stop and start services on the machine.

There is a batch file right in CFusion/Bin, cycle.bat, that when you
click it will set a a daily schedule to stop and restart all 3
services at 2 AM. My server is EST, so I changed it to 4AM before I
ran it. You can open it directly from WordPad and edit the times at
the bottom if you like then run it.
--

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

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



RE: cfauthenticate and NT users

2001-01-25 Thread Russel Madere

> > The domain is defined wrongly or the server can't talk to the PDC via
> > NetBIOS (ports 135, etc.).  I ran into the same problem and
> > had to configure
> > the DMZ router to route NetBIOS.  Once the Webserver talked
> > to the PDC, then
> > everything went smoothly.
>
> Except I can login to the server using my domain logon... maybe
> the cfserver
> aint running with correct priv's - checking that now.
>
> :knows I'm gonna be kicking myself when I find the problem.
>

One thing our network admin pointed out is if you are not a member of the
domain (the server is a standalone server not in the domain) then you will
log in normally but still not talk to the PDC.  I'm not sure if this is the
case, but the symptom I had was the server always logged me in with a cached
account, not with my most recent permissions.

> > You can
> > download the source code from the site, but I don't remember
> > the name of the
> > file.  If I do, I'll post it to the list.
>
> That'd be great - similarly I'll let ya all know what the problem is...
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: restarting cf server

2001-01-25 Thread Dave Watts

> Is there something like cycle in the unix version?

To the best of my knowledge, no, but you can schedule a cron job to run
/opt/coldfusion/bin/stop, then /opt/coldfusion/bin/start.

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

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

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



Re: Max rows for Access?

2001-01-25 Thread W Luke


> > '97.  I'm importing the data from Excel which is working fine (no
apparent
> > errors).  Did you use 97 or 2000?
>
> We used to use 97 with CF4.0.1 without problems...

Bizarre...I converted Excel file to csv and imported into Access fine.
39,657 records successfully entered :)

Rgds

Will

--
[EMAIL PROTECTED] -=- www.lukrative.com
Classifieds -=- SixthSense on DVD for Free
@ www.localbounty.com/sixthsense/


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

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



RE: Max rows for Access?

2001-01-25 Thread Philip Arnold - ASP

> Bizarre...I converted Excel file to csv and imported into Access fine.
> 39,657 records successfully entered :)

Just wondering, which version of CF?

Philip Arnold
Director
Certified ColdFusion Developer
ASP Multimedia Limited
T: +44 (0)20 8680 1133

"Websites for the real world"

**
This email and any files transmitted with it are confidential and 
intended solely for the use of the individual or entity to whom they 
are addressed. If you have received this email in error please notify 
the system manager.
**


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

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



RE: Max rows for Access?

2001-01-25 Thread Angél Stewart

Are you sure there wasn't an error in the data of that record that is
causing the import procedure to fail?

Do you have an Import Errors table in your database afterward?

If all else fails, have you thought of setting up an Append Query that
appends records from 1 to 16000 and then from 16001 to the end using some
sort of criteria?

-Gel



-Original Message-
From: Philip Arnold - ASP [mailto:[EMAIL PROTECTED]]
Sent: Thursday, 25 January 2001 09:11
To: CF-Talk
Subject: RE: Max rows for Access?


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

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



Need help for CF and Execel

2001-01-25 Thread Chen, Yung-Chih (CIT)

HI, Does anyone knows how to use CF to execute a Macro inside of Excel file?
THis is what I want to do. I have a one Excel file wiht a Macro, How can I
use cold fusion to execute that Macro on the server? Is there a way to
called a excel file to execuate its own Macro on the command line, or using
CFOBJECT? 

Thank you for any suggestions 

YC 


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

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



iif usage

2001-01-25 Thread Ruslan Sivak

I'm using iif, and running into some weird things.  Well first of all I'm
generating CF on the fly, so I need to escape # so that the variables don't
get evaluated until they are in the generated file.  For example I'm using
something like this.  Is this the right way to do it or is there an easier
way?

#iif(isDefined("Attributes.display"),DE(RTrim("#attributes.name#_query.#
attributes.display#")),DE(""))#

Do I really need the 5 pound signs?  Attributes.name is getting evaluated
right now, and so is attributes.display.  Lets say Attributes.name is
"first" and attributes.display" is "first_name" then it should return
#first_query.first_name#  with the pound signs around it.  

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

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



RE: Need help for CF and Execel

2001-01-25 Thread Mike Townend


Try www.cfcomet.com

This website has information about using  with the Office
Applications and should have details about running macros within excel

-Original Message-
From: Chen, Yung-Chih (CIT) [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 25, 2001 15:54
To: CF-Talk
Subject: Need help for CF and Execel


HI, Does anyone knows how to use CF to execute a Macro inside of Excel file?
THis is what I want to do. I have a one Excel file wiht a Macro, How can I
use cold fusion to execute that Macro on the server? Is there a way to
called a excel file to execuate its own Macro on the command line, or using
CFOBJECT?

Thank you for any suggestions

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

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



Slackware, CF, and MySQL

2001-01-25 Thread dennis baldwin

Anyone runnin' CF with MySQL on Linux?  I'm having problems setting up MySQL
datasources through CF administrator.  Every time I try to verify I get a
failed connection.  Any pointers would be greatly appreciated.

Thanks,
Dennis Baldwin
ZAP Designs
www.zapdesigns.com


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

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



Connection limit reached

2001-01-25 Thread Bud

Howdy all. I'm experiencing the ol' Timeout, Connection limit reached 
messages in my logs more and more, obviously as I'm adding more CF 
clients. I've done all the suggestions by Macrollaire (snicker) for 
use with Access databases, setting all my Access ODBC setups to page 
timeout=600, buffer size=0, uncheck maintain database connections and 
set Limit Simultaneous Requests 12 (2 processors X 6 connections). 
This however seems like a small number of connections to allow to 
ColdFusion to me. Since I always set my Access databases to allow 
only 1 concurrent connection, what would be the harm in setting the 
Limit Simultaneous Requests a little higher? Does that apply to the 
server overall? Or to each individual datasource? I presume it's to 
CF overall. And does it only apply to database requests? Or does it 
apply to any cfm page request? If all that is wrong, exactly what 
DOES Limit Simultaneous Requests apply to?

Another related question: When I store a query in the application 
scope and refer to that, does that still count as a Request when 
accessing application.myquery? And what about large queries?

And one more :) If I have a large product database, say with 2,000 
products with about 15 fields in it, and I create an array containing 
those products, and store it in the application scope to query 
against, how much RAM is that going to eat up? Alot I presume, 
especially if they contain long descriptions. Is there a way to 
calculate the amount of RAM any specific product table will eat up?

Thanks for all the help.
-- 

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

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



Setting a timeout on a page

2001-01-25 Thread Ryan

Ok, I've looked through my ColdFusion books, been through the Allaire 
knowledge base, and the cf-talk archives. I hope someone here can 
help me.

I thought there was a way to specify a timeout period on a CF page?
I would like to keep the default of 30 seconds set in the CF Administrator,
but I have a few pages which do some whois lookups which may add up
to more than 30 seconds, and are timing out. Isn't there a way to
increase the timeout value for just this page? Was there something
you could put on the URL? If I could set it in the code that would be
better.

If such a thing exists, *I wish it was documented*! I have all the Allaire
books that come with CF, as well as just about every other book there is
to get on CF. I even searched the studio help. Maybe I missed it somewhere.

Thanks,
Ryan 


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

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



Re: Max rows for Access?

2001-01-25 Thread W Luke



> > Bizarre...I converted Excel file to csv and imported into Access fine.
> > 39,657 records successfully entered :)
> 
> Just wondering, which version of CF?

4.5

Will

--
[EMAIL PROTECTED] -=- www.lukrative.com
Classifieds -=- SixthSense on DVD for Free
@ www.localbounty.com/sixthsense/


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

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



RE: "." in urls

2001-01-25 Thread James Maltby

A simple get around I guess is to replace the 2 "." with something else
before passing it...


http://servername/index.cfm?art=#art#">link
text

Then on landing page:

whatever you want to do with #art#

I dunno, maybe not what you want...

James


"You're a big man, but you're out of shape.  With me it's a full time job.
Now behave yourself."
 "Get Carter" 1964


-Original Message-
From: Michel Vuijlsteke [mailto:[EMAIL PROTECTED]]
Sent: 25 January 2001 12:47
To: CF-Talk
Subject: "." in urls


My IIS insists on turning

http://servername/index.cfm?art=MFW4.0

into a request for the file with name "MFW4" and extension ".0".

There's probably something stupid I'm overlooking, but what?

Any help appreciated,

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

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



Re: [Slackware, CF, and MySQL]

2001-01-25 Thread Alex

is CF on NT and MySQL on linux?
try to set it up through ODBC administrator NOT the CF administrator.


"dennis baldwin" <[EMAIL PROTECTED]> wrote:
Anyone runnin' CF with MySQL on Linux?  I'm having problems setting up MySQL
datasources through CF administrator.  Every time I try to verify I get a
failed connection.  Any pointers would be greatly appreciated.

Thanks,
Dennis Baldwin
ZAP Designs
www.zapdesigns.com
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



Re: Setting a timeout on a page

2001-01-25 Thread Clint Tredway

add TimeOut=500 to the url

--
Clint Tredway
www.factorxsoftware.com
--

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

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



RE: Setting a timeout on a page

2001-01-25 Thread James Maltby

I think you need to use
http://normal.url.code.com/searchpage.cfm?RequestTimeout=1000 or whatever in
milliseconds.

Might be wrong though

James

"You're a big man, but you're out of shape.  With me it's a full time job.
Now behave yourself."
 "Get Carter" 1964


-Original Message-
From: Ryan [mailto:[EMAIL PROTECTED]]
Sent: 25 January 2001 16:31
To: CF-Talk
Subject: Setting a timeout on a page


Ok, I've looked through my ColdFusion books, been through the Allaire 
knowledge base, and the cf-talk archives. I hope someone here can 
help me.

I thought there was a way to specify a timeout period on a CF page?
I would like to keep the default of 30 seconds set in the CF Administrator,
but I have a few pages which do some whois lookups which may add up
to more than 30 seconds, and are timing out. Isn't there a way to
increase the timeout value for just this page? Was there something
you could put on the URL? If I could set it in the code that would be
better.

If such a thing exists, *I wish it was documented*! I have all the Allaire
books that come with CF, as well as just about every other book there is
to get on CF. I even searched the studio help. Maybe I missed it somewhere.

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

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



RE: Connection limit reached

2001-01-25 Thread Philip Arnold - ASP

This isn't just related to the database settings - Access is a desktop
application and thus isn't suited to running on any kind of busy site

There's only one word for this - UPGRADE!


Get a real database server and avoid using cheap products not meant for
servers


If you don't want to spend any money, go for mySQL, but if you can afford
it, get M$ SQL Server (with Internet Connection License) or Oracle (even
more expensive)

They'll last you a lot better than Access ever will!

Philip Arnold
Director
Certified ColdFusion Developer
ASP Multimedia Limited
T: +44 (0)20 8680 1133

"Websites for the real world"

**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**


> -Original Message-
> From: Bud [mailto:[EMAIL PROTECTED]]
> Sent: 25 January 2001 16:28
> To: CF-Talk
> Subject: Connection limit reached
>
>
> Howdy all. I'm experiencing the ol' Timeout, Connection limit reached
> messages in my logs more and more, obviously as I'm adding more CF
> clients. I've done all the suggestions by Macrollaire (snicker) for
> use with Access databases, setting all my Access ODBC setups to page
> timeout=600, buffer size=0, uncheck maintain database connections and
> set Limit Simultaneous Requests 12 (2 processors X 6 connections).
> This however seems like a small number of connections to allow to
> ColdFusion to me. Since I always set my Access databases to allow
> only 1 concurrent connection, what would be the harm in setting the
> Limit Simultaneous Requests a little higher? Does that apply to the
> server overall? Or to each individual datasource? I presume it's to
> CF overall. And does it only apply to database requests? Or does it
> apply to any cfm page request? If all that is wrong, exactly what
> DOES Limit Simultaneous Requests apply to?
>
> Another related question: When I store a query in the application
> scope and refer to that, does that still count as a Request when
> accessing application.myquery? And what about large queries?
>
> And one more :) If I have a large product database, say with 2,000
> products with about 15 fields in it, and I create an array containing
> those products, and store it in the application scope to query
> against, how much RAM is that going to eat up? Alot I presume,
> especially if they contain long descriptions. Is there a way to
> calculate the amount of RAM any specific product table will eat up?
>
> Thanks for all the help.
> --
>
> 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

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



Re: Slackware, CF, and MySQL

2001-01-25 Thread Ryan

At 11:22 1/25/01 -0500, you wrote:
>Anyone runnin' CF with MySQL on Linux?  I'm having problems setting up MySQL
>datasources through CF administrator.  Every time I try to verify I get a
>failed connection.  Any pointers would be greatly appreciated.

So you are connecting to MySQL on Linux, but what is CF running on?
Linux, I assume? So run the command line prog 'mysql' and see if you
can connect. Its usually a problem with user permissions, IP restrictions,
etc. You'll want to run mysql with the -u and -p or whatever it is
to specify the exact username/password you are trying to use with CF.

Oh yea, one more thing that always gave me problems, if you are running
CF on NT and trying to connect to Linux/MySQL, you have to setup the
DSN using the regular windows ODBC control panel, then make sure you
have the username/password in CF Administrator ODBC setup, too.

Ryan


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

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



CF browser detection

2001-01-25 Thread sebastian palmigiani



Does anyone know how to detect the WebTV browser using ColdFusion? Which
value of the CGI.HTTP_USER_AGENT would you be looking for?

Also, I have seen discussions that WevTV spoofs Netscape.

Sebastian



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

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



RE: Setting a timeout on a page

2001-01-25 Thread dennis baldwin

You can set the timeout for an individual page by adding the parameter
RequestTimeOut

ie page.cfm?RequestTimeOut=600

where 600 is in seconds.

hope that helps,
dennis baldwin
ZAP Designs
www.zapdesigns.com
-Original Message-
From: Ryan [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 25, 2001 11:31 AM
To: CF-Talk
Subject: Setting a timeout on a page


Ok, I've looked through my ColdFusion books, been through the Allaire
knowledge base, and the cf-talk archives. I hope someone here can
help me.

I thought there was a way to specify a timeout period on a CF page?
I would like to keep the default of 30 seconds set in the CF Administrator,
but I have a few pages which do some whois lookups which may add up
to more than 30 seconds, and are timing out. Isn't there a way to
increase the timeout value for just this page? Was there something
you could put on the URL? If I could set it in the code that would be
better.

If such a thing exists, *I wish it was documented*! I have all the Allaire
books that come with CF, as well as just about every other book there is
to get on CF. I even searched the studio help. Maybe I missed it somewhere.

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

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



RE: Setting a timeout on a page

2001-01-25 Thread Dave Watts

> I thought there was a way to specify a timeout period on a CF 
> page? I would like to keep the default of 30 seconds set in the 
> CF Administrator, but I have a few pages which do some whois 
> lookups which may add up to more than 30 seconds, and are 
> timing out. Isn't there a way to increase the timeout value 
> for just this page? Was there something you could put on the 
> URL? If I could set it in the code that would be better.

I believe that the only way to do this is to specify a RequestTimeout
variable in the URL. I don't think you can do it in code, which is
unfortunate.

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

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

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



RE: Slackware, CF, and MySQL

2001-01-25 Thread JustinMacCarthy

Dennis, there is  a cf-linux list small amounts of msg  - > good quality
mails
[EMAIL PROTECTED]

Lots of guys running that combo...

Justin

>-Original Message-
>From: dennis baldwin [mailto:[EMAIL PROTECTED]]
>Sent: Thursday, January 25, 2001 4:22 PM
>To: CF-Talk
>Subject: Slackware, CF, and MySQL
>
>
>Anyone runnin' CF with MySQL on Linux?  I'm having problems
>setting up MySQL
>datasources through CF administrator.  Every time I try to verify I get a
>failed connection.  Any pointers would be greatly appreciated.
>
>Thanks,
>Dennis Baldwin
>ZAP Designs
>www.zapdesigns.com
>
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: Setting a timeout on a page

2001-01-25 Thread Philip Arnold - ASP

> Ok, I've looked through my ColdFusion books, been through the Allaire
> knowledge base, and the cf-talk archives. I hope someone here can
> help me.
>
> I thought there was a way to specify a timeout period on a CF page?
> I would like to keep the default of 30 seconds set in the CF
> Administrator,
> but I have a few pages which do some whois lookups which may add up
> to more than 30 seconds, and are timing out. Isn't there a way to
> increase the timeout value for just this page? Was there something
> you could put on the URL? If I could set it in the code that would be
> better.
>
> If such a thing exists, *I wish it was documented*! I have all the Allaire
> books that come with CF, as well as just about every other book there is
> to get on CF. I even searched the studio help. Maybe I missed it
> somewhere.

myPage.cfm?RequestTimeout=5

It actually tells you this when a page times out...

Remember that IE disconnects at 5 minutes no matter what - so use NS for
pages which take an age to generate

Philip Arnold
Director
Certified ColdFusion Developer
ASP Multimedia Limited
T: +44 (0)20 8680 1133

"Websites for the real world"

**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**


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

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



RE: [Slackware, CF, and MySQL]

2001-01-25 Thread dennis baldwin

CF is running on Linux so there is no ODBC admin.

-Original Message-
From: Alex [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 25, 2001 11:34 AM
To: CF-Talk
Subject: Re: [Slackware, CF, and MySQL]


is CF on NT and MySQL on linux?
try to set it up through ODBC administrator NOT the CF administrator.


"dennis baldwin" <[EMAIL PROTECTED]> wrote:
Anyone runnin' CF with MySQL on Linux?  I'm having problems setting up MySQL
datasources through CF administrator.  Every time I try to verify I get a
failed connection.  Any pointers would be greatly appreciated.

Thanks,
Dennis Baldwin
ZAP Designs
www.zapdesigns.com
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



cf error page in apllication.cfm

2001-01-25 Thread Robert Orlini

Hello,

I have a process on our web server's dynamic home page accessing data.
Whenever the dynamic data connection fails, instead of display the standard
CF error page, it displays a static version of our home page.

This process works OK. I was wondering if there is a way to incorporate
additional CF code in that CF error page that also emails our webteam that a
static page is displaying because of a bad connection.

Is the default error page specified in the application.cfm file just a
static page or can it display an error and also do other processes? Is there
another area in CF that can handle this?

Thanks.

Robert O.
web admin


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

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



Struct Append Safe?

2001-01-25 Thread mjohnson

Just wondering if the new function StructAppend() in sp2 is lock safe.  In
the past you could use duplicate to copy complex data structures, such as
copying the session scope to the request scope.  Is
StructAppend() thread safe as well or does it just create pointers.

What I am doing is creating a blank structure...

then i load the whole session into the new structure




Is this thread safe or is it better to do? ...





Mark Johnson
---
Senior Cold Fusion Developer
Cardinal Communications


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

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



Re: Setting a timeout on a page

2001-01-25 Thread Peter Theobald

Here's the catch: You can set the timeout for a page, but you can't set it ON THAT 
PAGE. You have to set it in a URL variable passed into the page request in the calling 
page.

href=my_slow_page.cfm?RequestTimeout=500


At 10:30 AM 1/25/01 -0600, Ryan wrote:
>Ok, I've looked through my ColdFusion books, been through the Allaire 
>knowledge base, and the cf-talk archives. I hope someone here can 
>help me.
>
>I thought there was a way to specify a timeout period on a CF page?
>I would like to keep the default of 30 seconds set in the CF Administrator,
>but I have a few pages which do some whois lookups which may add up
>to more than 30 seconds, and are timing out. Isn't there a way to
>increase the timeout value for just this page? Was there something
>you could put on the URL? If I could set it in the code that would be
>better.
>
>If such a thing exists, *I wish it was documented*! I have all the Allaire
>books that come with CF, as well as just about every other book there is
>to get on CF. I even searched the studio help. Maybe I missed it somewhere.
>
>Thanks,
>Ryan 
>
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



Continuous Clock

2001-01-25 Thread Cami Lawson

I have a display clock that shows the time the user accessed the page but now they 
want a clock that shows the current time continuously.  I have figured out countdown 
timers but is there an easy way to display the current time continuously?

TIA
cami


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

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



RE: Setting a timeout on a page

2001-01-25 Thread Rick Lamb

Try supplying the requestTimeOut=whatever url variable.

Rick

-Original Message-
From: Ryan [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 25, 2001 10:31 AM
To: CF-Talk
Subject: Setting a timeout on a page


Ok, I've looked through my ColdFusion books, been through the Allaire
knowledge base, and the cf-talk archives. I hope someone here can
help me.

I thought there was a way to specify a timeout period on a CF page?
I would like to keep the default of 30 seconds set in the CF Administrator,
but I have a few pages which do some whois lookups which may add up
to more than 30 seconds, and are timing out. Isn't there a way to
increase the timeout value for just this page? Was there something
you could put on the URL? If I could set it in the code that would be
better.

If such a thing exists, *I wish it was documented*! I have all the Allaire
books that come with CF, as well as just about every other book there is
to get on CF. I even searched the studio help. Maybe I missed it somewhere.

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

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



RE: Slackware, CF, and MySQL

2001-01-25 Thread dennis baldwin

Ryan,

Both MySql and CF are running on the same machine.  I can connect to the
MySql server through the command line but cannot get CF to verify the
database.

Dennis

-Original Message-
From: Ryan [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 25, 2001 11:40 AM
To: CF-Talk
Subject: Re: Slackware, CF, and MySQL


At 11:22 1/25/01 -0500, you wrote:
>Anyone runnin' CF with MySQL on Linux?  I'm having problems setting up
MySQL
>datasources through CF administrator.  Every time I try to verify I get a
>failed connection.  Any pointers would be greatly appreciated.

So you are connecting to MySQL on Linux, but what is CF running on?
Linux, I assume? So run the command line prog 'mysql' and see if you
can connect. Its usually a problem with user permissions, IP restrictions,
etc. You'll want to run mysql with the -u and -p or whatever it is
to specify the exact username/password you are trying to use with CF.

Oh yea, one more thing that always gave me problems, if you are running
CF on NT and trying to connect to Linux/MySQL, you have to setup the
DSN using the regular windows ODBC control panel, then make sure you
have the username/password in CF Administrator ODBC setup, too.

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

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



Re: Setting a timeout on a page

2001-01-25 Thread Mr Urc

Quoting Ryan <[EMAIL PROTECTED]>:
> I thought there was a way to specify a timeout period on a CF page?
> I would like to keep the default of 30 seconds set in the CF
> Administrator,
> but I have a few pages which do some whois lookups which may add up
> to more than 30 seconds, and are timing out. Isn't there a way to
> increase the timeout value for just this page? Was there something
> you could put on the URL? If I could set it in the code that would be
> better.

append ?requesttimeout=100 to the url where 100 is any number.
 
> If such a thing exists, *I wish it was documented*! I have all the
> Allaire
> books that come with CF, as well as just about every other book there
> is
> to get on CF. I even searched the studio help. Maybe I missed it
> somewhere.
> 
> Thanks,
> Ryan 
> 
> 
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: Photo gallery custom tag?

2001-01-25 Thread Chris Montgomery

I have the exact same need, but my question relates to dynamically
generating thumbnail images from the full-sized image files. Anyone know if
there is a custom tag that can do this?

Thanks,

Chris Montgomery [EMAIL PROTECTED]

Web Development & Consulting http://www.astutia.com
Allaire Consulting Partner
210-490-3249/888-745-7603Fax 210-490-4692
AIM: astutiaweb; ICQ: 7381282; Firetalk: Ag78

> -Original Message-
> From: Maia, Eric [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, January 24, 2001 1:07 PM
> To: CF-Talk
> Subject: Photo gallery custom tag?
>
> Has anyone seen, or written, a tag to provide a "photo gallery" type
> interface that allows visitors to browse pages of thumbnails, then go to a
> detail page to view the full-size photo? This seems very basic,
> but I can't find one in the developer's exchange.
>
> I can probably write this pretty quickly, but I'm hoping I can save the
> effort, since it must have been done many times before.
>
> Thanks - Eric


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

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



Re: Connection limit reached

2001-01-25 Thread paul smith

One worker thread per page request (I'm told).
The number of worker threads are established when CFAS starts.
And that number is the number of Simultaneous Requests we
set in CFAS Admin.

In addition, the optimal number of Simultaneous Requests is
specific by application. It can established by testing that
application under increasing load with different settings.

best,  paul

At 11:27 AM 1/25/01 -0500, you wrote:
>exactly what
>DOES Limit Simultaneous Requests apply to?


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

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



RE: Continuous Clock

2001-01-25 Thread James Maltby

Java is the only way - and even that is rusty at the best of times - the
worst I've seen involved http refresh every second

James

-Original Message-
From: Cami Lawson [mailto:[EMAIL PROTECTED]]
Sent: 25 January 2001 16:50
To: CF-Talk
Subject: Continuous Clock


I have a display clock that shows the time the user accessed the page but
now they want a clock that shows the current time continuously.  I have
figured out countdown timers but is there an easy way to display the current
time continuously?

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

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



RE: Continuous Clock

2001-01-25 Thread Christopher Olive, CIO

you need to look into java, javscript, or some other client side scripting.

try www.irt.org and their JS FAQ if you want to use javascript.  it's
WONDERFUL.

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



-Original Message-
From: Cami Lawson [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 25, 2001 11:50 AM
To: CF-Talk
Subject: Continuous Clock


I have a display clock that shows the time the user accessed the page but
now they want a clock that shows the current time continuously.  I have
figured out countdown timers but is there an easy way to display the current
time continuously?

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

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



CF Studio 4.0.1 - displaying .cfm files through RDS

2001-01-25 Thread Smith, Melanie

For some reason I can't see my .cfm files anymore through the RDS tab - the
folders are there the files are just not visible, even after a right click
and a refresh.  It's happening when trying to look at files on more than one
server so it is likely some sort of studio problem.  I can't seem to find
any option under settings, etc. that might have been changed to filter these
out of the display.  I can see all my .gif, .jpg files fine.  HELP!  I
checked the Allaire forum and it looks like others have seen the problem but
no one answered the questions.

thanks in advance,
Melanie

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

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



RE: Continuous Clock

2001-01-25 Thread Johnson, Dana

function tick() {
  var hours, minutes, seconds, ap;
  var intHours, intMinutes, intSeconds;
  var today;

  today = new Date();

  intHours = today.getHours();
  intMinutes = today.getMinutes();
  intSeconds = today.getSeconds();

  if (intHours == 0) {
 hours = "12:";
 ap = "Midnight";
  } else if (intHours < 12) { 
 hours = intHours+":";
 ap = "A.M.";
  } else if (intHours == 12) {
 hours = "12:";
 ap = "Noon";
  } else {
 intHours = intHours - 12
 hours = intHours + ":";
 ap = "P.M.";
  }

  if (intMinutes < 10) {
 minutes = "0"+intMinutes+":";
  } else {
 minutes = intMinutes+":";
  }

  if (intSeconds < 10) {
 seconds = "0"+intSeconds+" ";
  } else {
 seconds = intSeconds+" ";
  } 

  timeString = hours+minutes
  +seconds
+ap;

  Clock.innerHTML = timeString;

  window.setTimeout("tick();", #Attributes.Ticks#);
}

window.onload = tick;










What are you doing up
#UCASE(REMOVECHARS(USER,1,7))#
   

Good morning!!!
#UCASE(REMOVECHARS(USER,1,7))#
Quote of the
day
  

Welcome Users 
#UCASE(REMOVECHARS(USER,1,7))#
Quote of the
day
  


Good afternoon!!
#UCASE(REMOVECHARS(USER,1,7))#
Quote of the
day  
  

Good evening!!
#UCASE(REMOVECHARS(USER,1,7))#
Quote of the
day
  





Dana E. Johnson
Sr. Web Developer
CIT
VTF/Technology Financing Services
[EMAIL PROTECTED]
(904) 620-7458



-Original Message-
From: Cami Lawson [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 25, 2001 10:50 AM
To: CF-Talk
Subject: Continuous Clock


I have a display clock that shows the time the user accessed the page but
now they want a clock that shows the current time continuously.  I have
figured out countdown timers but is there an easy way to display the current
time continuously?

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

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



how to make bar, line chart in coldfusion

2001-01-25 Thread George Dong

Hi there,
If anyone can tell me how to make chart(line, bar) by cold fusion. if the only way to 
call java applet?


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

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



RE: Photo gallery custom tag?

2001-01-25 Thread dennis baldwin

Go to http://devex.allaire.com/developer/gallery/ and search for cf_gifgd,
it's a pretty sweet custom tag and I think it will do what you need it to.

Dennis Baldwin
ZAP Designs
www.zapdesigns.com

-Original Message-
From: Chris Montgomery [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 25, 2001 11:59 AM
To: CF-Talk
Subject: RE: Photo gallery custom tag?


I have the exact same need, but my question relates to dynamically
generating thumbnail images from the full-sized image files. Anyone know if
there is a custom tag that can do this?

Thanks,

Chris Montgomery [EMAIL PROTECTED]

Web Development & Consulting http://www.astutia.com
Allaire Consulting Partner
210-490-3249/888-745-7603Fax 210-490-4692
AIM: astutiaweb; ICQ: 7381282; Firetalk: Ag78

> -Original Message-
> From: Maia, Eric [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, January 24, 2001 1:07 PM
> To: CF-Talk
> Subject: Photo gallery custom tag?
>
> Has anyone seen, or written, a tag to provide a "photo gallery" type
> interface that allows visitors to browse pages of thumbnails, then go to a
> detail page to view the full-size photo? This seems very basic,
> but I can't find one in the developer's exchange.
>
> I can probably write this pretty quickly, but I'm hoping I can save the
> effort, since it must have been done many times before.
>
> Thanks - Eric
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: cf error page in apllication.cfm

2001-01-25 Thread Tim Fields

Robert,

There are various levels of error handling from the site wide template
spec'd in Administrator 4.5.x down to the cfcatch/cftry tags.  So first
determine at what granularity this error is being caught, and then you can
just add cfmail tags to the template to send the email notice that you seek.
Remember that you can also pass to your cfmail block variables that give a
ton of info about the error.  There are error scope variables available from
within an error handling template, and of course all the other scopes like
cgi., form., etc.

Tim


-Original Message-
From: Robert Orlini [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 25, 2001 9:34 AM
To: CF-Talk
Subject: cf error page in apllication.cfm


Hello,

I have a process on our web server's dynamic home page accessing data.
Whenever the dynamic data connection fails, instead of display the standard
CF error page, it displays a static version of our home page.

This process works OK. I was wondering if there is a way to incorporate
additional CF code in that CF error page that also emails our webteam that a
static page is displaying because of a bad connection.

Is the default error page specified in the application.cfm file just a
static page or can it display an error and also do other processes? Is there
another area in CF that can handle this?

Thanks.

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

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



RE: cf error page in apllication.cfm

2001-01-25 Thread Maia, Eric

As I understand it, the code you can use in an error template depends on
which type of CFERROR it's responding to. If it's a type="exception" error,
you can add any CFML tags, for type="request" or "validation" you can only
display ststic HTML and the error variables. 

Are you already catching errors at the template level with try/catch?

Eric

-Original Message-
From: Robert Orlini [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 25, 2001 9:34 AM
To: CF-Talk
Subject: cf error page in apllication.cfm


Hello,

I have a process on our web server's dynamic home page accessing data.
Whenever the dynamic data connection fails, instead of display the standard
CF error page, it displays a static version of our home page.

This process works OK. I was wondering if there is a way to incorporate
additional CF code in that CF error page that also emails our webteam that a
static page is displaying because of a bad connection.

Is the default error page specified in the application.cfm file just a
static page or can it display an error and also do other processes? Is there
another area in CF that can handle this?

Thanks.

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

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



RE: cf error page in application.cfm

2001-01-25 Thread Jeff Sarsoun

One way to get possible answers to questions quickly is to search the
archives at http://www.mail-archive.com/cf-talk@houseoffusion.com/

particularly
http://www.mail-archive.com/cgi-bin/htsearch?config=cf-talk_houseoffusion_co
m&restrict=&exclude=&words=cferror+cf+code in your case.

This list has been around for a long time and chances are good your question
has been asked and answered previously.  Last I knew Mike had all the posts
from day one.

This list has more value than a place to send an email and hope someone can
respond quickly (view posts about list lag time), it has a wealth of
knowledge archived.

**newbies**
Spend some time in the archives and you'll find answers to questions you
didn't know to ask.

Jeff Sarsoun




-Original Message-
From: Robert Orlini [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 25, 2001 12:34 PM
To: CF-Talk
Subject: cf error page in apllication.cfm


Hello,

I have a process on our web server's dynamic home page accessing data.
Whenever the dynamic data connection fails, instead of display the standard
CF error page, it displays a static version of our home page.

This process works OK. I was wondering if there is a way to incorporate
additional CF code in that CF error page that also emails our webteam that a
static page is displaying because of a bad connection.

Is the default error page specified in the application.cfm file just a
static page or can it display an error and also do other processes? Is there
another area in CF that can handle this?

Thanks.

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

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



RE: Photo gallery custom tag?

2001-01-25 Thread C. Hatton Humphrey

You can use CFX_GIFGID (I think that's the right name) to do this, it's
available at the Custom tag gallery.  One thing to note is that all the
"Thumbnail" option does is add beveled edges.

Hatton Humphrey
[EMAIL PROTECTED]

> -Original Message-
> From: Chris Montgomery [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, January 25, 2001 11:59 AM
> To: CF-Talk
> Subject: RE: Photo gallery custom tag?
>
>
> I have the exact same need, but my question relates to dynamically
> generating thumbnail images from the full-sized image files.
> Anyone know if
> there is a custom tag that can do this?
>
> Thanks,
>
> Chris Montgomery [EMAIL PROTECTED]
>
> Web Development & Consulting http://www.astutia.com
> Allaire Consulting Partner
> 210-490-3249/888-745-7603Fax 210-490-4692
> AIM: astutiaweb; ICQ: 7381282; Firetalk: Ag78


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

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



Re: [RE: [Slackware, CF, and MySQL]]

2001-01-25 Thread Alex

what user is CF running under? and does that user have an entry in the USER
tabel in MySQL?


"dennis baldwin" <[EMAIL PROTECTED]> wrote:
CF is running on Linux so there is no ODBC admin.

-Original Message-
From: Alex [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 25, 2001 11:34 AM
To: CF-Talk
Subject: Re: [Slackware, CF, and MySQL]


is CF on NT and MySQL on linux?
try to set it up through ODBC administrator NOT the CF administrator.


"dennis baldwin" <[EMAIL PROTECTED]> wrote:
Anyone runnin' CF with MySQL on Linux?  I'm having problems setting up MySQL
datasources through CF administrator.  Every time I try to verify I get a
failed connection.  Any pointers would be greatly appreciated.

Thanks,
Dennis Baldwin
ZAP Designs
www.zapdesigns.com
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



Re: [RE: [Slackware, CF, and MySQL]]

2001-01-25 Thread Alex

what user is CF running under? and does that user have an entry in the USER
tabel in MySQL?


"dennis baldwin" <[EMAIL PROTECTED]> wrote:
CF is running on Linux so there is no ODBC admin.

-Original Message-
From: Alex [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 25, 2001 11:34 AM
To: CF-Talk
Subject: Re: [Slackware, CF, and MySQL]


is CF on NT and MySQL on linux?
try to set it up through ODBC administrator NOT the CF administrator.


"dennis baldwin" <[EMAIL PROTECTED]> wrote:
Anyone runnin' CF with MySQL on Linux?  I'm having problems setting up MySQL
datasources through CF administrator.  Every time I try to verify I get a
failed connection.  Any pointers would be greatly appreciated.

Thanks,
Dennis Baldwin
ZAP Designs
www.zapdesigns.com
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



Re: [RE: [Slackware, CF, and MySQL]]

2001-01-25 Thread Alex

what user is CF running under? and does that user have an entry in the USER
tabel in MySQL?


"dennis baldwin" <[EMAIL PROTECTED]> wrote:
CF is running on Linux so there is no ODBC admin.

-Original Message-
From: Alex [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 25, 2001 11:34 AM
To: CF-Talk
Subject: Re: [Slackware, CF, and MySQL]


is CF on NT and MySQL on linux?
try to set it up through ODBC administrator NOT the CF administrator.


"dennis baldwin" <[EMAIL PROTECTED]> wrote:
Anyone runnin' CF with MySQL on Linux?  I'm having problems setting up MySQL
datasources through CF administrator.  Every time I try to verify I get a
failed connection.  Any pointers would be greatly appreciated.

Thanks,
Dennis Baldwin
ZAP Designs
www.zapdesigns.com
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



Re: (Thumbnail) Photo gallery custom tag?

2001-01-25 Thread Todd Ashworth

http://devex.allaire.com/developer/gallery/info.cfm?ID=CA3475C6-2830-11D4-AA
9700508B94F380&method=Full

Found it by searching for "Thumbnail" oddly enough ;)

This tag resizes and creates thumbnails for uploaded files, but I'm sure you
can make it behave like you want by altering this bit of the code in the
tag:


  

Todd Ashworth

- Original Message -
From: "Chris Montgomery" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, January 25, 2001 11:58 AM
Subject: RE: Photo gallery custom tag?


| I have the exact same need, but my question relates to dynamically
| generating thumbnail images from the full-sized image files. Anyone know
if
| there is a custom tag that can do this?
|
| Thanks,
|
| Chris Montgomery [EMAIL PROTECTED]
|
| Web Development & Consulting http://www.astutia.com
| Allaire Consulting Partner
| 210-490-3249/888-745-7603Fax 210-490-4692
| AIM: astutiaweb; ICQ: 7381282; Firetalk: Ag78
|
| > -Original Message-
| > From: Maia, Eric [mailto:[EMAIL PROTECTED]]
| > Sent: Wednesday, January 24, 2001 1:07 PM
| > To: CF-Talk
| > Subject: Photo gallery custom tag?
| >
| > Has anyone seen, or written, a tag to provide a "photo gallery" type
| > interface that allows visitors to browse pages of thumbnails, then go to
a
| > detail page to view the full-size photo? This seems very basic,
| > but I can't find one in the developer's exchange.
| >
| > I can probably write this pretty quickly, but I'm hoping I can save the
| > effort, since it must have been done many times before.
| >
| > Thanks - Eric
|
|
|
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: Connection limit reached

2001-01-25 Thread Bud

On 1/25/01, Philip Arnold - ASP penned:
>This isn't just related to the database settings - Access is a desktop
>application and thus isn't suited to running on any kind of busy site
>
>There's only one word for this - UPGRADE!

Yeah, no problem. Have 10-12K you don't mind lending me? The 25K I 
invested to get started in this endeavor sort of set me back "just a 
little". It's not easy going from drywall hanger to ColdFusion host 
overnight. LOL

>
>
>Get a real database server and avoid using cheap products not meant for
>servers
>
>
>If you don't want to spend any money, go for mySQL, but if you can afford
>it, get M$ SQL Server (with Internet Connection License) or Oracle (even
>more expensive)
>
>They'll last you a lot better than Access ever will!


I've considered mySQL, but I still don't want to run it on the CF 
Server, so if I'm going to but a box for 5-7K, I may as well get 
SQL2000 and the processor license. Like I said, 10-12K.


In the meantime, I'm stuck with what I'm stuck with and simply want 
to optimize what I'm stuck with.
-- 

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

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



RE: Continuous Clock

2001-01-25 Thread Jeff Sarsoun

I don't know about the JAVA applet that refreshes the whole page to show the
sys time. I do know that most applets use a technique that just re-draws the
paint method, many can be found with a search of clock applets on any search
engine.

Jeff Sarsoun

-Original Message-
From: James Maltby [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 25, 2001 12:09 PM
To: CF-Talk
Subject: RE: Continuous Clock


Java is the only way - and even that is rusty at the best of times - the
worst I've seen involved http refresh every second

James

-Original Message-
From: Cami Lawson [mailto:[EMAIL PROTECTED]]
Sent: 25 January 2001 16:50
To: CF-Talk
Subject: Continuous Clock


I have a display clock that shows the time the user accessed the page but
now they want a clock that shows the current time continuously.  I have
figured out countdown timers but is there an easy way to display the current
time continuously?

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

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



CFREPORT best practices

2001-01-25 Thread Kevin Miller


I believe that I have read that CFREPORT is a single threaded tag.  Should CFLOCKs be 
used in conjunction with this tag to reduce contention in busy environments?

Thanks,

Kevin


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

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



Re: how to make bar, line chart in coldfusion

2001-01-25 Thread Chris Sham

Just a couple ideas:
Use tables with cells with bgcolor set.  Based on your data use colspan
and rowspan to make bars of different heights.  You will have to calculate
total number of cells so you can create correct numbers of cells based on
your spans.

Use an image (small solid color square) and use ColdFusion to set the
height and/or width of the image to create a bar chart.  Also, using tables
you can create x/y axis with values.

Chris


- Original Message -
From: "George Dong" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, January 25, 2001 3:43 PM
Subject: how to make bar, line chart in coldfusion


> Hi there,
> If anyone can tell me how to make chart(line, bar) by cold fusion. if the
only way to call java applet?
>
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



Re: Continuous Clock

2001-01-25 Thread Ken Wilson

I've used a variation of this one without problems:

http://javascript.internet.com/clocks/dynamic-clock.html


- Original Message -
From: "Cami Lawson" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, January 25, 2001 11:49 AM
Subject: Continuous Clock


> I have a display clock that shows the time the user accessed the page but
now they want a clock that shows the current time continuously.  I have
figured out countdown timers but is there an easy way to display the current
time continuously?
>
> TIA
> cami
>
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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



RE: Continuous Clock

2001-01-25 Thread Joshua Tipton

Do a form within a form that will refresh every second.  That way the entire
page wont reload all the time.



-Original Message-
From: James Maltby [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 25, 2001 12:09 PM
To: CF-Talk
Subject: RE: Continuous Clock


Java is the only way - and even that is rusty at the best of times - the
worst I've seen involved http refresh every second

James

-Original Message-
From: Cami Lawson [mailto:[EMAIL PROTECTED]]
Sent: 25 January 2001 16:50
To: CF-Talk
Subject: Continuous Clock


I have a display clock that shows the time the user accessed the page but
now they want a clock that shows the current time continuously.  I have
figured out countdown timers but is there an easy way to display the current
time continuously?

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

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



  1   2   3   >