No Subject

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=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Documentation Methods

2000-05-31 Thread Stewart McGowan

I document every single little thing, this was learned a while ago after
inheriting a complex banking system which although brilliant in its
application stank to high heaven in terms of documentation, it took weeks of
going through code to find anything, so now I go the other way and comment
and document everything, it might take a little amount of time to do, but in
the end it'll save someone the hastle of reading every line of code you
produce


Stew




--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=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=lists&body=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=lists&body=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=lists&body=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=lists&body=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=lists&body=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=lists&body=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=lists&body=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=lists&body=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=lists&body=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=lists&body=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=lists&body=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=lists&body=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?


  
   SELECT  eintraege.id,
  eintraege.fzg_typ_id,
  eintraege.hersteller_id,
  eintraege.bereich_id,
  eintraege.datum,
  eintraege.eintragstext,
  eintraege.preis,
  '' + fzg_typ.name +
'  |  ' + hersteller.name +
'  |  ' + 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
  


TIA

Patric


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=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=lists&body=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=lists&body=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=lists&body=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:




Ben's tag


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=lists&body=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=lists&body=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=lists&body=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=lists&body=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=lists&body=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=lists&body=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=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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

2000-05-31 Thread Philip Arnold - ASP

Just in case anyone is unsure on how to get this information from the bottom
of Ian's post...

1) Copy and paste from the bottom of the email, starting at
--_=_NextPart_000_01BFCA83.FD9CEE30
and ending with
--_=_NextPart_000_01BFCA83.FD9CEE30--
into a text file.
2) Save this file with a .uue extension onto your hard disk
3) As long as you have a (fairly) recent version of WinZip, then right-click
on the file and select to extract it
   WinZip will extract the Zip as well, creating the whole directory
structure

Robert is your mother's brother.

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


> -Original Message-
> From: Ian Lurie [mailto:[EMAIL PROTECTED]]
> Sent: 30 May 2000 22:11
> 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...




--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=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=lists&body=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
> >
> > 
> > 
> > 
> >  > charset=3Diso-8859-1">
> >  > 5.5.2650.12">
> > shipping costs
> > 
> > 
> >
> > 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--
>
> --
> 
> > Archives: http://www.eGroups.com/list/cf-talk
> > To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=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=lists&body=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=lists&body=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=lists&body=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=lists&body=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=lists&body=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=lists&body=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
> >
> > 
> > 
> > 
> >  > charset=3Diso-8859-1">
> >  > 5.5.2650.12">
> > shipping costs
> > 
> > 
> >
> > 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--
>
> --
> 
> > Archives: http://www.eGroups.com/list/cf-talk
> > To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=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=lists&body=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=lists&body=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=lists&body=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=lists&body=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:
>
> 
>
> 
> Ben's tag
> 
>
> 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=lists&body=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=lists&body=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=lists&body=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=lists&body=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=lists&body=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
> >
> > 
> > 
> > 
> >  > charset=3Diso-8859-1">
> >  > 5.5.2650.12">
> > shipping costs
> > 
> > 
> >
> > 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--
>
> --
> 
> > Archives: http://www.eGroups.com/list/cf-talk
> > To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=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=lists&body=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=lists&body=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=lists&body=lists/

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

2000-05-31 Thread Paul Ihrig

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=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



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=lists&body=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=lists&body=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=lists&body=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=lists&body=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
Usuhc9s4jh3

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=lists&body=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=lists&body=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=lists&body=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]  

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

Joel Richards
Web Developer
Brainstorm Industries
[EMAIL PROTECTED]

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=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=lists&body=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  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=lists&body=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
> > >
> > > 
> > > 
> > > 
> > >  > > charset=3Diso-8859-1">
> > >  > > 5.5.2650.12">
> > > shipping costs
> > > 
> > > 
> > >
> > > 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--
> >
>
> --
> > 
> > > Archives: http://www.eGroups.com/list/cf-talk
> > > To Unsubscribe visit
> > http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
or
> > send a message to [EMAIL PROTECTED] with 'unsubscribe'
in
> > the body.
> > >
> >
>
> --
> --
> > --
> > Ar

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 
Placement Online dot 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=lists&body=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=lists&body=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=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Frames vs NoFrames

2000-05-31 Thread Philip Arnold - ASP

> 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=lists&body=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 

where f is a JavaScript function.

I tried , 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=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: OT: Frames vs NoFrames

2000-05-31 Thread Brandon Whitaker

>>I use frames when it adds value to the user interface.
[snip]
>what is your opinion of frames?  likes dislikes?
[snip]

One interesting use I found for frames is that it simplifies forcing a user
to view a site (esp. a secure site) under a certain context.  For instance:
If your frameset (in index.cfm or whatever) is dynamically generated, you
can use a function like createUUID() to generate a unique name for your main
frame, e.g.



