RE: Test Hacking a web site.

2001-10-21 Thread Jeremy Allen

Yes but this was a simple contrived example at how a
social engineering example would work. In reality it
would be a little more complex but social engineering
is a way of "hacking" that combines social interaction
with technology to form a 'best of breed' sort of system
infiltration.

It is all about what you know. Try cracking someone's 4096
bit PHP key, or just put a little recorder on their system
bypassing the encryption all together? (Recent FBI case)
(Okay this is not strictly social engineering but its a
good example of how it works)

You can have the tightest most awesome firewall and the most
secured systems in the world in the world. But if you can trick someone with
privileged access the most strict security measures
are completely useless.

Jeremy Allen
elliptIQ Inc.

-Original Message-
From: Angel Stewart [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 16, 2001 10:21 AM
To: CF-Talk
Subject: RE: Test Hacking a web site.


0_0

You are bad bad person.
*makes copious notes*

Oh..but what if the person at target company knows Phil? Whoever you're
going to be talking to would likely be in Technical at Target Company to
know to FTP files into specific directories on the webserver, and thus
chances are that s/he and Phil had interacted before

Ahhh HA!

-Gel


-Original Message-
From: Dan Kemp [mailto:[EMAIL PROTECTED]]

But you missed out one of the best one: social engineering, go to target
companies CF web site and find out who build/designed it (most sites
have this, if not phone). Then go to that companies web site, look at
the case studies and note down the other people they've done work for.

Phone call 1. to the developers to get the name of the person in charge
of developing that project.

"Hi I'm Jim from *made up company* We're looking for some database
backend web work in ColdFusion, and errr... we've been looking at other
web sites to kinda see what things we like and saw *target company
name*, and *couple more companies* it kinda close to what we want, but
I've a couple of questions, could I very quickly ask you, did you work
on them, you did? (or "who did?" can I speak to them)"... ask couple of
half intelligent questions.

Phone call 2. to the target company.

"Hi it's Phil here from *design company name*, we worked on your site.
Dave (person who was in charge), tells me that we need to fix the image
size problem with your site before it starts to become apparent. Trouble
is I'm on holiday so I can't connect and upload the image checking file
I need, I'm stuck in a hotel and can only get to my hotmail account.  If
I email you the file can you put it into the imgs folder for me? Yeah,
if I email to you, can I phone back in about half an hour to check it's
in the right place?  Cheers."

Send encrypted imageCheck.cfm to target person.

Let's see the firewall stop that one!

Dan.

~~
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



dynamically generate page content without refresh a page

2001-10-21 Thread Mak Wing Lok

hi all,
  
juat a question here, not so much on CF, but will like to do it on a CF
page, how I can make a page
dynamically generate its content without refresh a page as i have see this
on some web site. for example, if i click on a button then the page will
display a table with some data on it (of course without refresing the whole
page again). is it possible? if yes, how technical is it?
 
thanks

~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: String manipulation

2001-10-21 Thread Justin Scott

There are functions available to do this for you...

getdirectoryfrompath(path) - Extracts a the full directory (including \)
from a full path and filename.

getfilefrompath(path) - Extracts the filename from a full path and filename.

-Justin Scott, Lead Developer
 Sceiron Internet Services, Inc.
 http://www.sceiron.com


- Original Message -
From: "phumes1" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, October 18, 2001 11:16 AM
Subject: Re: String manipulation


> Hi,
>
> I would like to split the following line into two strings. The length or
> contents of the string can vary depending on the directory structure.
> Basically, I need to extract the directory path into one variable and the
> filename in another.
>
> Example:
>
> URL.filename in my template generates the line below.
>
> D:\books\aosl\act_text.dat
>
> I need to extract the above into two variables.
>
> var1 = D:\books\aosl
> 
~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: doublepost: odbc error

2001-10-21 Thread James Sleeman

At 12:16 AM 10/19/2001, you wrote:
>What does this mean?
>
>Message:ODBC Error Code = S1000 (General error)
>Error Code: -1808
>SQL State:  S1000
>Detail: [Microsoft][ODBC Microsoft Access Driver] Not enough space 
>on disk.

My guess... there is not enough space on the disk.  Check the free space on 
your hard drive, it's getting real low by the sound of it.




--
James Sleeman
Innovative Media Ltd
Phone: (03) 377 6262
http://www.websolutions.co.nz/

CAUTION: The information contained in this email message is confidential 
and may be legally privileged. If the reader of this message is not the 
intended recipient you are notified that any use, dissemination, 
distribution or reproduction of this message is prohibited. If you have 
received this message in error please notify the sender immediately and 
destroy the original message and any attachments.

Views expressed in this communication may not be those of Innovative Media 
Ltd.

~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Regular Expression

2001-10-21 Thread Michael Lugassy

This is not neccesarly have to be done with coldfusion's REReplace but 
anyhow,
I'm trying to come up with a regular expression that will help me turn 
this:

[Object]
ID=2031
URL=http://www.cnn.com/
OtherSrvLev=0w33a
Category=31

Into: http://www.cnn.com/

Overall, I'm trying to find a way to remove EVERYTHING 
(numeric/alpha/special/+New lines)
from "[Object]" over to "URL=", keep everything from URL= to the New 
line and again, remove
everything from OtherSrvLev to the end.
So I will be left with a URL alone.

Anyone?

Michael.


~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



OT: Shall be order

2001-10-21 Thread Michael Lugassy

Please help me with that SQL script, I'm hopeless :(

I have a "product" table which has:
product_cat (identity, int, i.e=4) and product_list (which is a "$$"
delimited list of products, i.e - mouse_wheel$$screen$$keyboard) -
don't ask... about 400,000 rows.

I have a "info" table that looks like this:
product_item (mouse_wheel, for example) and product_description (text
explanation about mouse_wheel)
about 2,000,000 rows (!)

I want to combine the two tables, in a long process.

What I need is that for every row on the PRODUCT table, SQL would delimit
each item from product_list and update its INFO table occurence with the
appropriate product_cat.
come to think of it, I can simulatinsoluy update severl products with the
same product_cat
(because I have a list of different products, delimited).

Further more, I need a unique identifier for each row (i.e - on every
item, to add an increment identity integer, never mind the order).

so in the end I will have an organized row that will include all
information for SINGLE product.

can anyone help me with that?

Michael.
ICQ: 3056792



~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: SQL Server Enterprise Manager alternatives?

2001-10-21 Thread James Sleeman

Nothing hard about adding tables the "Manual Way".  Open up query analyzer 
and repeat after me...

 CREATE TABLE MyTable (
 MyPrimaryField  INTEGER NOT NULL PRIMARY KEY,
 MyFirstFieldVARCHAR(25),
 MySecondField   DATETIME,
 MyThirdFieldTEXT,
 MyFourthField   DECIMAL(9,2)
 );

a little SQL goes a long way.

At 02:57 PM 10/17/2001, you wrote:
>Hi all,
>
>I know this has come up in the past, and I was wondering if anyone had
>found anything to replace SQL Server's Enterprise Manager? I have a
>client on crappy shared hosting, and their SQL Server machine has about
>half a million databases on it (exaggeration). Enterprise Manager
>hangs/timesout trying to get a list of everything on the server. I need
>to add some tables and I would really like to avoid doing it the
>hard/manual way.


--
James Sleeman
Innovative Media Ltd
Phone: (03) 377 6262
http://www.websolutions.co.nz/

CAUTION: The information contained in this email message is confidential 
and may be legally privileged. If the reader of this message is not the 
intended recipient you are notified that any use, dissemination, 
distribution or reproduction of this message is prohibited. If you have 
received this message in error please notify the sender immediately and 
destroy the original message and any attachments.

Views expressed in this communication may not be those of Innovative Media 
Ltd.

~~
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: String manipulation

2001-10-21 Thread James Sleeman

See GetDirectoryFromPath() and GetFileFromPath()

At 04:16 AM 10/19/2001, you wrote:
>Hi,
>
>I would like to split the following line into two strings. The length or
>contents of the string can vary depending on the directory structure.
>Basically, I need to extract the directory path into one variable and the
>filename in another.
>
>Example:
>
>URL.filename in my template generates the line below.
>
>D:\books\aosl\act_text.dat
>
>I need to extract the above into two variables.
>
>var1 = D:\books\aosl
>
~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



CF and Excel

2001-10-21 Thread Scott Mulholland

Is there a way to read in an Excel worksheet into a cf app, possibly through
com, without using excel as the datasource?
 
Thanks,
Scott

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CF_Query as an array

2001-10-21 Thread Nelson Winters

I may be mistaken, but from your error message, it looks like you haven't
put Apartment_ID in a "GROUP BY" clause.  It would be helpful if you
actually post your query.

With regards to the query really being an array, that's almost true.  It's
really a structure of arrays.  This means that you can reference values in
your query as such: MyQuery.MyField[RowX].  MyQuery is a structure and
MyQuery.MyField is an array, if that makes sense.

Hope that helps a bit,

-Nelson


- Original Message -
From: "Cozmo" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, October 17, 2001 11:54 AM
Subject: CF_Query as an array


> I read in Ben Forte's book that the results of a query is actually an
> array. What I want to do is use array functions ArrayMax, ArrayMin to
> snag the min and max values of my query results. I know that this can be
> done with my query "MAX(Apartments.NUM_Bedrooms) AS Max_NUM_Bedrooms" ,
> however the query (Access 2K) is this monster containing multiple inner
> joins (See below) . When I add a "MAX(Apartments.NUM_Bedrooms) AS
> Max_NUM_Bedrooms" to the query I get this error message:
>
> @
> ODBC Error Code = 37000 (Syntax error or access violation)
>
> [Microsoft][ODBC Microsoft Access Driver] You tried to execute a query
> that does not include the specified expression 'Apartment_ID' as part of
> an aggregate function.
>
> @
>
> What I want to do is snag the min and max value for a sub set of data...
> Kinda like a the min and max values of of the results of a nested
> CF_Output.
>
> My question: How can I get these values, either with my query or
> snagging the values out of the query results using an array function..
>
>
> Here is the catch. I don't want to hit the database again (Hence all the
> joins) and I do not want have to create an array from query results
> beacuase the are already in an array.
>
> Any takers?
>
> Thanx,
> Coz
>
>
>
> @@@
>
> SELECT DISTINCT Apartments.Apartment_ID, Apartments.NUM_Bedrooms,
> Apartments.NUM_Bathrooms, Apartments.CUR_Price_Low,
> Apartments.CUR_Price_High, Apartments.NUM_Size,
> Apartments.TXT_Unit_Name, Apartments.NUM_Number_Available,
> Apartments.LKP_Availability_Status, Apartments.LKP_Communities_ID,
> Communities.Communities_ID,
> LKP_Availability_Status.TXT_Availability_Status,
> Communities.TXT_Communities_Name, Communities.TXT_Street_1,
> Communities.TXT_Street_2, Communities.TXT_City, Communities.LKP_State,
> TXT_Zip,
>
> MAX(Apartments.NUM_Bedrooms) AS Max_NUM_Bedrooms
>
>
> FROM Apartment_Amenities2
> INNER JOIN ((Communities
> INNER JOIN (LKP_Availability_Status
> INNER JOIN Apartments ON LKP_Availability_Status.Availability_Status_ID
> = Apartments.LKP_Availability_Status) ON Communities.Communities_ID
> = Apartments.LKP_Communities_ID)
> INNER JOIN LKP_Apartment_Amenities ON Apartments.Apartment_ID =
> LKP_Apartment_Amenities.Apartment_ID) ON
> Apartment_Amenities2.Apartment_Amenity_ID =
> LKP_Apartment_Amenities.Apartment_Amenities_ID
>
>
>
> Cozmo
> INC.
> 522 E. Park Ave
> Tallahassee, Florida 32301
>
> 
~~
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CF_Query as an array

