Global variable?

2000-05-31 Thread Pablo Nevares

I'm trying to implement a variable on my website that shows an estimate on
how many people are currently viewing a page. At first I thought of just
having a list of IP addresses that have recently accessed the page, with a
timeout if the IP hasn't done anything in a while.

CFFILE can't be used, and I thought using a database just for this might be
a little over the top. Can an application variable be somehow kept permanent
across many connections? Thanks in advance.

Pablo Nevares
Information Technology
Hendricks  Partners
[EMAIL PROTECTED]

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



CF and ODBC

2000-05-31 Thread vincy

hi,
Any ideas on CFs relation to the SQL ODBC ??
Because for some time now I've been getting this Error 37000, not enough 
memory
to complete query.
So, I log on to the SQL server, and apparently I can access all of the
tables in the
Database barring two or three. I can query most of them ...but there two or
three that, when
I'm querying, gives me an out of memory error.
My only solution is to reset the SQL server.
regards,
VINCE

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Tracking Clients without Cookies...

2000-05-31 Thread Steve Pierce

I feel dumb, what is CFWACK4

-Original Message-
From: paul smith [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 30, 2000 11:13 PM
To: [EMAIL PROTECTED]
Subject: Re: Tracking Clients without Cookies...


See p 648 CFWACK4 (Ch 27 - Session Variables and Cookies)

best,  paul

At 06:23 PM 5/30/00 -0700, you wrote:
Does anyone have a good idea of how to track a client that refuses cookies.
I know that you need to ensure that the CFID and CFTOKEN are passed on
every
page. Anyone have any good code examples to do this???


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Cold Fusion-based email server...?

2000-05-31 Thread Tom Nunamaker

We use a Linux box on a separate machine for our intranet running RedHat
6.

It's extremely fast to send/receive mail and EXTREMELY reliable.  It's
the only
machine in my server room that can run for months without rebooting.


Tom

Ian Lurie wrote:
 
 Hi all,
 
 I've seen this thread before, but can't find the info - what's everyone's CF
 email system of choice?
 
 Ian
 
 Portent Interactive
 http://www.portentinteractive.com
 Process, Design, Content
 
 Market Matrix
 http://www.marketmatrix.com
 Secure Commerce for Your Business
 
 Working together to create powerful, usable web solutions.
 --
 Archives: http://www.eGroups.com/list/cf-talk
 To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Tracking Clients without Cookies...

2000-05-31 Thread Fred T. Sanders

ColdFusion Web Application Construction Kit  (for version 4)
- Original Message -
From: "Steve Pierce" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, May 31, 2000 3:06 AM
Subject: RE: Tracking Clients without Cookies...


 I feel dumb, what is CFWACK4

 -Original Message-
 From: paul smith [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, May 30, 2000 11:13 PM
 To: [EMAIL PROTECTED]
 Subject: Re: Tracking Clients without Cookies...


 See p 648 CFWACK4 (Ch 27 - Session Variables and Cookies)

 best,  paul

 At 06:23 PM 5/30/00 -0700, you wrote:
 Does anyone have a good idea of how to track a client
that refuses cookies.
 I know that you need to ensure that the CFID and CFTOKEN
are passed on
 every
 page. Anyone have any good code examples to do this???

 --
--
 --
 Archives: http://www.eGroups.com/list/cf-talk
 To Unsubscribe visit

http://www.houseoffusion.com/index.cfm?sidebar=listsbody=li
sts/cf_talk or
 send a message to [EMAIL PROTECTED] with
'unsubscribe' in
 the body.

 --

 Archives: http://www.eGroups.com/list/cf-talk
 To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=li
sts/cf_talk or send a message to
[EMAIL PROTECTED] with 'unsubscribe' in the
body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Tracking Clients without Cookies...

2000-05-31 Thread Steve Pierce

ack

-Original Message-
From: Fred T. Sanders [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 31, 2000 4:40 AM
To: [EMAIL PROTECTED]
Subject: Re: Tracking Clients without Cookies...


ColdFusion Web Application Construction Kit  (for version 4)
- Original Message -
From: "Steve Pierce" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, May 31, 2000 3:06 AM
Subject: RE: Tracking Clients without Cookies...


 I feel dumb, what is CFWACK4

 -Original Message-
 From: paul smith [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, May 30, 2000 11:13 PM
 To: [EMAIL PROTECTED]
 Subject: Re: Tracking Clients without Cookies...


 See p 648 CFWACK4 (Ch 27 - Session Variables and Cookies)

 best,  paul

 At 06:23 PM 5/30/00 -0700, you wrote:
 Does anyone have a good idea of how to track a client
that refuses cookies.
 I know that you need to ensure that the CFID and CFTOKEN
are passed on
 every
 page. Anyone have any good code examples to do this???

 --
--
 --
 Archives: http://www.eGroups.com/list/cf-talk
 To Unsubscribe visit

http://www.houseoffusion.com/index.cfm?sidebar=listsbody=li
sts/cf_talk or
 send a message to [EMAIL PROTECTED] with
'unsubscribe' in
 the body.

 --

 Archives: http://www.eGroups.com/list/cf-talk
 To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=li
sts/cf_talk or send a message to
[EMAIL PROTECTED] with 'unsubscribe' in the
body.


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Second problem with my query

2000-05-31 Thread Patric Stumpe

Hi all,

after solving the problem with converting numeric fields to string fields (I
actually didn't use the Str()-function but the Format()-function to avoid a
leading space) I now wonder how to avoid that ColdFusion cuts the generated
line (in the following Query the header_name) after 256 Characters. Is there
any chance to convert the retrieved and generated line to a LONGCHAR already
in SELECT-statement?


  cfquery name="quicksearch" datasource="ersatzteile"
   SELECT  eintraege.id,
  eintraege.fzg_typ_id,
  eintraege.hersteller_id,
  eintraege.bereich_id,
  eintraege.datum,
  eintraege.eintragstext,
  eintraege.preis,
  'a href="suche/hersteller.cfm?fzg_typ_id=' +
Format(fzg_typ.fzg_typ_id) + '"' + fzg_typ.name +
'/anbsp;nbsp;|nbsp;nbsp;a href="suche/teilebereich.cfm?fzg_typ_id=' +
Format(fzg_typ.fzg_typ_id) + 'hersteller_id=' +
Format(hersteller.hersteller_id) + '"' + hersteller.name +
'/anbsp;nbsp;|nbsp;nbsp;a href="suche/ergebnis.cfm?fzg_typ_id=' +
Format(fzg_typ.fzg_typ_id) + 'hersteller_id=' +
Format(hersteller.hersteller_id) + 'bereich_id=' +
Format(teilebereich.bereich_id) + '"' + teilebereich.name AS header_name
   FROM  eintraege,
  fzg_typ,
  hersteller,
  teilebereich
   WHERE  eintragstext LIKE '%#FORM.suchbegriff#%'
AND  fzg_typ.fzg_typ_id = eintraege.fzg_typ_id
AND  hersteller.hersteller_id = eintraege.hersteller_id
AND  teilebereich.bereich_id = eintraege.bereich_id
   ORDER BY fzg_typ.fzg_typ_id,
  hersteller.name,
  teilebereich.name,
  datum
  /cfquery


TIA

Patric


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



cf_TwoSelectsRelated

2000-05-31 Thread Katie Howell

Can anyone help me with the TwoSelectsRelated tag?  I've never used one
before, and here's the error I'm getting:

Error Diagnostic Information
Cannot find CFML template for custom tag TWOSELECTSRELATED. Cold Fusion
attempted looking in the tree of installed custom tags but did not find a
custom tag with this name.


The error occurred while processing an element with a general identifier of
(CF_TWOSELECTSRELATED), occupying document position (12:1) to (20:19).

Thanks in advance!

Katie

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: cf_TwoSelectsRelated

2000-05-31 Thread Tom Nunamaker

You need to put the tag where Cold Fusion can see it.  Either in the
same 
directory as the calling template or the custom tag directory

Tom

Katie Howell wrote:
 
 Can anyone help me with the TwoSelectsRelated tag?  I've never used one
 before, and here's the error I'm getting:
 
 Error Diagnostic Information
 Cannot find CFML template for custom tag TWOSELECTSRELATED. Cold Fusion
 attempted looking in the tree of installed custom tags but did not find a
 custom tag with this name.
 
 The error occurred while processing an element with a general identifier of
 (CF_TWOSELECTSRELATED), occupying document position (12:1) to (20:19).
 
 Thanks in advance!
 
 Katie
 
 --
 Archives: http://www.eGroups.com/list/cf-talk
 To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: shipping costs

2000-05-31 Thread Bud

On 5/30/00, Cold Fusion Newsgroup penned:
We have experienced the CF_UPSPrice tag timing out when contacting the UPS
site recently, especially in the early afternoon East Coast time.  This
produces a shipping price of $0.00.  When discussing this with UPS, they
strongly suggest NOT using this tag.  It is sending too much traffic to
their servers.

Has anyone else experienced this problem?

I haven't noticed it, but perhaps you could wrap the tag in a loop 
with condition:

cfset UPS_Charge = 0cfset UPS_Error = ""

cfloop condition="(#UPS_Charge# is '0' and #UPS_Error# is '')"
Ben's tag
/cfloop

Should keep looping until either an error or a price more than 0.00 
is produced. UPS should love that. LOL
-- 

Bud Schneehagen - Tropical Web Creations

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
ColdFusion Solutions / eCommerce Development
[EMAIL PROTECTED]
http://www.twcreations.com/
954.721.3452
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Releasing an ODBC Excel datasource

2000-05-31 Thread Chris Tazewell

I have a website where a client can upload their updated spreadsheet. What I
did to resolve this problem is to use Access as the datasource, then linked
the excel spreadsheet as a table. The spreadsheet then has no permanent
connection so you can overwrite it. It may sound like a bit of a hack and
there's no denying I'm not perfectly happy with it, but it works fine and
I've never encountered a problem yet.

I hope this helps.

Taz

- Original Message -
From: "Philip Arnold - ASP" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, May 30, 2000 1:36 PM
Subject: Releasing an ODBC Excel datasource


 I know I've been talking about the Excel ODBC driver, but I now need to
 release one (for the client to be able to upload a new one)

 In Access (if memory serves me), you run a "junk" query to the driver,
such
 as;
 select Garbage from Garbage
 and this will release the file from ODBC

 The problem is that this doesn't seem to work for Excel... any ideas?

 BTW, CF 4.0.1 and MDAC 2.5

 Philip Arnold
 ASP Multimedia Limited
 T: +44 (0)20 8680 1133

 "Websites for the real world"

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


 --

 Archives: http://www.eGroups.com/list/cf-talk
 To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



OT: as the server grows. load testing?

2000-05-31 Thread Paul Ihrig

Good Morning All!

Lately over the past few month i have noticed a huge surge of new web apps
of varying degrees here at work being thrown on the web server.

Tons of Marketing, accounting  misc. stuff just keeps getting thrown up
there  'Tested!' on a live server.

What i need is a way to bench mark what is expectable, to the end user.

Also when Accounting tests out it New online Timesheets, 
i need to see the difference it has on the server when the test group of 30
uses it.
there will be 300 using it when it works right, but when do i know i need a
new server?

Thanks greatly
-paul
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Customising Java setting using ColdFusion Administrator, for creating cfx

2000-05-31 Thread Suren Naidoo

Hi,

Please bear with me, I am a newbie!

Task:   To create a Java cfx. 


This is the environment I am working with,

1.  Windows NT Workstation 4.0, Service Pack 5
2.  IIS 4.0
3.  Coldfusion Server 4.5.1 - single user
4.  Sun JDK 1.2.2


I configured the Coldfusion java settings as follows using the
Administrator, my installation for java is on my F Drive,

Java Virtual Machine= f:/jdk1.2.2/jre/bin/classic/
Class Path  = f:/cfusion/java/classes
CFX Jar path= F:\CFUSION\Java\classes



I have created and compiled the HelloColdFusion.java file successfully in
the  F:\CFUSION\Java\classes, as recommended byAllaire.
I then created the associated HelloColdFusion.cfm file to view the result.

I then used the Coldfusion Administrator to register the cfx tag.



When I load the HelloColdFusion.cfm page, the following error appears.
  

Error Occurred While Processing Request
Error Diagnostic Information java.lang.ClassNotFoundException:
HelloColdFusion.java. Java exception occurred in call to method.  The error
occurred while processing an element with a general identifier of
(CFX_HELLOCOLDFUSION), occupying document position (3:1) to (3:45).
Date/Time: 05/31/00 13:33:01 Browser: Mozilla/4.0 (compatible; MSIE 5.0;
Windows NT; DigExt) Remote Address: 127.0.0.1   


Is it possible for someone to assist me or provide hints/ advice inorder to
help me solve my problem.

Thanks in advance! 
Suren

WARNING: Any unauthorised use or interception of this e-mail is illegal. If
this e-mail is not intended for you, you may not copy, distribute or
disclose the contents to anyone. BoE does not accept any responsibility for
the opinions expressed in this e-mail.


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Customising Java setting using ColdFusion Administrator, for crea ting cfx

2000-05-31 Thread Suren Naidoo

Hi,

A colleague, of mine helped me.

When you register a cfx, you are asked to provide the class name. So I
provided HelloColdFusion.java instead of just HelloColdFusion.

Many thank to you Paul.


Suren 

-Original Message-
From: Suren Naidoo [mailto:[EMAIL PROTECTED]]
Sent: 31 May 2000 01:49
To: '[EMAIL PROTECTED]'
Subject: Customising Java setting using ColdFusion Administrator, for
crea ting cfx


Hi,

Please bear with me, I am a newbie!

Task:   To create a Java cfx. 


This is the environment I am working with,

1.  Windows NT Workstation 4.0, Service Pack 5
2.  IIS 4.0
3.  Coldfusion Server 4.5.1 - single user
4.  Sun JDK 1.2.2


I configured the Coldfusion java settings as follows using the
Administrator, my installation for java is on my F Drive,

Java Virtual Machine= f:/jdk1.2.2/jre/bin/classic/
Class Path  = f:/cfusion/java/classes
CFX Jar path= F:\CFUSION\Java\classes



I have created and compiled the HelloColdFusion.java file successfully in
the  F:\CFUSION\Java\classes, as recommended byAllaire.
I then created the associated HelloColdFusion.cfm file to view the result.

I then used the Coldfusion Administrator to register the cfx tag.



When I load the HelloColdFusion.cfm page, the following error appears.
  

Error Occurred While Processing Request
Error Diagnostic Information java.lang.ClassNotFoundException:
HelloColdFusion.java. Java exception occurred in call to method.  The error
occurred while processing an element with a general identifier of
(CFX_HELLOCOLDFUSION), occupying document position (3:1) to (3:45).
Date/Time: 05/31/00 13:33:01 Browser: Mozilla/4.0 (compatible; MSIE 5.0;
Windows NT; DigExt) Remote Address: 127.0.0.1   


Is it possible for someone to assist me or provide hints/ advice inorder to
help me solve my problem.

Thanks in advance! 
Suren

WARNING: Any unauthorised use or interception of this e-mail is illegal. If
this e-mail is not intended for you, you may not copy, distribute or
disclose the contents to anyone. BoE does not accept any responsibility for
the opinions expressed in this e-mail.



--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Global variable?

2000-05-31 Thread paul smith

Statistics Server does this.  www.mediahouse.com

best,  paul

At 11:33 PM 5/30/00 -0700, you wrote:
I'm trying to implement a variable on my website that shows an estimate on
how many people are currently viewing a page.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: shipping costs

2000-05-31 Thread Cold Fusion Newsgroup

Shane,

We initially thought it was general internet traffic too, but this occured
more than 50% of the time over a 2 week period and not always at peak
internet times.  That's when we contacted UPS.  They now have these
extensive "on-line" tools based on java, etc., that are just too time
consuming to implement -- but, hey, they're free :)

We're now trying to steer our customers to a standard shipping price as
opposed to individually calculating shipping per order.  Not all are happy
with this, tho', so we are searching for alternatives.

Laura

- Original Message -
From: Shane Witbeck [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, May 30, 2000 7:50 PM
Subject: RE: shipping costs


 I experienced the same timeout. Possible it was an internet connectivity
 issue rather than too much traffic at UPS? I did a tracert on the problem
 and tracked it to Concentric.net today. Just a thought.

 Shane

 -Original Message-
 From: Ben Forta [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, May 30, 2000 5:05 PM
 To: [EMAIL PROTECTED]
 Subject: RE: shipping costs


 Nice, so they create an API and document it but they don't want folks
using
 it? I thought too much traffic was a good thing! Hum.

 FYI, I am trying to wrap a revamp of that tag, new CF_UPS tag does pricing
 and a lot more (tracking, comparisons of shipping options, etc).

 --- Ben


 -Original Message-
 From: Cold Fusion Newsgroup [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, May 30, 2000 3:41 PM
 To: [EMAIL PROTECTED]
 Subject: Re: shipping costs


 We have experienced the CF_UPSPrice tag timing out when contacting the UPS
 site recently, especially in the early afternoon East Coast time.  This
 produces a shipping price of $0.00.  When discussing this with UPS, they
 strongly suggest NOT using this tag.  It is sending too much traffic to
 their servers.

 Has anyone else experienced this problem?

 Laura


 - Original Message -
 From: Shawn Regan [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Tuesday, May 30, 2000 2:23 PM
 Subject: shipping costs


  This message is in MIME format. Since your mail reader does not
understand
  this format, some or all of this message may not be legible.
 
  --_=_NextPart_001_01BFCA64.2CF037D0
  Content-Type: text/plain;
  charset="iso-8859-1"
 
  Hey CF people,
 
  I want to find out what people are doing to calculate shipping costs.
Are
  most people setting a global shipping price, or are they pulling the
 prices
  from the shipping service and getting a price back based on location?
 
  Shawn Regan
 
  --_=_NextPart_001_01BFCA64.2CF037D0
  Content-Type: text/html;
  charset="iso-8859-1"
  Content-Transfer-Encoding: quoted-printable
 
  !DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"
  HTML
  HEAD
  META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
  charset=3Diso-8859-1"
  META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
  5.5.2650.12"
  TITLEshipping costs/TITLE
  /HEAD
  BODY
 
  PFONT SIZE=3D2Hey CF people,/FONT
  /P
 
  PFONT SIZE=3D2I want to find out what people are doing to calculate
=
  shipping costs. Are most people setting a global shipping price, or are
=
  they pulling the prices from the shipping service and getting a price =
  back based on location?/FONT/P
 
  PFONT SIZE=3D2Shawn Regan/FONT
  /P
 
  /BODY
  /HTML
  --_=_NextPart_001_01BFCA64.2CF037D0--

 --
 
  Archives: http://www.eGroups.com/list/cf-talk
  To Unsubscribe visit
 http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
 send a message to [EMAIL PROTECTED] with 'unsubscribe' in
 the body.
 

 --
--
 --
 Archives: http://www.eGroups.com/list/cf-talk
 To Unsubscribe visit
 http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
 send a message to [EMAIL PROTECTED] with 'unsubscribe' in
 the body.

 --
--
 --
 Archives: http://www.eGroups.com/list/cf-talk
 To Unsubscribe visit
 http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
 send a message to [EMAIL PROTECTED] with 'unsubscribe' in
 the body.

 --

 Archives: http://www.eGroups.com/list/cf-talk
 To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



OTCBB data

2000-05-31 Thread Eric Dawson

Is anybody syndicating ANY information about OTC stocks?

I am interested in quotes, charts, news, profiles, analysis features etc.

I need to plug in some content to an OTC related site.

Thanks
Eric Dawson
alive New Media

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

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



CFINSERT on multiple tables

2000-05-31 Thread John Allred

This question applies equally to inserts and updates, but describes
inserts for simplicity.

All references to CFINSERT I've found in CFWACK and Danesh describe the
inclusion of only one tablename. For forms that query relational tables,
would you have to provide for two separate inserts within a
CFTRANSACTION? I'm pretty sure this will work, but I'm wondering if I
can utilize one of my Access queries as the "tablename" value and do the
insert in one action.

Also for the child table, where I might be inserting multiple rows, do I
need to do the inserts within a loop? Please be patient if this seems
elementary. I'm still somewhat of a newbie.

Any thoughts or advice would be appreciated...
-- 
John Allred / Jackson, Mississippi
Mississippi Counties
http://www.mscounties.com/
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: shipping costs

2000-05-31 Thread Cold Fusion Newsgroup

As I responded to Shane, they now have more complex shipping tools they want
to get the general public to use.  I spoke with more than one person at UPS,
and they were NO help whatsoever.  They said if we had repeated problems
timing out, we should discontinue using that tag.

All we want to do is allow our clients the option of "real-time" pricing via
UPS.  If you suggest contacting them again, I will, but I spent the better
part of the week before Easter talking with those people and got nowhere.

Laura

- Original Message -
From: Steve Pierce [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, May 30, 2000 10:09 PM
Subject: RE: shipping costs


 Who told you that at UPS. That is not the company policy and I think the
 managers would like to know who said that in the meantime. Call UPS back
and
 have your call escalated. If the suggest against using it, what do they
 recommend. Again always make sure you document who and when you talked to
 someone.

 If they can handle traffic two days before Christmas, they have plenty of
 bandwidth to handle a tag in the early afternoon. Something else is amiss.

  - Steve



 -Original Message-
 From: Cold Fusion Newsgroup [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, May 30, 2000 3:41 PM
 To: [EMAIL PROTECTED]
 Subject: Re: shipping costs


 We have experienced the CF_UPSPrice tag timing out when contacting the UPS
 site recently, especially in the early afternoon East Coast time.  This
 produces a shipping price of $0.00.  When discussing this with UPS, they
 strongly suggest NOT using this tag.  It is sending too much traffic to
 their servers.

 Has anyone else experienced this problem?

 Laura


 - Original Message -
 From: Shawn Regan [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Tuesday, May 30, 2000 2:23 PM
 Subject: shipping costs


  This message is in MIME format. Since your mail reader does not
understand
  this format, some or all of this message may not be legible.
 
  --_=_NextPart_001_01BFCA64.2CF037D0
  Content-Type: text/plain;
  charset="iso-8859-1"
 
  Hey CF people,
 
  I want to find out what people are doing to calculate shipping costs.
Are
  most people setting a global shipping price, or are they pulling the
 prices
  from the shipping service and getting a price back based on location?
 
  Shawn Regan
 
  --_=_NextPart_001_01BFCA64.2CF037D0
  Content-Type: text/html;
  charset="iso-8859-1"
  Content-Transfer-Encoding: quoted-printable
 
  !DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"
  HTML
  HEAD
  META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
  charset=3Diso-8859-1"
  META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
  5.5.2650.12"
  TITLEshipping costs/TITLE
  /HEAD
  BODY
 
  PFONT SIZE=3D2Hey CF people,/FONT
  /P
 
  PFONT SIZE=3D2I want to find out what people are doing to calculate
=
  shipping costs. Are most people setting a global shipping price, or are
=
  they pulling the prices from the shipping service and getting a price =
  back based on location?/FONT/P
 
  PFONT SIZE=3D2Shawn Regan/FONT
  /P
 
  /BODY
  /HTML
  --_=_NextPart_001_01BFCA64.2CF037D0--

 --
 
  Archives: http://www.eGroups.com/list/cf-talk
  To Unsubscribe visit
 http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
 send a message to [EMAIL PROTECTED] with 'unsubscribe' in
 the body.
 

 --
--
 --
 Archives: http://www.eGroups.com/list/cf-talk
 To Unsubscribe visit
 http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
 send a message to [EMAIL PROTECTED] with 'unsubscribe' in
 the body.

 --
--
 --
 Archives: http://www.eGroups.com/list/cf-talk
 To Unsubscribe visit
 http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
 send a message to [EMAIL PROTECTED] with 'unsubscribe' in
 the body.

 --

 Archives: http://www.eGroups.com/list/cf-talk
 To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: shipping costs

2000-05-31 Thread Cold Fusion Newsgroup

CLASSIC!!  I will give this a shot :)
- Original Message -
From: Bud [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, May 31, 2000 7:02 AM
Subject: Re: shipping costs


 On 5/30/00, Cold Fusion Newsgroup penned:
 We have experienced the CF_UPSPrice tag timing out when contacting the
UPS
 site recently, especially in the early afternoon East Coast time.  This
 produces a shipping price of $0.00.  When discussing this with UPS, they
 strongly suggest NOT using this tag.  It is sending too much traffic to
 their servers.
 
 Has anyone else experienced this problem?

 I haven't noticed it, but perhaps you could wrap the tag in a loop
 with condition:

 cfset UPS_Charge = 0cfset UPS_Error = ""

 cfloop condition="(#UPS_Charge# is '0' and #UPS_Error# is '')"
 Ben's tag
 /cfloop

 Should keep looping until either an error or a price more than 0.00
 is produced. UPS should love that. LOL
 --

 Bud Schneehagen - Tropical Web Creations

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

 Archives: http://www.eGroups.com/list/cf-talk
 To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: OT: Frames vs NoFrames

2000-05-31 Thread Eric Dawson

I just find them clumsy to work with.

I have used them, why do I not want to use them?

h. some big dynamically generated sites don't. I don't really need 
frames for navigation, and actually prefer the capability of dynamically 
generating my navigation without worrying about loading a frameset. not that 
it is a worry.

h. maybe the question is, when is it good to use frames?

I like using no frames, when I build A page.

I use frames when it adds value to the user interface. example. and 
administration site, where there is a page listing multiple record update 
forms. I have the form load to a status screen, so you don't have to reload 
the query page.

A cruising dashboard.

???

From: Bill Kaigler [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: OT: Frames vs NoFrames
Date: Tue, 30 May 2000 20:08:02 -0500

Hello,

First, let me say I am pro frames.  I believe that 97.9% of all people who
use my business application will use either netscape or ie.  I have never
found a limitation that has prevented me from using frames.

Second, I am codeveloping a new site and the other developer does not like
frames but has not given me a valid reason for this dislike.

Third and final,  what is your opinion of frames?  likes dislikes? and have
you found any limitations to using frames.  You can use the application
browser as an excuse if you can prove that there is more than 5% use of
other browsers in the business arena.

Thanks in advance.

Bill Kaigler

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or 
send a message to [EMAIL PROTECTED] with 'unsubscribe' in 
the body.


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

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



OT: SSL setup troubles...

2000-05-31 Thread Chris Tazewell

Agh! I'm having an SSL nightmare. Is anyone experienced in setting up
certificates? Particularly with AbleCommerce?

contact direct at [EMAIL PROTECTED]

Cheers
Taz





--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: shipping costs

2000-05-31 Thread John Fix 3rd

Laura,

Since UPS only changes their rates once per year, you could always implement
a "local" rate lookup on your own rate data.  Our Able Commerce storefronts
use a tag they created called Able Shipper.  It consults rate charts on our
own web server and avoids the UPS site bottleneck.  I don't know if they
make this tag available as a stand-alone, but they might
(www.ablecommerce.com).

John
www.cornells.com

-Original Message-
From: Cold Fusion Newsgroup [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 31, 2000 9:07 AM
To: [EMAIL PROTECTED]
Subject: Re: shipping costs


Shane,

We initially thought it was general internet traffic too, but this occured
more than 50% of the time over a 2 week period and not always at peak
internet times.  That's when we contacted UPS.  They now have these
extensive "on-line" tools based on java, etc., that are just too time
consuming to implement -- but, hey, they're free :)

We're now trying to steer our customers to a standard shipping price as
opposed to individually calculating shipping per order.  Not all are happy
with this, tho', so we are searching for alternatives.

Laura

- Original Message -
From: Shane Witbeck [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, May 30, 2000 7:50 PM
Subject: RE: shipping costs


 I experienced the same timeout. Possible it was an internet connectivity
 issue rather than too much traffic at UPS? I did a tracert on the problem
 and tracked it to Concentric.net today. Just a thought.

 Shane

 -Original Message-
 From: Ben Forta [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, May 30, 2000 5:05 PM
 To: [EMAIL PROTECTED]
 Subject: RE: shipping costs


 Nice, so they create an API and document it but they don't want folks
using
 it? I thought too much traffic was a good thing! Hum.

 FYI, I am trying to wrap a revamp of that tag, new CF_UPS tag does pricing
 and a lot more (tracking, comparisons of shipping options, etc).

 --- Ben


 -Original Message-
 From: Cold Fusion Newsgroup [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, May 30, 2000 3:41 PM
 To: [EMAIL PROTECTED]
 Subject: Re: shipping costs


 We have experienced the CF_UPSPrice tag timing out when contacting the UPS
 site recently, especially in the early afternoon East Coast time.  This
 produces a shipping price of $0.00.  When discussing this with UPS, they
 strongly suggest NOT using this tag.  It is sending too much traffic to
 their servers.

 Has anyone else experienced this problem?

 Laura


 - Original Message -
 From: Shawn Regan [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Tuesday, May 30, 2000 2:23 PM
 Subject: shipping costs


  This message is in MIME format. Since your mail reader does not
understand
  this format, some or all of this message may not be legible.
 
  --_=_NextPart_001_01BFCA64.2CF037D0
  Content-Type: text/plain;
  charset="iso-8859-1"
 
  Hey CF people,
 
  I want to find out what people are doing to calculate shipping costs.
Are
  most people setting a global shipping price, or are they pulling the
 prices
  from the shipping service and getting a price back based on location?
 
  Shawn Regan
 
  --_=_NextPart_001_01BFCA64.2CF037D0
  Content-Type: text/html;
  charset="iso-8859-1"
  Content-Transfer-Encoding: quoted-printable
 
  !DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"
  HTML
  HEAD
  META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
  charset=3Diso-8859-1"
  META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
  5.5.2650.12"
  TITLEshipping costs/TITLE
  /HEAD
  BODY
 
  PFONT SIZE=3D2Hey CF people,/FONT
  /P
 
  PFONT SIZE=3D2I want to find out what people are doing to calculate
=
  shipping costs. Are most people setting a global shipping price, or are
=
  they pulling the prices from the shipping service and getting a price =
  back based on location?/FONT/P
 
  PFONT SIZE=3D2Shawn Regan/FONT
  /P
 
  /BODY
  /HTML
  --_=_NextPart_001_01BFCA64.2CF037D0--

 --
 
  Archives: http://www.eGroups.com/list/cf-talk
  To Unsubscribe visit
 http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
 send a message to [EMAIL PROTECTED] with 'unsubscribe' in
 the body.
 

 --
--
 --
 Archives: http://www.eGroups.com/list/cf-talk
 To Unsubscribe visit
 http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
 send a message to [EMAIL PROTECTED] with 'unsubscribe' in
 the body.

 --
--
 --
 Archives: http://www.eGroups.com/list/cf-talk
 To Unsubscribe visit
 http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
 send a message to [EMAIL PROTECTED] with 'unsubscribe' in
 the body.

 --

 Archives: 

RE: CFINSERT on multiple tables

2000-05-31 Thread Dave Watts

 All references to CFINSERT I've found in CFWACK and Danesh
 describe the inclusion of only one tablename. For forms that
 query relational tables, would you have to provide for two
 separate inserts within a CFTRANSACTION? I'm pretty sure this
 will work, but I'm wondering if I can utilize one of my Access
 queries as the "tablename" value and do the insert in one action.

Whether you use CFINSERT or a regular SQL INSERT statement within CFQUERY,
you can only update one table at a time. If you need to update multiple
tables, you'll need multiple inserts. Whether or not they need to be within
a CFTRANSACTION really depends on the specific circumstances. If they both
absolutely have to either succeed or fail together, then they belong within
a transaction.

 Also for the child table, where I might be inserting multiple
 rows, do I need to do the inserts within a loop? Please be
 patient if this seems elementary. I'm still somewhat of a newbie.

Yes, if you want to perform multiple inserts within a child table, you'll
probably end up looping over an insert into that table. There are
alternatives, but they require a decent amount of SQL within a stored
procedure.

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

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: [RE: How to write WAP application by CF??]

2000-05-31 Thread Ian Lurie

You can now download the code at http://www.portentinteractive.com/wap

Thanks!

Ian

-Original Message-
From: Ron Anderson [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 30, 2000 6:38 PM
To: [EMAIL PROTECTED]
Subject: RE: [RE: How to write WAP application by CF??]


Ian, can you make it available at the CFSeattle site?
Thanks

-Original Message-
From: Ian Lurie [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 30, 2000 3:11 PM
To: '[EMAIL PROTECTED]'
Subject: RE: [RE: How to write WAP application by CF??]


This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

--_=_NextPart_000_01BFCA83.FD9CEE30
Content-Type: text/plain;
charset="iso-8859-1"

Here you go...



-Original Message-
From: Bob Smith [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 30, 2000 12:58 PM
To: [EMAIL PROTECTED]
Cc: Ian Lurie
Subject: Re: [RE: How to write WAP application by CF??]


Could you please forward a copy to me too.
Thanks,
Bob

Ian Lurie [EMAIL PROTECTED] wrote:
 Hi Albert,

 I have some sample code from a presentation to the Seattle CFUG, if you'd
 like.

 Ian

 -Original Message-
 From: Albert Chow [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, May 30, 2000 3:52 AM
 To: [EMAIL PROTECTED]
 Subject: How to write WAP application by CF??


 Hi there,

   I would like to write a WAP application by ColdFusion.  Can someone
 give me
 some information??  Thanx in advance.

 Albert



 --
 Archives: http://www.eGroups.com/list/cf-talk
 To Unsubscribe visit
 http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
 send a message to [EMAIL PROTECTED] with 'unsubscribe' in
 the body.


--
 Archives: http://www.eGroups.com/list/cf-talk
 To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the
body.



Get free email and a permanent address at http://www.amexmail.com/?A=1

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


--_=_NextPart_000_01BFCA83.FD9CEE30
Content-Type: application/octet-stream;
name="Wap.zip"
Content-Transfer-Encoding: base64
Content-Disposition: attachment;
filename="Wap.zip"

UEsDBAoAADiZkigMd2FwL2R5bmFtaWMvUEsDBBQIAG1okiiE
AoDeqQEAALcCAAAVd2FwL2R5bmFtaWMvZW1haWwuY2ZtZVLLbtswEDzbgP9hS59NRj0WUlNE
dpECie2DgyJHmlpFasRH6ZXl/H2Xilz0ceJguTOzr9zUVrcdkC/EEhNcCqijt4VotfsSfCR01DrC
qA21Z5TGWwGn/vgDDTFnQsw6YTxjLEQSkVbHVySrKbaXkfJ5MV8effW2XMxz9W7Kobz8Wu62h832
AIfn/aYQhBdSZ1fJQQc52C7x8tuL7YC1T613hcjkjbhN4Q/rXZlYwHmwf7p7+FaCWCm1v99tN7Lc
PSq1Pqzh++MDZDJTarMVIBqi8EmpYRhkaLwb+1EVVYpFskwyEpDETR101BactliIqUsBFda677hx
x1zxf2Jq8Z+sj1Oa7yn0lDBbpadBXaXXImlIda3wZ9+eC1Fq0+Cq9I6i7wQYBryENNnLSr9gcSNU
4qmrAKENnSZkPMsrD/QWuBRtDAYuudNH7Apx7+1Y8GyWv3hoItbFdRhHLkC+tjx1h6SmnSvegOIY
8v5qOzrOclX50fkPx9zoWI2fYVR/9j2cdFvBdE7y7+D1XsbwHU8LBn2C99OQo0UYHSbVBNO40s38
HuBi/gtQSwMEFAgAlHGSKMrazYxrAgAAEgUAABUAAAB3YXAvZHluYW1pYy9pbmRleC5jZm19
VNtu2zAMfe6A/QOrDevLYi2vnV2gdTK0QJoESIphT4Vi07FbWfIkOW7+fpScIJdiBQKHpA6PeBEZ
Z0VVQOlc89xaNM9ijcpBOpsubx+mC2BPc3bz+VOc/vKm8XQJyz/zccIcvjm+UXnUiSbqahlAl6NZ
6o+BDDB/ups8pMAGnM/vZ9NxlM4eOR8tR/D7cQLDaMj5eMqA+auvOe+6LmpKrTDKdM1zl3MiGQ4j
khgQOdGTwd9Sosj9f41OhMAH+LetNglLRVbiINXKGS0ZZCRQLgmrxduA0kp+MO79+J7AYd1I4ZDk
izjX4LYNJkw3rtLKMpBihTJh9ygbn93FRbzWUBosEval9EYeHHmuTwlElmHjDv66xnf+mTD58IQg
5kfhxP4cqjxhPTDgmvAVewqLKsdaVFT6BYkgFIy9GnNxApSVepWVdVFW1OxmQhpMSD2HVappd5jb
nNjAI89BOUp06Bl75CjoZ2DehHR85CepdChcieYomYlu7TaCu9bBolWKxAfItbpy8Kp0F0XRR3TE
ZbG1Cjt7RLkscXtlKCQpwVRZ+SHFUQnJfN7AQEoto3dWakI32lJXd4WoLPVq21ch9NafFhXKHJSo
iaTnhY2QLWlfg/pN1M3PvuvvHWy7esHMHVx2hg+dVjrfHjyCtntU6/5R7R5nqA311aC11xCHZp8E
GrwW/Y1ngH1gAfJIBDRLZ5Dji/9T63I/Rn0sUxoFstDH4HfY6hZW7XqNJopXhveNrCzQ76W1jh6Y
Q+su3/N7cbcWsgKl7Wc5K6TOhB9jaA2N4PGK0cYvhYpWgxGZqzZh37CekzYhCf8AUEsDBBQI
AIFskihwYE+06QAAAD8BAAAad2FwL2R5bmFtaWMvaW5zZXJ0bGluay5jZm1FT8FugzAMPa9S
/8HzffG4ToFKA6ZNosCBadoxC0GghYBCWvr5M2u1Xaz3nv38bKm7wS3GB2hVUMt08trEuKrZDu4b
Iagva5waWTt5u2Cy3+13Mn1Jq7LJywaazzqPMZhLoLNrBfvEOtrb2OEyWjgbvwyTizESj3jghrzP
qnTzAU9C/f5cvKWAD0T1a1XmIq2ORFmTwcexgEhERHmJgH0I8xPRuq5i7idnhJ5GakNLvCSKBCOE
31QOYOl6gFa+ZXQn561mbNsIzf+aVNB708W4vWuHJQjdjZgUzKBgKkklfx5Jt4UbvIb8AFBLAwQU
CAComJIoz0rjgwkBAABqAQAAGHdhcC9keW5hbWljL2xpbmtsaXN0LmNmbU2QS0/DMBCE
z1Tqf1icGxJeckVJKuGkAimPqk2FOFq2QyryInaa8u+xEw5crNFo59sdB6L6ntT4Ax1vVUg+lWku
3ZcmILnhup9GYd2ZD84l0XZzd0rShJXwYOX+WGRwPqZ6uwnwj2NHArZnRV4meQnlxyEJiVE3g9dO

RE: OT: Frames vs NoFrames

2000-05-31 Thread Dave Watts

 Personally, I like frames  they make site navigation a breeze...
 however I have run into a couple of things that make me bang my head
 against a wall!!

 - Probably THE single most annoying omission from CF... you
 can't specify a target frame in CFLOCATION, I've had to use
 JavaScript calls as an alternate.. Yeauch!!

This is hardly an omission from CF. Frames are strictly a client-side
feature; CFLOCATION is a server-side HTTP redirect command. If you want to
target a specific frame in your code, you don't want to use an HTTP
redirect.

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

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: cf_TwoSelectsRelated

2000-05-31 Thread Craig M. Rosenblum

You need to have the file with the code in either the custom tags directory
or the root of your website...

 -Original Message-
 From: Katie Howell [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, May 31, 2000 4:39 AM
 To: [EMAIL PROTECTED]
 Subject: cf_TwoSelectsRelated


 Can anyone help me with the TwoSelectsRelated tag?  I've never used one
 before, and here's the error I'm getting:

 Error Diagnostic Information
 Cannot find CFML template for custom tag TWOSELECTSRELATED. Cold Fusion
 attempted looking in the tree of installed custom tags but did not find a
 custom tag with this name.


 The error occurred while processing an element with a general
 identifier of
 (CF_TWOSELECTSRELATED), occupying document position (12:1) to (20:19).

 Thanks in advance!

 Katie

 --
 
 Archives: http://www.eGroups.com/list/cf-talk
 To Unsubscribe visit
 http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf
_talk or send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



client mgmt on Oracle8i instead of MS Access

2000-05-31 Thread Kellow, Jim

Does anyone have any information (or sources) that can tell

 me how to define client 

variables on an Oracle8i database instead of

an MS Access database. I have it running on the MSA but for

production would like to move it to the production DB.

Thanks

Jim Kellow

[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: PING to check URL

2000-05-31 Thread Dave Watts

 Verifying that a URL is live (e.g. not returning a 404) is a bit
 more tricky.

 You could use CFHTTP and parse CFHTTP.FileContent for 404 (or
 other status codes) to verify that the link is live, however, I
 would caution you in doing so if the site you are building will
 receive heavy traffic (500K hits a day or more depending on the
 average latency between your server and the URLs to be checked).

The HTTP status code won't be contained within CFHTTP.FileContent, which
just contains the HTTP response body. The status code is found within the
HTTP response header. If you're using CF 4.5, you can read the header from a
CFHTTP request by referencing either CFHTTP.Header, which is a raw string
containing all response headers, or CFHTTP.ResponseHeader, which is a
structure containing each individual header as a string or, if there are
multiple instances of that header, as an array.

 Also, you might want to look into CFX_HTTP (someone please
 correct me if I am wrong), as it is more robust than the built-in
 Allaire tag.

I think that CFHTTP in 4.5 works well enough for most purposes. CFX_HTTP
offers header info, so if you're using CF 4.0.1, you might want to use it.

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

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: CFINSERT on multiple tables

2000-05-31 Thread John Allred

Dave,

Thanks for the info. Any sources you can refer me to where I can dig
into this in greater detail?

Dave Watts wrote:
 
 Whether you use CFINSERT or a regular SQL INSERT statement within CFQUERY,
 you can only update one table at a time. If you need to update multiple
 tables, you'll need multiple inserts. Whether or not they need to be within
 a CFTRANSACTION really depends on the specific circumstances. If they both
 absolutely have to either succeed or fail together, then they belong within
 a transaction.
 
 Yes, if you want to perform multiple inserts within a child table, you'll
 probably end up looping over an insert into that table. There are
 alternatives, but they require a decent amount of SQL within a stored
 procedure.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: cf_TwoSelectsRelated

2000-05-31 Thread Joel Richards

Hi,
Put the tag into the same directory as the file that is calling the tag.
  Let me know if you get it working, as I am having problems of my own with 
the tag, and would like to know if you are experiencing similar problems. 
(The tag displays multiple instances of the same option in the first drop 
down box.)
I am not sure if this helps, but I have put the tag in the same directory 
as the calling file and had no problems

Joel
At 03:38 AM 5/31/00, you wrote:
Can anyone help me with the TwoSelectsRelated tag?  I've never used one
before, and here's the error I'm getting:

Error Diagnostic Information
Cannot find CFML template for custom tag TWOSELECTSRELATED. Cold Fusion
attempted looking in the tree of installed custom tags but did not find a
custom tag with this name.


The error occurred while processing an element with a general identifier of
(CF_TWOSELECTSRELATED), occupying document position (12:1) to (20:19).

Thanks in advance!

Katie

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or 
send a message to [EMAIL PROTECTED] with 'unsubscribe' in 
the body.

Joel Richards
Web Developer
Brainstorm Industries
http://www.brainstormin.net/[EMAIL PROTECTED]

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



CF Single User AND Win 2000 Pro

2000-05-31 Thread Robert M. Saxon, Jr.

Has anyone else experienced problems installing CF 4.0 (Single User) on a
Windows 2000 Professional workstation?

I installed it, but see no evidence that the CFAS service is installed and
running, and none of my cf pages are working.

___
Robert M. Saxon, Jr. (Rob), Senior Web Developer
Mercer University
Department of Web Management
TSS // 1400 Coleman Avenue // Macon, GA 31207
912-301-5550 voice // 912-301-5314 fax
[EMAIL PROTECTED]
Philippians 4:13

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



OT: CSS for removing FORM whitespace

2000-05-31 Thread Aidan Whitehall

Does anyone know of a CSS command that reduces or minimises the amount of
whitespace displayed on the page when you use a /FORM tag?

Thanks... and sorry for the OT (unsubbed from all HTML mailing lists a while
back).


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

http://www.netshopperuk.co.uk/
Telephone +44 (01744) 648650
Fax +44 (01744) 648651
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: shipping costs

2000-05-31 Thread Cold Fusion Newsgroup

John,

We are building shipping tables for one of our national distributor's sites,
but some smaller retailers don't want to spend the money to build those
tables into their sites.  I've looked at AbleCommerce but didn't notice the
Able Shipper tag.  I'll check it out.thanks.

Laura

- Original Message -
From: John Fix 3rd [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, May 31, 2000 9:36 AM
Subject: RE: shipping costs


 Laura,

 Since UPS only changes their rates once per year, you could always
implement
 a "local" rate lookup on your own rate data.  Our Able Commerce
storefronts
 use a tag they created called Able Shipper.  It consults rate charts on
our
 own web server and avoids the UPS site bottleneck.  I don't know if they
 make this tag available as a stand-alone, but they might
 (www.ablecommerce.com).

 John
 www.cornells.com

 -Original Message-
 From: Cold Fusion Newsgroup [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, May 31, 2000 9:07 AM
 To: [EMAIL PROTECTED]
 Subject: Re: shipping costs


 Shane,

 We initially thought it was general internet traffic too, but this occured
 more than 50% of the time over a 2 week period and not always at peak
 internet times.  That's when we contacted UPS.  They now have these
 extensive "on-line" tools based on java, etc., that are just too time
 consuming to implement -- but, hey, they're free :)

 We're now trying to steer our customers to a standard shipping price as
 opposed to individually calculating shipping per order.  Not all are happy
 with this, tho', so we are searching for alternatives.

 Laura

 - Original Message -
 From: Shane Witbeck [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Tuesday, May 30, 2000 7:50 PM
 Subject: RE: shipping costs


  I experienced the same timeout. Possible it was an internet connectivity
  issue rather than too much traffic at UPS? I did a tracert on the
problem
  and tracked it to Concentric.net today. Just a thought.
 
  Shane
 
  -Original Message-
  From: Ben Forta [mailto:[EMAIL PROTECTED]]
  Sent: Tuesday, May 30, 2000 5:05 PM
  To: [EMAIL PROTECTED]
  Subject: RE: shipping costs
 
 
  Nice, so they create an API and document it but they don't want folks
 using
  it? I thought too much traffic was a good thing! Hum.
 
  FYI, I am trying to wrap a revamp of that tag, new CF_UPS tag does
pricing
  and a lot more (tracking, comparisons of shipping options, etc).
 
  --- Ben
 
 
  -Original Message-
  From: Cold Fusion Newsgroup [mailto:[EMAIL PROTECTED]]
  Sent: Tuesday, May 30, 2000 3:41 PM
  To: [EMAIL PROTECTED]
  Subject: Re: shipping costs
 
 
  We have experienced the CF_UPSPrice tag timing out when contacting the
UPS
  site recently, especially in the early afternoon East Coast time.  This
  produces a shipping price of $0.00.  When discussing this with UPS, they
  strongly suggest NOT using this tag.  It is sending too much traffic to
  their servers.
 
  Has anyone else experienced this problem?
 
  Laura
 
 
  - Original Message -
  From: Shawn Regan [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Tuesday, May 30, 2000 2:23 PM
  Subject: shipping costs
 
 
   This message is in MIME format. Since your mail reader does not
 understand
   this format, some or all of this message may not be legible.
  
   --_=_NextPart_001_01BFCA64.2CF037D0
   Content-Type: text/plain;
   charset="iso-8859-1"
  
   Hey CF people,
  
   I want to find out what people are doing to calculate shipping costs.
 Are
   most people setting a global shipping price, or are they pulling the
  prices
   from the shipping service and getting a price back based on location?
  
   Shawn Regan
  
   --_=_NextPart_001_01BFCA64.2CF037D0
   Content-Type: text/html;
   charset="iso-8859-1"
   Content-Transfer-Encoding: quoted-printable
  
   !DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"
   HTML
   HEAD
   META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
   charset=3Diso-8859-1"
   META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
   5.5.2650.12"
   TITLEshipping costs/TITLE
   /HEAD
   BODY
  
   PFONT SIZE=3D2Hey CF people,/FONT
   /P
  
   PFONT SIZE=3D2I want to find out what people are doing to
calculate
 =
   shipping costs. Are most people setting a global shipping price, or
are
 =
   they pulling the prices from the shipping service and getting a price
=
   back based on location?/FONT/P
  
   PFONT SIZE=3D2Shawn Regan/FONT
   /P
  
   /BODY
   /HTML
   --_=_NextPart_001_01BFCA64.2CF037D0--
 

 --
  
   Archives: http://www.eGroups.com/list/cf-talk
   To Unsubscribe visit
  http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk
or
  send a message to [EMAIL PROTECTED] with 'unsubscribe'
in
  the body.
  
 

 --
 --
  --
  Archives: http://www.eGroups.com/list/cf-talk
  To 

Oracle odbc setup

2000-05-31 Thread Simha R. Magal

Greetings,

I need help with using oracle databases.

I have never setup an oracle odbc datasource and would like some
assistance. In fact, I have not used oracle, but a client wants to use
it  Actually, it need not be odbc, if there are other ways to connect
to oracle from CF.  

I looked into the archives, but the search mechanism seems very inefficient
and I could not get much out of it.

It will be setup on intermedia.net through their control panel.  While
their tech support is usually good, this is one of the few occasions where
they did not help much and simply referred me to the microsoft.com site.
Any intermedia customers out there who have used oracle?

Thanks for your assistance.

Simha

--

Simha R. Magal ([EMAIL PROTECTED])
Internet Commerce Solutions www.magal.com
Placement Online dot com www.PlacementOnline.com
Voice:  419-353-6822  Fax:  353-3522
--
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



WAY OT: Need secondary DNS

2000-05-31 Thread Bud

Hi all. Sorry for the OT post, but I don't know where else to turn. 
PLEASE reply and/or flame me off list so we don't start one of those 
"things" again. LOL

Any startups out there who don't yet have a secondary DNS server or 
anyone who's paying someone to be their secondary DNS server who'd be 
interested in swapping services with me?

Or another option, anyone who wouldn't charge an arm and a leg to 
handle it for me? I've got a friend doing it, but 1) he's not keeping 
up with it, and 2) he's running MS DNS and either it doesn't work or 
he doesn't know how, but my updates aren't transferring to his 
machine.

I've got about 50-60 to move as time allows and probably between 5 
and 10 new ones coming in per week.

I'd be happy to do all the editing of the reverse zone file myself.

Thanks.
-- 

Bud Schneehagen - Tropical Web Creations

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
ColdFusion Solutions / eCommerce Development
[EMAIL PROTECTED]
http://www.twcreations.com/
954.721.3452
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



CF logins, authenticate against Novell NDS???how?

2000-05-31 Thread Paul Ihrig

Does any one have any info on how to use NDS to build in a login to a cf
app?

My maneger wants me to start  working with real authenticated user info, 
instead of just Data that i have enterd into a mdb.

i dont really know where to start.

any Guidence would be wonderful!

-paul
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Some beginner questions

2000-05-31 Thread Cristi

Hello there.
If anyone can find some time...

1) Can I call a JavaScript function from CF?
Smth. like CFSET x = f(y)

where f is a JavaScript function.

I tried CFSET x = f(y), but it didn't work.

2) How do I manage strings containing special characters as dbl. quote (i.e.
")
Should I prefix them with something.

I'd like to have an output like

say "hello"
3) How can I get the value of each field in a query string?
I know the #cgi.query_string# which returns the entire query string, but I
want to access specific fields

Thanks in advance

Cristi

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: client mgmt on Oracle8i instead of MS Access

2000-05-31 Thread Brandon Whitaker

-Original Message-
From: Kellow, Jim [EMAIL PROTECTED]
To: [EMAIL PROTECTED] [EMAIL PROTECTED]
Date: Wednesday, May 31, 2000 10:08 AM
Subject: client mgmt on Oracle8i instead of MS Access


Does anyone have any information (or sources) that can tell

 me how to define client

variables on an Oracle8i database instead of

an MS Access database. I have it running on the MSA but for

production would like to move it to the production DB.

Yep.

SQL describe cdata;
 NameNull?Type
 ---  
 CFID VARCHAR2(250)
 APP  VARCHAR2(250)
 DATA VARCHAR2(4000)

SQL describe cglobal;
 NameNull?Type
 ---  
 CFID VARCHAR2(250)
 DATA LONG
 LVISIT   DATE

Create these tables manually, then make sure you UN-CHECK the 'Create
tables' option when you're defining the variables datasource in CF Admin.

ALSO make certain you have the CF/Oracle Y2K update from Allaire before you
attempt this, or the LVisit date column in the CGlobal table will die
horribly.  It's available here:

http://www.allaire.com/Handlers/index.cfm?ID=13202Method=FullCache=Off

HTH! HAND!

Brandon Whitaker
[EMAIL PROTECTED]
---
"It'll get used by the same people using Opera.  People dressed in black
wearing berets."
- Dave Watts, on Mozilla
"The net interprets censorship as damage and routes around it."
- John Gilmore
"I'm sorry, I can't hear you.  God just sat on my Whoopee Cushion."
- Kibo



--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: client mgmt on Oracle8i instead of MS Access

2000-05-31 Thread mherbene

For Oracle 8.04 you just create the datasource in CF admin and then use CF
admin to indicate that it's a client store, no special tricks needed.

-Original Message-
From: Kellow, Jim [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 31, 2000 10:08 AM
To: [EMAIL PROTECTED]
Subject: client mgmt on Oracle8i instead of MS Access


Does anyone have any information (or sources) that can tell

 me how to define client 

variables on an Oracle8i database instead of

an MS Access database. I have it running on the MSA but for

production would like to move it to the production DB.

Thanks

Jim Kellow

[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: CFINSERT on multiple tables

2000-05-31 Thread Stewart McGowan

More complicated SQL should really be done at the server level, having
business rules on the server, in my opinion, makes things a lot easier if
things go wrong. But then I'm a lot better at writing stored procedures and
triggers than I am CF :)

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: personal oracle 8i

2000-05-31 Thread Larry Meadors

I got it working. Did you install the client part on the server? The default driver 
that comes w/NT won't do.

Larry

 [EMAIL PROTECTED] 05/31/00 10:04AM 
Does anybody ever use CF server connect to Personal Oracle 8i? I tried but it can't 
work.


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebarRstsbodyRsts/cf_talk or send a message 
to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Unable to understand error--help

2000-05-31 Thread aslam bajaria

I have a form. I have an action page.
When I fill out the form (which is simple form), I am
getting an error as follows:

HTTP Error 405
405 Method Not Allowed

The method specified in the Request Line is not
allowed for the resource identified by the request.
Please ensure that you have the proper MIME type set
up for the resource you are requesting.

Please contact the server's administrator if this
problem persists.


Can someone help me and tell me where am I going
wrong?
Appreciate
A.B.

__
Do You Yahoo!?
Send instant messages  get email alerts with Yahoo! Messenger.
http://im.yahoo.com/
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: CF Single User AND Win 2000 Pro

2000-05-31 Thread Dave Watts

 Has anyone else experienced problems installing CF 4.0
 (Single User) on a Windows 2000 Professional workstation?

 I installed it, but see no evidence that the CFAS service is
 installed and running, and none of my cf pages are working.

I was able to successfully install CF 4.0.1 on Win2K Server, for what that's
worth. The first version of CF that is officially supported on Win2K is
4.5.1. If the service isn't listed at all in the list of services, you might
want to try installing a later version. In any case, if you install any
version prior to 4.5.1, it will downgrade your MDAC version to 2.1, which
isn't good, as MDAC is a component of the OS in Win2K. You can fix MDAC by
putting the Win2K CD in, selecting "Upgrade your operating system" from the
autorun menu, letting it do its thing, then reinstalling any third-party
drivers that you installed after Win2K. Enjoy!

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

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Sry ot 2000 server question

2000-05-31 Thread Jim Taylor

sorry about the ot but can some one tell me where to set the default file
extensions on the windows 2000 server it will only serve up html.

Jim Taylor
Web Development
Web Sites of the Future Today
480-496-0712
http://24.1.254.231

ICQ 47640391

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



sending a server-file on a cf page

2000-05-31 Thread Daive

Hey all

i want to send a file on my drive D: when a user load a cfm file. is there a
way to do that without virtual stuff on my web server? my webroot is on my
drive C: .. and i'm using cf server 4.5

daive


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Query Cache Limit Question

2000-05-31 Thread Andy Peterson

Is there any way around the 100 query caching limit? For a big site, this
sounds rather, er, limiting.

Thanks in advance,
Andy
- Original Message -
From: Emily B. Kim [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, April 20, 2000 11:57 AM
Subject: Re: Query Cache Question


 Is the cached query limit on a per server basis or per application basis?

 i believe it is 100 queries per server. -emily

 --

 Archives: http://www.eGroups.com/list/cf-talk
 To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: CF Training in Columbus Ohio :: : ? : :: When?

2000-05-31 Thread johnpatterson

There are two classes in Cinci at Allaire there.

John

On Wed, 31 May 2000, Paul Ihrig wrote:

 
 I need to get back on board with this stuff.
 to many little things to build  am wasting way to 
 much time in the books looking for answers.
 
 If the are any certified trainers in Columbus, please let me know.
 
 I need all the CF classes.
 
 if you would travel to train, send me some pricing please.
 The reseller here still has not been certified.
 
 If I was a real programmer I would try it myself.
 
 thanks
 -paul
 --
 Archives: http://www.eGroups.com/list/cf-talk
 To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Visit www.cfworkshop.com
___

Why pay when you don't have to? Get AltaVista Free Internet Access now! 
http://jump.altavista.com/freeaccess4.go

___

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



woes.

2000-05-31 Thread Brian P. Doyle

I'm using a custom tag (cfx_querysort) to group the results of a multiple
collection search into the collections that they came from.  However in
doing this and setting the score as the second column to sort on it actually
sorts them in descending order (lowest number first..which is not what I
want.)  This tag does not have a function to say whether to sort in
ascending or descending order.  Is there a better tag for this?  Is there a
way to make the scores from the search show up differently? (the complement
doesn't work..too many results.)

any help with this would be GREATLY appreciated

Brian

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: CF logins, authenticate against Novell NDS???how?

2000-05-31 Thread Bryan Batchelder

This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

--_=_NextPart_001_01BFCB1E.A878D880
Content-Type: text/plain;
charset="iso-8859-1"

I believe Netware 5 uses a form of LDAP as the directory serviceyou
could try and find out how to attach to that LDAP repository using CF LDAP
tags.  Then figure out the schema and query the data.

If you can't do that, then you are prolly looking at writing a CFX in C/C++
that makes some low level Netware calls using the netware SDK.  I have a
friend that wrote some auth stuff using the netware SDK and he said it
wasn't all the hard.

--b

-Original Message-
From: Paul Ihrig [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 31, 2000 10:45 AM
To: '[EMAIL PROTECTED]'
Subject: CF logins, authenticate against Novell NDS???how?


Does any one have any info on how to use NDS to build in a login to a cf
app?

My maneger wants me to start  working with real authenticated user info, 
instead of just Data that i have enterd into a mdb.

i dont really know where to start.

any Guidence would be wonderful!

-paul

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--_=_NextPart_001_01BFCB1E.A878D880
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"
HTML
HEAD
META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Diso-8859-1"
META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
5.5.2650.12"
TITLERE: CF logins, authenticate against Novell NDS???how?/TITLE
/HEAD
BODY

PFONT SIZE=3D2I believe Netware 5 uses a form of LDAP as the =
directory serviceyou could try and find out how to attach to that =
LDAP repository using CF LDAP tags.nbsp; Then figure out the schema =
and query the data./FONT/P

PFONT SIZE=3D2If you can't do that, then you are prolly looking at =
writing a CFX in C/C++ that makes some low level Netware calls using =
the netware SDK.nbsp; I have a friend that wrote some auth stuff using =
the netware SDK and he said it wasn't all the hard./FONT/P

PFONT SIZE=3D2--b/FONT
/P

PFONT SIZE=3D2-Original Message-/FONT
BRFONT SIZE=3D2From: Paul Ihrig [A =
HREF=3D"mailto:[EMAIL PROTECTED]"mailto:[EMAIL PROTECTED]/A]/FONT
BRFONT SIZE=3D2Sent: Wednesday, May 31, 2000 10:45 AM/FONT
BRFONT SIZE=3D2To: '[EMAIL PROTECTED]'/FONT
BRFONT SIZE=3D2Subject: CF logins, authenticate against Novell =
NDS???how?/FONT
/P
BR

PFONT SIZE=3D2Does any one have any info on how to use NDS to build =
in a login to a cf/FONT
BRFONT SIZE=3D2app?/FONT
/P

PFONT SIZE=3D2My maneger wants me to startnbsp; working with real =
authenticated user info, /FONT
BRFONT SIZE=3D2instead of just Data that i have enterd into a =
mdb./FONT
/P

PFONT SIZE=3D2i dont really know where to start./FONT
/P

PFONT SIZE=3D2any Guidence would be wonderful!/FONT
/P

PFONT SIZE=3D2-paul/FONT
BRFONT =
SIZE=3D2---=
---/FONT
BRFONT SIZE=3D2Archives: A =
HREF=3D"http://www.eGroups.com/list/cf-talk" =
TARGET=3D"_blank"http://www.eGroups.com/list/cf-talk/A/FONT
BRFONT SIZE=3D2To Unsubscribe visit A =
HREF=3D"http://www.houseoffusion.com/index.cfm?sidebar=3Dlistsbody=3Dli=
sts/cf_talk" =
TARGET=3D"_blank"http://www.houseoffusion.com/index.cfm?sidebar=3Dlists=
body=3Dlists/cf_talk/A or send a message to =
[EMAIL PROTECTED] with 'unsubscribe' in the =
body./FONT/P

/BODY
/HTML
--_=_NextPart_001_01BFCB1E.A878D880--
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: cf_TwoSelectsRelated

2000-05-31 Thread John Quarto-vonTivadar

there's no particular need to put in the same directory as the calling
template (although that is a good place to start). You can put it into any
sub-dir of the CFusion/CustomTags directory--if you put it into a new
sub-dir off of /CustomTags then you need to stop-restart the CF server so
that it recognizes the new sub-dir.
I've used it the tag with no problems for about 18 months :)

- Original Message -
From: Joel Richards [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, May 31, 2000 10:19 AM
Subject: Re: cf_TwoSelectsRelated


 Hi,
 Put the tag into the same directory as the file that is calling the tag.
   Let me know if you get it working, as I am having problems of my own
with
 the tag, and would like to know if you are experiencing similar problems.
 (The tag displays multiple instances of the same option in the first drop
 down box.)
 I am not sure if this helps, but I have put the tag in the same directory
 as the calling file and had no problems

 Joel
 At 03:38 AM 5/31/00, you wrote:
 Can anyone help me with the TwoSelectsRelated tag?  I've never used one
 before, and here's the error I'm getting:
 
 Error Diagnostic Information
 Cannot find CFML template for custom tag TWOSELECTSRELATED. Cold Fusion
 attempted looking in the tree of installed custom tags but did not find a
 custom tag with this name.
 
 
 The error occurred while processing an element with a general identifier
of
 (CF_TWOSELECTSRELATED), occupying document position (12:1) to (20:19).
 
 Thanks in advance!
 
 Katie
 

---
---
 Archives: http://www.eGroups.com/list/cf-talk
 To Unsubscribe visit
 http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk
or
 send a message to [EMAIL PROTECTED] with 'unsubscribe' in
 the body.

 Joel Richards
 Web Developer
 Brainstorm Industries
 http://www.brainstormin.net/[EMAIL PROTECTED]

 --

 Archives: http://www.eGroups.com/list/cf-talk
 To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



CFParam and radiobutton array validation

2000-05-31 Thread Troy M. Wussow

This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

--_=_NextPart_001_01BFCB20.00811A70
Content-Type: text/plain;
charset="iso-8859-1"

If anyone has experience with CFPARAM and/or radio button arrays please take
a look at the interactive quiz I developed with CF.  I need a way to
validate the radio button arrays and I am stumped.  Right now I am using the
CFPARAM tag to set a default value for each array in case someone skips a
question, but I would rather prompt them to go back and complete the missed
question.

Please goto http://www.natsem.com/quizpage1.cfm

Thank you for your assistance

Troy M. Wussow
Web Developer - MIS
National Seminars Group
[EMAIL PROTECTED]


-Original Message-
From: Philip Arnold - ASP [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 31, 2000 9:53 AM
To: [EMAIL PROTECTED]
Subject: RE: Frames vs NoFrames

 Third and final,  what is your opinion of frames?  likes
 dislikes? and have
 you found any limitations to using frames.  You can use the application
 browser as an excuse if you can prove that there is more than 5% use of
 other browsers in the business arena.

I'm one of those advocates for "Whatever works best for the site"...

Out of all of our sites, roughly 50-60% have frames, and with our new
technology, that's dropping... only the specifically designed sites which
have special effects on them use frames, and those do it for effect rather
than for real navigation

Check out;
http://www.in-cosmetics.com/ for a tarty effect (that menu line which was
hell to build)
http://www.mgscoachworks.com/ for a specific design ethic

We use frames on our own site (the one we're re-working now) to keep the
middle page exactly the same size - the reason? Background texture.

We've got loads of non-frame sites with differing looks, but it's the
re-laying out of complex pages with tables which slows down non-frame sites.

Limitations on Frames
(some mentioned before) Bookmarks, direct links from outside, javascript
dependance on more complex sites, search engines fail to get into site

Limitations on non-Frames
Slow load for complex pages (with tables in tables in tables etc.),
re-displaying information which stays static (menus etc.), broken table
structures which break Netscape (it's very particular)

IMHO, specific information loads quicker on a Frame site, but it does mess
some things up.

Just a few thoughts.

Philip Arnold
ASP Multimedia Limited
T: +44 (0)20 8680 1133

"Websites for the real world"

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



--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--_=_NextPart_001_01BFCB20.00811A70
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"
HTML
HEAD
META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Diso-8859-1"
META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
5.5.2650.12"
TITLECFParam and radiobutton array validation/TITLE
/HEAD
BODY

PFONT SIZE=3D2If anyone has experience with CFPARAM and/or radio =
button arrays please take a look at the interactive quiz I developed =
with CF.nbsp; I need a way to validate the radio button arrays and I =
am stumped.nbsp; Right now I am using the CFPARAM tag to set a default =
value for each array in case someone skips a question, but I would =
rather prompt them to go back and complete the missed =
question./FONT/P

PFONT SIZE=3D2Please goto A =
HREF=3D"http://www.natsem.com/quizpage1.cfm" =
TARGET=3D"_blank"http://www.natsem.com/quizpage1.cfm/A/FONT
/P

PFONT SIZE=3D2Thank you for your assistance/FONT
/P

PFONT SIZE=3D2Troy M. Wussow/FONT
BRFONT SIZE=3D2Web Developer - MIS/FONT
BRFONT SIZE=3D2National Seminars Group/FONT
BRFONT SIZE=3D2[EMAIL PROTECTED]/FONT
/P
BR

PFONT SIZE=3D2-Original Message-/FONT
BRFONT SIZE=3D2From: Philip Arnold - ASP [A =
HREF=3D"mailto:[EMAIL PROTECTED]"mailto:[EMAIL PROTECTED]/A]/FONT=

BRFONT SIZE=3D2Sent: Wednesday, May 31, 2000 9:53 AM/FONT
BRFONT SIZE=3D2To: [EMAIL PROTECTED]/FONT
BRFONT SIZE=3D2Subject: RE: Frames vs NoFrames/FONT
/P

PFONT SIZE=3D2gt; Third and final,nbsp; what is your opinion of =
frames?nbsp; likes/FONT
BRFONT SIZE=3D2gt; dislikes? and have/FONT
BRFONT SIZE=3D2gt; you found any limitations to using =
frames.nbsp; You can use the application/FONT
BRFONT 

CFMAIL CFFILE

2000-05-31 Thread Splash! Designs Ink.

I am trying to get CFFILE variables from a form page passed
to the MIMEATTACH attribute of CFMAIL.

My form page looks like this:
!--- List owner submits mail  image attachment to list ---
 FORM ACTION="mail.cfm" METHOD=POST ENCTYPE="multipart/form-data"
Subject: INPUT NAME="Subject" SIZE="48"
TEXTAREA NAME="Body" ROWS=10 COLS=60
File Name: INPUT NAME="FileName" TYPE="text" size="10"
File: INPUT NAME="FileContents" TYPE="file" size="10"
INPUT TYPE="Submit" VALUE=" Submit Message "
/FORM

My action page looks like this:
CFIF #ParameterExists(FileContents)# is "Yes"

   CFFILE ACTION="UPLOAD"
FILEFIELD="FileContents"
DESTINATION="d:\home\goldenfly.com\maillist\uploads\"
NAMECONFLICT="OVERWRITE"
ACCEPT="image/jpeg, image/pjpeg, image/jpg, image/gif"
CFSET
NewsletterFile="d:\home\goldenfly.com\maillist\uploads\CFOUTPUT#File.Serve
rFile#/CFOUTPUT
/CFSET
CFQUERY NAME="GetList" DATASOURCE="GFMaillist1"
 SELECT * FROM Subscribers
/CFQUERY

CFMAIL QUERY="GetList" SERVER="server name" PORT="25" TO="#Email#"
FROM="list owner"
 MIMEATTACH="#NewsletterFile#" SUBJECT="#Form.Subject#" 
Date:  #DateFormat(Now(),', mmm dd, ')#

#FORM.Body#

/CFMAIL
/CFIF

I am not sure how to get the CFFILE "FileContents" variable passed to the
MIMEATTACH - I'm getting
an error in resolving the parameter "NewsletterFile".  Any help please?

thanks,
Kristin
[EMAIL PROTECTED]


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



CFSERVLET -- WebLogic Server

2000-05-31 Thread !jeff!

--=_68923250==_.ALT
Content-Type: text/plain; charset="us-ascii"; format=flowed

The cfservlet tag seems to assume that you're using JRUN as your J2EE app 
server (wonder why).  I'm trying to get CFSERVLET to communicate with a 
WebLogic 5.1 server.

Has anyone had any luck doing this?

Has anyone had any luck getting CFSERVLET to talk to anything other than JRUN?

I'm getting this error...
Too many concurrent JRun requests
JRun is busy. Please try again, or contact the system administrator for 
this web site.

But of course there is only 1 connection.

tia,
jeff





!j!

The mark of mediocrity is searching for the precedent.

!jeff! sherwood Director of BIGWORDS.com Web Site Design / JEDI
   BIGWORDS.com worker#2
.r.e.c.o.v.e.r.e.d.n.e.t.s.c.a.p.e.u.s.e.r. . . . 415.543.1400.x300

--=_68923250==_.ALT
Content-Type: text/html; charset="us-ascii"

html
The cfservlet tag seems to assume that you're using JRUN as your J2EE app
server (wonder why).nbsp; I'm trying to get CFSERVLET to communicate
with a WebLogic 5.1 server.br
br
Has anyone had any luck doing this?br
br
Has anyone had any luck getting CFSERVLET to talk to anything other than
JRUN?br
br
I'm getting this error...br
font size=5bToo many concurrent JRun requestsbr
/fontfont size=4JRun is busy. Please try again, or contact the system
administrator for this web site.br
br
/font/bBut of course there is only 1 connection.br
br
tia,br
jeffbr
br
br
br
br
br

tt!j!br
br
The mark of mediocrity is searching for the precedent.br
br
!jeff! sherwoodnbsp;nbsp;nbsp;nbsp; Director of BIGWORDS.com Web Site
Design / JEDIbr
nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;
BIGWORDS.com worker#2br
.r.e.c.o.v.e.r.e.d.n.e.t.s.c.a.p.e.u.s.e.r. . . . 415.543.1400.x300br
/html

--=_68923250==_.ALT--

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Some beginner questions

2000-05-31 Thread Philip Arnold - ASP

 1) Can I call a JavaScript function from CF?
   Smth. like CFSET x = f(y)

   where f is a JavaScript function.

   I tried CFSET x = f(y), but it didn't work.

Firstly, CF is SERVER-side, JavaScript is CLIENT-site, they are mutually
exclusive
Secondly, Why not write the code in CFScript and just run it on the
variable?
CFScript
y=y+10;
y=y*x;
y=y-z;
/CFScript
Or whatever... but you can't create and call functions in CFScript.

 2) How do I manage strings containing special characters as dbl.
 quote (i.e. ")
   Should I prefix them with something.

   I'd like to have an output like

   say "hello"

Double the quotes... cfset s="say ""hello""" or cfset s="say
quot;helloquot;" will display the quotes properly (older browsers dislike
" as an output)

 3) How can I get the value of each field in a query string?
   I know the #cgi.query_string# which returns the entire
 query string, but I
 want to access specific fields

#myQuery.ColumnList# is a comma separated list of the fields called in a
query, note that
select * from myTable
fields will be in the order that CF decides.

Philip Arnold
ASP Multimedia Limited
T: +44 (0)20 8680 1133

"Websites for the real world"

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


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Some beginner questions

2000-05-31 Thread Jennifer

At 05:50 PM 5/31/00 +0300, you wrote:
Hello there.
If anyone can find some time...

1) Can I call a JavaScript function from CF?
 Smth. like CFSET x = f(y)

 where f is a JavaScript function.

 I tried CFSET x = f(y), but it didn't work.

Try putting f(y) in quotes cfset x="f(y)

2) How do I manage strings containing special characters as dbl. quote (i.e.
")
 Should I prefix them with something.

 I'd like to have an output like

 say "hello"

It depends on what you want to do with them. Sometimes you might have to 
escape them by changing " to "" but sometimes " will work. If you are 
sending info to a database you will probably put text fields in single 
quotes  '   '  which means that you may have to escape the single quotes 
instead of the double quotes. Try doing what you want to do and send us an 
error message if it doesn't work.

3) How can I get the value of each field in a query string?
 I know the #cgi.query_string# which returns the entire query 
 string, but I
want to access specific fields

I think that what you want is one of these two:
cfoutput query="YourQueryName"#YourFieldName# #YourOtherFieldName#/cfoutput
or
#YourQueryName.YourFieldName# #YourQueryName.YourOtherFieldname#

The second one will only return the results for that field in the first 
record, but the first one will return the results for that field for every 
record.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Some beginner questions

2000-05-31 Thread Pablo Nevares

 3) How can I get the value of each field in a query string?
   I know the #cgi.query_string# which returns the entire 
 query string, but I
 want to access specific fields

#url.login# will give you the value of "login" in the url
for example, in...
http://www.whatever.com/index.cfm?node=developerlogin=pablo
#url.node# is developer and #url.login# is pablo

Is that what you were looking for?

Pablo Nevares
Information Technology
Hendricks  Partners
[EMAIL PROTECTED]
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Some beginner questions

2000-05-31 Thread Dave Watts

 1) Can I call a JavaScript function from CF?
   Smth. like CFSET x = f(y)
   where f is a JavaScript function.
   I tried CFSET x = f(y), but it didn't work.

No, you can't directly call a JavaScript function from CF; CF generates
documents on the server, which are then sent back to the client, where any
JavaScript will execute. You can use CF to write JavaScript, and you can use
JavaScript to execute HTTP requests, and that's essentially the limit of any
cross-communication between them.

 2) How do I manage strings containing special characters as
 dbl. quote (i.e. ")
   Should I prefix them with something.
   I'd like to have an output like
   say "hello"

In CF, you can escape a double quote by doubling it:

"This is my string, and ""this"" is double-quoted."

 3) How can I get the value of each field in a query string?
   I know the #cgi.query_string# which returns the entire
 query string, but I want to access specific fields

If you're using CF 4.5, you can reference the URL structure, which contains
each name-value pair within the query string. You might need to read up on
Structures a little bit. Here's an example, which will loop over the URL
structure and output the name and value for each URL parameter:

CFLOOP COLLECTION="#URL#" ITEM="ThisURLParam"
CFOUTPUT
#ThisURLParam#: #URL[ThisURLParam]#br
/CFOUTPUT
/CFLOOP

If you're using an older version, you can loop over the query string as if
it were a list; the delimiter for the list is the ampersand ().

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

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: CF logins, authenticate against Novell NDS???how?

2000-05-31 Thread Larry Meadors

We've used NDS for NT and basic authentication. That works pretty well because the NDS 
users get replicated as NT users. Easy to set up too.

With CF 4.5's enhancements to cfheader, you can really use any data source to do 
basic authentication. We're also looking into using Novell's ODBC driver for NDS and 
there's also an ActiveX control that might work. Note: ODBC and ActiveX are not 
supported with CF by Novell (translation: "If it works, great, but if it doesn't, 
tough.").

There are also some JAVA classes from Novell that are supposed to work with the NDS. 
You might be able to use them (potentially from a cfx) to create other authentication 
schemes. 

Fun fun fun!

Larry

 [EMAIL PROTECTED] 05/31/00 08:45AM 
Does any one have any info on how to use NDS to build in a login to a cf
app?

My maneger wants me to start  working with real authenticated user info, 
instead of just Data that i have enterd into a mdb.

i dont really know where to start.

any Guidence would be wonderful!


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebarRstsbodyRsts/cf_talk or send a message 
to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: General Credit Card processing question

2000-05-31 Thread Larry C. Lyons

We use Authorize.net. There's a nice tag in the developer's gallery that
allows you to process credit card payments through Authorize.net's
service. The only drawback to it is that the tag is for version 2 of
Authorize.net, not the current version. What this means is that you have
to make some changes to the fieldnames in the custom tag, but nothing
too extreme.

regards,

larry

-- 
Larry C. Lyons
EBStor.com
8870 Rixlew Lane, Suite 201
Manassas, Virginia 20109-3795
tel: (703) 393-7930 x253
fax: (703) 393-2659
http://www.ebstor.com
http://www.pacel.com
email: [EMAIL PROTECTED]

Chaos, panic, and disorder - my work here is done.
--

Cold Fusion Newsgroup wrote:
 
 We are also looking for alternatives to Cybercash.  Is anyone using any
 other service?
 
 Laura
 
 --
 Archives: http://www.eGroups.com/list/cf-talk
 To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Manually Flush Cache

2000-05-31 Thread Andy Peterson

Hi all,

Is there a way to flush the old cache when a database is refreshed, when the
refresh process takes place at a different time every night? I can
automatically detect when the database has refreshed itself, so _when_ to
purge the old cache is not an issue. The issue is how to do it when it has
to be done at a different time every night. Will shutting down the CF
Services and restarting them have any effect on the cache stored in memory?
What about CachedAfter?

Thanks in advance,
Andy

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Unable to understand error--help

2000-05-31 Thread Howell, Katie

do you have method="post" or method="get" in your cfform tag?

-Original Message-
From: aslam bajaria [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 31, 2000 11:33 AM
To: [EMAIL PROTECTED]
Subject: Unable to understand error--help


I have a form. I have an action page.
When I fill out the form (which is simple form), I am
getting an error as follows:

HTTP Error 405
405 Method Not Allowed

The method specified in the Request Line is not
allowed for the resource identified by the request.
Please ensure that you have the proper MIME type set
up for the resource you are requesting.

Please contact the server's administrator if this
problem persists.


Can someone help me and tell me where am I going
wrong?
Appreciate
A.B.

__
Do You Yahoo!?
Send instant messages  get email alerts with Yahoo! Messenger.
http://im.yahoo.com/

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Checking file dimensions.

2000-05-31 Thread Larry C. Lyons

Todd,

There are several tags that will get image dimensions and also do
resizing. The one tag I use frequently is CF_IMAGESIZE (from the
developer's gallery) to get the width and height of the image file. To
dynamically resize images on the fly, I use CFX_GIFGD. This tag is very
easy and simple to use. You can see example of these tags in use at
http://www.kbonline.com/index1.cfm

hth,

larry

-- 
Larry C. Lyons
EBStor.com
8870 Rixlew Lane, Suite 201
Manassas, Virginia 20109-3795
tel: (703) 393-7930 x253
fax: (703) 393-2659
http://www.ebstor.com
http://www.pacel.com
email: [EMAIL PROTECTED]

Chaos, panic, and disorder - my work here is done.
--

Todd Ashworth wrote:
 
 This is going to sound a little weird, but I am wondering if there is a way
 to figure out the dimensions of an image file, before it is displayed on the
 web site, and take some action if it is over a certain width.
 
 Todd
 
 --
 Archives: http://www.eGroups.com/list/cf-talk
 To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Unable to understand error--help

2000-05-31 Thread Dave Watts

 I have a form. I have an action page.
 When I fill out the form (which is simple form), I am
 getting an error as follows:

 HTTP Error 405
 405 Method Not Allowed

Typically, this happens when you forget to specify the extension of the file
in your FORM tag. For example, if your action page were "foo.cfm":

form action="foo" method="post"

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

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Sry ot 2000 server question

2000-05-31 Thread Stephenie Hamilton

programs, administrative tools, computer management console, internet
information service properties, documents tab

--
Thank You
Stephenie Hamilton
ColdFusion Support
Express Technologies, Inc.
dba HalfPrice Hosting
[EMAIL PROTECTED]


- Original Message -
From: Jim Taylor [EMAIL PROTECTED]
To: Cf-Talk@Houseoffusion. Com [EMAIL PROTECTED]
Sent: Wednesday, May 31, 2000 11:57 AM
Subject: Sry ot 2000 server question


 sorry about the ot but can some one tell me where to set the default file
 extensions on the windows 2000 server it will only serve up html.

 Jim Taylor
 Web Development
 Web Sites of the Future Today
 480-496-0712
 http://24.1.254.231

 ICQ 47640391

 --

 Archives: http://www.eGroups.com/list/cf-talk
 To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Sry ot 2000 server question

2000-05-31 Thread Richard Ramos

If I'm understanding correctly, you want the index file to be something like
index.cfm instead of index.htm.

Well, all you have to do is open Internet Service Manager, select the web
site, right click and select Properties, select the Documents tab and select
Enable Default Documents.  Click on Add and in the window that comes up,
enter index.cfm, or whatever page you want to be default.  Click ok.  Make
sure that the page you choose is the only one in the box.

That should get the server to automatically serve out index.cfm

Richard Ramos
Tech. Specialist
Softitler Net, Inc.
www.softitler.com
[EMAIL PROTECTED]


- Original Message -
From: "Jim Taylor" [EMAIL PROTECTED]
To: "Cf-Talk@Houseoffusion. Com" [EMAIL PROTECTED]
Sent: Wednesday, May 31, 2000 8:57 AM
Subject: Sry ot 2000 server question


 sorry about the ot but can some one tell me where to set the default file
 extensions on the windows 2000 server it will only serve up html.

 Jim Taylor
 Web Development
 Web Sites of the Future Today
 480-496-0712
 http://24.1.254.231

 ICQ 47640391

 --

 Archives: http://www.eGroups.com/list/cf-talk
 To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Unable to understand error--help

2000-05-31 Thread Joel Richards

Make sure the form's method is set to "post"
Also, if you are trying to upload files with the form, set the enctype to: 
enctype="multipart/form-data"
Joel
At 09:32 AM 5/31/00, you wrote:
I have a form. I have an action page.
When I fill out the form (which is simple form), I am
getting an error as follows:

HTTP Error 405
405 Method Not Allowed

The method specified in the Request Line is not
allowed for the resource identified by the request.
Please ensure that you have the proper MIME type set
up for the resource you are requesting.

Please contact the server's administrator if this
problem persists.


Can someone help me and tell me where am I going
wrong?
Appreciate
A.B.

__
Do You Yahoo!?
Send instant messages  get email alerts with Yahoo! Messenger.
http://im.yahoo.com/
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or 
send a message to [EMAIL PROTECTED] with 'unsubscribe' in 
the body.

Joel Richards
Web Developer
Brainstorm Industries
http://www.brainstormin.net/[EMAIL PROTECTED]

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Some beginner questions

2000-05-31 Thread KChapman


1. Don't Know.
2. As far as I know you should be able to use almost anything in  the data
except #'s.
3. Just use the name of the field you want.  IE:

If cfoutput#query_string#/cfoutput is ?cfid=1234cftoken=76323661

Then to access just the pieces you  would

cfoutput
cfid = #cfid#br
cftoken = #cftoken#
/cfoutput

and you would get

cfid = 1234
cftoken = 76323661

HTH,
--K


Katrina Chapman
Consultant
Ameriquest Mortgage


   
  
"Cristi"   
  
bcristi@innovativTo: [EMAIL PROTECTED]  
  
e.west.rocc:  
  
  Subject: Some beginner questions 
  
05/31/00 07:50 AM  
  
Please respond to  
  
cf-talk
  
   
  
   
  



Hello there.
If anyone can find some time...

1) Can I call a JavaScript function from CF?
   Smth. like CFSET x = f(y)

   where f is a JavaScript function.

   I tried CFSET x = f(y), but it didn't work.

2) How do I manage strings containing special characters as dbl. quote
(i.e.
")
   Should I prefix them with something.

   I'd like to have an output like

   say "hello"
3) How can I get the value of each field in a query string?
   I know the #cgi.query_string# which returns the entire query
string, but I
want to access specific fields

Thanks in advance

Cristi

--

Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.




--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: sending a server-file on a cf page

2000-05-31 Thread KChapman


What do you mean you want to send a file?  Do you mean you want to write to
a file on the d drive?  Or are your user's uploading a file? or do you mean
that you want to serve the file from the D drive while the wwwroot is on
the c drive?

If it's the last you can use cfcontent.  (maybe)

CFCONTENT TYPE="text\html"
DELETEFILE="No"
FILE="D:\whatever\nameoffile.html"
RESET="No"

This of course will only work if the cfcontent tag hasn't been disabled in
the administrator.

--K


Katrina Chapman
Consultant
Ameriquest Mortgage


   
 
"Daive"
 
dmailing@allTo: [EMAIL PROTECTED]   
 
iacom.net   cc:   
 
 Subject: sending a server-file on a cf 
page
05/31/00   
 
09:44 AM   
 
Please 
 
respond to 
 
cf-talk
 
   
 
   
 



Hey all

i want to send a file on my drive D: when a user load a cfm file. is there
a
way to do that without virtual stuff on my web server? my webroot is on my
drive C: .. and i'm using cf server 4.5

daive


--

Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.




--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



open window (JS)

2000-05-31 Thread Jason Egan

I am trying to open a image preview window – I’ve used fusebox to the best
of my ability.  I am also using a ‘/’ for url parameters rather than ‘?  =’
.

I have a url as such: admin/index.cfm/fuseaction/properties/propid/CB1

This page contains a link to open a window – the window opens and displays
correctly, but the link has to point somewhere, so I put the same url as the
href=”index.cfm/fuseaction/properties/propid/CB1” – reloading the page is
probably unnecessary.  If I use #Â’s in the href like you normally would then
the page displayed is like have a url of: admin/index.cfm.

Any pointers on how I can open the window and not reload the page?

Thanks,
je

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: CF logins, authenticate against Novell NDS???how?

2000-05-31 Thread Kevin Marshall

Paul,

You should be able to access NDS directory info via CFLDAP.  Your network 
admins will need to set up an LDAP server on one of your Novell servers -- 
I don't think it is installed by default on a Novell server.

I know others on this list have done this -- to be honest, I haven't but 
have a fair amount of NDS experience from a "previous life".

Kevin

At 10:45 AM 5/31/00 -0400, you wrote:
Does any one have any info on how to use NDS to build in a login to a cf
app?

My maneger wants me to start  working with real authenticated user info,
instead of just Data that i have enterd into a mdb.

i dont really know where to start.

any Guidence would be wonderful!

-paul
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or 
send a message to [EMAIL PROTECTED] with 'unsubscribe' in 
the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: woes.

2000-05-31 Thread mherbene

I have a C++ query sorting tag that allows you to specify the sort order per
column, if you want it. not supported but you can have the source...

-Original Message-
From: Brian P. Doyle [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 31, 2000 12:21 PM
To: [EMAIL PROTECTED]
Subject: woes.


I'm using a custom tag (cfx_querysort) to group the results of a multiple
collection search into the collections that they came from.  However in
doing this and setting the score as the second column to sort on it actually
sorts them in descending order (lowest number first..which is not what I
want.)  This tag does not have a function to say whether to sort in
ascending or descending order.  Is there a better tag for this?  Is there a
way to make the scores from the search show up differently? (the complement
doesn't work..too many results.)

any help with this would be GREATLY appreciated

Brian


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Restrict access to CF Admin Docs?

2000-05-31 Thread Pablo Nevares

I've been checking out some of the popular ColdFusion-based sites, and
noticed that all of them block /cfide/administrator and /cfdocs somehow.
Sometimes a password dialog pops up, sometimes the page returns an error
"forbidden". This is obviously a good idea, but how is it implemented?

We're using IIS on our site, and I guess it would be smart also to block
/iisadmin. Can someone help me out here? TIA.

Pablo Nevares
Information Technology
Hendricks  Partners
[EMAIL PROTECTED]

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Lost Data

2000-05-31 Thread ldang {Lily Dang}

Hi Everyone,

Please help!  My co-worker and I made a significant amount of data
disappeared from a SQL server database when we were in the process of
transfering the database from SQL Server to Access 2000.

We generated SQL scripts, created a machine datasource, and run it to a new
Access 2000 database.  However, somewhere in the process, all the data got
lost except the tables structure. The problem is that we don't have any
backup. 

We still have the SQL scripts, what do we do? 

Any help is greatly appreciated,

Thanks,
Lily

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: shipping costs

2000-05-31 Thread Steve Aylor

Maybe www.goship.com would help?

Steve


- Original Message -
From: "Cold Fusion Newsgroup" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, May 31, 2000 7:31 AM
Subject: Re: shipping costs


 John,

 We are building shipping tables for one of our national distributor's
sites,
 but some smaller retailers don't want to spend the money to build those
 tables into their sites.  I've looked at AbleCommerce but didn't notice
the
 Able Shipper tag.  I'll check it out.thanks.

 Laura

 - Original Message -
 From: John Fix 3rd [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Wednesday, May 31, 2000 9:36 AM
 Subject: RE: shipping costs


  Laura,
 
  Since UPS only changes their rates once per year, you could always
 implement
  a "local" rate lookup on your own rate data.  Our Able Commerce
 storefronts
  use a tag they created called Able Shipper.  It consults rate charts on
 our
  own web server and avoids the UPS site bottleneck.  I don't know if they
  make this tag available as a stand-alone, but they might
  (www.ablecommerce.com).
 
  John
  www.cornells.com
 
  -Original Message-
  From: Cold Fusion Newsgroup [mailto:[EMAIL PROTECTED]]
  Sent: Wednesday, May 31, 2000 9:07 AM
  To: [EMAIL PROTECTED]
  Subject: Re: shipping costs
 
 
  Shane,
 
  We initially thought it was general internet traffic too, but this
occured
  more than 50% of the time over a 2 week period and not always at peak
  internet times.  That's when we contacted UPS.  They now have these
  extensive "on-line" tools based on java, etc., that are just too time
  consuming to implement -- but, hey, they're free :)
 
  We're now trying to steer our customers to a standard shipping price as
  opposed to individually calculating shipping per order.  Not all are
happy
  with this, tho', so we are searching for alternatives.
 
  Laura
 
  - Original Message -
  From: Shane Witbeck [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Tuesday, May 30, 2000 7:50 PM
  Subject: RE: shipping costs
 
 
   I experienced the same timeout. Possible it was an internet
connectivity
   issue rather than too much traffic at UPS? I did a tracert on the
 problem
   and tracked it to Concentric.net today. Just a thought.
  
   Shane
  
   -Original Message-
   From: Ben Forta [mailto:[EMAIL PROTECTED]]
   Sent: Tuesday, May 30, 2000 5:05 PM
   To: [EMAIL PROTECTED]
   Subject: RE: shipping costs
  
  
   Nice, so they create an API and document it but they don't want folks
  using
   it? I thought too much traffic was a good thing! Hum.
  
   FYI, I am trying to wrap a revamp of that tag, new CF_UPS tag does
 pricing
   and a lot more (tracking, comparisons of shipping options, etc).
  
   --- Ben
  
  
   -Original Message-
   From: Cold Fusion Newsgroup [mailto:[EMAIL PROTECTED]]
   Sent: Tuesday, May 30, 2000 3:41 PM
   To: [EMAIL PROTECTED]
   Subject: Re: shipping costs
  
  
   We have experienced the CF_UPSPrice tag timing out when contacting the
 UPS
   site recently, especially in the early afternoon East Coast time.
This
   produces a shipping price of $0.00.  When discussing this with UPS,
they
   strongly suggest NOT using this tag.  It is sending too much traffic
to
   their servers.
  
   Has anyone else experienced this problem?
  
   Laura
  
  
   - Original Message -
   From: Shawn Regan [EMAIL PROTECTED]
   To: [EMAIL PROTECTED]
   Sent: Tuesday, May 30, 2000 2:23 PM
   Subject: shipping costs
  
  
This message is in MIME format. Since your mail reader does not
  understand
this format, some or all of this message may not be legible.
   
--_=_NextPart_001_01BFCA64.2CF037D0
Content-Type: text/plain;
charset="iso-8859-1"
   
Hey CF people,
   
I want to find out what people are doing to calculate shipping
costs.
  Are
most people setting a global shipping price, or are they pulling the
   prices
from the shipping service and getting a price back based on
location?
   
Shawn Regan
   
--_=_NextPart_001_01BFCA64.2CF037D0
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
   
!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"
HTML
HEAD
META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Diso-8859-1"
META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
5.5.2650.12"
TITLEshipping costs/TITLE
/HEAD
BODY
   
PFONT SIZE=3D2Hey CF people,/FONT
/P
   
PFONT SIZE=3D2I want to find out what people are doing to
 calculate
  =
shipping costs. Are most people setting a global shipping price, or
 are
  =
they pulling the prices from the shipping service and getting a
price
 =
back based on location?/FONT/P
   
PFONT SIZE=3D2Shawn Regan/FONT
/P
   
/BODY
/HTML
--_=_NextPart_001_01BFCA64.2CF037D0--
  
 

 --

cf project intake form

2000-05-31 Thread Deanna L. Schneider

Does anyone have a good example of a cold fusion project intake form? I.E. a
relatively non-technical form that can be used with clients to go over the
major aspects of a cold fusion job?

Here's my "rough draft" version of what I'm talking about We work
entirely with clientele from within our organization, and need some
semi-informal checklist to use.

Cold Fusion Project Check List

? This project involves a database
? Pre-Existing (Availability Date:___)
? Provided on disc
? Available via FTP (Path: )
? New
? Field Names provided by client (Availability Date: )
? Field Names to be determined by developer

? Reports will be created from the database via CF
? Client will provide list of reports needed by
? Developer will provide generalized reports

? Database will be turned over to client upon completion

? This project involves generating email
? To one individual
? To a list of individuals
? Client will provide list by:
? Cold Fusion will dynamically generate list based on respondents

? This project should be password-protected overall
? Client will provide usernames and passwords by:
? Client will provide usernames by:

? This project should have a password-protected administration site
? Client will provide usernames and passwords by:
? Client will provide usernames by:

? Site will be on-going (no for-seeable end-date)
? Site has end-date (Date: )
? Some material is time-sensitive (drop-dead dates will be indicated by
client)

? Projected "Go Live" Date:


I'm sure there's a lot that I'm forgetting. Feedback?

-Deanna




Deanna Schneider
Interactive Media Developer
UWEX Cooperative Extension Electronic Publishing Group
103 Extension Bldg
432 N. Lake Street
Madison, WI 53706
(608) 265-7923



--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Re: cffileACCEPT attribute

2000-05-31 Thread nair ajit

Hi David,
What exactly am i supposed to do?

Will this work?
cffile action="upload" destnation="c:\temp"
accept="GIF,JPG"
I did try it but again it was allowing file of any type to be uploaded.

Do let me know the solution.
Thanks in advance.
Ajit.

--Original Message--
From: "David E. Crawford" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: May 30, 2000 5:53:09 PM GMT
Subject: Re: cffileACCEPT attribute


Well, if you really have "images/gif, images/jpeg" in there, it shouldn't
work anyway. Those are invalid mime-types.  I have never had problems with
the accept attributes.  In fact sometimes it works too well, when
progressive jpegs are used, which even though they have .jpg extensions,
their mime-type is PJPEG.  I would suggest however, that a better choice
would be to force a valid set of file extensions such as GIF or JPG instead
of trying to rely on the browser to properly report the mime type.

DC

- Original Message -
From: "nair ajit" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, May 30, 2000 17:47
Subject: cffileACCEPT attribute


 Hi,

 I'm using CFFILE command's UPLOAD action to upload photographs.In
 order to
 restrict the users from uploading files other than gif's or jpeg's, i
 used
 the ACCEPT attribute ie.

 cffile action="upload" destnation="c:\temp"
 accept="images/gif, images/jpeg"

 But now what is happening is that even if I give an html file or an exe
 file
 to upload,it accepts  that file is stored in the destination directory.

 Please give me a solution to this problem.

 ---
 FREE! The World's Best Email Address @email.com
 Reserve your name now at http://www.email.com


 
 --
 Archives: http://www.eGroups.com/list/cf-talk
 To Unsubscribe visit
 http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk
 or send a message to [EMAIL PROTECTED] with
 'unsubscribe' in the body.


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

---
FREE! The World's Best Email Address @email.com
Reserve your name now at http://www.email.com


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: CFMAIL CFFILE

2000-05-31 Thread DRosenbaum

Try this...

CFSET
NewsletterFile="d:\home\goldenfly.com\maillist\uploads\#File.ServerFile#"




-Original Message-
From: Splash! Designs Ink. [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 31, 2000 12:57 PM
To: [EMAIL PROTECTED]
Subject: CFMAIL  CFFILE


I am trying to get CFFILE variables from a form page passed
to the MIMEATTACH attribute of CFMAIL.

My form page looks like this:
!--- List owner submits mail  image attachment to list ---
 FORM ACTION="mail.cfm" METHOD=POST ENCTYPE="multipart/form-data"
Subject: INPUT NAME="Subject" SIZE="48"
TEXTAREA NAME="Body" ROWS=10 COLS=60
File Name: INPUT NAME="FileName" TYPE="text" size="10"
File: INPUT NAME="FileContents" TYPE="file" size="10"
INPUT TYPE="Submit" VALUE=" Submit Message "
/FORM

My action page looks like this:
CFIF #ParameterExists(FileContents)# is "Yes"

   CFFILE ACTION="UPLOAD"
FILEFIELD="FileContents"
DESTINATION="d:\home\goldenfly.com\maillist\uploads\"
NAMECONFLICT="OVERWRITE"
ACCEPT="image/jpeg, image/pjpeg, image/jpg, image/gif"
CFSET
NewsletterFile="d:\home\goldenfly.com\maillist\uploads\CFOUTPUT#File.Serve
rFile#/CFOUTPUT
/CFSET
CFQUERY NAME="GetList" DATASOURCE="GFMaillist1"
 SELECT * FROM Subscribers
/CFQUERY

CFMAIL QUERY="GetList" SERVER="server name" PORT="25" TO="#Email#"
FROM="list owner"
 MIMEATTACH="#NewsletterFile#" SUBJECT="#Form.Subject#" 
Date:  #DateFormat(Now(),', mmm dd, ')#

#FORM.Body#

/CFMAIL
/CFIF

I am not sure how to get the CFFILE "FileContents" variable passed to the
MIMEATTACH - I'm getting
an error in resolving the parameter "NewsletterFile".  Any help please?

thanks,
Kristin
[EMAIL PROTECTED]



--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: CFParam and radiobutton array validation

2000-05-31 Thread Deanna L. Schneider

If the number of questions will always be the same, you can do a check to
see if all were answered:

cfif #listlen(form.fieldnames)# LT 25
You have not answered all questions! Go Back!
cfelse
!---score results here ---
/cfif

The name/value of the radio buttons is only passed if one was selected.

(This assumes that no other form fields exist on the page - i.e. you didn't
name your submit button.)

-d




Deanna Schneider
Interactive Media Developer
UWEX Cooperative Extension Electronic Publishing Group
103 Extension Bldg
432 N. Lake Street
Madison, WI 53706
(608) 265-7923



--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: CFParam and radiobutton array validation

2000-05-31 Thread Howarth, Craig

Use CFPARAM, but make the default value 0.  Then you will know which ones
were skipped because your valid values are 1-5.

You can make it easy on yourself by coding the CFPARAM in a loop:

CFLOOP INDEX="i" FROM="1" TO="25"
CFPARAM NAME="form.Question#i#" DEFAULT="0"
/CFLOOP

Craig Howarth

-Original Message-
From: Troy M. Wussow [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 31, 2000 12:48 PM
To: '[EMAIL PROTECTED]'
Subject: CFParam and radiobutton array validation


This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

--_=_NextPart_001_01BFCB20.00811A70
Content-Type: text/plain;
charset="iso-8859-1"

If anyone has experience with CFPARAM and/or radio button arrays please take
a look at the interactive quiz I developed with CF.  I need a way to
validate the radio button arrays and I am stumped.  Right now I am using the
CFPARAM tag to set a default value for each array in case someone skips a
question, but I would rather prompt them to go back and complete the missed
question.

Please goto http://www.natsem.com/quizpage1.cfm

Thank you for your assistance

Troy M. Wussow
Web Developer - MIS
National Seminars Group
[EMAIL PROTECTED]


-Original Message-
From: Philip Arnold - ASP [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 31, 2000 9:53 AM
To: [EMAIL PROTECTED]
Subject: RE: Frames vs NoFrames

 Third and final,  what is your opinion of frames?  likes
 dislikes? and have
 you found any limitations to using frames.  You can use the application
 browser as an excuse if you can prove that there is more than 5% use of
 other browsers in the business arena.

I'm one of those advocates for "Whatever works best for the site"...

Out of all of our sites, roughly 50-60% have frames, and with our new
technology, that's dropping... only the specifically designed sites which
have special effects on them use frames, and those do it for effect rather
than for real navigation

Check out;
http://www.in-cosmetics.com/ for a tarty effect (that menu line which was
hell to build)
http://www.mgscoachworks.com/ for a specific design ethic

We use frames on our own site (the one we're re-working now) to keep the
middle page exactly the same size - the reason? Background texture.

We've got loads of non-frame sites with differing looks, but it's the
re-laying out of complex pages with tables which slows down non-frame sites.

Limitations on Frames
(some mentioned before) Bookmarks, direct links from outside, javascript
dependance on more complex sites, search engines fail to get into site

Limitations on non-Frames
Slow load for complex pages (with tables in tables in tables etc.),
re-displaying information which stays static (menus etc.), broken table
structures which break Netscape (it's very particular)

IMHO, specific information loads quicker on a Frame site, but it does mess
some things up.

Just a few thoughts.

Philip Arnold
ASP Multimedia Limited
T: +44 (0)20 8680 1133

"Websites for the real world"

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



--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--_=_NextPart_001_01BFCB20.00811A70
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"
HTML
HEAD
META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Diso-8859-1"
META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
5.5.2650.12"
TITLECFParam and radiobutton array validation/TITLE
/HEAD
BODY

PFONT SIZE=3D2If anyone has experience with CFPARAM and/or radio =
button arrays please take a look at the interactive quiz I developed =
with CF.nbsp; I need a way to validate the radio button arrays and I =
am stumped.nbsp; Right now I am using the CFPARAM tag to set a default =
value for each array in case someone skips a question, but I would =
rather prompt them to go back and complete the missed =
question./FONT/P

PFONT SIZE=3D2Please goto A =
HREF=3D"http://www.natsem.com/quizpage1.cfm" =
TARGET=3D"_blank"http://www.natsem.com/quizpage1.cfm/A/FONT
/P

PFONT SIZE=3D2Thank you for your assistance/FONT
/P

PFONT SIZE=3D2Troy M. Wussow/FONT
BRFONT SIZE=3D2Web Developer - MIS/FONT
BRFONT SIZE=3D2National Seminars Group/FONT
BRFONT SIZE=3D2[EMAIL PROTECTED]/FONT
/P
BR

PFONT SIZE=3D2-Original Message-/FONT
BRFONT SIZE=3D2From: Philip 

Re: Sry ot 2000 server question

2000-05-31 Thread Eric Dawson

not sure I understand.. but extensions are set using the Internet server 
manager thingy. Right click web site, properties, home directory, 
configuration.


From: "Jim Taylor" [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: "Cf-Talk@Houseoffusion. Com" [EMAIL PROTECTED]
Subject: Sry ot 2000 server question
Date: Wed, 31 May 2000 08:57:35 -0700

sorry about the ot but can some one tell me where to set the default file
extensions on the windows 2000 server it will only serve up html.

Jim Taylor
Web Development
Web Sites of the Future Today
480-496-0712
http://24.1.254.231

ICQ 47640391

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or 
send a message to [EMAIL PROTECTED] with 'unsubscribe' in 
the body.


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

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Some beginner questions

2000-05-31 Thread mherbene

re CGI.query_string: if you know the field name, the value is in the
variable named cgi.your_field_name

cfset variables.the_variable = cgi.your_field_name



-Original Message-
From: Jennifer [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 30, 2000 1:06 PM
To: [EMAIL PROTECTED]
Subject: Re: Some beginner questions


At 05:50 PM 5/31/00 +0300, you wrote:
Hello there.
If anyone can find some time...

1) Can I call a JavaScript function from CF?
 Smth. like CFSET x = f(y)

 where f is a JavaScript function.

 I tried CFSET x = f(y), but it didn't work.

Try putting f(y) in quotes cfset x="f(y)

2) How do I manage strings containing special characters as dbl. quote
(i.e.
")
 Should I prefix them with something.

 I'd like to have an output like

 say "hello"

It depends on what you want to do with them. Sometimes you might have to 
escape them by changing " to "" but sometimes " will work. If you are 
sending info to a database you will probably put text fields in single 
quotes  '   '  which means that you may have to escape the single quotes 
instead of the double quotes. Try doing what you want to do and send us an 
error message if it doesn't work.

3) How can I get the value of each field in a query string?
 I know the #cgi.query_string# which returns the entire query 
 string, but I
want to access specific fields

I think that what you want is one of these two:
cfoutput query="YourQueryName"#YourFieldName#
#YourOtherFieldName#/cfoutput
or
#YourQueryName.YourFieldName# #YourQueryName.YourOtherFieldname#

The second one will only return the results for that field in the first 
record, but the first one will return the results for that field for every 
record.


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Some beginner questions

2000-05-31 Thread Larry Meadors

One thing to add/correct from Philip's response:

#cgi.query_string# contains url parameters. 

You can reference those as url.variablename (or just variablename) to get the values 
most of the time. 

One exception to look out for on that is if you have a url like this: 
index.cfm?a=5a=6a=7

When the same variable is named several times, the variable only gets the last value 
in the url, not all three. In that case, you have to use the List*() functions to get 
the variables...

HTH
Larry

 [EMAIL PROTECTED] 05/31/00 11:07AM 
 1) Can I call a JavaScript function from CF?
   Smth. like CFSET x = f(y)

   where f is a JavaScript function.

   I tried CFSET x = f(y), but it didn't work.

Firstly, CF is SERVER-side, JavaScript is CLIENT-site, they are mutually exclusive
Secondly, Why not write the code in CFScript and just run it on the variable?
CFScript
y=y+10;
y=y*x;
y=y-z;
/CFScript
Or whatever... but you can't create and call functions in CFScript.

 2) How do I manage strings containing special characters as dbl.
 quote (i.e. ")
   Should I prefix them with something.

   I'd like to have an output like

   say "hello"

Double the quotes... cfset s="say ""hello""" or cfset s="say
quot;helloquot;" will display the quotes properly (older browsers dislike
" as an output)

 3) How can I get the value of each field in a query string?
   I know the #cgi.query_string# which returns the entire
 query string, but I
 want to access specific fields

#myQuery.ColumnList# is a comma separated list of the fields called in a
query, note that
select * from myTable
fields will be in the order that CF decides.

Philip Arnold

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebarRstsbodyRsts/cf_talk or send a message 
to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Some beginner questions

2000-05-31 Thread Bud

On 5/31/00, Cristi penned:
If anyone can find some time...

Can't answer the javascript question.


2) How do I manage strings containing special characters as dbl. quote (i.e.
")
   Should I prefix them with something.

   I'd like to have an output like

   say "hello"

You can pass the ascii code.

say #CHR(34)#hello#CHR(34)#

3) How can I get the value of each field in a query string?
   I know the #cgi.query_string# which returns the entire query 
string, but I
want to access specific fields

One way is to loop through:

cfloop index="queryvalue" list="#cgi.query_string#" delimiters=""
#queryvalue#br
/cfloop

That would return:

variable1=value1
variable2=value2
variable3=value3
variable4=value4
variable5=value5
variable6=value6

There are any number of things you could do with each item by doing a 
find() function and setting what's left or right of the = sign.
-- 

Bud Schneehagen - Tropical Web Creations

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
ColdFusion Solutions / eCommerce Development
[EMAIL PROTECTED]
http://www.twcreations.com/
954.721.3452
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: finding IIS 4

2000-05-31 Thread Bryan Batchelder

This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

--_=_NextPart_001_01BFCB3E.57630FF0
Content-Type: text/plain;
charset="iso-8859-1"

http://www.microsoft.com/ntserver/nts/downloads/recommended/NT4OptPk/default
.asp

-Original Message-
From: Chris Poterala [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 31, 2000 1:14 PM
To: [EMAIL PROTECTED]
Subject: OT: finding IIS 4


Greetings folks.

I'm trying to finish staging an NT 4/CF 4.51 server.  The person who
started the install put on IIS 3.  The client wants IIS 4 installed.  I've
got pcanywhere access to the box and I'm trying to find IIS 4 on the MS
sites.  I've followed the links on msdn.microsoft.com, but I get a lovely
"This wizard you are trying to access is no longer available..." message.

Does anybody know where I can download NT Option Pack from a MS web site?
Or, can somebody tell me which CD-ROM I need to dig up to find it?

Thanks..a brain dead day for me.

Chris Poterala, web freak
[EMAIL PROTECTED] - 
Voice: (313) 594-0850



--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--_=_NextPart_001_01BFCB3E.57630FF0
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"
HTML
HEAD
META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Diso-8859-1"
META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
5.5.2650.12"
TITLERE: finding IIS 4/TITLE
/HEAD
BODY

PFONT SIZE=3D2A =
HREF=3D"http://www.microsoft.com/ntserver/nts/downloads/recommended/NT4O=
ptPk/default.asp" =
TARGET=3D"_blank"http://www.microsoft.com/ntserver/nts/downloads/recomm=
ended/NT4OptPk/default.asp/A/FONT
/P

PFONT SIZE=3D2-Original Message-/FONT
BRFONT SIZE=3D2From: Chris Poterala [A =
HREF=3D"mailto:[EMAIL PROTECTED]"mailto:[EMAIL PROTECTED]=
.edu/A]/FONT
BRFONT SIZE=3D2Sent: Wednesday, May 31, 2000 1:14 PM/FONT
BRFONT SIZE=3D2To: [EMAIL PROTECTED]/FONT
BRFONT SIZE=3D2Subject: OT: finding IIS 4/FONT
/P
BR

PFONT SIZE=3D2Greetings folks./FONT
/P

PFONT SIZE=3D2I'm trying to finish staging an NT 4/CF 4.51 =
server.nbsp; The person who/FONT
BRFONT SIZE=3D2started the install put on IIS 3.nbsp; The client =
wants IIS 4 installed.nbsp; I've/FONT
BRFONT SIZE=3D2got pcanywhere access to the box and I'm trying to =
find IIS 4 on the MS/FONT
BRFONT SIZE=3D2sites.nbsp; I've followed the links on =
msdn.microsoft.com, but I get a lovely/FONT
BRFONT SIZE=3D2quot;This wizard you are trying to access is no =
longer available...quot; message./FONT
/P

PFONT SIZE=3D2Does anybody know where I can download NT Option Pack =
from a MS web site?/FONT
BRFONT SIZE=3D2Or, can somebody tell me which CD-ROM I need to dig =
up to find it?/FONT
/P

PFONT SIZE=3D2Thanks..a brain dead day for me./FONT
/P

PFONT SIZE=3D2Chris Poterala, web freak/FONT
BRFONT SIZE=3D2[EMAIL PROTECTED] - /FONT
BRFONT SIZE=3D2Voice: (313) 594-0850/FONT
/P
BR

PFONT =
SIZE=3D2---=
---/FONT
BRFONT SIZE=3D2Archives: A =
HREF=3D"http://www.eGroups.com/list/cf-talk" =
TARGET=3D"_blank"http://www.eGroups.com/list/cf-talk/A/FONT
BRFONT SIZE=3D2To Unsubscribe visit A =
HREF=3D"http://www.houseoffusion.com/index.cfm?sidebar=3Dlistsbody=3Dli=
sts/cf_talk" =
TARGET=3D"_blank"http://www.houseoffusion.com/index.cfm?sidebar=3Dlists=
body=3Dlists/cf_talk/A or send a message to =
[EMAIL PROTECTED] with 'unsubscribe' in the =
body./FONT/P

/BODY
/HTML
--_=_NextPart_001_01BFCB3E.57630FF0--
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: OT: finding IIS 4

2000-05-31 Thread Chris

At 01:13 PM 5/31/2000 -0400, you wrote:
Greetings folks.

I'm trying to finish staging an NT 4/CF 4.51 server.  The person who
started the install put on IIS 3.  The client wants IIS 4 installed.  I've
got pcanywhere access to the box and I'm trying to find IIS 4 on the MS
sites.  I've followed the links on msdn.microsoft.com, but I get a lovely
"This wizard you are trying to access is no longer available..." message.
Does anybody know where I can download NT Option Pack from a MS web site?
Or, can somebody tell me which CD-ROM I need to dig up to find it?

Thanks..a brain dead day for me.


http://www.microsoft.com/ntserver/nts/downloads/recommended/NT4OptPk/default.asp

CW

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



I want my #$# on the first of the month.

2000-05-31 Thread Timothy C. Hill



I have been on a 23 hour coding spree to finish up a project. How do
you create an odbc date value for the first of next month? I thought
i had it but something is escaping me. I am tired and this is the
last thing.

thanks
Tim Hill

-- Timothy C. Hill, [EMAIL PROTECTED] on 05/31/2000

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebarRstsbodyRsts/cf_talk or send a message 
to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: finding IIS 4

2000-05-31 Thread Bill Plummer

Try...
http://www.microsoft.com/ntserver/nts/downloads/recommended/NT4OptPk/default
.asp

Good luck,
Bill

-Original Message-
From: Chris Poterala [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 31, 2000 1:14 PM
To: [EMAIL PROTECTED]
Subject: OT: finding IIS 4


Greetings folks.

I'm trying to finish staging an NT 4/CF 4.51 server.  The person who
started the install put on IIS 3.  The client wants IIS 4 installed.  I've
got pcanywhere access to the box and I'm trying to find IIS 4 on the MS
sites.  I've followed the links on msdn.microsoft.com, but I get a lovely
"This wizard you are trying to access is no longer available..." message.

Does anybody know where I can download NT Option Pack from a MS web site?
Or, can somebody tell me which CD-ROM I need to dig up to find it?

Thanks..a brain dead day for me.

Chris Poterala, web freak
[EMAIL PROTECTED] -
Voice: (313) 594-0850



--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: finding IIS 4

2000-05-31 Thread Shane Pitts

http://www.microsoft.com/ntserver/nts/downloads/recommended/NT4OptPk/default
.asp

This should work

Shane




-Original Message-
From: Chris Poterala [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 31, 2000 11:14 AM
To: [EMAIL PROTECTED]
Subject: OT: finding IIS 4


Greetings folks.

I'm trying to finish staging an NT 4/CF 4.51 server.  The person who
started the install put on IIS 3.  The client wants IIS 4 installed.  I've
got pcanywhere access to the box and I'm trying to find IIS 4 on the MS
sites.  I've followed the links on msdn.microsoft.com, but I get a lovely
"This wizard you are trying to access is no longer available..." message.

Does anybody know where I can download NT Option Pack from a MS web site?
Or, can somebody tell me which CD-ROM I need to dig up to find it?

Thanks..a brain dead day for me.

Chris Poterala, web freak
[EMAIL PROTECTED] -
Voice: (313) 594-0850



--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: finding IIS 4

2000-05-31 Thread Dave Watts

 Does anybody know where I can download NT Option Pack from a 
 MS web site? Or, can somebody tell me which CD-ROM I need to 
 dig up to find it?

Try here:

http://www.microsoft.com/NTServer/all/downloads.asp

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: finding IIS 4

2000-05-31 Thread Dan O'Keefe

I think this it it.

http://www.microsoft.com/ntserver/nts/downloads/recommended/NT4OptPk/default
.asp

Dan

-Original Message-
From: Chris Poterala [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 31, 2000 12:14 PM
To: [EMAIL PROTECTED]
Subject: OT: finding IIS 4


Greetings folks.

I'm trying to finish staging an NT 4/CF 4.51 server.  The person who
started the install put on IIS 3.  The client wants IIS 4 installed.  I've
got pcanywhere access to the box and I'm trying to find IIS 4 on the MS
sites.  I've followed the links on msdn.microsoft.com, but I get a lovely
"This wizard you are trying to access is no longer available..." message.

Does anybody know where I can download NT Option Pack from a MS web site?
Or, can somebody tell me which CD-ROM I need to dig up to find it?

Thanks..a brain dead day for me.

Chris Poterala, web freak
[EMAIL PROTECTED] -
Voice: (313) 594-0850



--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Manually Flush Cache

2000-05-31 Thread Dave Watts

 Is there a way to flush the old cache when a database is
 refreshed, when the refresh process takes place at a different
 time every night? I can automatically detect when the database
 has refreshed itself, so _when_ to purge the old cache is not
 an issue. The issue is how to do it when it has to be done
 at a different time every night. Will shutting down the CF
 Services and restarting them have any effect on the cache
 stored in memory? What about CachedAfter?

If you cycle the CF Application Server service, anything cached in memory by
CF will be discarded. Your other alternative is to add programming logic to
remove items from the cache, or to overwrite them, from within your
application. If you're using memory variables (Session, Application,
Server), you can do this by simply setting flags or something along those
lines. If you're using the CFQUERY cache attributes (CACHEDWITHIN,
CACHEDAFTER) it's not as easy, but you can still get the same effect. At
least, you can if you use CACHEDWITHIN; I haven't tried with CACHEDAFTER.
Simply rerun the cached query, except change the CACHEDWITHIN attribute so
that it looks like this:

CACHEDWITHIN="#CreateTimeSpan(0,0,0,0)#"

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

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: cf_TwoSelectsRelated

2000-05-31 Thread Elizabeth Marcotte Selphcotte

I am not sure if you still need advice.  I also have been using this tag
with several modifications, but it should work well (no matter what
directory).  Maybe,  it is our query that is the problem.  My experience was
that you do need to order the result set properly for the tag to be able to
display properly.  Try ordering by the first field, then the second, if you
have not already.

I am still learning a lot - hope that helps.
Elizabeth

-Original Message-
From: John Quarto-vonTivadar [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 31, 2000 9:40 AM
To: [EMAIL PROTECTED]
Subject: Re: cf_TwoSelectsRelated

there's no particular need to put in the same directory as the calling
template (although that is a good place to start). You can put it into any
sub-dir of the CFusion/CustomTags directory--if you put it into a new
sub-dir off of /CustomTags then you need to stop-restart the CF server so
that it recognizes the new sub-dir.
I've used it the tag with no problems for about 18 months :)

- Original Message -
From: Joel Richards [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, May 31, 2000 10:19 AM
Subject: Re: cf_TwoSelectsRelated


 Hi,
 Put the tag into the same directory as the file that is calling the tag.
   Let me know if you get it working, as I am having problems of my own
with
 the tag, and would like to know if you are experiencing similar problems.
 (The tag displays multiple instances of the same option in the first drop
 down box.)
 I am not sure if this helps, but I have put the tag in the same directory
 as the calling file and had no problems

 Joel
 At 03:38 AM 5/31/00, you wrote:
 Can anyone help me with the TwoSelectsRelated tag?  I've never used one
 before, and here's the error I'm getting:
 
 Error Diagnostic Information
 Cannot find CFML template for custom tag TWOSELECTSRELATED. Cold Fusion
 attempted looking in the tree of installed custom tags but did not find a
 custom tag with this name.
 
 
 The error occurred while processing an element with a general identifier
of
 (CF_TWOSELECTSRELATED), occupying document position (12:1) to (20:19).
 
 Thanks in advance!
 
 Katie
 

---
---
 Archives: http://www.eGroups.com/list/cf-talk
 To Unsubscribe visit
 http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk
or
 send a message to [EMAIL PROTECTED] with 'unsubscribe' in
 the body.

 Joel Richards
 Web Developer
 Brainstorm Industries
 http://www.brainstormin.net/[EMAIL PROTECTED]

 --

 Archives: http://www.eGroups.com/list/cf-talk
 To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.



--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Reg Expression question ....

2000-05-31 Thread Ed Dunn

Hi,

I can not get the regular expression below to work.  Basically, I store a
snippet of HTML that directly precedes the price
on an HTML page as the Start Expression and a snippet of html directly after
the price as an End Expression.  The
price should be what is in the middle.  I am basically copying the code from
Ben Forta's advanced coldfusion book
on the last page of his "Intelligent Agent" chapter.  Basically, it doesn't
find anything and the array values are all
equal to zero ... which means it can't parse out the price or
recognize/match the regular expression.  I've included
the cf script as well as an example of the html that is parsed    Does
anyone see what the problem is?  Thanks, Ed
HTML
!--

File:   get_price.cfm
Arguments:
Called by:  cold fusion scheduler
Author: Ed Dunn
Version:0.1
Last modified:  May 30, 2000

   Get pricing data for product.datafeed_method = URL

--

HEAD
titleGet Pricing/title
/HEAD
/BODY
!--- Retrieve Products that need prices updated from URL/Web ---
cfquery name="ProductUrl" datasource="SportsRev" dbtype="ODBC"
Select product_merchant.purchase_url, product_merchant.price_search,
product_merchant.price_search_end, product_merchant.price_search_exact_match
from product_merchant where
product_merchant.datafeed_method = 'URL'
/cfquery


CFOUTPUT QUERY="ProductUrl"
!-- retrieve URL/web page that product is purchased from --
cfhttp method="GET" url="#purchase_url#"/cfhttp
!--Extract Price--

CFSET Get = ReFindNoCase(StartText'([^'EndText']*)'EndText,
cfhttp.FileContent, 1, 'True')

#StartText#BR
#EndText#BR
#get.pos[1]# BR
#get.len[1]# BR
#get.pos[2]# BR
#get.len[2]# BR
/CFOUTPUT
/BODY
/HTML

The HTML to be searched:
FONT size="2"GBB HAWKEYE WD GRAPH/FONT
/td
td align="right" valign="center" width="104" height="1"
  pernbsp;unitnbsp;br
/td
td align="right" valign="center" height="1"
  strong
font color="#FF"
$399.95br


where the start expression pasted in the database is:
FONT size="2"GBB HAWKEYE WD GRAPH/FONT
/td
td align="right" valign="center" width="104" height="1"
  pernbsp;unitnbsp;br
/td
td align="right" valign="center" height="1"
  strong
font color="#FF"

and the end expression is:
br

I want to extract the $399.95 from the web page using my above reg
expression but it doesn't work.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Unable to understand error--help

2000-05-31 Thread Dave Watts

 It seems to be referring to the method="..." attribute of
 your form tag. Is it in your code? Did you set it to "post"?
 To be honest I've never had to set method="get", and I don't
 really know what it does. =)

When you specify METHOD="GET" in your FORM tag, it sends form data to the
requested URL via URL parameters instead of as formfields within the
response body. When you type in a URL in your browser, it requests the URL
from the server using a GET request - all of the data needed to respond to
the request is contained within the URL.

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

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



CFSILENT not working?

2000-05-31 Thread Pablo Nevares

I tried using cfsilent to suppress the output of an ArrayAppend()
function, and CF server yelled at me. =) Apparently it doesn't recognize the
tag, which sort of goes along with the fact that CF Studio doesn't try to
autocomplete when I type cfsil 

Anyone else have this problem? Both apps are v4.5.

Pablo Nevares
Information Technology
Hendricks  Partners
[EMAIL PROTECTED]

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: finding IIS 4

2000-05-31 Thread Mark Sorteberg

Chris:

Try this link...


http://www.microsoft.com/ntserver/nts/downloads/recommended/NT4OptPk/def
ault.asp.

And a word of caution.  I spent almost an entire week trying to
get IIS to work with ColdFusion Studio and Server (4.5.1).  The problem
was Microsoft's STRICT procedures to correctly implement IIS.  After
spending hours on Microsoft's web site I finally found the answer I was
looking for.  You may want to visit this link as well!


http://www.microsoft.com/NTServer/nts/deployment/planguide/Install.asp

Even after all this I had to run a repair on Windows NT before
all my boot up errors went away.  Have fun uninstalling and
re-installing.  You might want to get out a good text book while you
wait for NT to reboot - you'll probably have to do it alot! 

Hope this helps!

Mark Sorteberg
Webmaster\Web Developer\Web Designer...
INSPEC, INC. http://www.inspec.com
Minneapolis and Milwaukee
Member of the International Webmasters Association
http://www.iwanet.org/

 -Original Message-
 From: Chris Poterala [SMTP:[EMAIL PROTECTED]]
 Sent: Wednesday, May 31, 2000 12:14 PM
 To:   [EMAIL PROTECTED]
 Subject:  OT: finding IIS 4
 
 Greetings folks.
 
 I'm trying to finish staging an NT 4/CF 4.51 server.  The person who
 started the install put on IIS 3.  The client wants IIS 4 installed.
 I've
 got pcanywhere access to the box and I'm trying to find IIS 4 on the
 MS
 sites.  I've followed the links on msdn.microsoft.com, but I get a
 lovely
 "This wizard you are trying to access is no longer available..."
 message.
 
 Does anybody know where I can download NT Option Pack from a MS web
 site?
 Or, can somebody tell me which CD-ROM I need to dig up to find it?
 
 Thanks..a brain dead day for me.
 
 Chris Poterala, web freak
 [EMAIL PROTECTED] - 
 Voice: (313) 594-0850
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Unable to understand error--help

2000-05-31 Thread John Allred

Aslam,

You might also check to be sure you haven't left out a quote. I had this
error on a form earlier today, and it turned out I had left out a
closing quote for the METHOD.

--John Allred

"Howell, Katie" wrote:
 
 do you have method="post" or method="get" in your cfform tag?
 
 -Original Message-
 From: aslam bajaria [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, May 31, 2000 11:33 AM
 To: [EMAIL PROTECTED]
 Subject: Unable to understand error--help
 
 I have a form. I have an action page.
 When I fill out the form (which is simple form), I am
 getting an error as follows:
 
 HTTP Error 405
 405 Method Not Allowed
 
 The method specified in the Request Line is not
 allowed for the resource identified by the request.
 Please ensure that you have the proper MIME type set
 up for the resource you are requesting.
 
 Please contact the server's administrator if this
 problem persists.
 
 
 Can someone help me and tell me where am I going
 wrong?
 Appreciate
 A.B.
 
 __
 Do You Yahoo!?
 Send instant messages  get email alerts with Yahoo! Messenger.
 http://im.yahoo.com/
 
 --
 Archives: http://www.eGroups.com/list/cf-talk
 To Unsubscribe visit
 http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
 send a message to [EMAIL PROTECTED] with 'unsubscribe' in
 the body.
 --
 Archives: http://www.eGroups.com/list/cf-talk
 To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

-- 
John Allred / Jackson, Mississippi
Mississippi Counties
http://www.mscounties.com/
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



FYI:solution to xml, wddx question i posted ...

2000-05-31 Thread Ed Dunn

Hi,

I've pasted in the cf script and xsl and xml and wddx data files that I was
able to successfully translate thanks to help from forum.

HTML
!--

File:   ftp.cfm
Arguments:  MerchantName
Called by:  cold fusion scheduler
Author: Ed Dunn
Version:0.1
Last modified:  May 18, 2000

   Generic FTP and Processing of Merchant Product Pricing Datafiles

--

HEAD
titlexsl/title
/HEAD
/BODY

!--- create unique output file name  ---

!-- Initialize File that will store data as a wddx packet --

CFOBJECT TYPE=JAVA
ACTION=CREATE
CLASS="java.io.FileWriter"
NAME=Writer
cfset Writer.init("c:\Inetpub\wwwroot\SportsRev\fogdog.out")
cfoutputfile initialized /cfoutput
CFOBJECT TYPE=JAVA
ACTION=CREATE
CLASS="java.io.PrintWriter"
NAME=PrintWriter
cfset PrintWriter.init(Writer)

!--- Create the XSLT parser  ---
CFOBJECT
TYPE=JAVA
ACTION=CREATE
CLASS="com.lotus.xsl.XSLProcessor"
  NAME=xslProcessor

cftry
CFSET xslProcessor.process
("c:\Inetpub\wwwroot\SportsRev\fogdog.xml",
 "c:\Inetpub\wwwroot\SportsRev\datafeed.xsl", PrintWriter)
cfcatch type="ANY"
br
cfoutput  Ed Exception : #CFCATCH.Detail# /cfoutput
/cfcatch
/cftry

cfset PrintWriter.close()
cfoutputxml transformed /cfoutput


!--- Read the file that contains the WDDX packet ---
CFFILE
ACTION="Read"
FILE="c:\Inetpub\wwwroot\SportsRev\fogdog.out"
VARIABLE="wddxpacket"
cfoutputwddx file read/cfoutput

!--- deserialize the packet ---
CFWDDX ACTION="WDDX2CFML" INPUT="#wddxpacket#" OUTPUT="appdata"
cfoutputdeserialized/cfoutput

!--- set variables ---
CFSET merchant=#appdata["merchant"]#

!--- get the first and last name from the array ---
!--- and then set a variable for the whole name ---
CFSET url=#appdata["url"]#
CFSET otherInfo=#appdata["otherinfo"]#

!-- update merchant table --
cfquery name="UpdateMerchant" datasource="SportsRev" dbtype="ODBC"
Update merchant
set otherinfo = '#otherInfo#',
merchant_url = '#url#'
where merchant_name = '#merchant#'
/cfquery
cfoutputmerchant updated /cfoutput

!--- create and fill a local array with product item info ---
CFSET itemArray=#appdata["itemArray"]#

!--- update merchant product item information ---


CFLOOP FROM="1" TO="#ArrayLen(itemArray)#" INDEX="Counter"
cfquery name="UpdateProductMerchant" datasource="SportsRev"
dbtype="ODBC"
Update product_merchant, product, merchant
set product_merchant.price = 
'#itemArray[Counter]["price"]#',
product_merchant.shipping = 
'#itemArray[Counter]["shipping"]#',
product_merchant.availability = 
'#itemArray[Counter]["avail"]#',
product_merchant.purchase_url = 
'#itemArray[Counter]["link"]#'
where product.sku = '#itemArray[Counter]["sku"]#'
and   merchant.merchant_name = '#merchant#'
and   product.product_id = 
product_merchant.product_id
and   merchant.merchant_id = 
product_merchant.merchant_id
/cfquery
cfoutputitem updated/cfoutput
/CFLOOP
cfoutputarray updated/cfoutput

/BODY
/HTML

xml:
datafeed merchant="FogDog" url="http://www.fogdog.com/" otherinfo="sports"
item   category="GolfDriver"   manufacturer="Callaway" name="Callaway
Hawkeye"
price="385.00"
link="http://www.fogdog.com/cedroID/ssd1110101518073/wld/fogdog_sports/calla
way_golf/golf/equipment/great_big_bertha_hawk_eye_driver.html"
sku="hawkeyesku"skuType="skutypegolf"   
merchProdId="hawekeyeid"
avail="Y"   description="Latest technology 
from Callaway"
shipping="0.00"/item
item   category="GolfDriver"   manufacturer="Callaway" name="Callaway
SteelHead Plus"
price="247.00"
link="http://www.fogdog.com/cedroID/ssd1110101518073/wld/fogdog_sports/calla
way_golf/golf/equipment/steelhead_plus_driver.html"
sku="steelheadsku"  skuType="skutypegolf"   
merchProdId="steelheadid"
avail="Y"   description="Best Steel Driver 
from Callaway"
shipping="0.00"/item
item   category="GolfDriver"   manufacturer="Taylor Made"  name="Taylor Made
Firesole"
price="349.00"
link="http://www.fogdog.com/cedroID/ssd1110101518073/wld/fogdog_sports/taylo
rmade_golf/golf/equipment/firesole_driver.html"
sku="firesolesku"   skuType="skutypegolf"   
merchProdId="firesoleid"
avail="Y"   description="Titanium with 
Bubble 

apostrophies

2000-05-31 Thread Russell, Bonnie

Does anyone else have trouble with apostrophies when submitting fields to an
access2000 database?

I've put preservesinglequotes around the fields and that didn't stop the
problem, so I had to wind up doing a replacenocase and put the ascii
equivalent to get around it.  It's getting to be quite annoying since this
didn't seem to be a problem before I started using 2000 and CF4.5

Any insight would be most appreciated.

Bonnie Russell
[EMAIL PROTECTED]
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



  1   2   >