Then that UUID can be assigned, either as a client variable or in a cookie,
and referenced by every page loaded into that frame from there on out.  If
the UUID is different, the page isn't being viewed within the proper
context.  (This is also a good tie back to the use of JS-created cookies in
letting CF determine whether JavaScript is enabled on the client
browser...JavaScript in the frameset sets a cookie, then ColdFusion in the
pages loaded into the frameset check to see whether the cookie exists.)

You can also use JavaScript in an individual framed page to ensure that it's
being loaded in the frame, rather than as TOP (I'm sure you've seen this
before) and reload the site from the root if it's not.

Frames are useful for hiding the URL of the current page from the address
line; this is useful when you're passing CFID & CFToken in the URL string,
as with FuseBox-style apps.  This is obviously more of an aesthetic issue
than a security issue, as finding the 'real' URL is extremely trivial.

Framesets allow you to place an onUnload() handler in the FRAMESET tag which
deletes client variables immediately upon exiting the page; this is
impossible with a static page, as it would delete the variables every time
you navigate to a different page.  **DOWNSIDE TO THIS METHOD**: Nut$crape
reloads the page whenever the user resizes the window, thus triggering the
onUnload() handler in the FRAMESET tag and hammering the client vars.

Framesets can contain JavaScript routines and variables that persist
throughout the application and can be referenced from any page loaded within
the frame, as with Colin Tucker's 'OmenTree' heirarchal navigation app.

Frames have their uses.  Like almost anything else in HTML, they can also be
misused.  Some people will never like them; then again, some people still
insist that every page should be compatible with Lynx.  You'll never please
everyone.

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=lists&body=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=13202&Method=Full&Cache=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=lists&body=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]  


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=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=lists&body=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=lists&body=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?sidebarRsts&bodyRsts/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=lists&body=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=lists&body=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=lists&body=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=lists&body=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=lists&body=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=lists&body=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=lists&body=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=lists&body=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=lists&body=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=lists&body=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






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



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]">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" =
TARGET=3D"_blank">http://www.eGroups.com/list/cf-talk
To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=3Dlists&body=3Dli=
sts/cf_talk" =
TARGET=3D"_blank">http://www.houseoffusion.com/index.cfm?sidebar=3Dlists=
&body=3Dlists/cf_talk or send a message to =
[EMAIL PROTECTED] with 'unsubscribe' in the =
body.



--_=_NextPart_001_01BFCB1E.A878D880--
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=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=lists&body=lists/cf_talk
or
> >send a message to [EMAIL PROTECTED] with 'unsubscribe' in
> >the body.
>
> Joel Richards
> Web Developer
> Brainstorm Industries
> [EMAIL PROTECTED]
>
> --

> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=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=lists&body=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=lists&body=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






CFParam and radiobutton array validation



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" =
TARGET=3D"_blank">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]">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/" =
TARGET=3D"_blank">http://www.in-cosmetics.com/ for a tarty effect =
(that menu line which was
hell to build)
htt

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:

 
Subject: 

File Name: 
File: 



My action page looks like this:


   

 SELECT * FROM Subscribers



Date:  #DateFormat(Now(),', mmm dd, ')#

#FORM.Body#




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=lists&body=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"


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

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=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 
>
>   where f is a JavaScript function.
>
>   I tried , 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?

y=y+10;
y=y*x;
y=y-z;

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...  or  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=lists&body=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 
>
> where f is a JavaScript function.
>
> I tried , but it didn't work.

Try putting f(y) in quotes  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:
#YourFieldName# #YourOtherFieldName#
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=lists&body=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=developer&login=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=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



OT: finding IIS 4

2000-05-31 Thread Chris Poterala

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=lists&body=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 
>   where f is a JavaScript function.
>   I tried , 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:



#ThisURLParam#: #URL[ThisURLParam]#



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=lists&body=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 , 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?sidebarRsts&bodyRsts/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=lists&body=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=lists&body=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=lists&body=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=lists&body=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=lists&body=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=lists&body=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=lists&body=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":



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=lists&body=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 Pablo Nevares

> HTTP Error 405
> 405 Method Not Allowed

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. =)

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=lists&body=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=lists&body=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=lists&body=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=lists&body=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=lists&body=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=lists&body=lists/cf_talk or 
>send a message to [EMAIL PROTECTED] with 'unsubscribe' in 
>the body.

Joel Richards
Web Developer
Brainstorm Industries
[EMAIL PROTECTED]

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=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 #query_string# is ?cfid=1234&cftoken=76323661

Then to access just the pieces you  would


cfid = #cfid#
cftoken = #cftoken#


and you would get

cfid = 1234
cftoken = 76323661