2001-10-21 Thread Pete Freitag

The reason you are getting that error is because MAX is an aggregate
function meaning that it takes all the results of the query and calculates
one value for the column.  You are trying to select multiple rows, but also
have one of the columns be single value.

It won't let you do this.  One thing you can do, and I'm not sure if it is
appropriate here is to use GROUP BY this will allow you to specify the
aggregate groups.  So if you have something like this

SELECT MAX(Price), OrderDate
FROM orders
GROUP BY OrderDate

you would get the value of the highest priced order each day.

So in order for you to have an Aggregate function in your SELECT statement
all the other columns you are selecting must be in the GROUP BY


Pete Freitag ([EMAIL PROTECTED])
CFDEV.COM
ColdFusion Developer Resources
http://www.cfdev.com/


-Original Message-
From: Cozmo [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, October 17, 2001 11:55 AM
To: CF-Talk
Subject: CF_Query as an array


I read in Ben Forte's book that the results of a query is actually an
array. What I want to do is use array functions ArrayMax, ArrayMin to
snag the min and max values of my query results. I know that this can be
done with my query "MAX(Apartments.NUM_Bedrooms) AS Max_NUM_Bedrooms" ,
however the query (Access 2K) is this monster containing multiple inner
joins (See below) . When I add a "MAX(Apartments.NUM_Bedrooms) AS
Max_NUM_Bedrooms" to the query I get this error message:

@
ODBC Error Code = 37000 (Syntax error or access violation)

[Microsoft][ODBC Microsoft Access Driver] You tried to execute a query
that does not include the specified expression 'Apartment_ID' as part of
an aggregate function.

@

What I want to do is snag the min and max value for a sub set of data...
Kinda like a the min and max values of of the results of a nested
CF_Output.

My question: How can I get these values, either with my query or
snagging the values out of the query results using an array function..


Here is the catch. I don't want to hit the database again (Hence all the
joins) and I do not want have to create an array from query results
beacuase the are already in an array.

Any takers?

Thanx,
Coz



@@@

SELECT DISTINCT Apartments.Apartment_ID, Apartments.NUM_Bedrooms,
Apartments.NUM_Bathrooms, Apartments.CUR_Price_Low,
Apartments.CUR_Price_High, Apartments.NUM_Size,
Apartments.TXT_Unit_Name, Apartments.NUM_Number_Available,
Apartments.LKP_Availability_Status, Apartments.LKP_Communities_ID,
Communities.Communities_ID,
LKP_Availability_Status.TXT_Availability_Status,
Communities.TXT_Communities_Name, Communities.TXT_Street_1,
Communities.TXT_Street_2, Communities.TXT_City, Communities.LKP_State,
TXT_Zip,

MAX(Apartments.NUM_Bedrooms) AS Max_NUM_Bedrooms


FROM Apartment_Amenities2
INNER JOIN ((Communities
INNER JOIN (LKP_Availability_Status
INNER JOIN Apartments ON LKP_Availability_Status.Availability_Status_ID
= Apartments.LKP_Availability_Status) ON Communities.Communities_ID
= Apartments.LKP_Communities_ID)
INNER JOIN LKP_Apartment_Amenities ON Apartments.Apartment_ID =
LKP_Apartment_Amenities.Apartment_ID) ON
Apartment_Amenities2.Apartment_Amenity_ID =
LKP_Apartment_Amenities.Apartment_Amenities_ID



Cozmo
INC.
522 E. Park Ave
Tallahassee, Florida 32301


~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Percent calculation

2001-10-21 Thread Tilbrook, Peter

Hi there!

I need to find the percentage of a value in ColdFusion but have been
getting inconsistent results.

eg:

Initial Weight: 250 grams
Weight Change: 10.7%
Final Weight (would be 250 grams plus 10.7%): ??

and also for subtracting (weight reduction), eg:

Initial Weight: 250 grams
Weight Change: -15.4%
Final Weight (would be 250 grams minus 15.4%): ??

Thanks!

PT


**

This transmission is intended only for the use of the addressee(s)
and may contain confidential or legally privileged information. If you are
not the intended recipient, you are notified that any use or dissemination
of this communication is strictly prohibited. If you have received this
transmission in error, please notify the ANZFA IT helpdesk prior to deleting
all copies of this transmission together with any attachments.

ANZFA helpdesk:

E-mail:  [EMAIL PROTECTED]
This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.

www.mimesweeper.com
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Building a answer key

2001-10-21 Thread Aaron Rouse

Actually I found a solution to this shortly after sending the email(a couple
of days ago). I just added onto my existing structure.  So I have a .Value
which equals the value of the input tag, such us "Yes".  Then I have in my
structure a .Yes = 0; and a .No = 0;  If I were code those zeros as the
values of the input tags, then how would I know if they picked Yes or No? I
need to know that if they were to go back to a form so it can be populated
with their answers.  Now for both to have the same value like that example
is a rare case.

Snipe - 

- Original Message -
From: "Jeffry Houser" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, October 18, 2001 1:16 AM
Subject: Re: Building a answer key


>   Is there any reason why the answer should be dynamic, as opposed to hard
> coded?  If I understand what you are doing, I see nothing inherently wrong
> with it.
>
> At 11:19 AM 10/16/2001 -0500, you wrote:
> >I am working on a online survey that has 12 seperate forms to it.  Each
> >form consists of Yes/No questions via radio buttons, single select boxes,
> >multiple select boxes, and just two text inputs at the very begining.
The
> >results from each form are stored in a structure that is held within a
> >session variable.  The session var looks much like this:
> >
> >Ses.Profile["frm1"].Field1 through Ses.Profile["frm12"].Field2
> >
> >Each answer to a question is worth a certain amount of points and
> >sometimes can be worth the same amount of points.  For example question
> >one on form one could be a Yes/No question and both Yes and No for that
> >one could be equal to 3.  So the setting of the structure when going to
> >form two would be(assuming Yes was picked instead of No):
> >
> >StructUpdate(Ses.Profile["frm1"], "Field1", "Yes");
> >
> >What I am trying to figure out is what would be the best way to store my
> >answer key for this.  The below code is what I have hacked out today, but
> >I am curious if I have over complicated how to do the answer(values) key.
> >
> >
> > Answers = StructNew();
> > Answers.FormNumber = ArrayNew(1);
> > Answers.FormNumber[1] = StructNew();
> > Answers.FormNumber[1].Field1 = StructNew();
> > Answers.FormNumber[1].Field1.Yes = "3";
> > Answers.FormNumber[1].Field1.No = "3";
> >
> >
> >For the select boxes, I plan to just have their options equal to IDx and
> >then do Fieldx.IDx = "myValue"
> >
> >Snipe - 
> >
> 
~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re Help with Dedicated Server

2001-10-21 Thread Brunt, Michael

I don't know what happened to my original reply 1 1/2 days ago but here it
is as it should have been.

This is a difficult one to answer as things like people's opinions about
hosters, who's good-bad and why etc get in the way.  I spent some time
working as a consultant with Allaire so I saw a lot of different
environments and set-ups here is my opinion and point of view from those
experiences.  

BANDWIDTH I'll start at the end, with regard to bandwidth needs if the new
installation application will be the same or similar to the current "on two
servers running CF server 4.5" get your current bandwidth usage from that
set up.

MOVING - It looks like you are moving from a clustered environment to a
single server? "web site to a dedicated server".  I would not do that it is
a retrograde step however accept my apologies if I misunderstood your email.
If the new environment will have two servers make sure they are as similar
as possible and if you are not using it use the clustering software that
comes with ColdFusion, I would start to use it.  It is good for up to 8
servers in a cluster and is native to ColdFusion.

COLDFUSION 5 DEDICATED vs COLOCATION. Again from my experience I would avoid
a fully managed service where ColdFusion is included.  That is because a lot
of the Managed Services people don't know much about ColdFusion and also
often slap restrictions on what you can and cannot do.  To be fair this is
far more prevalent in the really big hosting companies.  I much prefer to
own and run ColdFusion myself, however if you don't have a lot of ColdFusion
expertise in-house you will be better off getting a fully managed service
with a hosting company who really knows ColdFusion.  If you go that route
ask for some client referrals.  

REMOTE MANAGEMENT - Over the years I have used PC Anywhere in a Windows
Setting for this and have found it to be the best around.  In Unix I simply
use Telnet and sometimes xWindows software.  

ONE HAND CLAPPING - This is the toughest but I do have a sort of suggestion.
I have seen and heard Jimi Hendrix and Stevie Ray Vaughan do very magical
things with one hand, a Stratocaster and a Marshall stack (or two). Find
some old videos/dvd's/cd's look listen and enjoy it.

I hope this is of some help to you.

Mike Brunt
Sempra Energy
213.244.5226

"It's a little-known fact that the Y1K problem caused the Dark Ages." 


-Original Message-
From: Phillip Broussard [mailto:[EMAIL PROTECTED]]
Sent: Monday, October 15, 2001 2:52 PM
To: CF-Talk
Subject: Help with dedicated server


I am getting ready to help the move a web site to a dedicated server. I 
have know idea where yet. 

It is currently load balanced on two servers running CF server 4.5 and 
Informix. 

Can anyone give me some advice, words of caution, or things to look for 
when I go to pick out the company to host us? 

I need help with things like: 
Do I buy CF Server 5 or does that usually come with a service?
How do I manage the server when its half way across the US?
What is the sound of one hand clapping?
How do I find out how much band width I need?

You get the idea. 

TIA

Phillip



~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: cfgrid

2001-10-21 Thread Costas Piliotis

There's been a couple of threads regarding this.

A macromedia tech claimed that you should move to Flash instead of Java.

Go figure.

Try installing JRE 1.3

http://java.sun.com/products/plugin/

Me thinks that macromedia wrote the new cfgrid control to conform with Sun's
Java and forgot to make it compatible with the Microsoft flavor.

-Original Message-
From: Jones, Becky [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, October 17, 2001 8:48 AM
To: CF-Talk
Subject: cfgrid


i created a grid on my test server.  i am running cf server 4.0. i moved it
over to the main webserver (running cf server 5.0) and now i get the error
messege below. it looks like it is an error with my browser..i run ie 5.0.
but i viewed the grid in the same browser just pointing to the other server
just fine.  any ideas? Custom control could not be displayed because this
browser does not suppport Java2.



*
This e-mail, including any attachments, is intended for the 
receipt and use by the intended addressee(s), and may contain 
confidential and privileged information.  If you are not an intended 
recipient of this e-mail, you are hereby notified that any unauthorized 
use or distribution of this e-mail is strictly prohibited. 


~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Access Question

2001-10-21 Thread Greg Luce

I haven't used access much, so I'm sure this is going to sound dumb, but
can you think of a reason that I get 0 records for this query when I can
see there's a record in the db with a date of 10/18/2001?
SELECT*
FROM  messages
WHERE message_date = #attributes.datebox#
The debugging shows:
SQL = SELECT * FROM messages WHERE message_date = 10/18/2001

If I use single quotes around #attributes.datebox# it gives me an error
saying "datatype mismatch".

~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



dynamically generate page content without refresh a page

2001-10-21 Thread Mak Wing Lok

 hi all,
 
 juat a question here, not so much on CF, but will like to do it on a CF
page, how I can make a page
dynamically generate its content without refresh a page as i have see this
on some web site. for example, if i click on a button then the page will
display a table with some data on it (of course without refresing the whole
page again). is it possible? if yes, how technical is it?
 
thanks

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



need help with CFsearch

2001-10-21 Thread swank

hi,

Does anyone know how to achive that cool multi-page links (like on 
google) on a reault  with CF?

like this:     

 

I've got my search page working, i just need a code example to the the 

paging working...


thanks for any help!

~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Sorting a Query of a Query

2001-10-21 Thread Joshua Miller

Nope, no comma ... but I did figure it out - was missing a declaration for a
column in the QueryNew() line.

Joshua Miller
Web Development::Programming
Eagle Technologies Group, Inc.
www.eagletgi.com
[EMAIL PROTECTED]

-Original Message-
From: Dave Hannum [mailto:[EMAIL PROTECTED]]
Sent: Thursday, October 18, 2001 8:15 AM
To: CF-Talk
Subject: Re: Sorting a Query of a Query


You need a comma between #orderby# and #updn# for one thing.

Dave



- Original Message -
From: "Joshua Miller" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, October 17, 2001 9:47 AM
Subject: Sorting a Query of a Query


> When attempting to ORDER BY on a Query of a Query, I get the following
error
> on ALL fields:
>
> Query Manipulation Error Code = 0
> STOREID is not a column that can be sorted on.
>
> The query that I'm querying is a "Built Query" using QueryNew(),
> QueryAddRow() and QuerySetCell() to create the final query.
>
> Is this possible or am I doing something wrong?
>
> Code:
>
>  default="#dateformat(dateadd('','-1',Now()),'mm/dd/')#">
> 
> 
> 
>
> 
> SELECT * FROM qGetOrders
> WHERE dateordered BETWEEN '#startdate#' AND '#enddate#'
> ORDER BY #orderby# #updn#
> 
>
>
> Joshua Miller
> Web Development::Programming
> Eagle Technologies Group, Inc.
> www.eagletgi.com
> [EMAIL PROTECTED]
>

~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



problem downloading .exe file (double post)

2001-10-21 Thread Will Swain

Hi all,

I am having a problem setting up a link to download a .exe file. I have a
page with a link to the file like so:

download

but when I click on it and try to download I get the following message:

File download of [screensaver.exe] was not completed succesfully. Server has
internal error

IS this a mime type problem? If so, can anyone tell me the mime type for
exe files?

Cheers

Will
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: HELP! IIS 5 and Access with Netscape browser 4.75

2001-10-21 Thread Tilbrook, Peter

I think NS has a problem sending clear text passwords (or something like
that).

Original Message-
From: S V [mailto:[EMAIL PROTECTED]]
Sent: Thursday, 18 October 2001 1:04
To: CF-Talk
Subject: HELP! IIS 5 and Access with Netscape browser 4.75


I have removed Anonymous access in IIS5 thru Directory Security tab for
each 
website. Now accessing thru IE requires NT authentication, which is
great 
and I connect; But when I use Netscape 4.75 it does not accept the NT 
login/pwd. It seems to me that Netscape is not allowing or screwing up 
something, while IE has no such problem.

Is there any setup on the browser that is required so that a netscape 
browser can access the website? I want to avoid upgrading to an newer 
version of Netscape browser.

Any help would be GREATLY appreciated.




~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Getting Scope

2001-10-21 Thread Duane Boudreau

Hi All,

I'm trying to sort my way thru a mountain of spaghetti code. Is there a way
to grab the scope that CF finds a variable in?

not a single variable any where is scoped :(

TIA,
Duane
~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: IIF Help

2001-10-21 Thread James Sleeman

At 02:22 AM 10/18/2001, you wrote:
>Can someone Please help me with this one.
>
>#iif("(dateformat(i, "mm-dd-yy")" eq "(dateformat(qrygetusers1.we_date,
>"mm-dd-yy"))", de("checked"), de(""))#

what was with the extra quotes and brackets ? this looks better...

#iif(dateformat(i, "mm-dd-yy") eq dateformat(qrygetusers1.we_date,
"mm-dd-yy"), de("checked"), de(""))#





--
James Sleeman
Innovative Media Ltd
Phone: (03) 377 6262
http://www.websolutions.co.nz/

CAUTION: The information contained in this email message is confidential 
and may be legally privileged. If the reader of this message is not the 
intended recipient you are notified that any use, dissemination, 
distribution or reproduction of this message is prohibited. If you have 
received this message in error please notify the sender immediately and 
destroy the original message and any attachments.

Views expressed in this communication may not be those of Innovative Media 
Ltd.

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: client wants online credit card processing

2001-10-21 Thread Matt Robertson

Thats a valid point.  real time cc processing isn't cheap, and generally is the wrong 
answer for a small business with an unproven web business model.  Most of my clients 
don't use it, instead doing exactly what Paris mentions.  Once they can't keep up with 
all of the orders, then its time to spring the bucks for cc processing.

This has little bearing on the coding (and billing ;D) you'll have to do, as the cc 
gateway itself is a very small part of a much bigger job.