HTH,
--K


Katrina Chapman
Consultant
Ameriquest Mortgage


   
  
"Cristi"   
  
  
  
e.west.ro>cc:  
  
  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 

   where f is a JavaScript function.

   I tried , 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=lists&body=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=lists&body=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 Shane Pitts

If you're referring to IIS, Look under the web site properties for "default
Document" and add whatever it is you want there, get rid of the rest..etc..



-Original Message-
From: Jim Taylor [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 31, 2000 9:58 AM
To: Cf-Talk@Houseoffusion. Com
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=lists&body=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=lists&body=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)



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

--K


Katrina Chapman
Consultant
Ameriquest Mortgage


   
 
"Daive"
 
   
 
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=lists&body=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=lists&body=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 Collins, Gary (ACSS)

You have to go into Internet Service Manager and add in the server
extensions.  Goto Internet Service Manager, then right click on your default
web page, then goto properities, then goto Home directories, then
configuration, this is where you add in the  .cfm  c:\cfusion\bin\iscf.dll
and .dbm c:\cfusion\bin\iscf.dll 

Hope this helps?

-Original Message-
From: Jim Taylor [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 31, 2000 8:58 AM
To: Cf-Talk@Houseoffusion. Com
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=lists&body=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=lists&body=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=lists&body=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=lists&body=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=lists&body=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=lists&body=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=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



SQL auto-increment with trailing category identifier.

2000-05-31 Thread Smith, Melanie

Does anyone know the best way to create autonumbers using SQL 7.0 similar to
the following:

First Document ever created in NY where NY = code "01", DocID = 901-01
2nd Document ever created in NY = DocID = 902-01

First Document created in MD  (Code = "02"), DocID = 901-02
2nd Document created in MD = 902-02

First Drawing created in NY site = DocID = 801-01
2nd Drawing in NY = 802-01

So grab the doctype (drawing or doc) AND the site off the form, query
against some tables and determine next number, then assign it with the
trailing suffix.  Can I use "01" or "02" as some sort of trailer and still
use an identity type field or do I have to define it as integer or alpha
type?
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=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=lists&body=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=lists&body=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
> > > >
> > > > 
> > > > 
> > > > 
> > > >  > > > charset=3Diso-8859-1">
> > > >  > > > 5.5.2650.12">
> > > > shipping costs
> > > > 
> > > > 
> > > >
> > > > 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?
> > > >
>

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=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Re: ACCEPT attribute

2000-05-31 Thread nair ajit

Hi David,
What exactly am i supposed to do?

Will this work?

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: ACCEPT 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: ACCEPT attribute


> Hi,
>
> I'm using  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.
>
>  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=lists&body=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=lists&body=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=lists&body=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...






-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:

 
Subject: 

File Name: 
File: 



My action page looks like this:


   

 SELECT * FROM Subscribers



Date:  #DateFormat(Now(),', mmm dd, ')#

#FORM.Body#




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=lists&body=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=lists&body=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:


You have not answered all questions! Go Back!




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=lists&body=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:





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=lists&body=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






CFParam and radiobutton array validation



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" =
TARGET=3D"_blank">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]">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"...



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=lists&body=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=lists&body=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





-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 
>
> where f is a JavaScript function.
>
> I tried , but it didn't work.

Try putting f(y) in quotes  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:
#YourFieldName#
#YourOtherFieldName#
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=lists&body=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=lists&body=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=5&a=6&a=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 
>
>   where f is a JavaScript function.
>
>   I tried , 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?

y=y+10;
y=y*x;
y=y-z;

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...  or  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?sidebarRsts&bodyRsts/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:


#queryvalue#


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=lists&body=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=lists&body=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






RE: finding IIS 4



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


-Original Message-
From: Chris Poterala [mailto:[EMAIL PROTECTED]">mailto:[EMAIL PROTECTED]=
.edu]
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" =
TARGET=3D"_blank">http://www.eGroups.com/list/cf-talk
To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=3Dlists&body=3Dli=
sts/cf_talk" =
TARGET=3D"_blank">http://www.houseoffusion.com/index.cfm?sidebar=3Dlists=
&body=3Dlists/cf_talk or send a message to =
[EMAIL PROTECTED] with 'unsubscribe' in the =
body.



--_=_NextPart_001_01BFCB3E.57630FF0--
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=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=lists&body=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?sidebarRsts&bodyRsts/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=lists&body=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=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Some beginner questions

2000-05-31 Thread John Westerlund

> 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 url = http://www.cfmaniacs.com?name=bob&car=ferrarri&license=IBR8K4CF
THEN DO


Hi #name#. You drive a #car# with the license plate #license#.


If you want name/value pairs do what DWatts said 8-)


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



  1   2   >