I've had some different experience with the part about the bank not caring.  The BofA 
story in the previous message being the worst example, but not the only one.  Some 
regard an online merchant as an new income opportunity, as BofA did with my client.  
I've never had a small business client have a problem with keeping quiet about their 
web site and telling the bank that its a phone order; sidestepping the issue.  

---
Matt Robertson[EMAIL PROTECTED]
MSB Designs, Inc., www.mysecretbase.com
---

Paris Lundis wrote,

I often workout systems that collect the data and allow the merchants to
manually key the data into their POS terminals... It works well for most
traditional businesses.

the clearer doesn't care typically where the data originates from.. as long
as you provide the right authentication method and account information... 
~~
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: HELP! IIS 5 and Access with Netscape browser 4.75

2001-10-21 Thread Ken Wilson

It's not a Netscape version issue. Only IE will being able to login unless
you go back and check off the "Basic Authentication" box on the tab where
you turned off Anonymous Access. Do keep in mind the caution noted there
about passwords being passed in clear text.

Ken




-Original Message-
From: S V [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, October 17, 2001 11:04 AM
To: CF-Talk
Subject: HELP! IIS 5 and Access with Netscape browser 4.75


I have removed Anonymous access in IIS5 thru Directory Security tab for each
website. Now accessing thru IE requires NT authentication, which is great
and I connect; But when I use Netscape 4.75 it does not accept the NT
login/pwd. It seems to me that Netscape is not allowing or screwing up
something, while IE has no such problem.

Is there any setup on the browser that is required so that a netscape
browser can access the website? I want to avoid upgrading to an newer
version of Netscape browser.

Any help would be GREATLY appreciated.




~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



OT Cant select text in IE

2001-10-21 Thread Don Vawter

I have a page in which all content is contained in div tags which are
absolute positioned. There is no content between the body tags. IN IE 5.5 I
am unable to select text by dragging a cursor over it. This is obviously a
problem in textareas where a person should be able to highlight and cut
text. The problem does not occur in NS 4.77 or NS 6.1 or Opera 5

Any clues?

TIA

Don
~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



HouseOfFusion Web Sites Down?

2001-10-21 Thread John McKown

HouseOfFusion Web Sites Down?

What happened yesterday?  All of the HouseOfFusion sites were down.
And the message board volume slowed to a trickle.

John McKown, President
Delaware.Net, Inc.
~~
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Help please

2001-10-21 Thread Dave Watts

> Sales.PROCESS_ID is stored as a text value (even though its 
> numeric) as Access can't store a 20 digit integer. It has to 
> be a 20 digit integer. session.PROCESS_ID is numeric as its 
> generated via a rand function. I can't seem to get this to 
> execute. I've tried applying Val to Sales.PROCESS_ID but no joy.
> 
> 
> SELECT  Sales.SaleDate, Sales.ProductID, Products.ProductName,
> Products.UnitPrice, Sales.Quantity, Sales.PROCESS_ID, 
> Products.ProductID
> FROM Sales, Products 
> WHERE   (Sales.ProductID = Products.ProductID) 
> AND (Sales.PROCESS_ID = #session.PROCESS_ID#)
> 

Unless I'm missing something, it seems to me like you want to treat
PROCESS_ID as a string in any case, if it has to be exactly twenty digits.
Can't you just put quotes in your CFQUERY around Session.PROCESS_ID?

AND (Sales.PROCESS_ID = '#Session.PROCESS_ID#')

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



(sql) Trouble with MAX()

2001-10-21 Thread Owens, Howard

My SQL statement goes something like this:

SELECT MAX(mycolumn)
FROM MyTable
WHERE ThisValue=ThatValue

In this case, "mycolumn" is a FLOAT data type.

There are four rows with the following values:

6.0
6.25
6.25
6.25

My select statement returns only: "6.0"

I tried changing one of the values to "7.0"

But all I get, still, is "6.0" on the return.

I'm using SQL Server.

Any suggestions as to why I'm not getting the correct Max() value?

H.


Howard Owens
Internet Operations Coordinator
www.insidevc.com
[EMAIL PROTECTED]
AIM: GoCatGo1956

~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Help please

2001-10-21 Thread Marius Milosav

If it is text in the database you have to put quotes around it.

Marius Milosav
www.scorpiosoft.com
It's not about technology, it's about people.
Virtual Company (VICO) Application Demo
www.scorpiosoft.com/vicodemo/login.cfm

- Original Message -
From: "Parker, Kevin" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, October 18, 2001 3:17 AM
Subject: Help please


> I've run into real strife with this - can anyone help please.
>
> Sales.PROCESS_ID is stored as a text value (even though its numeric) as
> Access can't store a 20 digit integer. It has to be a 20 digit integer.
> session.PROCESS_ID is numeric as its generated via a rand function. I
can't
> seem to get this to execute. I've tried applying Val to Sales.PROCESS_ID
but
> no joy.
>
>
>
> 
> SELECT  Sales.SaleDate, Sales.ProductID, Products.ProductName,
> Products.UnitPrice, Sales.Quantity, Sales.PROCESS_ID, Products.ProductID
> FROM Sales, Products
> WHERE   (Sales.ProductID = Products.ProductID) AND (Sales.PROCESS_ID =
> #session.PROCESS_ID#)
> 
>
> **
>
> Kevin Parker
> Web Services Manager
> WorkCover Corporation
>
> [EMAIL PROTECTED]
> www.workcover.com
>
> p: 08 82332548
> f: 08 82332000
> m: 0418 806 166
>
> **
>
>
>
> 
> This e-mail is intended for the use of the addressee only. It may
> contain information that is protected by legislated confidentiality
> and/or is legally privileged. If you are not the intended recipient you
> are prohibited from disseminating, distributing or copying this e-mail.
>
> Any opinion expressed in this e-mail may not necessarily be that of the
> WorkCover Corporation of South Australia. Although precautions have
> been taken, the sender cannot warrant that this e-mail or any files
> transmitted with it are free of viruses or any other defect.
>
> If you have received this e-mail in error, please notify the sender
> immediately by return e-mail and destroy the original e-mail and any
> copies.
> 
~~
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Where'd the list go?

2001-10-21 Thread Tammy Hong

haven't gotten anything since yesterday...

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, October 17, 2001 11:20 AM
To: CF-Talk
Subject: Where'd the list go?


I haven't received anything from the list all day. What happened?

Kristine C. Hege  [EMAIL PROTECTED]
Database & Applications SpecialistPhone: (802) 463-2111
SoVerNet Inc. Ext: 105
5 Rockingham St.
Bellows Falls, VT 05101

--
_   ..   . - .
PROGRAM  (PRO'-gram') [n] A magic spell cast over a |C>_.|.:' .:.  .
computer allowing it to turn one's input into error   __||__ `:.  O_/
messages.[vi] To engage in a pastime similar to  |  __--|   \/M
banging one's head against a wall,  but, with fewer  `-/..\-'   _/ \_
opportunities for reward. `'


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Help please

2001-10-21 Thread Matthew W Jones

you need to be doing a text compare if it is stored as text, ie.
Sales.PROCESS_ID =
'#session.PROCESS_ID#'

Also, you probably shouldn't use session variables in your query, bc you
should be locking ALL accesses to session variables.  

-Original Message-
From: Parker, Kevin [mailto:[EMAIL PROTECTED]]
Sent: Thursday, October 18, 2001 2:17 AM
To: CF-Talk
Subject: Help please


I've run into real strife with this - can anyone help please. 

Sales.PROCESS_ID is stored as a text value (even though its numeric) as
Access can't store a 20 digit integer. It has to be a 20 digit integer.
session.PROCESS_ID is numeric as its generated via a rand function. I can't
seem to get this to execute. I've tried applying Val to Sales.PROCESS_ID but
no joy.




SELECT  Sales.SaleDate, Sales.ProductID, Products.ProductName,
Products.UnitPrice, Sales.Quantity, Sales.PROCESS_ID, Products.ProductID
FROM Sales, Products 
WHERE   (Sales.ProductID = Products.ProductID) AND (Sales.PROCESS_ID =
#session.PROCESS_ID#)


**

Kevin Parker
Web Services Manager
WorkCover Corporation

[EMAIL PROTECTED]
www.workcover.com

p: 08 82332548
f: 08 82332000
m: 0418 806 166

**




This e-mail is intended for the use of the addressee only. It may 
contain information that is protected by legislated confidentiality
and/or is legally privileged. If you are not the intended recipient you
are prohibited from disseminating, distributing or copying this e-mail.

Any opinion expressed in this e-mail may not necessarily be that of the
WorkCover Corporation of South Australia. Although precautions have
been taken, the sender cannot warrant that this e-mail or any files
transmitted with it are free of viruses or any other defect.

If you have received this e-mail in error, please notify the sender
immediately by return e-mail and destroy the original e-mail and any
copies.

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Help please

2001-10-21 Thread Jay Sudowski - Handy Networks LLC

If Sales.Process_ID is a text field in your Access Database, it should
be enclosed in single quotes on the query.

IE -


SELECT  Sales.SaleDate, Sales.ProductID, Products.ProductName,
Products.UnitPrice, Sales.Quantity, Sales.PROCESS_ID, Products.ProductID
FROM Sales, Products 
WHERE   (Sales.ProductID = Products.ProductID) AND 
(Sales.PROCESS_ID=
'#session.PROCESS_ID#')


- Jay

-Original Message-
From: Parker, Kevin [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, October 18, 2001 3:17 AM
To: CF-Talk
Subject: Help please


I've run into real strife with this - can anyone help please. 

Sales.PROCESS_ID is stored as a text value (even though its numeric) as
Access can't store a 20 digit integer. It has to be a 20 digit integer.
session.PROCESS_ID is numeric as its generated via a rand function. I
can't seem to get this to execute. I've tried applying Val to
Sales.PROCESS_ID but no joy.




SELECT  Sales.SaleDate, Sales.ProductID, Products.ProductName,
Products.UnitPrice, Sales.Quantity, Sales.PROCESS_ID, Products.ProductID
FROM Sales, Products 
WHERE   (Sales.ProductID = Products.ProductID) AND 
(Sales.PROCESS_ID=
#session.PROCESS_ID#)


**

Kevin Parker
Web Services Manager
WorkCover Corporation

[EMAIL PROTECTED]
www.workcover.com

p: 08 82332548
f: 08 82332000
m: 0418 806 166

**




This e-mail is intended for the use of the addressee only. It may 
contain information that is protected by legislated confidentiality
and/or is legally privileged. If you are not the intended recipient you
are prohibited from disseminating, distributing or copying this e-mail.

Any opinion expressed in this e-mail may not necessarily be that of the
WorkCover Corporation of South Australia. Although precautions have been
taken, the sender cannot warrant that this e-mail or any files
transmitted with it are free of viruses or any other defect.

If you have received this e-mail in error, please notify the sender
immediately by return e-mail and destroy the original e-mail and any
copies. 
~~
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Help please

2001-10-21 Thread Christopher Olive

you need to do a text compare.

WHERE   (Sales.ProductID = Products.ProductID) AND 
(Sales.PROCESS_ID
= '#session.PROCESS_ID#')

notice the tick marks.

christopher olive, cio
cresco technologies, inc
http://www.crescotech.com


-Original Message-
From: Parker, Kevin [mailto:[EMAIL PROTECTED]]
Sent: Thursday, October 18, 2001 3:17 AM
To: CF-Talk
Subject: Help please


I've run into real strife with this - can anyone help please. 

Sales.PROCESS_ID is stored as a text value (even though its numeric) as
Access can't store a 20 digit integer. It has to be a 20 digit integer.
session.PROCESS_ID is numeric as its generated via a rand function. I
can't
seem to get this to execute. I've tried applying Val to Sales.PROCESS_ID
but
no joy.




SELECT  Sales.SaleDate, Sales.ProductID, Products.ProductName,
Products.UnitPrice, Sales.Quantity, Sales.PROCESS_ID, Products.ProductID
FROM Sales, Products 
WHERE   (Sales.ProductID = Products.ProductID) AND 
(Sales.PROCESS_ID=
#session.PROCESS_ID#)


**

Kevin Parker
Web Services Manager
WorkCover Corporation

[EMAIL PROTECTED]
www.workcover.com

p: 08 82332548
f: 08 82332000
m: 0418 806 166

**




This e-mail is intended for the use of the addressee only. It may 
contain information that is protected by legislated confidentiality
and/or is legally privileged. If you are not the intended recipient you
are prohibited from disseminating, distributing or copying this e-mail.

Any opinion expressed in this e-mail may not necessarily be that of the
WorkCover Corporation of South Australia. Although precautions have
been taken, the sender cannot warrant that this e-mail or any files
transmitted with it are free of viruses or any other defect.

If you have received this e-mail in error, please notify the sender
immediately by return e-mail and destroy the original e-mail and any
copies.

~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Help please

2001-10-21 Thread Don Vawter

If sales id is a text value then you will need to quote session.procces_id

 WHERE   (Sales.ProductID = Products.ProductID) AND (Sales.PROCESS_ID =
'#session.PROCESS_ID#'  )
^single quotes^

- Original Message -
From: "Parker, Kevin" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, October 18, 2001 1:17 AM
Subject: Help please


> I've run into real strife with this - can anyone help please.
>
> Sales.PROCESS_ID is stored as a text value (even though its numeric) as
> Access can't store a 20 digit integer. It has to be a 20 digit integer.
> session.PROCESS_ID is numeric as its generated via a rand function. I
can't
> seem to get this to execute. I've tried applying Val to Sales.PROCESS_ID
but
> no joy.
>
>
>
> 
> SELECT  Sales.SaleDate, Sales.ProductID, Products.ProductName,
> Products.UnitPrice, Sales.Quantity, Sales.PROCESS_ID, Products.ProductID
> FROM Sales, Products
> WHERE   (Sales.ProductID = Products.ProductID) AND (Sales.PROCESS_ID =
> #session.PROCESS_ID#)
> 
>
> **
>
> Kevin Parker
> Web Services Manager
> WorkCover Corporation
>
> [EMAIL PROTECTED]
> www.workcover.com
>
> p: 08 82332548
> f: 08 82332000
> m: 0418 806 166
>
> **
>
>
>
> 
> This e-mail is intended for the use of the addressee only. It may
> contain information that is protected by legislated confidentiality
> and/or is legally privileged. If you are not the intended recipient you
> are prohibited from disseminating, distributing or copying this e-mail.
>
> Any opinion expressed in this e-mail may not necessarily be that of the
> WorkCover Corporation of South Australia. Although precautions have
> been taken, the sender cannot warrant that this e-mail or any files
> transmitted with it are free of viruses or any other defect.
>
> If you have received this e-mail in error, please notify the sender
> immediately by return e-mail and destroy the original e-mail and any
> copies.
> 
~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



cfflush equivalent

2001-10-21 Thread Simon Whittaker

Hello there,

Does anyone know of a cfflush equivalent (eg custom tag)which would work
within CF4.5. I have a very large page which cannot be cached as it is an
action page which changes continuously. What I would like to be able to do
is spit information out as it is processed instead of waiting for the page
to finish processing.

Many Thanks

Simon

~~
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Creating a New Session

2001-10-21 Thread Owens, Howard

I have an application where I want to have something like:

"Hello, Howard. Welcome to this site. (If you're not Howard, click here )."

The click here cancel's the session for "Howard" (I've been using
#structClear(session)#)

After the session is clear, I want to start a new session, but this doesn't
happen automatically.  For example, after clearing the session, I send the
user back to the home page where there are URLs that have #session.URLToken#
in them, but because there is no active session, this throws an error.

How do I clear one session and immediately initiate a new one?

(And I'm glad the list is back online.)

H.




Howard Owens
Internet Operations Coordinator
www.insidevc.com
[EMAIL PROTECTED]
AIM: GoCatGo1956


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Opening file in another app using CF

2001-10-21 Thread phumes1

I have a list of files which have ... around them. When a 
user clicks on a link, how can I have that "filename" open in UltraEdit or 
WordPad on the users PC? Has anyone done anything like this?

~~
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



need help with cfsearch

2001-10-21 Thread swank

hi,

Does anyone know how to achive that cool multi-page links (like on 
google) on a reault  with CF?

like this:     

 

I've got my search page working, i just need a code example to the the 

paging working...


thanks for any help!

~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: How do I pipe the results of running CFML.EXE to a file?

2001-10-21 Thread Nelson Winters

I don't know if or how you could do this directly.  However, if it's not
possible, the following might provide a suitable solution.

In your cf template (harness_tag_disqualify_user_field.cfm), embed your code
in the  tags (Use cf_bodycontent custom tag
if you're not running CF5).  This will allow your output to be stored to a
variable.  Then you can add a  statement to the end
of you script to dump the output to the file that you want.

-Nelson

- Original Message -
From: "Dave Babbitt" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, October 18, 2001 9:00 AM
Subject: How do I pipe the results of running CFML.EXE to a file?


> Hi Guys!
>
> How do I pipe the results of running C:\CFUSION\BIN\CFML.EXE
>
C:\Inetpub\wwwroot\hhss_root\_PM\dbabbitt-test\harness_tag_disqualify_user_f
> ield.cfm to test_results.htm?
>
> Thanx
>
> Dave
> 
~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: IIF Help

2001-10-21 Thread Bill Holloway

I'd do a dateCompare() or a dateDiff() rather than messing with the
dateFormat().  Something like: #iif( NOT dateCompare(i,
qrygetusers1.we_date), DE('checked'), DE('')#

HTH,
Bill
-Original Message-
From: Joshua Tipton [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, October 17, 2001 6:22 AM
To: CF-Talk
Subject: IIF Help

Can someone Please help me with this one.

#iif("(dateformat(i, "mm-dd-yy")" eq "(dateformat(qrygetusers1.we_date,
"mm-dd-yy"))", de("checked"), de(""))#

~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: client wants online credit card processing

2001-10-21 Thread Paris Lundis

the answer is yes...

couple of things here...

from their non-CF server to yours please use SSL for communications.
Otherwise it is plain text and someone could pull the financials...

Next there will be overhead on the transaction and overhead... be sure to
build some logic into the system to tolerate delay

Then again, is this a business that will benefit by the higher costs of
online processing..?? DO they do the volume or will they really to cover
startup costs, monthly minimums, per transaction costs?

I often workout systems that collect the data and allow the merchants to
manually key the data into their POS terminals... It works well for most
traditional businesses.

the clearer doesn't care typically where the data originates from.. as long
as you provide the right authentication method and account information...


-paris


-Original Message-
From: megan sherman [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, October 17, 2001 21:53
To: CF-Talk
Subject: client wants online credit card processing


Hi all,
I've been getting deeper into cold fusion, and it's working out quite
well. I have a client who wants credit card processing. But his domain
is hosted with a service that doesn't support cold fusion. So I've been
handling the non-database portion of his web site by uploading html
files to his server, and for database requirements I've been calling cfm
files from the server that hosts my domain. If cold fusion processing
takes place on my server, can he still get credit card processing (from
BofA or the like)? If so, how?
Thanks in advance,
Megan

FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



OT - Making MP3s Easily

2001-10-21 Thread Mike Kear

Is there an easy way for someone to make a wav file into a mp3 file?  I have
a recording artist making a radio station ID for me, but he only has windows
sound recorder.

Whats the best way for me to tell this fine person of marvellous musical
talent but limited computer knowledge how to make the wav file into mp3 so
he can email it to me?

Any ideas?

Cheers,
Mike Kear
Windsor, NSW, Australia
AFP WebWorks

~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CF-TALK is BACK!

2001-10-21 Thread Matt Robertson

Ouch.  What an incredible pain.  Messages are coming in very few and only 
sporadically, and sometimes multiple times so you're obviously still working on it.  
Just figured out I can read msgs on the web site archives and respond via email.  My 
last post showed up there in 1 or 2 minutes.

Good luck, and keep the beer cold :D

---
Matt Robertson[EMAIL PROTECTED]
MSB Designs, Inc., www.mysecretbase.com
---


Michael Dinowitz wrote,

The problem was 
about 100,000 corrupted files on the machine in the mail directory. It took 
over 30 hours to checkdisk and fix it 

 
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: client wants online credit card processing

2001-10-21 Thread Matt Robertson

>From a strictly technical perspective, its no different than doing it on a 
>single-server web site.  You wing over to the CF server establish your secure 
>connection, process the card etc. and then ship the user back to the html server on a 
>straight http connection.  

If you're asking how to accomplish the process in general, start-to-finish, that's a 
pretty in-depth question.  You'll need the merchant to sign up with a cc processor 
(I've worked with Verisign and Authorizenet and both are easy to work into an existing 
shopping cart) and make sure that cc processor is acceptable to the bank (the last 
time I worked with BofA they *insisted* that, supposedly out of fraud-protection 
concerns,  my client either use their own very expensive Cybercash reseller or take 
all their merchant business elsewhere, which they did).

Then you need to enable a secure connection for your payment process.  This might 
entail using a shared secure certificate from your ISP, or buying one in the client's 
name and having your ISP install it.  The latter option is arguably better but, for 
certificate licensing reasons, should only be done if the client hosts their domain in 
one piece somewhere.

Once you have the above you need to code in the secure connection into your cart 
software, along with your payment gateway link.  The exact procedure will vary widely 
depending on payment processor and cart software.  If you don't have a cart and need 
something CF_Webstore is a very good, inexpensive package.

---
Matt Robertson[EMAIL PROTECTED]
MSB Designs, Inc., www.mysecretbase.com
---


-- Original Message --
From: megan sherman <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Date: Wed, 17 Oct 2001 18:53:04 -0700

Hi all,
I've been getting deeper into cold fusion, and it's working out quite
well. I have a client who wants credit card processing. But his domain
is hosted with a service that doesn't support cold fusion. So I've been
handling the non-database portion of his web site by uploading html
files to his server, and for database requirements I've been calling cfm
files from the server that hosts my domain. If cold fusion processing
takes place on my server, can he still get credit card processing (from
BofA or the like)? If so, how?
Thanks in advance,
Megan

FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

 
~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Read a file on the server

2001-10-21 Thread Dusty Tinashe Shoko

My files are hosted remotely on another server with my ISP!
Suppose I want to read a file how would I do that if I didnt know the 
full path to it?
I cant like say c:\inetpub\wwwroot\ you know? 

 So now you understand, God is beautiful! Evil will never triumph! 
Coz TRUTH  will always prevail!!
 And all those that are trying to manipulate and take whats not theirs,
 They gonna FAIL - TKZee - We Love This Place.MP3
 
 And when we think we getting a lil stronger
 Thats when we weakest of all!!
 We think we're holding onto something special
 That very thing makes us fall
 - Honeyz - Just Let It Go.MP3




---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.286 / Virus Database: 152 - Release Date: 10/9/01

~~
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: client wants online credit card processing

2001-10-21 Thread Jacob

Look at http://www.linkpoint.net.  We use it with Card Services.  They have 
a custom CFX tag also.

Jacob


At 06:53 PM 10/17/2001 -0700, you wrote:
>Hi all,
>I've been getting deeper into cold fusion, and it's working out quite
>well. I have a client who wants credit card processing. But his domain
>is hosted with a service that doesn't support cold fusion. So I've been
>handling the non-database portion of his web site by uploading html
>files to his server, and for database requirements I've been calling cfm
>files from the server that hosts my domain. If cold fusion processing
>takes place on my server, can he still get credit card processing (from
>BofA or the like)? If so, how?
>Thanks in advance,
>Megan
>
>FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
>Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
>Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

~~
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



cfabort bug

2001-10-21 Thread Greg Saunders

When I run this:



I get the depressing error below.  I'm running CF 5 on NT 2000, and have 
also duplicated it on CF 4.5.1 SP2 on NT 2000.  All the code in the page is 
what you see above.

What's really weird is that it appears sensitive to the string passed to 
showerror.  For instance, this does not crash the server:



Can anyone else reproduce this?

>Error Diagnostic Information
>Error occurred for unknown cause.
>Normally the reason for this error is that a critical system resource 
>(such as memory or disk space) has been expended. You should check the 
>available disk space on all of your drives to make sure you have not run 
>out. You should also make sure that you are not running out of memory by 
>running the Performance Monitor and observing the effect of your 
>application on free system memory.
>Another reason for this error may be that your ODBC driver is generating a 
>general protection fault. To help verify that your driver is funtioning 
>properly you should attempt to submit the query which is causing this 
>error to the data source using another ODBC application (such as MS Access 
>or MS Query).

Gregory M. Saunders, Ph.D.
Cognitive Arts Corporation  (http://www.cognitivearts.com)
1840 Oak Avenue, 4th Floor
Evanston, IL 60201-5914

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Where'd the list go?

2001-10-21 Thread Brunt, Michael

Same here.

Mike Brunt
Sempra Energy
213.244.5226

"It's a little-known fact that the Y1K problem caused the Dark Ages." 


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, October 17, 2001 9:20 AM
To: CF-Talk
Subject: Where'd the list go?


I haven't received anything from the list all day. What happened?

Kristine C. Hege  [EMAIL PROTECTED]
Database & Applications SpecialistPhone: (802) 463-2111
SoVerNet Inc. Ext: 105
5 Rockingham St.
Bellows Falls, VT 05101

--
_   ..   . - .
PROGRAM  (PRO'-gram') [n] A magic spell cast over a |C>_.|.:' .:.  .
computer allowing it to turn one's input into error   __||__ `:.  O_/
messages.[vi] To engage in a pastime similar to  |  __--|   \/M
banging one's head against a wall,  but, with fewer  `-/..\-'   _/ \_
opportunities for reward. `'


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Help with dedicated server

2001-10-21 Thread Mark Warrick

Most ISPs that offer dedicated services also rent you all the software as
well, so in most cases you don't need to buy anything.  That should be
included in the monthly lease.  Two servers is probably going to run you
between $1600-$2000 per month for a decent ISP, but you can get it much
cheaper if you go with a smaller network.

You can manage your servers with PC Anywhere.  You need at least a cable
modem connection to do that effectively.

The sound of one hand clapping would depend upon the friction of the air,
water, or whatever surface it's clapping against.

You should know what your expected traffic levels are upfront based upon the
logs you should already be keeping.  This will be a factor in pricing.  For
example, if you're running a porn site, you're probably going to pay high
fees for excess bandwidth charges.

Keep in mind that a lot of hosting companies are in trouble right now
because the whole internet economy is in a slump.  Just because a company is
big doesn't mean that they are stable.  With that in mind, always have a
backup plan.

If you can afford the hardware and software, I recommend bringing everything
inhouse.

If you need a more detailed analysis, I have a document I prepared for one
of my previous clients which goes into much deeper detail - email me
directly if you're interested.

---mark


-Original Message-
From: Phillip Broussard [mailto:[EMAIL PROTECTED]]
Sent: Monday, October 15, 2001 2:52 PM
To: CF-Talk
Subject: Help with dedicated server


I am getting ready to help the move a web site to a dedicated server. I
have know idea where yet.

It is currently load balanced on two servers running CF server 4.5 and
Informix.

Can anyone give me some advice, words of caution, or things to look for
when I go to pick out the company to host us?

I need help with things like:
Do I buy CF Server 5 or does that usually come with a service?
How do I manage the server when its half way across the US?
What is the sound of one hand clapping?
How do I find out how much band width I need?

You get the idea.

TIA

Phillip




~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



OT: dynamically generate page content without refresh a page

2001-10-21 Thread Mak Wing Lok

hi all,

juat a question here, not so much on CF, but will like to do it on a CF
page, how I can make a page
dynamically generate its content without refresh a page as i have see this
on some web site. for example, if i click on a button then the page will
display a table with some data on it (of course without refresing the whole
page again). is it possible? if yes, how technical is it?

thanks


~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: window format

2001-10-21 Thread Costas Piliotis

Why not open the window first, and use 

-Original Message-
From: Leon Greeff [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, October 16, 2001 4:00 AM
To: CF-Talk
Subject: window format


Hi there,

Does anyone of you have a script that will preformat a window if posted to
it? I want to post form values to it and it must not have toolbars and users
cannot resize it.

TIA


~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Sorting a Query of a Query

2001-10-21 Thread Kevin Gilchrist

Have you confirmed that storeid is a column name in the query?
You can do that by doing:


#qGetOrders.columnlist#


It's unrelated,but you also need a comma between the two sort fields i.e.
ORDER BY #orderby# , #updn#

If all else fails (I know this works for Oracle, I haven't tried it for
anything else), if you know the ordinal position of the column, say storeid
is the 2nd column and that your other sort column was the 5th, you can do

ORDER BY 2 , 5

The code is not as readable but it may be a workaround.

-Original Message-
From: Joshua Miller [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, October 17, 2001 09:48
To: CF-Talk
Subject: Sorting a Query of a Query


When attempting to ORDER BY on a Query of a Query, I get the following error
on ALL fields:

Query Manipulation Error Code = 0
STOREID is not a column that can be sorted on.

The query that I'm querying is a "Built Query" using QueryNew(),
QueryAddRow() and QuerySetCell() to create the final query.

Is this possible or am I doing something wrong?

Code:







SELECT * FROM qGetOrders
WHERE dateordered BETWEEN '#startdate#' AND '#enddate#'
ORDER BY #orderby# #updn#



Joshua Miller
Web Development::Programming
Eagle Technologies Group, Inc.
www.eagletgi.com
[EMAIL PROTECTED] 
~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Where'd the list go?

2001-10-21 Thread Rayna Evans

Me either...it's been like two days for me...what's up?

>>> [EMAIL PROTECTED] 10/18/01 14:34 PM >>>
I haven't received anything from the list all day. What happened?

Kristine C. Hege  [EMAIL PROTECTED]
Database & Applications SpecialistPhone: (802) 463-2111
SoVerNet Inc. Ext: 105
5 Rockingham St.
Bellows Falls, VT 05101

--
_   ..   . - .
PROGRAM  (PRO'-gram') [n] A magic spell cast over a |C>_.|.:' .:.  .
computer allowing it to turn one's input into error   __||__ `:.  O_/
messages.[vi] To engage in a pastime similar to  |  __--|   \/M
banging one's head against a wall,  but, with fewer  `-/..\-'   _/ \_
opportunities for reward. `'


~~
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Why Will this not export to Excel

2001-10-21 Thread Joshua Tipton

When i run this page it just pulls up the page as though cfcontent was not
even there.  What have I done wrong?

Josh






SELECT   month, rtrim(colspan) as col, bgcolor
from tblMONTHS



SELECT   supid, supname, rr, dd, supemail, dept
from tblSUPS
where supid = '#supid#'



SELECT   distinct tblusers.fname, tblusers.lname, rtrim(tblUSERS.fname+ ' '
+ tblUSERS.lname) as name, tblusers.id, dateofhire, wksvac, ssno
FROM tblusers
wheretblusers.supgroup = '#supid#' and active = '1'
order by dateofhire



SELECT   distinct tblVACATIONS.we_date, tblvacations.tblusersid, approved
FROM {oj dbo.tblUSERS RIGHT OUTER JOIN dbo.tblVACATIONS ON
dbo.tblUSERS.id = dbo.tblVACATIONS.tblusersid}
WHEREtblvacations.we_date is not NULL and active = '1' and
datepart(, tblvacations.we_date) = '#year#'






Untitled



























#supname# / #rr##dd# / #dept#





#year#
Social

#month#

Wks. Allowed










#dateformat(thisdate,
"dd")#






#name##dateformat(dateofhire,
"mm/dd/yy")#

#name##dateformat(dateofhire,
"mm/dd/yy")#
#qryGETUSERS.ssno#































#box#


#qrygetusers.wksvac#












~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: (OT) Using CF to create a PDF doc through XSL

2001-10-21 Thread Stephen M Aylor

Eric,

Appligent, formerly Digital Applications [www.appligent.com |
www.digapp.com ] develops what are considered some of the most robust, cross
platform PDF generation/manipulation tools, and will even sell you their
"same as adobe" pdf library for creating PDF will almost ALL current Adobe
Acrobat features and functions.

The pricing for their tools is steep, but apparently you get what you pay
for. Additionally, most development shops will NEVER get a license from
Adobe for the full PDF generation library.

- Original Message -
From: "Eric Dawson" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, October 16, 2001 7:19 AM
Subject: Re: (OT) Using CF to create a PDF doc through XSL


> well, I'm a little green, but ...
>
> I have been using the cfx_HTML2PDF? using HTMLDOC (available at)
> http://www.easysw.com/htmldoc
> (not what you asked for - but can be used to create the PDF in a 3 step
> approach)
>
> I came across http://xml.apache.org/cocoon/ and http://xml.apache.org/fop/
> which looks interesting
>
> I am not sure where PDFML is at these days, but I have been trying to
follow
> its development.
>
> This URL doesn't exist anymore:
> http://www.appligent.com/newpages/PDFMLPub.html
> but makes you think ...
> == snippet from a discussion forum ==
> FYI: At this week's FOSE convention I found a vendor that looks like it
can
> do templated PDF generation. The company is Digital Applications, Inc.
> (http://www.DigApp.com/). They announced a product called PDFML Publisher.
> PDFML is an XML format they have submitted to the W3C. It is basically SVG
+
> extensions. They have a plug-in to Illustrator that allows you to create
> templates (including placeholders for dynamic text or image data) and save
> in PDFML. Then they have a server component that can pull the template,
> merge XML data from a DB or CMS, and create the PDF. It sounded promising,
> but it looks like they don't have any information about this product on
> their web site yet.
>
> - Mark.
> == snippet from a discussion forum ==
>
> Eric Dawson
>
> From: Michael Dinowitz <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> To: CF-Talk <[EMAIL PROTECTED]>
> Subject: (OT) Using CF to create a PDF doc through XSL
> Date: Mon, 15 Oct 2001 17:29:43 -0400
>
> I'm using CF to transform a database dump into an XML string and then send
> it through an XSL doc to get an html output. A new spec for this operation
> is to create a PDF rather than an html doc. Does anyone have a link or
some
> docs on how to do this? Thanks
>
>
> 
~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



OT: help with input type=file

2001-10-21 Thread Bruce, Rodney

Hello all

Would somebody help with what I am sure is something simple I am
just missing.
I would like to keep the user from typing in a file name in the

and force them to use the browse button.
This works  for a text box
I keep the user from typing in the box and force them to chose from options
given.
This generates an error 
"object doesn't support this property or method"

Thanks
Rodney 
~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Find unused files?

2001-10-21 Thread John Anderson

Try parsedog to find all includes, custom tags etc.

May help?

Originally written to find "case" issues when migrating code from NT enviro
to unix.

Open source so you may be able to modify the code to find files that "arent"
included anywhere?

http://www.aloha-webdesign.com



-Original Message-
From: Jochem van Dieten [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 16, 2001 7:23 AM
To: CF-Talk
Subject: Re: Find unused files?


Steven Monaghan wrote:

> One idea is to use a link checker, like the free Xenu's Link Sleuth:
> http://home.snafu.de/tilman/xenulink.html (no personal affiliation, just
> found it and liked it).
> 
> Unfortunately, in your case, this will tell you all of the USED templates,
> and you'll need to then weed out the remaining ones.


Unfortunately, it will not even tell you all the used templates, because 
it will miss all the cfinclude, cfmodule, cflocation and custom tags 
(and probably some javascript too).

Best way I know of is to either write some logging code on the top of 
each template (use cfquery, cflog or cffile to write 
GetCurrentTemplatePath() and perhaps GetBaseTemplatePath()) or read all 
files using cffile and search them for cfinclude, cfmodule, cflocation 
and cf_ and combine that with the results of a web spider.

Jochem

~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: cfgrid

2001-10-21 Thread John Anderson

Yeah make sure you are running java 1.3 as your runtime enviro,
If not, go to control panels and uninstall the old version.

Hit the page again, and ie will go out and find the current runtime. 

Or just uninstall and get the 1.3 runtime from sun.
http://java.sun.com/Download5

We had the same problem.
John

-Original Message-
From: Jones, Becky [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, October 17, 2001 8:48 AM
To: CF-Talk
Subject: cfgrid


i created a grid on my test server.  i am running cf server 4.0. i moved it
over to the main webserver (running cf server 5.0) and now i get the error
messege below. it looks like it is an error with my browser..i run ie 5.0.
but i viewed the grid in the same browser just pointing to the other server
just fine.  any ideas?
Custom control could not be displayed because this browser does not suppport
Java2.



*
This e-mail, including any attachments, is intended for the 
receipt and use by the intended addressee(s), and may contain 
confidential and privileged information.  If you are not an intended 
recipient of this e-mail, you are hereby notified that any unauthorized 
use or distribution of this e-mail is strictly prohibited. 


~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Crazy Dates

2001-10-21 Thread Angel Stewart


  



 



--
The code above just doesn't work.

If I pass an ODBC formatted date to the Date Compare, it never shows
that the dates advance or that they are equal or not.
It is bloody frustrating.

If I pass say 10/01/2001 and 10/15/2001 as strings then it works just
fine.

If I use DateFormat(#currentdate#,'mmdd') It doesn't work either.

What the hell am I doing wrong?

-Gel
~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



How do you cast a query into a structure?

2001-10-21 Thread Dave Babbitt

Hi Guys!

How do I do this:

StructFindKey(MyQuery, MyKey, 'ALL')

Thanx

~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: HELP! IIS 5 and Access with Netscape browser 4.75

2001-10-21 Thread Russel Madere

You may have to provide the domain for the NT user in the format
DOMAIN\UserName.

Russel

> -Original Message-
> From: S V [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, October 17, 2001 10:04 AM
> To: CF-Talk
> Subject: HELP! IIS 5 and Access with Netscape browser 4.75
>
>
> I have removed Anonymous access in IIS5 thru Directory Security
> tab for each
> website. Now accessing thru IE requires NT authentication, which is great
> and I connect; But when I use Netscape 4.75 it does not accept the NT
> login/pwd. It seems to me that Netscape is not allowing or screwing up
> something, while IE has no such problem.
>
> Is there any setup on the browser that is required so that a netscape
> browser can access the website? I want to avoid upgrading to an newer
> version of Netscape browser.
>
> Any help would be GREATLY appreciated.
>
>
>
> 
~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



OT: Is the CF-Talk list down?

2001-10-21 Thread Michael Wilson

Anyone else having issues receiving CF-Talk mail?

Mike
~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



controlling GROUP ACCESS

2001-10-21 Thread Hamid Hossain

Hi,

I have a website that produces some information. No
one can see my information except registered users. I
give every user a UserName and Password to access his
account.

I want to add a new type of registration. Some of the
big organizations asked me to provide them with a
special registration. They want to buy 20 licences for
20 PCs for a year. All the 20 PCs should login with
the same username and password at the same time. Or I
may provide them with a software that makes them
already logged in.

I need any suggestion about this kind of GROUP ACCESS
to a website. How to sell a number of licences to a
customer.

Regards,
Hamid Hossain


~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



cfcontent - *old classic*

2001-10-21 Thread Rich Wild

*sigh*

ok, I've got this old chestnut - *again*





Trying to get a file to download with the filename in the save as box.
Cannot use inline as some users report activex errors when we do this (the
small box at the top left of the page)

So - we're using attachment - only the name of the cf template appears in
the save as dialogue (IE5.5)

Worse still - if using win98, it actually downloads an HTML file instead of
the real file (unless the user 'opens' the file, then 'opens' it again then
'saves')!!

WinNT IE5.5 comes up with the correct name if a user presses save even
though the original filename comes up with the name of the cf template.

I've tried reading RFC 2616 and changed the MIME type to
application/octet-stream as the recommended default unknown MIME type - no
effect
I've tried the Allaire forums and used multiple escaped " (also as per
rfc2616) for the filename param of 'content-disposition' - to no avail.

In saw a possible fix in the forums which involved using
"download.cfm/#filename#" in the url, but the owner claimed that he couldn't
get it to work on CF4.5, only CF5 and this particular site *has* to be on
CF4.5 (for now)

can anyone help me beat my personal nemesis? I come across this time and
time again and I'm a very weary traveller.

---
Rich Wild
Senior Web Developer

---
e-mango.com ltd  Tel: 01202 587 400
Lansdowne Place  Fax: 01202 587 401
17 Holdenhurst Road
Bournemouth   Mailto:[EMAIL PROTECTED]
BH8 8EW, UK  http://www.e-mango.com
---
This message may contain information which is legally
privileged and/or confidential.  If you are not the
intended recipient, you are hereby notified that any
unauthorised disclosure, copying, distribution or use
of this information is strictly prohibited. Such
notification notwithstanding, any comments, opinions,
information or conclusions expressed in this message
are those of the originator, not of e-mango.com ltd,
unless otherwise explicitly and independently indicated
by an authorised representative of e-mango.com ltd.
---



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]
~~
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



List Slow?

2001-10-21 Thread Mike Tangorre

Is the list slow today?


=
Michael T. Tangorre
Web Applications Developer

Alfred University Webteam Slave  :-)
[EMAIL PROTECTED]
AIM: CrazyFlash4
=
"Friends don't let friends code before coffee!"
=
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



cfcontent - *old classic*

2001-10-21 Thread Rich Wild




*sigh*

ok, I've got this old chestnut - *again*





Trying to get a file to download with the filename in the save as box.
Cannot use inline as some users report activex errors when we do this (the
small box at the top left of the page)

So - we're using attachment - only the name of the cf template appears in
the save as dialogue (IE5.5)

Worse still - if using win98, it actually downloads an HTML file instead of
the real file (unless the user 'opens' the file, then 'opens' it again then
'saves')!!

WinNT IE5.5 comes up with the correct name if a user presses save even
though the original filename comes up with the name of the cf template.

I've tried reading RFC 2616 and changed the MIME type to
application/octet-stream as the recommended default unknown MIME type - no
effect
I've tried the Allaire forums and used multiple escaped " (also as per
rfc2616) for the filename param of 'content-disposition' - to no avail.

In saw a possible fix in the forums which involved using
"download.cfm/#filename#" in the url, but the owner claimed that he couldn't
get it to work on CF4.5, only CF5 and this particular site *has* to be on
CF4.5 (for now)

can anyone help me beat my personal nemesis? I come across this time and
time again and I'm a very weary traveller.

---
Rich Wild
Senior Web Developer

---
e-mango.com ltd  Tel: 01202 587 400
Lansdowne Place  Fax: 01202 587 401
17 Holdenhurst Road
Bournemouth   Mailto:[EMAIL PROTECTED]
BH8 8EW, UK  http://www.e-mango.com
---
This message may contain information which is legally
privileged and/or confidential.  If you are not the
intended recipient, you are hereby notified that any
unauthorised disclosure, copying, distribution or use
of this information is strictly prohibited. Such
notification notwithstanding, any comments, opinions,
information or conclusions expressed in this message
are those of the originator, not of e-mango.com ltd,
unless otherwise explicitly and independently indicated
by an authorised representative of e-mango.com ltd.
---



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]

FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: How to prevent Serialization failures?

2001-10-21 Thread Jeremy Allen

Some hints for minimizing deadlocks:

Update tables in the same order anywhere they
are updated.

Use a low isolation level

Keep transactions as short as possible, in a single batch if possible.

Avoid doing a lot in a transaction that would cause it to wait
in the middle or something.

Deadlocks can't be avoided completely, just minimized.

Its basically a problem when one item is locked and is waiting
for another item to become unlocked. The first update is waiting
on a certain table/row to become unlocked and the second one is
waiting on the table the first update already has locked and vice
versa. So they both get into a grizzly battle and neither lets
go of their locks, SQL has to kill someone to stop the feud.

So one of your updates gets killed :)

Also make sure your tables have indexes that are relevant to the
update created. (Thanks Daryl)

These were just tricks I found useful. We had to get
rid of deadlocks in our application a long while back, I have not
seen them in quite some time. I shortened my transactions and I
also reordered several update statements so they were all accessing
objects in the same order. It seems to have done the trick. Hunting
down the deadlocks can be a real pain since you can't stop it
completely.

Thanks

Jeremy Allen
elliptIQ Inc.


-Original Message-
From: Dave Babbitt [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 16, 2001 4:33 PM
To: CF-Talk
Subject: How to prevent Serialization failures?


Hi Guys!

Does anybody know how to prevent deadlocks? I have a lock around every query
to the table I use for clocking in and out of, whether inserts, updates, or
deletes. Occasionally, though, I get these:

ODBC Error Code = 40001 (Serialization failure)
[Microsoft][ODBC SQL Server Driver][SQL Server]Your transaction (process ID
#10) was deadlocked with another process and has been chosen as the deadlock
victim. Rerun your transaction.

Any help would be greatly appreciated.

Dave

~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: cfgrid

2001-10-21 Thread Dave Watts

> i created a grid on my test server.  i am running cf server 4.0. 
> i moved it over to the main webserver (running cf server 5.0) and 
> now i get the error messege below. it looks like it is an error 
> with my browser..i run ie 5.0. but i viewed the grid in the same 
> browser just pointing to the other server just fine. any ideas?
> Custom control could not be displayed because this browser does 
> not suppport Java2.

The Java applets that come with CF 5 require a Java 2 runtime environment. I
think that the CF page that uses the applets should prompt you to download
and install a new JRE, but I've heard from several people that this doesn't
work properly all the time. You can download the latest JRE yourself from
http://java.sun.com/.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CF-TALK is BACK!

2001-10-21 Thread Michael Dinowitz

You did the pay pal thing and I'm very grateful for it. The problem was 
about 100,000 corrupted files on the machine in the mail directory. It took 
over 30 hours to checkdisk and fix it which is why it was down all that 
time. I've backed everything up and will be finding out which files have 
been destroyed and which still exist. I'm expecting some errors due to all 
this. :(
Still, we're back up. :)

At 03:05 AM 10/18/01, you wrote:
>Cool!
>
>For a bit shy of 48 hrs couldn't get thru via home and office (California)
>connections, nor my server via Terminal Server (Missouri).  You tracert'd
>OK, but a 425 err via a web browser.  Web's back up, and I've got a couple
>of msgs in my CF-Talk folder, so this looks pretty good.
>
>Reminds me to do the right (PayPal) thing.  Well worth it.
>
>-
>Matt Robertson  [EMAIL PROTECTED]
>MSB Designs, Inc. http://mysecretbase.com
>-
>
>
>
~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists