RE: Slightly OT using a .sql script the create a Access Database

2002-05-14 Thread Bryan Love

open a new DB
select QUERIES from the left side
click CREATE QUERY IN DESIGN VIEW
click CLOSE at the SHOW TABLES prompt
from the top menu click VIEW -> SQL VIEW

you can run scripts from here.

-Original Message-
From: Mike Brunt [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 14, 2002 6:29 PM
To: CF-Talk
Subject: Slightly OT using a .sql script the create a Access Database


I have created many SQL Server databases using an .sql script but never an
Access one.  Can anyone tell me how to do this in Access, this is for a CF
App and I apologize if this is slightly OT.

Kind Regards - Mike Brunt, CTO
Webapper
http://www.webapper.com
Downey CA Office
562.243.6255
AIM - webappermb

"Webapper - Making the NET work"



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



RE: CFHTTP Connection Failure (fwd)

2002-05-14 Thread Rizal Firmansyah

Tony,
are you sure that this is not https issue?

Check this kb:
http://www.macromedia.com/v1/handlers/index.cfm?ID=22713&Method=Full&PageCall=/support/index.cfm
http://www.macromedia.com/v1/handlers/index.cfm?ID=1608&Method=Full&PageCall=/support/index.cfm

I found that several https sites require 128 bit connection,
so i choose to use M$ XML component.

It's pretty simple tough, here's the example:




And the result is:
objSrvHTTP.responsetext ~ similar to cfhttp.filecontent
objSrvHTTP.Status ~ similar to cfhttp.statuscode

Regards,
Rizal


At 04:03 AM 5/15/2002, you wrote:
> > hm ok, what's the page you are requesting like? Does it have a
> > CFCONTENT tag in it? Or a cflocation?
>
>Nope and Nope.
>
>I actually got it to work (sortof) by changing one of the cfhttpparams I
>was using. I'm still baffled why I would an empty reponse though...
>
> > -mk
> >
> > -Original Message-
> > From: Tony Schreiber [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, May 14, 2002 3:23 PM
> > To: CF-Talk
> > Subject: RE: CFHTTP Connection Failure (fwd)
> >
> >
> > I've done that. I get "no status available" on the result cf error page. I
> > also use CFDUMP on CFHTTP and there is, as described, nothing in it,
> > except the connection failure message. Empty header.
> >
> > CFDUMP looks like this:
> >
> > FILECONTENT Connection Failure
> > HEADER
> > MIMETYPE Unable to determine MIME type of file.
> > RESPONSEHEADER
> > STATUSCODE Connection Failure. Status code unavailable.
> >
> > Arg.
> >
> > Now, if I request what I know to be an invalid url on the same server, but
> > one that does NOT end in .dll, I get this:
> >
> > FILECONTENT Connection Failure
> > HEADER HTTP/1.1 405 Method not allowed Server: Microsoft-IIS/4.0 Date:
> > Tue, 14 May 2002 20:25:03 GMT Allow: OPTIONS, TRACE Content-Length: 545
> > Content-Type: text/html
> > MIMETYPE text/html
> > RESPONSEHEADER ALLOW OPTIONS, TRACE
> > CONTENT-LENGTH 545
> > CONTENT-TYPE text/html
> > DATE Tue, 14 May 2002 20:25:03 GMT
> > EXPLANATION Method
> > HTTP_VERSION HTTP/1.1
> > SERVER Microsoft-IIS/4.0
> > STATUS_CODE 405
> >
> > Which is at least a response!
> >
> > > Ok - Add the "throwonerror=yes" attribute to your  tag call.
> > > sometimes connection failure is a read herring for some other error.
> > >
> > > mark
> > >
> > > -Original Message-
> > > From: Tony Schreiber [mailto:[EMAIL PROTECTED]]
> > > Sent: Tuesday, May 14, 2002 3:04 PM
> > > To: CF-Talk
> > > Subject: CFHTTP Connection Failure (fwd)
> > >
> > >
> > > I've checked the forums and search on google, but I've yet to find an
> > > answer.
> > >
> > > I'm trying to make a CFHTTP call to ebay. And all I get are
> > > "connection failure". The CFHTTP.Header is EMPTY. As in, NOTHING. No
> > > status code, no nothing.
> > >
> > > I can hit the url and get a response using a browser on the server in
> > > question, but from cfhttp I get nothing.
> > >
> > > .day goes by...
> > >
> > > The url I'm trying to post to is:
> > > https://api-test.ebay.com/aw-cgi/api.dll
> > >
> > > Like I said, I get "connection failure". CFHTTP.Header is empty.
> > >
> > > If I change the url to api.html or something else, I actually get a
> > > connection/response (403 Forbidden), but I get a response! When I change
> > > it back to .dll, back to nothingness...
> > >
> > > If I got the url directly in the browser, it works fine.
> > >
> > > Tony Schreiber, Senior Partner Man and Machine, Limited
> > > mailto:[EMAIL PROTECTED]   http://www.technocraft.com
> > >
> > > http://www.simplemessageboard.com ___Free Forum Software for Cold Fusion
> > > http://www.is300.net ___The Enthusiast's Home of the Lexus IS300
> > > http://www.digitacamera.com __DigitA Camera Scripts and Tips
> > > http://www.linklabexchange.com _Miata Link ECU Data Exchange
> > >
> > >
> > >
> > >
> >
> >
>
__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Automatic Read Locking in CF5

2002-05-14 Thread Craig Thomas

>>Is it ok to use CF5's "Automatic read locking" for application/session
scoped variables, provided that I manually lock any shared scope variable
"cfset" statements?<<

Yes.  Your server will have more to process so it will process it all a
little more slowly, but it works great.  I have tried both ways (on dev box)
and noticed no significant difference in speed.  Though, I lock all my reads
manually for portability's (shared hosts) sake.

-Craig


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



RE: Cancel button with CFINPUT Requires=Yes

2002-05-14 Thread Dave Watts

> I assume your suggested useage (location.href=...) will work 
> in all browser types that support JS.

It should work. The "full" name is window.location.href, but the window
object is global. In fact, since href is the default property of location,
you should be able to just use "location"!

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Slightly OT using a .sql script the create a Access Database

2002-05-14 Thread Mike Brunt

I have created many SQL Server databases using an .sql script but never an
Access one.  Can anyone tell me how to do this in Access, this is for a CF
App and I apologize if this is slightly OT.

Kind Regards - Mike Brunt, CTO
Webapper
http://www.webapper.com
Downey CA Office
562.243.6255
AIM - webappermb

"Webapper - Making the NET work"


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



RE: Change FileName from Download.cfm to Download.csv

2002-05-14 Thread Ledwith, Brian

Try this, using the filename and it's location:









~bgl


--
 Brian Ledwith
 "Stupefying...prodigious...asinine..." --Mac Wellman
 Learning Express, LLC.
 www.learnatest.com / www.learningexpressonline.com
 900 Broadway NY NY
 office:212.995.2566 x150
 facsimile: 212.995.5512
 mobile:917.957.9166
--

-Original Message-
From: Troy Simpson [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 14, 2002 5:06 PM
To: CF-Talk
Subject: Change FileName from Download.cfm to Download.csv


I want to query a database with ColdFusion and provide the results to
the user as a comma delimited file with the extention of *.csv so that
the user can open it with Excel.

Would Someone point me in the right direction on how to do this.
I believe I have to modify the header before sending the result to the
user.

Thanks,
Troy

--
-
Troy Simpson
  Applications Analyst/Programmer
  Microsoft Certified Systems Engineer
  Oracle Certified Professional DBA
North Carolina State University Libraries
Campus Box 7111 | Raleigh | North Carolina
ph.919.515.3855 | fax.919.513.3330
E-mail: [EMAIL PROTECTED]



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



RE: printing

2002-05-14 Thread Louis Klepner

This looks good- But I don't think the client is going to go for it...

If I embedded the printable material in the flash plugin, it would print
without headers/footers... but creating a flash version of the letter sounds
like a major headache.

But so far, it seems like the simplest solution to the problem.

-Lou

> To my knowledge, there is no way to do it without plugins like ScriptX
> from MeadCo:
>
> http://www.meadroid.com/scriptx/index.htm
>
> Even then, it only works in IE. However, the same company makes a
> product which embeds IE in the Netscape browser. :)
>
> Benjamin S. Rogers
> http://www.c4.net/
> v.508.240.0051
> f.508.240.0057
>
> -Original Message-
> From: Louis Klepner [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, May 14, 2002 7:51 PM
> To: CF-Talk
> Subject: printing
>
>
> Hello,
>
> I'd like to allow users to print out letters generated by CF - and I'd
> like to avoid the page title top, URL on the bottom of the page. What is
> the simplest way of doing this? I'd really like to use plain HTML, is
> there a Javascript command which will disable header/footer printer
> output?
>
> I'm triggering the letter to print with:
>
> 
> function sendPrinter() {
>   if( window.print ) {
> window.print();
>   }
> }
> 
>
> Thanks in advance!
>
> -Lou
>
> (I orginally posted when the list was down, so I'm giving this another
> shot...)
>
>
> 
__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Cancel button with CFINPUT Requires=Yes

2002-05-14 Thread Bruce Holm

Dave,
Thanks for that heads-up!
I assume your suggested useage (location.href=...) will work in all browser
types that support JS.

Bruce

- Original Message -
From: "Dave Watts" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, May 14, 2002 5:05 PM
Subject: RE: Cancel button with CFINPUT Requires=Yes


> >  > OnCLick="document.location = 'http://where.ever.you.so.please/'">
>
> Just a heads-up - I think that in the DOM, location belongs to the
> window/frame, not to the document. I think that IE may support your
syntax,
> but I suspect it might fail in other browsers.
>
> Dave Watts, CTO, Fig Leaf Software
> http://www.figleaf.com/
> voice: (202) 797-5496
> fax: (202) 797-5444
> 
__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Cancel button with CFINPUT Requires=Yes

2002-05-14 Thread Bruce Holm

I need the Cancel button to take me to another page.
The others who responded have hit on the way to do it!

Thanks EVERYONE for your help!

Bruce

- Original Message -
From: <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, May 14, 2002 4:49 PM
Subject: Re: Cancel button with CFINPUT Requires=Yes


> Is there any reason why your cancel button is a submit button?
>
> why not use:
>
> Cancel
>
>
> - Original Message -
> From: Bruce Holm <[EMAIL PROTECTED]>
> Date: Tuesday, May 14, 2002 5:16 pm
> Subject: Cancel button with CFINPUT Requires=Yes
>
> > I am noticing that if you use CFFORM and then CFINPUT or CFSELECT
> > and specify a field to be "Required" that having a Cancel submit
> > button is not possible.  It will ask for all required fields
> > before you can click on Cancel.
> > Kind of defeats the point of Cancel.  Any work arounds?
> > Suggestions on how to deal with this (other than not to use
> > CFINPUT, etc.)
> >
> > THanks
> >
> > -
> > Bruce Holm - Web Programmer
> > Lattice Semiconductor Corp.
> > [EMAIL PROTECTED]
> > -
> >
> >
> >
> 
__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Automatic Read Locking in CF5

2002-05-14 Thread David Schmidt

So that I am straight, and sure there are no bugs that will mess me up...

Is it ok to use CF5's "Automatic read locking" for application/session
scoped variables, provided that I manually lock any shared scope variable
"cfset" statements?

For your convenience (or irritation - ), I've included the text from
the administrative panel:


No automatic checking or locking: This is how ColdFusion worked in 4.0.1. It
is the responsibility of the developer to protect variables with the CFLOCK
tag. If variables are not locked, data corruption may result, which may lead
to server instability.


Full checking: ColdFusion automatically checks all shared variable scope
access to ensure that it is properly locked. If a variable is not properly
locked, an error will be thrown. Note this form of lock checking should be
applied only to applications that use the SCOPE attribute of the CFLOCK tag
to specify locks, not the NAME attribute. If you have specified the NAME
attribute, ColdFusion will throw an error on any variable accessed within
the locked block if full checking is applied on the scope of the variable.


Automatic read locking: ColdFusion checks whether shared variable scope
writes are locked and automatically locks shared variable scope reads. If
ColdFusion encounters shared variable scope writes that are not locked, an
error will be thrown.


Thanks for the help!


David

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



RE: CFX_IMG, AUTORESIZE, and personal photo DB with 3000 original photos.

2002-05-14 Thread Bryan Love

inside the custom tag it must be doing a   change
it to do a  and you'll be able to pass it a path to
a file instead of using a form field.

+---+
Bryan Love
  Macromedia Certified Professional
  Internet Application Developer
  Database Analyst
Telecommunication Systems
[EMAIL PROTECTED]
+---+

"...'If there must be trouble, let it be in my day, that my child may have
peace'..."
- Thomas Paine, The American Crisis



-Original Message-
From: Steven A. del Sol [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 14, 2002 5:11 PM
To: CF-Talk
Subject: RE: CFX_IMG, AUTORESIZE, and personal photo DB with 3000
original photos.


I tried that but the cffile said the file was not present. I believe the 
file is Binary and without the  command it will not 
work.. But hey if you have an idea I am willing to hear it?



At 04:44 PM 5/14/2002 -0700, you wrote:
>why are you trying to load them in a file field??
>
>If you have the tag just do a  of your images folder and run
>the tag on each of the images in that folder.
>
>+---+
>Bryan Love
>   Macromedia Certified Professional
>   Internet Application Developer
>   Database Analyst
>Telecommunication Systems
>[EMAIL PROTECTED]
>+---+
>
>"...'If there must be trouble, let it be in my day, that my child may have
>peace'..."
> - Thomas Paine, The American Crisis
>
>
>
>-Original Message-
>From: Steven A. del Sol [mailto:[EMAIL PROTECTED]]
>Sent: Tuesday, May 14, 2002 12:21 PM
>To: CF-Talk
>Subject: Fwd: CFX_IMG, AUTORESIZE, and personal photo DB with 3000
>original photos.
>
>
> >Date: Tue, 14 May 2002 10:56:34 -0700
> >To: [EMAIL PROTECTED]
> >From: "Steven A. del Sol" <[EMAIL PROTECTED]>
> >Subject: CFX_IMG, AUTORESIZE, and personal photo DB with 3000 original
>photos.
> >
> >Ok, here is what I am trying to do.  I would like to batch process all
> >3000 of my photos using this CFX tag.  The tag works great
> >individually.  Here is my situation.  To batch process I need CF to load
> >the images in the  but I can not get it to work.  I
> >changed my server address and website see if you can help me figure this
> >one out.  here is the code I am using.. the tags can be found at
> >CFDEV.com.  THANKS
> >
> >
> >
> >
> >
> >
> >
> >  > thumbsize="80" prefix="tn" goof="#goodluck.photo#"
filefield="form.photo"
> > thumbpath="#thumbpath#" nameconflict="overwrite">
> > 
> > 
> > UPDATE photo
> >SET cdphoto='#photo#', thumbnail='#thumbnail#'
> >WHERE   (PHOTOID = 1451)
> > 
> >
> >
> >
> >
> >
> >
> >
> >select * from
photo
> >where photoid=#url.nextone#
> >
> >
> > >enctype="multipart/form-data" name="bozo">
> >accept="image/gif,image/jpeg,image/x-MS-bmp">
> >  > value="Submit">
> >
> >
> > --->
>
>Steven A. del Sol
>NETPACQ Internet Systems
>858.541.0222 - [EMAIL PROTECTED]
>http://www.NETPACQ.com
>
>
>

__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFX_IMG, AUTORESIZE, and personal photo DB with 3000 original photos.

2002-05-14 Thread Steven A. del Sol

I tried that but the cffile said the file was not present. I believe the 
file is Binary and without the  command it will not 
work.. But hey if you have an idea I am willing to hear it?



At 04:44 PM 5/14/2002 -0700, you wrote:
>why are you trying to load them in a file field??
>
>If you have the tag just do a  of your images folder and run
>the tag on each of the images in that folder.
>
>+---+
>Bryan Love
>   Macromedia Certified Professional
>   Internet Application Developer
>   Database Analyst
>Telecommunication Systems
>[EMAIL PROTECTED]
>+---+
>
>"...'If there must be trouble, let it be in my day, that my child may have
>peace'..."
> - Thomas Paine, The American Crisis
>
>
>
>-Original Message-
>From: Steven A. del Sol [mailto:[EMAIL PROTECTED]]
>Sent: Tuesday, May 14, 2002 12:21 PM
>To: CF-Talk
>Subject: Fwd: CFX_IMG, AUTORESIZE, and personal photo DB with 3000
>original photos.
>
>
> >Date: Tue, 14 May 2002 10:56:34 -0700
> >To: [EMAIL PROTECTED]
> >From: "Steven A. del Sol" <[EMAIL PROTECTED]>
> >Subject: CFX_IMG, AUTORESIZE, and personal photo DB with 3000 original
>photos.
> >
> >Ok, here is what I am trying to do.  I would like to batch process all
> >3000 of my photos using this CFX tag.  The tag works great
> >individually.  Here is my situation.  To batch process I need CF to load
> >the images in the  but I can not get it to work.  I
> >changed my server address and website see if you can help me figure this
> >one out.  here is the code I am using.. the tags can be found at
> >CFDEV.com.  THANKS
> >
> >
> >
> >
> >
> >
> >
> >  > thumbsize="80" prefix="tn" goof="#goodluck.photo#" filefield="form.photo"
> > thumbpath="#thumbpath#" nameconflict="overwrite">
> > 
> > 
> > UPDATE photo
> >SET cdphoto='#photo#', thumbnail='#thumbnail#'
> >WHERE   (PHOTOID = 1451)
> > 
> >
> >
> >
> >
> >
> >
> >
> >select * from photo
> >where photoid=#url.nextone#
> >
> >
> > >enctype="multipart/form-data" name="bozo">
> >accept="image/gif,image/jpeg,image/x-MS-bmp">
> >  > value="Submit">
> >
> >
> > --->
>
>Steven A. del Sol
>NETPACQ Internet Systems
>858.541.0222 - [EMAIL PROTECTED]
>http://www.NETPACQ.com
>
>
>
__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: [admin] List status

2002-05-14 Thread Matt Robertson

I got just rid of my Paypal acct when I hit my max and they wanted a bank acct #.  Got 
a Plan B (mail address or something) Michael?

Cheers,

--Matt--

-- Original Message --
from: "Bob Lehman" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
date: Tue, 14 May 2002 18:33:05 -0400

Just donated my 10 bucks. More than worth it.

Good luck Michael

Enjoy

Bob Lehman
New Horizon Mgmt and Consulting
440-542-0992
[EMAIL PROTECTED]
- Original Message -
From: "Paul Giesenhagen" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, May 14, 2002 6:14 PM
Subject: Re: [admin] List status


> Everyone who gets help from this list pitch in .. a server license is
> thousands of $$$ and the help and support is priceless...
>
> If everyone pitched in $10.00 from the list, he would get about $35,000
> that would keep it running reay smooth!
>
> Paul Giesenhagen
> QuillDesign
>
>
>
> > I've started the ball rolling on my side and some people from the list
> have started donating. It's a good thing as the list archives are
currently
> 550 meg in an access DB. A disaster waiting to happen.
> >
> > At 03:42 PM 5/14/02, you wrote:
> > >Wow, searching the archives would be 'the heat'! how can we help to get
> the
> > >sql box online?
> > >
> > >Tony Gruen
> > >
> > >
> > >
> > >
> >
> 

__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: printing

2002-05-14 Thread Benjamin S. Rogers

To my knowledge, there is no way to do it without plugins like ScriptX
from MeadCo:

http://www.meadroid.com/scriptx/index.htm

Even then, it only works in IE. However, the same company makes a
product which embeds IE in the Netscape browser. :)

Benjamin S. Rogers
http://www.c4.net/
v.508.240.0051
f.508.240.0057

-Original Message-
From: Louis Klepner [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, May 14, 2002 7:51 PM
To: CF-Talk
Subject: printing


Hello,

I'd like to allow users to print out letters generated by CF - and I'd
like to avoid the page title top, URL on the bottom of the page. What is
the simplest way of doing this? I'd really like to use plain HTML, is
there a Javascript command which will disable header/footer printer
output?

I'm triggering the letter to print with:


function sendPrinter() {
  if( window.print ) {
window.print();
  }
}


Thanks in advance!

-Lou

(I orginally posted when the list was down, so I'm giving this another
shot...)


__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: printing

2002-05-14 Thread Douglas Brown

Have the content portion popup in another window and print from
there.









Douglas Brown
Email: [EMAIL PROTECTED]
- Original Message -
From: "Louis Klepner" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, May 14, 2002 4:50 PM
Subject: printing


> Hello,
>
> I'd like to allow users to print out letters generated by CF -
and I'd like
> to avoid the page title top, URL on the bottom of the page. What
is the
> simplest way of doing this? I'd really like to use plain HTML,
is there a
> Javascript command which will disable header/footer printer
output?
>
> I'm triggering the letter to print with:
>
> 
> function sendPrinter() {
>   if( window.print ) {
> window.print();
>   }
> }
> 
>
> Thanks in advance!
>
> -Lou
>
> (I orginally posted when the list was down, so I'm giving this
another
> shot...)
>
>

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



RE: Cancel button with CFINPUT Requires=Yes

2002-05-14 Thread Dave Watts

>  OnCLick="document.location = 'http://where.ever.you.so.please/'">

Just a heads-up - I think that in the DOM, location belongs to the
window/frame, not to the document. I think that IE may support your syntax,
but I suspect it might fail in other browsers.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



printing

2002-05-14 Thread Louis Klepner

Hello,

I'd like to allow users to print out letters generated by CF - and I'd like
to avoid the page title top, URL on the bottom of the page. What is the
simplest way of doing this? I'd really like to use plain HTML, is there a
Javascript command which will disable header/footer printer output?

I'm triggering the letter to print with:


function sendPrinter() {
  if( window.print ) {
window.print();
  }
}


Thanks in advance!

-Lou

(I orginally posted when the list was down, so I'm giving this another
shot...)

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



RE: [admin] List status

2002-05-14 Thread Craig Thomas

>>I will donate a machine contact me off list to see if it meets your
standards :-)

Tony Gruen<<

DITO

Craig Thomas


__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Cancel button with CFINPUT Requires=Yes

2002-05-14 Thread Dave Watts

> I am noticing that if you use CFFORM and then CFINPUT or 
> CFSELECT and specify a field to be "Required" that having a 
> Cancel submit button is not possible.  It will ask for all 
> required fields before you can click on Cancel.  
> Kind of defeats the point of Cancel.  Any work arounds?  
> Suggestions on how to deal with this (other than not to use 
> CFINPUT, etc.)

Maybe, instead of using a submit button to provide "cancel" functionality,
use INPUT TYPE="button". You'll have to write the appropriate code to make
the magic happen, but you'd simply avoid submitting the form that way.



Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



CFX_IMG, AUTORESIZE, and personal photo DB with 3000 original photos.

2002-05-14 Thread Steven A. del Sol

>Date: Tue, 14 May 2002 10:56:34 -0700
>To: [EMAIL PROTECTED]
>From: "Steven A. del Sol" <[EMAIL PROTECTED]>
>Subject: CFX_IMG, AUTORESIZE, and personal photo DB with 3000 original photos.
>
>Ok, here is what I am trying to do.  I would like to batch process all 
>3000 of my photos using this CFX tag.  The tag works great 
>individually.  Here is my situation.  To batch process I need CF to load 
>the images in the  but I can not get it to work.  I 
>changed my server address and website see if you can help me figure this 
>one out.  here is the code I am using.. the tags can be found at 
>CFDEV.com.  THANKS
>
>
>
>
>
>
>
>  thumbsize="80" prefix="tn" goof="#goodluck.photo#" filefield="form.photo" 
> thumbpath="#thumbpath#" nameconflict="overwrite">
> 
> 
> UPDATE photo
>SET cdphoto='#photo#', thumbnail='#thumbnail#'
>WHERE   (PHOTOID = 1451)
> 
>
>
>
>
>
>
>
>select * from photo 
>where photoid=#url.nextone#
>
>
>enctype="multipart/form-data" name="bozo">
>
>  value="Submit">
>
>
> --->

Steven A. del Sol
NETPACQ Internet Systems
858.541.0222 - [EMAIL PROTECTED]
http://www.NETPACQ.com

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



Re: Cancel button with CFINPUT Requires=Yes

2002-05-14 Thread ksuh

Is there any reason why your cancel button is a submit button?

why not use:

Cancel


- Original Message -
From: Bruce Holm <[EMAIL PROTECTED]>
Date: Tuesday, May 14, 2002 5:16 pm
Subject: Cancel button with CFINPUT Requires=Yes

> I am noticing that if you use CFFORM and then CFINPUT or CFSELECT 
> and specify a field to be "Required" that having a Cancel submit 
> button is not possible.  It will ask for all required fields 
> before you can click on Cancel.  
> Kind of defeats the point of Cancel.  Any work arounds?  
> Suggestions on how to deal with this (other than not to use 
> CFINPUT, etc.)
> 
> THanks
> 
> -
> Bruce Holm - Web Programmer
> Lattice Semiconductor Corp.
> [EMAIL PROTECTED]
> -
> 
> 
> 
__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Conditional Query loop

2002-05-14 Thread Bryan Love

arrayToList won't work on a query column.  It's true query columns are
arrays, but they are very special arrays and can ONLY be treated as arrays
in order to access certain records (myQuery.columnName[i])

to make a list use valueList("myQuery.columnName"), but I wouldn't recommend
it to solve this particular problem

+---+
Bryan Love
  Macromedia Certified Professional
  Internet Application Developer
  Database Analyst
Telecommunication Systems
[EMAIL PROTECTED]
+---+

"...'If there must be trouble, let it be in my day, that my child may have
peace'..."
- Thomas Paine, The American Crisis



-Original Message-
From: Carlisle, Eric [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 10, 2002 12:00 PM
To: CF-Talk
Subject: RE: Conditional Query loop


You can forego the loop alltogether.  Refer to the query column as an array.


TITLE!



Eric

-Original Message-
From: Smith, Daron [PA] [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 10, 2002 2:48 PM
To: CF-Talk
Subject: Conditional Query loop


Is it possible to loop over a query until a condition is met?  Specifically,
I am returning search results, if a certain category exists i want to
display a title, if no records for that category exist I do not want to
display the title.  However I only want to display the title one time if the
records exist.  Looping over the query will display the title the number of
times that the condition exists in the recordset, but a conditional query
doesn't appear to allow a query to loop over.

Thanks for any help,

Daron J. Smith
Web Developer
PSEA

[EMAIL PROTECTED]
717-255-7141 
1-800-944-PSEA (7732) x 7141
Please note new email address (old one with 'mail' will soon expire)

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


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



Re: Cancel button with CFINPUT Requires=Yes

2002-05-14 Thread James Sleeman

http://where.ever.you.so.please/'">


- Original Message -
From: "Bruce Holm" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, May 15, 2002 11:16 AM
Subject: Cancel button with CFINPUT Requires=Yes


> I am noticing that if you use CFFORM and then CFINPUT or CFSELECT and
specify a field to be "Required" that having a Cancel submit button is not
possible.  It will ask for all required fields before you can click on
Cancel.
> Kind of defeats the point of Cancel.  Any work arounds?  Suggestions on
how to deal with this (other than not to use CFINPUT, etc.)


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



RE: Conditional Query loop

2002-05-14 Thread Bryan Love

if the query results are ordered by category then just:


#category#

loop through all sub-records here



+---+
Bryan Love
  Macromedia Certified Professional
  Internet Application Developer
  Database Analyst
Telecommunication Systems
[EMAIL PROTECTED]
+---+

"...'If there must be trouble, let it be in my day, that my child may have
peace'..."
- Thomas Paine, The American Crisis



-Original Message-
From: Smith, Daron [PA] [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 10, 2002 11:48 AM
To: CF-Talk
Subject: Conditional Query loop


Is it possible to loop over a query until a condition is met?  Specifically,
I am returning search results, if a certain category exists i want to
display a title, if no records for that category exist I do not want to
display the title.  However I only want to display the title one time if the
records exist.  Looping over the query will display the title the number of
times that the condition exists in the recordset, but a conditional query
doesn't appear to allow a query to loop over.

Thanks for any help,

Daron J. Smith
Web Developer
PSEA

[EMAIL PROTECTED]
717-255-7141 
1-800-944-PSEA (7732) x 7141
Please note new email address (old one with 'mail' will soon expire)

 
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFX_IMG, AUTORESIZE, and personal photo DB with 3000 original photos.

2002-05-14 Thread Bryan Love

why are you trying to load them in a file field??

If you have the tag just do a  of your images folder and run
the tag on each of the images in that folder.

+---+
Bryan Love
  Macromedia Certified Professional
  Internet Application Developer
  Database Analyst
Telecommunication Systems
[EMAIL PROTECTED]
+---+

"...'If there must be trouble, let it be in my day, that my child may have
peace'..."
- Thomas Paine, The American Crisis



-Original Message-
From: Steven A. del Sol [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 14, 2002 12:21 PM
To: CF-Talk
Subject: Fwd: CFX_IMG, AUTORESIZE, and personal photo DB with 3000
original photos.


>Date: Tue, 14 May 2002 10:56:34 -0700
>To: [EMAIL PROTECTED]
>From: "Steven A. del Sol" <[EMAIL PROTECTED]>
>Subject: CFX_IMG, AUTORESIZE, and personal photo DB with 3000 original
photos.
>
>Ok, here is what I am trying to do.  I would like to batch process all 
>3000 of my photos using this CFX tag.  The tag works great 
>individually.  Here is my situation.  To batch process I need CF to load 
>the images in the  but I can not get it to work.  I 
>changed my server address and website see if you can help me figure this 
>one out.  here is the code I am using.. the tags can be found at 
>CFDEV.com.  THANKS
>
>
>
>
>
>
>
>  thumbsize="80" prefix="tn" goof="#goodluck.photo#" filefield="form.photo" 
> thumbpath="#thumbpath#" nameconflict="overwrite">
> 
> 
> UPDATE photo
>SET cdphoto='#photo#', thumbnail='#thumbnail#'
>WHERE   (PHOTOID = 1451)
> 
>
>
>
>
>
>
>
>select * from photo 
>where photoid=#url.nextone#
>
>
>enctype="multipart/form-data" name="bozo">
>
>  value="Submit">
>
>
> --->

Steven A. del Sol
NETPACQ Internet Systems
858.541.0222 - [EMAIL PROTECTED]
http://www.NETPACQ.com


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



Cancel button with CFINPUT Requires=Yes

2002-05-14 Thread Bruce Holm

I am noticing that if you use CFFORM and then CFINPUT or CFSELECT and specify a field 
to be "Required" that having a Cancel submit button is not possible.  It will ask for 
all required fields before you can click on Cancel.  
Kind of defeats the point of Cancel.  Any work arounds?  Suggestions on how to deal 
with this (other than not to use CFINPUT, etc.)

THanks

-
Bruce Holm - Web Programmer
Lattice Semiconductor Corp.
[EMAIL PROTECTED]
-


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



RE: what is causing this mail server error???

2002-05-14 Thread Margaret Fisk

Hi all, 

I periodically get the No connection to mail server error in my mail log and
my mail is moved to undeliverable. It seems to be a timing issue or load
issue because the server is always available.

I have two questions:
1) Is there some bug that I can add a patch for that is responsible?
2) Can I configure my system to try again when this happens?

I realize I could create a cf page that just moves the files back into spool
based on the error message, but I was wondering if there was a better
solution.

Thanks,
Margaret


Failed to send the spooled mail file, 41B.cfmail. SMTP server replied "No
connection to mail server.
__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: [admin] List status

2002-05-14 Thread Tony Gruen

I will donate a machine contact me off list to see if it meets your
standards :-)

Tony Gruen
sfnetworks

-Original Message-
From: Craig Thomas [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 14, 2002 3:49 PM
To: CF-Talk
Subject: RE: [admin] List status


>>Can you say "MySQL?"<<

or postGre?  why spend thousands when all we need is a machine?





__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: [flasher] Is Flash safe to drive?

2002-05-14 Thread Neil Clark - =TMM=

Yep,

I always walk backwards in these situations ;-p, I have seen some J2EE &
Flash development using Remoting and it has passed the 'Online Banking'
board of security [UK] - so in that sense, it is secure.

I totally agree about your comments on security, some are GUI related,
and Flash can be used in an horrible way!






Neil Clark
Team Macromedia
http://www.macromedia.com/go/team

Announcing Macromedia MX!! 
http://www.macromedia.com/software/trial/.

-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED]] 
Sent: 14 May 2002 22:03
To: CF-Talk
Subject: RE: [flasher] Is Flash safe to drive?

> Agreed :-)... but to piss on his parade, Flash ontop of 
> J2EE with Flash Remoting is online banking safe...; I challenge 
> him to prove to me its not (sorry couldn't resist)

You want to be very careful when you piss on someone's parade; there
might
be a headwind.

Flash, just like HTML, is as safe as you make it, when you're referring
to
data integrity between client and server. Using J2EE doesn't make any
difference - you can build insecure applications just as easily with
J2EE as
with any other CGI-style environment - and Flash Remoting just makes it
harder to manipulate the data (far from impossible, though, I suspect -
it's
binary, but not encrypted or obfuscated, according to the curious folks
who've started examining the format).

The key is to design your application with security in mind; don't
unnecessarily rely on data from the client when you can avoid it, filter
all
data from the client every time, and use SSL as appropriate to prevent
third
parties from being able to see the data. If you do that, you won't have
any
more problems with Flash than you would with a well-designed HTML
interface.
If you don't, you'll have the same problems that you'd have with a
poorly-designed HTML interface.

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

__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: [admin] List status

2002-05-14 Thread Ben Johnson

> It is about $5000 per cpu if you get SQL Server Standard edition and about
> 20,000 (not sure about this one) per cpu if you want Enterprise edition.
The
> difference between the editions is failover and uptime tools.

I wouldn't go with the Enterprise Edition.  It's not really worth it unless
you have mission critical apps.  As for the Standard Edition, you can get a
set of 5 CALs for about $1500.  Although, since you're connecting through
middleware, I don't know that this is terribly legal.  



Ben Johnson
Hostworks, Inc.

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



RE: [admin] List status

2002-05-14 Thread Craig Thomas

>>Can you say "MySQL?"<<

or postGre?  why spend thousands when all we need is a machine?

  


__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: [admin] List status

2002-05-14 Thread Lee Fuller

How many people on the list Michael?  And do you know how many are
active?

Lee

__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: [admin] List status

2002-05-14 Thread Bob Lehman

Just donated my 10 bucks. More than worth it.

Good luck Michael

Enjoy

Bob Lehman
New Horizon Mgmt and Consulting
440-542-0992
[EMAIL PROTECTED]
- Original Message -
From: "Paul Giesenhagen" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, May 14, 2002 6:14 PM
Subject: Re: [admin] List status


> Everyone who gets help from this list pitch in .. a server license is
> thousands of $$$ and the help and support is priceless...
>
> If everyone pitched in $10.00 from the list, he would get about $35,000
> that would keep it running reay smooth!
>
> Paul Giesenhagen
> QuillDesign
>
>
>
> > I've started the ball rolling on my side and some people from the list
> have started donating. It's a good thing as the list archives are
currently
> 550 meg in an access DB. A disaster waiting to happen.
> >
> > At 03:42 PM 5/14/02, you wrote:
> > >Wow, searching the archives would be 'the heat'! how can we help to get
> the
> > >sql box online?
> > >
> > >Tony Gruen
> > >
> > >
> > >
> > >
> >
> 
__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: [admin] List status

2002-05-14 Thread Michael Dinowitz

With the cost of MS SQL I can learn to say it in every language you want. :)

At 06:18 PM 5/14/02, you wrote:
>Can you say "MySQL?"
>
>
>
>- Original Message - 
>From: "Margaret Fisk" <[EMAIL PROTECTED]>
>To: "CF-Talk" <[EMAIL PROTECTED]>
>Sent: Tuesday, May 14, 2002 6:10 PM
>Subject: RE: [admin] List status
>
>
>> Actually, we just priced this:
>> 
>> It is about $5000 per cpu if you get SQL Server Standard edition and about
>> 20,000 (not sure about this one) per cpu if you want Enterprise edition. The
>> difference between the editions is failover and uptime tools.
>> 
>
>
__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: [admin] List status

2002-05-14 Thread Michael Dinowitz

OUCH!
Well, I do have a licensed copy of SQL 7 that I can use. Not top of the line, but 
it'll save on that software hit. 

At 06:10 PM 5/14/02, you wrote:
>Actually, we just priced this:
>
>It is about $5000 per cpu if you get SQL Server Standard edition and about
>20,000 (not sure about this one) per cpu if you want Enterprise edition. The
>difference between the editions is failover and uptime tools.
>
>-Original Message-
>From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
>Sent: Tuesday, May 14, 2002 3:07 PM
>To: CF-Talk
>Subject: RE: [admin] List status
>
>
>At 04:42 PM 5/14/02, you wrote:
>>I would chip in.  Have a fund raiser Mike. I am not too familiar with
>>SQL Server costs, what would it cost?
>No clue. I've already started the ball rolling for it and whatever it costs
>will be taken care of. Donations from people on the list, from pocket,
>whatever. It's needed and it's going in.
>
>
>
>
>>-Original Message-
>>From: Rick Walters [mailto:[EMAIL PROTECTED]] 
>>Sent: Tuesday, May 14, 2002 3:39 PM
>>To: CF-Talk
>>Subject: RE: [admin] List status
>>
>>Being able to search the archives might even be worth a donation to many
>>of us.  I know it would help me out on occasion.  It would greatly
>>reduce the number of emails I save in my "CF Archive" folder.
>>
>>Good Fortune,
>>Richard Walters,
>>Webmaster, Davita Laboratory Services
>>[EMAIL PROTECTED]
>>(800) 604-5227 x 3525
>>
> [EMAIL PROTECTED] 05/14/02 03:42PM >>>
>>Wow, searching the archives would be 'the heat'! how can we help to get
>>the
>>sql box online?
>>
>>Tony Gruen
>>
>>
>>
>>
>>
>>
>
>
__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: [admin] List status

2002-05-14 Thread Howie Hamlin

Can you say "MySQL?"



- Original Message - 
From: "Margaret Fisk" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, May 14, 2002 6:10 PM
Subject: RE: [admin] List status


> Actually, we just priced this:
> 
> It is about $5000 per cpu if you get SQL Server Standard edition and about
> 20,000 (not sure about this one) per cpu if you want Enterprise edition. The
> difference between the editions is failover and uptime tools.
> 

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



RE: Computer Professionals / Cold Fusion Programmer

2002-05-14 Thread Jacob

IC

At 04:51 PM 5/14/2002 -0400, you wrote:
>i know the questions are coming, here are the answers.
>
>IANAL:  I Am Not A Lawyer
>IE:  Id Est (Latin: That Is)
>IIRC:  If I Recall/Remember Correctly
>
>chris, i think you do this on purpose!
>
>v/r,
>Jeff
>
>
>-Original Message-
>From: Christopher Olive [mailto:[EMAIL PROTECTED]]
>Sent: Tuesday, May 14, 2002 4:47 PM
>To: CF-Talk
>Subject: RE: Computer Professionals / Cold Fusion Programmer
>
>
>IANAL, but i believe this is only for "tax exempt" employees (IE, part
>timers).  and this NEVER sticks for us in courts, IIRC.
>
>christopher olive
>cto, vp of web development, vp it security
>atnet solutions, inc.
>410.931.4092
>http://www.atnetsolutions.com
>
>
>-Original Message-
>From: Sam Roach [mailto:[EMAIL PROTECTED]]
>Sent: Tuesday, May 14, 2002 4:31 PM
>To: CF-Talk
>Subject: Computer Professionals / Cold Fusion Programmer
>
>
>Does anyone know how the law works for salaried employees, regarding
>Computer Professionals?  Is there a minimum salary?
>
>
>Computer Professionals - A new law provides for increased hourly minimum pay
>for exempt computer professionals. The minimum salary requirement for exempt
>computer professionals rose from $41 per hour in 2001 to $42.64 in 2002.
>
>
>
__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: [admin] List status

2002-05-14 Thread Paul Giesenhagen

Everyone who gets help from this list pitch in .. a server license is
thousands of $$$ and the help and support is priceless...

If everyone pitched in $10.00 from the list, he would get about $35,000
that would keep it running reay smooth!

Paul Giesenhagen
QuillDesign



> I've started the ball rolling on my side and some people from the list
have started donating. It's a good thing as the list archives are currently
550 meg in an access DB. A disaster waiting to happen.
>
> At 03:42 PM 5/14/02, you wrote:
> >Wow, searching the archives would be 'the heat'! how can we help to get
the
> >sql box online?
> >
> >Tony Gruen
> >
> >
> >
> >
> 
__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: [admin] List status

2002-05-14 Thread Margaret Fisk

Actually, we just priced this:

It is about $5000 per cpu if you get SQL Server Standard edition and about
20,000 (not sure about this one) per cpu if you want Enterprise edition. The
difference between the editions is failover and uptime tools.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 14, 2002 3:07 PM
To: CF-Talk
Subject: RE: [admin] List status


At 04:42 PM 5/14/02, you wrote:
>I would chip in.  Have a fund raiser Mike. I am not too familiar with
>SQL Server costs, what would it cost?
No clue. I've already started the ball rolling for it and whatever it costs
will be taken care of. Donations from people on the list, from pocket,
whatever. It's needed and it's going in.




>-Original Message-
>From: Rick Walters [mailto:[EMAIL PROTECTED]] 
>Sent: Tuesday, May 14, 2002 3:39 PM
>To: CF-Talk
>Subject: RE: [admin] List status
>
>Being able to search the archives might even be worth a donation to many
>of us.  I know it would help me out on occasion.  It would greatly
>reduce the number of emails I save in my "CF Archive" folder.
>
>Good Fortune,
>Richard Walters,
>Webmaster, Davita Laboratory Services
>[EMAIL PROTECTED]
>(800) 604-5227 x 3525
>
 [EMAIL PROTECTED] 05/14/02 03:42PM >>>
>Wow, searching the archives would be 'the heat'! how can we help to get
>the
>sql box online?
>
>Tony Gruen
>
>
>
>
>
>

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



RE: [admin] List status

2002-05-14 Thread Michael Dinowitz

Yep, it's a great resource which is why I've been using it. Problem is, I want more. I 
want people to be able to post from a threaded archive to the lists. I want the posts 
to be in the archive the second they hit the list (which they are already). I want 
list archives going back till the beginning. I want the information at peoples 
fingertips where and when they want and need it. A one stop shop. We've lost a few 
members because the list gets a lot of posts. Having a place that they can read 
without being deluged will bring them back. I want the lists to be useful and 
accessible to all. SMTP, HTTP, NNTP, web services, etc. However you want the data, 
it'll be there.

At 05:10 PM 5/14/02, you wrote:
>> Being able to search the archives might even be worth a donation to many
>> of us.  I know it would help me out on occasion.  It would greatly
>> reduce the number of emails I save in my "CF Archive" folder.
>
>Have you tried the archive listed in the footer of every message:
>
> http://www.mail-archive.com/cf-talk%40houseoffusion.com/
>
>It's down on rare occasions, but it's fast, and free.
>
>-Ron
>
>http://BookCrossing.com - READ and RELEASE!
>
>
>
>
>
__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: [admin] List status

2002-05-14 Thread Michael Dinowitz

At 04:42 PM 5/14/02, you wrote:
>I would chip in.  Have a fund raiser Mike. I am not too familiar with
>SQL Server costs, what would it cost?
No clue. I've already started the ball rolling for it and whatever it costs will be 
taken care of. Donations from people on the list, from pocket, whatever. It's needed 
and it's going in.




>-Original Message-
>From: Rick Walters [mailto:[EMAIL PROTECTED]] 
>Sent: Tuesday, May 14, 2002 3:39 PM
>To: CF-Talk
>Subject: RE: [admin] List status
>
>Being able to search the archives might even be worth a donation to many
>of us.  I know it would help me out on occasion.  It would greatly
>reduce the number of emails I save in my "CF Archive" folder.
>
>Good Fortune,
>Richard Walters,
>Webmaster, Davita Laboratory Services
>[EMAIL PROTECTED]
>(800) 604-5227 x 3525
>
 [EMAIL PROTECTED] 05/14/02 03:42PM >>>
>Wow, searching the archives would be 'the heat'! how can we help to get
>the
>sql box online?
>
>Tony Gruen
>
>
>
>
>
>
__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: [admin] List status

2002-05-14 Thread Michael Dinowitz

At 04:36 PM 5/14/02, you wrote:
>Just wanted to say Thanks to you for your great work Michael.  Without this
>list, and the above-average people it puts me in contact with, I'd still be
>reading books and searching the web to do the intermediate stuff.  Much
>appreciated.
Any time. 

>(I know, not quite as good as a cash donation, but it's the thought that
>counts... right LOL )
Yep. :)


>Shawn Grover
>
>-Original Message-
>From: Michael Dinowitz [mailto:[EMAIL PROTECTED]]
>Sent: Tuesday, May 14, 2002 1:27 PM
>To: CF-Talk
>Subject: RE: [admin] List status
>
>
>Lets see. The lists are free for you. On my side they cost me time, effort
>and some cash. A refund means you own me some of your time, effort and cash.
>I can accept paypal. :)
>Actually, I'm going to have to get a SQL box so I can get the archives out
>of Access and give search-ability to it all. If everyone wants a refund I
>should be ok with the box in no time. :)
>
>At 02:57 PM 5/14/02, you wrote:
>>I want a refund.
>>
>>
>>> -Original Message-
>>> From: Michael Dinowitz [mailto:[EMAIL PROTECTED]]
>>> Sent: Tuesday, May 14, 2002 1:47 PM
>>> To: CF-Talk
>>> Subject: [admin] List status
>>>
>>>
>>> Due to an unknown error, the CF-Talk list (and only that
>>> list) was disabled as of last night or this morning. I've
>>> since rebooted the lists and we should have posts again. All
>>> of the posts that went on during that time have been saved to
>>> the archives
>>> (http://www.houseoffusion.com/archive/index.cfm?method=threads
>>> &categoryid=1) even if they have not arrived in your mail
>>> folder. I apologize for the inconvenience.
>>>
>>> Michael Dinowitz
>>> Publisher: Fusion Authority weekly news alert
>>> (www.fusionauthority.com/alert)
>>> Listmaster: CF-Talk, CF-Jobs, Spectra-Talk, Jrun-Talk, etc.
>>> (www.houseoffusion.com)
>>>
>>>
>>
>
>
__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: [admin] List status

2002-05-14 Thread Michael Dinowitz

I've started the ball rolling on my side and some people from the list have started 
donating. It's a good thing as the list archives are currently 550 meg in an access 
DB. A disaster waiting to happen.

At 03:42 PM 5/14/02, you wrote:
>Wow, searching the archives would be 'the heat'! how can we help to get the
>sql box online?
>
>Tony Gruen
>
>
>
>
__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



FW: MacBinary Xtraction Component 1.0

2002-05-14 Thread Lon Lentz

  Much thanks to you and Dave. I got it working. Now I just need to find some glue so 
I can stick my hair back on...


> -Original Message-
> From: Jon Hall [mailto:[EMAIL PROTECTED]]
> Sent: Monday, May 13, 2002 1:00 PM
> To: CF-Talk
> Subject: Re: MacBinary Xtraction Component 1.0
> 
> 
> Most likely it can, after looking at the source it is a very simple COM
> object that doesn't return anything that CF might choke on. The 
> key function
> is the ConvertMacFile function. In that function these two lines would be
> key, and they would look exactly the same in cfscript without the Set
> keyword, and adding semicolons.
> 
> Set MacBin = CreateObject("Softwing.MacBinary")
>  bRetVal = MacBin.ConvertFromMacBinary(File,strCurrentTempFile)
> 

__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: [admin] List status

2002-05-14 Thread Ron Hornbaker

> Being able to search the archives might even be worth a donation to many
> of us.  I know it would help me out on occasion.  It would greatly
> reduce the number of emails I save in my "CF Archive" folder.

Have you tried the archive listed in the footer of every message:

 http://www.mail-archive.com/cf-talk%40houseoffusion.com/

It's down on rare occasions, but it's fast, and free.

-Ron

http://BookCrossing.com - READ and RELEASE!




__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFHTTP Connection Failure (fwd)

2002-05-14 Thread Mark A. Kruger - CFG

Yeah usually you get SOMETHING back - if the page is responsive.

-Original Message-
From: Tony Schreiber [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 14, 2002 4:03 PM
To: CF-Talk
Subject: RE: CFHTTP Connection Failure (fwd)


> hm ok, what's the page you are requesting like? Does it have a
> CFCONTENT tag in it?  Or a cflocation?

Nope and Nope.

I actually got it to work (sortof) by changing one of the cfhttpparams I
was using. I'm still baffled why I would an empty reponse though...

> -mk
>
> -Original Message-
> From: Tony Schreiber [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, May 14, 2002 3:23 PM
> To: CF-Talk
> Subject: RE: CFHTTP Connection Failure (fwd)
>
>
> I've done that. I get "no status available" on the result cf error page. I
> also use CFDUMP on CFHTTP and there is, as described, nothing in it,
> except the connection failure message. Empty header.
>
> CFDUMP looks like this:
>
> FILECONTENT Connection Failure
> HEADER
> MIMETYPE Unable to determine MIME type of file.
> RESPONSEHEADER
> STATUSCODE Connection Failure. Status code unavailable.
>
> Arg.
>
> Now, if I request what I know to be an invalid url on the same server, but
> one that does NOT end in .dll, I get this:
>
> FILECONTENT Connection Failure
> HEADER HTTP/1.1 405 Method not allowed Server: Microsoft-IIS/4.0 Date:
> Tue, 14 May 2002 20:25:03 GMT Allow: OPTIONS, TRACE Content-Length: 545
> Content-Type: text/html
> MIMETYPE text/html
> RESPONSEHEADER ALLOW OPTIONS, TRACE
> CONTENT-LENGTH 545
> CONTENT-TYPE text/html
> DATE Tue, 14 May 2002 20:25:03 GMT
> EXPLANATION Method
> HTTP_VERSION HTTP/1.1
> SERVER Microsoft-IIS/4.0
> STATUS_CODE 405
>
> Which is at least a response!
>
> > Ok - Add the "throwonerror=yes" attribute to your  tag call.
> > sometimes connection failure is a read herring for some other error.
> >
> > mark
> >
> > -Original Message-
> > From: Tony Schreiber [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, May 14, 2002 3:04 PM
> > To: CF-Talk
> > Subject: CFHTTP Connection Failure (fwd)
> >
> >
> > I've checked the forums and search on google, but I've yet to find an
> > answer.
> >
> > I'm trying to make a CFHTTP call to ebay. And all I get are
> > "connection failure". The CFHTTP.Header is EMPTY. As in, NOTHING. No
> > status code, no nothing.
> >
> > I can hit the url and get a response using a browser on the server in
> > question, but from cfhttp I get nothing.
> >
> > .day goes by...
> >
> > The url I'm trying to post to is:
> > https://api-test.ebay.com/aw-cgi/api.dll
> >
> > Like I said, I get "connection failure". CFHTTP.Header is empty.
> >
> > If I change the url to api.html or something else, I actually get a
> > connection/response (403 Forbidden), but I get a response! When I change
> > it back to .dll, back to nothingness...
> >
> > If I got the url directly in the browser, it works fine.
> >
> > Tony Schreiber, Senior Partner  Man and Machine, Limited
> > mailto:[EMAIL PROTECTED]   http://www.technocraft.com
> >
> > http://www.simplemessageboard.com ___Free Forum Software for Cold Fusion
> > http://www.is300.net ___The Enthusiast's Home of the Lexus IS300
> > http://www.digitacamera.com __DigitA Camera Scripts and Tips
> > http://www.linklabexchange.com _Miata Link ECU Data Exchange
> >
> >
> >
> >
>
> 

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



RE: CFHTTP Connection Failure (fwd)

2002-05-14 Thread Tony Schreiber

> hm ok, what's the page you are requesting like? Does it have a
> CFCONTENT tag in it?  Or a cflocation?

Nope and Nope.

I actually got it to work (sortof) by changing one of the cfhttpparams I
was using. I'm still baffled why I would an empty reponse though...

> -mk
>
> -Original Message-
> From: Tony Schreiber [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, May 14, 2002 3:23 PM
> To: CF-Talk
> Subject: RE: CFHTTP Connection Failure (fwd)
>
>
> I've done that. I get "no status available" on the result cf error page. I
> also use CFDUMP on CFHTTP and there is, as described, nothing in it,
> except the connection failure message. Empty header.
>
> CFDUMP looks like this:
>
> FILECONTENT Connection Failure
> HEADER
> MIMETYPE Unable to determine MIME type of file.
> RESPONSEHEADER
> STATUSCODE Connection Failure. Status code unavailable.
>
> Arg.
>
> Now, if I request what I know to be an invalid url on the same server, but
> one that does NOT end in .dll, I get this:
>
> FILECONTENT Connection Failure
> HEADER HTTP/1.1 405 Method not allowed Server: Microsoft-IIS/4.0 Date:
> Tue, 14 May 2002 20:25:03 GMT Allow: OPTIONS, TRACE Content-Length: 545
> Content-Type: text/html
> MIMETYPE text/html
> RESPONSEHEADER ALLOW OPTIONS, TRACE
> CONTENT-LENGTH 545
> CONTENT-TYPE text/html
> DATE Tue, 14 May 2002 20:25:03 GMT
> EXPLANATION Method
> HTTP_VERSION HTTP/1.1
> SERVER Microsoft-IIS/4.0
> STATUS_CODE 405
>
> Which is at least a response!
>
> > Ok - Add the "throwonerror=yes" attribute to your  tag call.
> > sometimes connection failure is a read herring for some other error.
> >
> > mark
> >
> > -Original Message-
> > From: Tony Schreiber [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, May 14, 2002 3:04 PM
> > To: CF-Talk
> > Subject: CFHTTP Connection Failure (fwd)
> >
> >
> > I've checked the forums and search on google, but I've yet to find an
> > answer.
> >
> > I'm trying to make a CFHTTP call to ebay. And all I get are
> > "connection failure". The CFHTTP.Header is EMPTY. As in, NOTHING. No
> > status code, no nothing.
> >
> > I can hit the url and get a response using a browser on the server in
> > question, but from cfhttp I get nothing.
> >
> > .day goes by...
> >
> > The url I'm trying to post to is:
> > https://api-test.ebay.com/aw-cgi/api.dll
> >
> > Like I said, I get "connection failure". CFHTTP.Header is empty.
> >
> > If I change the url to api.html or something else, I actually get a
> > connection/response (403 Forbidden), but I get a response! When I change
> > it back to .dll, back to nothingness...
> >
> > If I got the url directly in the browser, it works fine.
> >
> > Tony Schreiber, Senior Partner  Man and Machine, Limited
> > mailto:[EMAIL PROTECTED]   http://www.technocraft.com
> >
> > http://www.simplemessageboard.com ___Free Forum Software for Cold Fusion
> > http://www.is300.net ___The Enthusiast's Home of the Lexus IS300
> > http://www.digitacamera.com __DigitA Camera Scripts and Tips
> > http://www.linklabexchange.com _Miata Link ECU Data Exchange
> >
> >
> >
> >
>
> 
__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFHTTP Connection Failure (fwd)

2002-05-14 Thread Jon Hall

Same problem here, so it's not just you. My money is it's an SSL issue,
since you've established that the server is up. There's a kb article on
CF5's inabilty to do 128 bit ssl on the Macr site somewhere...

CFHTTP sucks all around though in 5, and they didn't fix it all the way in
MX so I'm very bitter about that damn tag. So forgive me if I ramble on
about it's suckiness. I've spent the last two weekends working on a java
replacement for cfhttp, since I wan't to move away from using COM when we go
to MX. Lucky for me I discovered that Sun included JSSE in version 1.4 of
the JRE. I've got it working for http and https gets so far. Next weekend I
get it to do posts. Thank you Macromedia!

jon
- Original Message -
From: "Tony Schreiber" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, May 14, 2002 4:04 PM
Subject: CFHTTP Connection Failure (fwd)


> I've checked the forums and search on google, but I've yet to find an
> answer.
>
> I'm trying to make a CFHTTP call to ebay. And all I get are
> "connection failure". The CFHTTP.Header is EMPTY. As in, NOTHING. No
> status code, no nothing.
>
> I can hit the url and get a response using a browser on the server in
> question, but from cfhttp I get nothing.
>
> ..day goes by...
>
> The url I'm trying to post to is:
> https://api-test.ebay.com/aw-cgi/api.dll
>
> Like I said, I get "connection failure". CFHTTP.Header is empty.
>
> If I change the url to api.html or something else, I actually get a
> connection/response (403 Forbidden), but I get a response! When I change
> it back to .dll, back to nothingness...
>
> If I got the url directly in the browser, it works fine.


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



Change FileName from Download.cfm to Download.csv

2002-05-14 Thread Troy Simpson

I want to query a database with ColdFusion and provide the results to
the user as a comma delimited file with the extention of *.csv so that
the user can open it with Excel.

Would Someone point me in the right direction on how to do this.
I believe I have to modify the header before sending the result to the
user.

Thanks,
Troy

--
-
Troy Simpson
  Applications Analyst/Programmer
  Microsoft Certified Systems Engineer
  Oracle Certified Professional DBA
North Carolina State University Libraries
Campus Box 7111 | Raleigh | North Carolina
ph.919.515.3855 | fax.919.513.3330
E-mail: [EMAIL PROTECTED]


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



RE: [flasher] Is Flash safe to drive?

2002-05-14 Thread Dave Watts

> Agreed :-)... but to piss on his parade, Flash ontop of 
> J2EE with Flash Remoting is online banking safe...; I challenge 
> him to prove to me its not (sorry couldn't resist)

You want to be very careful when you piss on someone's parade; there might
be a headwind.

Flash, just like HTML, is as safe as you make it, when you're referring to
data integrity between client and server. Using J2EE doesn't make any
difference - you can build insecure applications just as easily with J2EE as
with any other CGI-style environment - and Flash Remoting just makes it
harder to manipulate the data (far from impossible, though, I suspect - it's
binary, but not encrypted or obfuscated, according to the curious folks
who've started examining the format).

The key is to design your application with security in mind; don't
unnecessarily rely on data from the client when you can avoid it, filter all
data from the client every time, and use SSL as appropriate to prevent third
parties from being able to see the data. If you do that, you won't have any
more problems with Flash than you would with a well-designed HTML interface.
If you don't, you'll have the same problems that you'd have with a
poorly-designed HTML interface.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Computer Professionals / Cold Fusion Programmer

2002-05-14 Thread Jeff Brown

i know the questions are coming, here are the answers.

IANAL:  I Am Not A Lawyer  
IE:  Id Est (Latin: That Is)
IIRC:  If I Recall/Remember Correctly  

chris, i think you do this on purpose!

v/r,
Jeff


-Original Message-
From: Christopher Olive [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 14, 2002 4:47 PM
To: CF-Talk
Subject: RE: Computer Professionals / Cold Fusion Programmer


IANAL, but i believe this is only for "tax exempt" employees (IE, part
timers).  and this NEVER sticks for us in courts, IIRC.

christopher olive
cto, vp of web development, vp it security
atnet solutions, inc.
410.931.4092
http://www.atnetsolutions.com


-Original Message-
From: Sam Roach [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 14, 2002 4:31 PM
To: CF-Talk
Subject: Computer Professionals / Cold Fusion Programmer


Does anyone know how the law works for salaried employees, regarding
Computer Professionals?  Is there a minimum salary?


Computer Professionals - A new law provides for increased hourly minimum pay
for exempt computer professionals. The minimum salary requirement for exempt
computer professionals rose from $41 per hour in 2001 to $42.64 in 2002.


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



RE: Computer Professionals / Cold Fusion Programmer

2002-05-14 Thread Ledwith, Brian

A quick search on google for the quote Sam had turned up with:
www.torrancechamber.com/2002laws.htm and
www.careerzone.torrnet.com/Employers/contbus.htm


Interestingly, on the California Chamber of Commerce website...
http://www.calchamber.com//helpline/computer_professionals_exempt.html


~bgl

(ps, a big "THANK YOU" to all involved with last nights NYCFUG meeting.)



--
 Brian Ledwith
 "Stupefying...prodigious...asinine..." --Mac Wellman
 Learning Express, LLC.
 www.learnatest.com / www.learningexpressonline.com
 900 Broadway NY NY
 office:212.995.2566 x150
 facsimile: 212.995.5512
 mobile:917.957.9166
--



-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 14, 2002 4:35 PM
To: CF-Talk
Subject: RE: Computer Professionals / Cold Fusion Programmer


god I wish! ;)

Anthony Petruzzi
Webmaster
954-321-4703
[EMAIL PROTECTED]
http://www.sheriff.org


-Original Message-
From: Sam Roach [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 14, 2002 4:31 PM
To: CF-Talk
Subject: Computer Professionals / Cold Fusion Programmer


Does anyone know how the law works for salaried employees, regarding
Computer Professionals?  Is there a minimum salary?


Computer Professionals - A new law provides for increased hourly minimum pay
for exempt computer professionals. The minimum salary requirement for exempt
computer professionals rose from $41 per hour in 2001 to $42.64 in 2002.


__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Computer Professionals / Cold Fusion Programmer

2002-05-14 Thread Ryan Kime

Sam,

Are you talking about the FLSA (Fair Labor Standards Act)? That sets
overtime pay standards for hourly workers and has maximum pay limits for
salaried professionals. The minimum salary the law is referring to is the
maximum pay per hour of a salaried worker broken down (including benefits)
that has a right to claim overtime from their employer and is protected by
federal law. 

Ryan Kime

-Original Message-
From: Sam Roach [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, May 14, 2002 3:31 PM
To: CF-Talk
Subject: Computer Professionals / Cold Fusion Programmer


Does anyone know how the law works for salaried employees, regarding
Computer Professionals?  Is there a minimum salary?


Computer Professionals - A new law provides for increased hourly minimum pay
for exempt computer professionals. The minimum salary requirement for exempt
computer professionals rose from $41 per hour in 2001 to $42.64 in 2002.
__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: [flasher] Is Flash safe to drive?

2002-05-14 Thread Neil Clark - =TMM=

Agreed :-)... but to piss on his parade, Flash ontop of J2EE with
Flash Remoting is online banking safe...; I challenge him to prove to me
its not (sorry couldn't resist)

Oh, and I tried to drive Flash, couldn't even get into first gear.

Doesn't B.J. stand for.. 

;-)







Neil Clark
Team Macromedia
http://www.macromedia.com/go/team

Announcing Macromedia MX!! 
http://www.macromedia.com/software/trial/.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
Sent: 14 May 2002 21:19
To: CF-Talk
Subject: Re: [flasher] Is Flash safe to drive?

This dude is just messin' with us. I think we should ignore him. 
He is apparently ignoring every email on this thread. Oh yes, 
he comments on them but he doesn't answer the direct questions. 
You may ask, BJ, why are you talking like he's not here? Answer: 
? Bill?

"I will shout from the rooftops!"
BJ

= = = Original message = = =

JGL said:

>First of all I thought the challenge was somewhat OT and did 
not participate.

Is the concept of Flash password protection off-topic? This 
suggestion is so idiotic that I'm almost inclined to refrain 
from 
answering... but I'll carry on.

>My suspicions are that if you put your login in a form of an 
html 
>page, the same result may occur.

We're talking about Flash, not HTML.

JGL then preached a lengthy but irrrelevant sermon that does 
not 
change my opinion that Flash is UNSAFE TO DRIVE.

All I'm trying to say is that a developer who uses Flash as an 

interface to a database can get screwed, because it's impossible 
to 
implement the binary YES/NO test.

Try to persuade me I'm an idiot, if that appeases you. I shall 

continue to shout on the rooftops, until someone proves the contrary, 

that Flash is UNSAFE TO DRIVE for security reasons. That's all!

Bill




  viralmonitor  ~~~
Chinwag's latest list - viral campaigns unleashed

Sign up to receive email alerts on new campaigns
Or to shout about your latest work

http://www.chinwag.com/viralmonitor


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



RE: Computer Professionals / Cold Fusion Programmer

2002-05-14 Thread Christopher Olive

IANAL, but i believe this is only for "tax exempt" employees (IE, part timers).  and 
this NEVER sticks for us in courts, IIRC.

christopher olive
cto, vp of web development, vp it security
atnet solutions, inc.
410.931.4092
http://www.atnetsolutions.com


-Original Message-
From: Sam Roach [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 14, 2002 4:31 PM
To: CF-Talk
Subject: Computer Professionals / Cold Fusion Programmer


Does anyone know how the law works for salaried employees, regarding
Computer Professionals?  Is there a minimum salary?


Computer Professionals - A new law provides for increased hourly minimum pay
for exempt computer professionals. The minimum salary requirement for exempt
computer professionals rose from $41 per hour in 2001 to $42.64 in 2002.

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



Re: [admin] List status

2002-05-14 Thread Howie Hamlin

The paypal link is:

https:[EMAIL PROTECTED]

Regards,

Howie

- Original Message - 
From: "Rick Walters" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, May 14, 2002 4:39 PM
Subject: RE: [admin] List status


> Being able to search the archives might even be worth a donation to many
> of us.  I know it would help me out on occasion.  It would greatly
> reduce the number of emails I save in my "CF Archive" folder.
> 
> Good Fortune,
> Richard Walters,
> Webmaster, Davita Laboratory Services
> [EMAIL PROTECTED]
> (800) 604-5227 x 3525
> 

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



RE: [admin] List status

2002-05-14 Thread Kevin Schmidt

I would chip in.  Have a fund raiser Mike. I am not too familiar with
SQL Server costs, what would it cost?


-Original Message-
From: Rick Walters [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, May 14, 2002 3:39 PM
To: CF-Talk
Subject: RE: [admin] List status

Being able to search the archives might even be worth a donation to many
of us.  I know it would help me out on occasion.  It would greatly
reduce the number of emails I save in my "CF Archive" folder.

Good Fortune,
Richard Walters,
Webmaster, Davita Laboratory Services
[EMAIL PROTECTED]
(800) 604-5227 x 3525

>>> [EMAIL PROTECTED] 05/14/02 03:42PM >>>
Wow, searching the archives would be 'the heat'! how can we help to get
the
sql box online?

Tony Gruen





__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: [admin] List status

2002-05-14 Thread Rick Walters

Being able to search the archives might even be worth a donation to many
of us.  I know it would help me out on occasion.  It would greatly
reduce the number of emails I save in my "CF Archive" folder.

Good Fortune,
Richard Walters,
Webmaster, Davita Laboratory Services
[EMAIL PROTECTED]
(800) 604-5227 x 3525

>>> [EMAIL PROTECTED] 05/14/02 03:42PM >>>
Wow, searching the archives would be 'the heat'! how can we help to get
the
sql box online?

Tony Gruen




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



RE: Computer Professionals / Cold Fusion Programmer

2002-05-14 Thread Tony_Petruzzi

god I wish! ;)

Anthony Petruzzi
Webmaster
954-321-4703
[EMAIL PROTECTED]
http://www.sheriff.org


-Original Message-
From: Sam Roach [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 14, 2002 4:31 PM
To: CF-Talk
Subject: Computer Professionals / Cold Fusion Programmer


Does anyone know how the law works for salaried employees, regarding
Computer Professionals?  Is there a minimum salary?


Computer Professionals - A new law provides for increased hourly minimum pay
for exempt computer professionals. The minimum salary requirement for exempt
computer professionals rose from $41 per hour in 2001 to $42.64 in 2002.

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



RE: [admin] List status

2002-05-14 Thread Shawn Grover

Just wanted to say Thanks to you for your great work Michael.  Without this
list, and the above-average people it puts me in contact with, I'd still be
reading books and searching the web to do the intermediate stuff.  Much
appreciated.

(I know, not quite as good as a cash donation, but it's the thought that
counts... right LOL )

Shawn Grover

-Original Message-
From: Michael Dinowitz [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 14, 2002 1:27 PM
To: CF-Talk
Subject: RE: [admin] List status


Lets see. The lists are free for you. On my side they cost me time, effort
and some cash. A refund means you own me some of your time, effort and cash.
I can accept paypal. :)
Actually, I'm going to have to get a SQL box so I can get the archives out
of Access and give search-ability to it all. If everyone wants a refund I
should be ok with the box in no time. :)

At 02:57 PM 5/14/02, you wrote:
>I want a refund.
>
>
>> -Original Message-
>> From: Michael Dinowitz [mailto:[EMAIL PROTECTED]]
>> Sent: Tuesday, May 14, 2002 1:47 PM
>> To: CF-Talk
>> Subject: [admin] List status
>>
>>
>> Due to an unknown error, the CF-Talk list (and only that
>> list) was disabled as of last night or this morning. I've
>> since rebooted the lists and we should have posts again. All
>> of the posts that went on during that time have been saved to
>> the archives
>> (http://www.houseoffusion.com/archive/index.cfm?method=threads
>> &categoryid=1) even if they have not arrived in your mail
>> folder. I apologize for the inconvenience.
>>
>> Michael Dinowitz
>> Publisher: Fusion Authority weekly news alert
>> (www.fusionauthority.com/alert)
>> Listmaster: CF-Talk, CF-Jobs, Spectra-Talk, Jrun-Talk, etc.
>> (www.houseoffusion.com)
>>
>>
>

__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFHTTP Connection Failure (fwd)

2002-05-14 Thread Mark A. Kruger - CFG

Tony 

hm ok, what's the page you are requesting like? Does it have a CFCONTENT tag 
in it?  Or a cflocation?

-mk

-Original Message-
From: Tony Schreiber [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 14, 2002 3:23 PM
To: CF-Talk
Subject: RE: CFHTTP Connection Failure (fwd)


I've done that. I get "no status available" on the result cf error page. I
also use CFDUMP on CFHTTP and there is, as described, nothing in it,
except the connection failure message. Empty header.

CFDUMP looks like this:

FILECONTENT Connection Failure
HEADER
MIMETYPE Unable to determine MIME type of file.
RESPONSEHEADER
STATUSCODE Connection Failure. Status code unavailable.

Arg.

Now, if I request what I know to be an invalid url on the same server, but
one that does NOT end in .dll, I get this:

FILECONTENT Connection Failure
HEADER HTTP/1.1 405 Method not allowed Server: Microsoft-IIS/4.0 Date:
Tue, 14 May 2002 20:25:03 GMT Allow: OPTIONS, TRACE Content-Length: 545
Content-Type: text/html
MIMETYPE text/html
RESPONSEHEADER ALLOW OPTIONS, TRACE
CONTENT-LENGTH 545
CONTENT-TYPE text/html
DATE Tue, 14 May 2002 20:25:03 GMT
EXPLANATION Method
HTTP_VERSION HTTP/1.1
SERVER Microsoft-IIS/4.0
STATUS_CODE 405

Which is at least a response!

> Ok - Add the "throwonerror=yes" attribute to your  tag call.
> sometimes connection failure is a read herring for some other error.
>
> mark
>
> -Original Message-
> From: Tony Schreiber [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, May 14, 2002 3:04 PM
> To: CF-Talk
> Subject: CFHTTP Connection Failure (fwd)
>
>
> I've checked the forums and search on google, but I've yet to find an
> answer.
>
> I'm trying to make a CFHTTP call to ebay. And all I get are
> "connection failure". The CFHTTP.Header is EMPTY. As in, NOTHING. No
> status code, no nothing.
>
> I can hit the url and get a response using a browser on the server in
> question, but from cfhttp I get nothing.
>
> .day goes by...
>
> The url I'm trying to post to is:
> https://api-test.ebay.com/aw-cgi/api.dll
>
> Like I said, I get "connection failure". CFHTTP.Header is empty.
>
> If I change the url to api.html or something else, I actually get a
> connection/response (403 Forbidden), but I get a response! When I change
> it back to .dll, back to nothingness...
>
> If I got the url directly in the browser, it works fine.
>
> Tony Schreiber, Senior Partner  Man and Machine, Limited
> mailto:[EMAIL PROTECTED]   http://www.technocraft.com
>
> http://www.simplemessageboard.com ___Free Forum Software for Cold Fusion
> http://www.is300.net ___The Enthusiast's Home of the Lexus IS300
> http://www.digitacamera.com __DigitA Camera Scripts and Tips
> http://www.linklabexchange.com _Miata Link ECU Data Exchange
>
>
>
> 

__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Computer Professionals / Cold Fusion Programmer

2002-05-14 Thread Kevin Schmidt

Never heard of that one before, where did you pull that from? 



-Original Message-
From: Sam Roach [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, May 14, 2002 3:31 PM
To: CF-Talk
Subject: Computer Professionals / Cold Fusion Programmer

Does anyone know how the law works for salaried employees, regarding
Computer Professionals?  Is there a minimum salary?


Computer Professionals - A new law provides for increased hourly minimum
pay
for exempt computer professionals. The minimum salary requirement for
exempt
computer professionals rose from $41 per hour in 2001 to $42.64 in 2002.

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



RE: Windows

2002-05-14 Thread Shawn Grover

There is a security restriction in JS.  You cannot do a JS close on a
browser window if it is not a JS child window.
We got around this by changing the Opener of the calling window.

For example:

In Index.cfm:

window.open(page2.cfm);

In Page2:

self.parent.opener = self;
self.parent.close();

I'm not looking at the code for this right now, so might have the details
wrong, but I know the concept works.

Good Luck.

Shawn Grover

-Original Message-
From: phumes1 [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 14, 2002 1:11 PM
To: CF-Talk
Subject: Re: Windows


My main page I have a index.cfm file which gets loaded by IE by default.

I don't want the toolbar, menubar etc..etc to appear. I just want the page
loaded into a window without all that crud. How can I do this...JS with the
code below?

'toolbar=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,
width=290,height=200')

I can't get this to work properly. It open my index.cfm file in another
window without all the crud at the top but then a dialog pops up asking if
I want to the this window?

Below is the code for my "load.cfm" page which on the OnLoad loads my
index.cfm file.




  











  setTimeout("self.close()", 2000 )









+---
+

Philip Humeniuk
[EMAIL PROTECTED]
[EMAIL PROTECTED]
+---
-+



__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: MS Access Help

2002-05-14 Thread Janine Jakim

Single/double allow for "decimal precision" here's the info from MSOutlook
help.

Single Stores numbers from
-3.402823E38 to
-1.401298E-45 for negative values and from
1.401298E-45 to 3.402823E38 for positive values. 7 4 bytes 
Storage Size 4 bytes
Decimal Precision 7

Double Stores numbers from
-1.79769313486231E308 to
-4.94065645841247E-324 for negative values and from 1.79769313486231E308 to
4.94065645841247E-324 for positive values. 15 8 bytes 
Storage Size 8 bytes
Decimal Precision 15

-Original Message-
From: Paul Giesenhagen [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 14, 2002 4:26 PM
To: CF-Talk
Subject: Re: MS Access Help


What does double do  as opposed to decimal?

Thanks so much!

Paul Giesenhagen
QuillDesign


- Original Message -
From: "Janine Jakim" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, May 14, 2002 3:13 PM
Subject: RE: MS Access Help


> Change the field size to either single or double
>
> -Original Message-
> From: Paul Giesenhagen [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, May 14, 2002 4:14 PM
> To: CF-Talk
> Subject: OT: MS Access Help
>
>
> I am trying to insert numbers into MS Access NUMBER FIELD,
>
> Numbers are:
>
> 21.01
> 22.00
> 23.33
> 24.00
> 49.99
> ect...  But it keeps rounding them up/down and putting them in as
>
> 21
> 22
> 23
> 24
> 50
>
> I have set the Number Field to General Number and forced(I thought) 2
> decimal places.
>
> Anyone know Access very well?  They don't have FLOAT :(
>
> Thanks
>
> Paul Giesenhagen
> QuillDesign
>
>
>
> 

__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Computer Professionals / Cold Fusion Programmer

2002-05-14 Thread Sam Roach

Does anyone know how the law works for salaried employees, regarding
Computer Professionals?  Is there a minimum salary?


Computer Professionals - A new law provides for increased hourly minimum pay
for exempt computer professionals. The minimum salary requirement for exempt
computer professionals rose from $41 per hour in 2001 to $42.64 in 2002.
__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: MS Access Help

2002-05-14 Thread Marlon Moyer

Change your field size to 'single' or 'double'.

The General Number setting is just for formatting.

- Original Message -
From: "Paul Giesenhagen" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, May 14, 2002 3:13 PM
Subject: OT: MS Access Help


> I am trying to insert numbers into MS Access NUMBER FIELD,
>
> Numbers are:
>
> 21.01
> 22.00
> 23.33
> 24.00
> 49.99
> ect...  But it keeps rounding them up/down and putting them in as
>
> 21
> 22
> 23
> 24
> 50
>
> I have set the Number Field to General Number and forced(I thought) 2
> decimal places.
>
> Anyone know Access very well?  They don't have FLOAT :(
>
> Thanks
>
> Paul Giesenhagen
> QuillDesign
>
>
> 
__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFHTTP Connection Failure (fwd)

2002-05-14 Thread Tony Schreiber

I've done that. I get "no status available" on the result cf error page. I
also use CFDUMP on CFHTTP and there is, as described, nothing in it,
except the connection failure message. Empty header.

CFDUMP looks like this:

FILECONTENT Connection Failure
HEADER
MIMETYPE Unable to determine MIME type of file.
RESPONSEHEADER
STATUSCODE Connection Failure. Status code unavailable.

Arg.

Now, if I request what I know to be an invalid url on the same server, but
one that does NOT end in .dll, I get this:

FILECONTENT Connection Failure
HEADER HTTP/1.1 405 Method not allowed Server: Microsoft-IIS/4.0 Date:
Tue, 14 May 2002 20:25:03 GMT Allow: OPTIONS, TRACE Content-Length: 545
Content-Type: text/html
MIMETYPE text/html
RESPONSEHEADER ALLOW OPTIONS, TRACE
CONTENT-LENGTH 545
CONTENT-TYPE text/html
DATE Tue, 14 May 2002 20:25:03 GMT
EXPLANATION Method
HTTP_VERSION HTTP/1.1
SERVER Microsoft-IIS/4.0
STATUS_CODE 405

Which is at least a response!

> Ok - Add the "throwonerror=yes" attribute to your  tag call.
> sometimes connection failure is a read herring for some other error.
>
> mark
>
> -Original Message-
> From: Tony Schreiber [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, May 14, 2002 3:04 PM
> To: CF-Talk
> Subject: CFHTTP Connection Failure (fwd)
>
>
> I've checked the forums and search on google, but I've yet to find an
> answer.
>
> I'm trying to make a CFHTTP call to ebay. And all I get are
> "connection failure". The CFHTTP.Header is EMPTY. As in, NOTHING. No
> status code, no nothing.
>
> I can hit the url and get a response using a browser on the server in
> question, but from cfhttp I get nothing.
>
> .day goes by...
>
> The url I'm trying to post to is:
> https://api-test.ebay.com/aw-cgi/api.dll
>
> Like I said, I get "connection failure". CFHTTP.Header is empty.
>
> If I change the url to api.html or something else, I actually get a
> connection/response (403 Forbidden), but I get a response! When I change
> it back to .dll, back to nothingness...
>
> If I got the url directly in the browser, it works fine.
>
> Tony Schreiber, Senior Partner  Man and Machine, Limited
> mailto:[EMAIL PROTECTED]   http://www.technocraft.com
>
> http://www.simplemessageboard.com ___Free Forum Software for Cold Fusion
> http://www.is300.net ___The Enthusiast's Home of the Lexus IS300
> http://www.digitacamera.com __DigitA Camera Scripts and Tips
> http://www.linklabexchange.com _Miata Link ECU Data Exchange
>
>
>
> 
__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: MS Access Help

2002-05-14 Thread Paul Giesenhagen

What does double do  as opposed to decimal?

Thanks so much!

Paul Giesenhagen
QuillDesign


- Original Message -
From: "Janine Jakim" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, May 14, 2002 3:13 PM
Subject: RE: MS Access Help


> Change the field size to either single or double
>
> -Original Message-
> From: Paul Giesenhagen [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, May 14, 2002 4:14 PM
> To: CF-Talk
> Subject: OT: MS Access Help
>
>
> I am trying to insert numbers into MS Access NUMBER FIELD,
>
> Numbers are:
>
> 21.01
> 22.00
> 23.33
> 24.00
> 49.99
> ect...  But it keeps rounding them up/down and putting them in as
>
> 21
> 22
> 23
> 24
> 50
>
> I have set the Number Field to General Number and forced(I thought) 2
> decimal places.
>
> Anyone know Access very well?  They don't have FLOAT :(
>
> Thanks
>
> Paul Giesenhagen
> QuillDesign
>
>
>
> 
__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: COM :: CF :: Wolfenstein & Q3

2002-05-14 Thread Paul Ihrig

well i just did it using q3plug & the sets variable in my maprotate.cfg

now it works fine

http://www.forumplanet.com/planetwolfenstein/topic.asp?fid=1692&tid=646541

-paul


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



RE: MS Access Help

2002-05-14 Thread Janine Jakim

Change the field size to either single or double

-Original Message-
From: Paul Giesenhagen [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 14, 2002 4:14 PM
To: CF-Talk
Subject: OT: MS Access Help


I am trying to insert numbers into MS Access NUMBER FIELD,

Numbers are:

21.01
22.00
23.33
24.00
49.99
ect...  But it keeps rounding them up/down and putting them in as

21
22
23
24
50

I have set the Number Field to General Number and forced(I thought) 2
decimal places.

Anyone know Access very well?  They don't have FLOAT :(

Thanks

Paul Giesenhagen
QuillDesign



__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFHTTP Connection Failure (fwd)

2002-05-14 Thread Mark A. Kruger - CFG

Ok - Add the "throwonerror=yes" attribute to your  tag call.  sometimes 
connection failure is a read herring for some other error.

mark

-Original Message-
From: Tony Schreiber [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 14, 2002 3:04 PM
To: CF-Talk
Subject: CFHTTP Connection Failure (fwd)


I've checked the forums and search on google, but I've yet to find an
answer.

I'm trying to make a CFHTTP call to ebay. And all I get are
"connection failure". The CFHTTP.Header is EMPTY. As in, NOTHING. No
status code, no nothing.

I can hit the url and get a response using a browser on the server in
question, but from cfhttp I get nothing.

.day goes by...

The url I'm trying to post to is:
https://api-test.ebay.com/aw-cgi/api.dll

Like I said, I get "connection failure". CFHTTP.Header is empty.

If I change the url to api.html or something else, I actually get a
connection/response (403 Forbidden), but I get a response! When I change
it back to .dll, back to nothingness...

If I got the url directly in the browser, it works fine.

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

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



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



Re: [flasher] Is Flash safe to drive?

2002-05-14 Thread mynews

This dude is just messin' with us. I think we should ignore him. 
He is apparently ignoring every email on this thread. Oh yes, 
he comments on them but he doesn't answer the direct questions. 
You may ask, BJ, why are you talking like he's not here? Answer: 
? Bill?

"I will shout from the rooftops!"
BJ

= = = Original message = = =

JGL said:

>First of all I thought the challenge was somewhat OT and did 
not participate.

Is the concept of Flash password protection off-topic? This 
suggestion is so idiotic that I'm almost inclined to refrain 
from 
answering... but I'll carry on.

>My suspicions are that if you put your login in a form of an 
html 
>page, the same result may occur.

We're talking about Flash, not HTML.

JGL then preached a lengthy but irrrelevant sermon that does 
not 
change my opinion that Flash is UNSAFE TO DRIVE.

All I'm trying to say is that a developer who uses Flash as an 

interface to a database can get screwed, because it's impossible 
to 
implement the binary YES/NO test.

Try to persuade me I'm an idiot, if that appeases you. I shall 

continue to shout on the rooftops, until someone proves the contrary, 

that Flash is UNSAFE TO DRIVE for security reasons. That's all!

Bill




  viralmonitor  ~~~
Chinwag's latest list - viral campaigns unleashed

Sign up to receive email alerts on new campaigns
Or to shout about your latest work

http://www.chinwag.com/viralmonitor

__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CF_Two_Selects trouble all of a sudden....

2002-05-14 Thread Jon Hall

View the source on the page and make sure that the form is named CForm_Trans
and the dropdown is named VTCode and the cases are correct.

jon
- Original Message -
From: "Larry Juncker" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, May 14, 2002 3:48 PM
Subject: CF_Two_Selects trouble all of a sudden


> Can anyone take a look at the following and tell me why I keep getting
>
> Error: 'document.CForm_Trans.VTCode.selectedIndex' is null or not a n
object
>
> But when I look at the code most everything appears to be there.
>
> Need this quick if you can..
>
> Thanks In Advance
>
> 
> SELECT
>   DISTINCT VEHICLETYPECODE AS VTCode,MANUFACTURER AS ManCode,
>   (MANUFACTURER || ' (' || COUNT(MANUFACTURER) || ')' ) AS MANUFCount
>   FROM VEHICLEQUERY
>   WHERE DEALRNAME <> 'HEARTLAND'
>   AND INACTSTATUS = 'A'
>   GROUP BY VEHICLETYPECODE,MANUFACTURER
> 
>
>  QUERY="qryVehicles"
> NAME1="VTCode"
> NAME2="ManCode"
> DISPLAY1="VTCode"
> DISPLAY2="ManufCount"
> VALUE1="VTCode"
> VALUE2="ManCode"
> WIDTH1="150"
> WIDTH2="200"
> FORCEWIDTH="150"
> FORCEWIDTH2="200"
> SIZE1="6"
> SIZE2="6"
> AUTOSELECTFIRST="Yes"
> FORMNAME="CForm_Trans">
>
> Larry Juncker
> Senior Cold Fusion Developer
> Heartland Communications Group, Inc.
> [EMAIL PROTECTED]
>
> CONFIDENTIALITY NOTICE
> The information contained in this e-mail is intended only for the use of
the
> individual or entity to which it is addressed.  This e-mail may contain
> information that is privileged, confidential, and/or personal. If the
reader of
> this message is not the intended recipient (or the employee or agent
responsible
> to deliver it to the intended recipient), you are hereby notified that any
> dissemination, distribution, or  copying of this communication is
prohibited.
> If you have received this communication in error, please notify us at the
email
> listed above.
>
> 
__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



OT: MS Access Help

2002-05-14 Thread Paul Giesenhagen

I am trying to insert numbers into MS Access NUMBER FIELD,

Numbers are:

21.01
22.00
23.33
24.00
49.99
ect...  But it keeps rounding them up/down and putting them in as

21
22
23
24
50

I have set the Number Field to General Number and forced(I thought) 2
decimal places.

Anyone know Access very well?  They don't have FLOAT :(

Thanks

Paul Giesenhagen
QuillDesign


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



RE: Here is a strange one...

2002-05-14 Thread Tony_Petruzzi

is the cfexec service logged on as a local system account or a particular
user? if it is logged on as a particular user, does that user login have the
right permissions?

Anthony Petruzzi
Webmaster
954-321-4703
[EMAIL PROTECTED]
http://www.sheriff.org


-Original Message-
From: Adrian Cesana [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 14, 2002 3:57 PM
To: CF-Talk
Subject: RE: Here is a strange one...


Its a possible work around but try running it with AT, if it works just use
CFEXECUTE to schedule the job in AT.  There must be some specific advanced
permissions that are required.

Adrian

-Original Message-
From: Neil H. [mailto:[EMAIL PROTECTED]]

I wrote a bat that simply deletes the files in c:\temp directory.  I even
use the proper flag for quiet mode so it doesn't ask are you sure?  I run it
on the command line and it works.  I run it in cfexecute and it doesn't seem
to work.  The CF Application server does have permissions because I login to
the machine as that user its running as and run the bat.

Any ideas?

Neil


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



CFHTTP Connection Failure (fwd)

2002-05-14 Thread Tony Schreiber

I've checked the forums and search on google, but I've yet to find an
answer.

I'm trying to make a CFHTTP call to ebay. And all I get are
"connection failure". The CFHTTP.Header is EMPTY. As in, NOTHING. No
status code, no nothing.

I can hit the url and get a response using a browser on the server in
question, but from cfhttp I get nothing.

..day goes by...

The url I'm trying to post to is:
https://api-test.ebay.com/aw-cgi/api.dll

Like I said, I get "connection failure". CFHTTP.Header is empty.

If I change the url to api.html or something else, I actually get a
connection/response (403 Forbidden), but I get a response! When I change
it back to .dll, back to nothingness...

If I got the url directly in the browser, it works fine.

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

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


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



Re: [admin] List status

2002-05-14 Thread Jon Hall

So what's the link to the Paypal thing?

- Original Message -
From: "Michael Dinowitz" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, May 14, 2002 3:27 PM
Subject: RE: [admin] List status


> Lets see. The lists are free for you. On my side they cost me time, effort
and some cash. A refund means you own me some of your time, effort and cash.
I can accept paypal. :)
> Actually, I'm going to have to get a SQL box so I can get the archives out
of Access and give search-ability to it all. If everyone wants a refund I
should be ok with the box in no time. :)


__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Here is a strange one...

2002-05-14 Thread Adrian Cesana

Its a possible work around but try running it with AT, if it works just use
CFEXECUTE to schedule the job in AT.  There must be some specific advanced
permissions that are required.

Adrian

-Original Message-
From: Neil H. [mailto:[EMAIL PROTECTED]]

I wrote a bat that simply deletes the files in c:\temp directory.  I even
use the proper flag for quiet mode so it doesn't ask are you sure?  I run it
on the command line and it works.  I run it in cfexecute and it doesn't seem
to work.  The CF Application server does have permissions because I login to
the machine as that user its running as and run the bat.

Any ideas?

Neil

__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



CF_Two_Selects trouble all of a sudden....

2002-05-14 Thread Larry Juncker

Can anyone take a look at the following and tell me why I keep getting

Error: 'document.CForm_Trans.VTCode.selectedIndex' is null or not a n object

But when I look at the code most everything appears to be there.

Need this quick if you can..

Thanks In Advance


SELECT
  DISTINCT VEHICLETYPECODE AS VTCode,MANUFACTURER AS ManCode,
  (MANUFACTURER || ' (' || COUNT(MANUFACTURER) || ')' ) AS MANUFCount
  FROM VEHICLEQUERY
  WHERE DEALRNAME <> 'HEARTLAND'
  AND INACTSTATUS = 'A'
  GROUP BY VEHICLETYPECODE,MANUFACTURER




Larry Juncker
Senior Cold Fusion Developer
Heartland Communications Group, Inc.
[EMAIL PROTECTED]

CONFIDENTIALITY NOTICE
The information contained in this e-mail is intended only for the use of the
individual or entity to which it is addressed.  This e-mail may contain
information that is privileged, confidential, and/or personal. If the reader of
this message is not the intended recipient (or the employee or agent responsible
to deliver it to the intended recipient), you are hereby notified that any
dissemination, distribution, or  copying of this communication is prohibited.
If you have received this communication in error, please notify us at the email
listed above.

__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Here is a strange one...

2002-05-14 Thread Neil H.

I wrote a bat that simply deletes the files in c:\temp directory.  I even
use the proper flag for quiet mode so it doesn't ask are you sure?  I run it
on the command line and it works.  I run it in cfexecute and it doesn't seem
to work.  The CF Application server does have permissions because I login to
the machine as that user its running as and run the bat.

Any ideas?

Neil

__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: check for mixed case plus a numeric

2002-05-14 Thread Brian Scandale

Perfect... thank you.

At 01:37 PM 5/13/02 +0200, you wrote:
>bOK = Refind("[A-Z]",pass) AND ReFind("[a-z]",pass) AND
>ReFind("[0-9]",pass)
>
>-Original Message-
>From: Zac Spitzer [mailto:[EMAIL PROTECTED]] 
>Sent: maandag 13 mei 2002 13:13
>To: CF-Talk
>Subject: Re: check for mixed case plus a numeric
>
>
>Brian Scandale wrote:
>
>>Trying to check for mixed case, and at least one digit in a prospective
>
>>password.
>>
>>Any ... snippets that might help me get started??
>>
>>Thanks,
>>Brian
>>
>>

__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CF_MagicalSelectNeeded

2002-05-14 Thread James Taavon

what is your table structure like?

-Original Message-
From: Tony Gruen [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 14, 2002 3:28 PM
To: CF-Talk
Subject: CF_MagicalSelectNeeded


Suggestions please.

I am trying to use CF_ThreeeSelectsRelated (very cool tag) to allow
selections of one list of options and it does not look like I will be able
to do what I need to accomplish. I just need a set of three options that
progressively offer one valuelist. For example, 6 books on a list. I need to
say which one is my first preference, then the second option shows the
remaining 5, then the last shows the remaining four.

Is there a more appropriate solution for this other than
CF_ThreeeSelectsRelated? I need it to be on one form and function like
CF_ThreeeSelectsRelated but I do not see how to make CF_ThreeeSelectsRelated
function this way.

Any input is greatly appreciated. Thanks in advance.

Tony Gruen


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



RE: [admin] List status

2002-05-14 Thread Tony Gruen

Wow, searching the archives would be 'the heat'! how can we help to get the
sql box online?

Tony Gruen



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



RE: Reg Expression for IPs

2002-05-14 Thread Craig Thomas

Treat the ip addresses like lists with "." as a delimiter.

-Craig Thomas


__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CF_MagicalSelectNeeded

2002-05-14 Thread Tony Gruen

Not specific to CF but I am not Javascript friendly (much to my dismay). 

T

-Original Message-
From: Kevin Schmidt [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 14, 2002 12:31 PM
To: CF-Talk
Subject: RE: CF_MagicalSelectNeeded


Could you do it with Javascript, or does it have to be CF.
__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CF_Execute from http://www.fusionauthority.com tag gallery

2002-05-14 Thread Mike Brunt

In your CFUSION/CUSTOMTAGS directory or in the directories wherever you are
calling it.

Kind Regards - Mike Brunt, CTO
Webapper
http://www.webapper.com
Downey CA Office
562.243.6255
AIM - webappermb

"Webapper - Making the NET work"


-Original Message-
From: phumes1 [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 14, 2002 12:22 PM
To: CF-Talk
Subject: Re: CF_Execute from http://www.fusionauthority.com tag gallery


I just downloaded CF_Execute from the tag gallery on
http://www.fusionauthority.com/

Where do I place the execute.cfm file on my server?




+---
+

Philip Humeniuk
[EMAIL PROTECTED]
[EMAIL PROTECTED]
+---
-+



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



RE: Reg Expression for IPs

2002-05-14 Thread Jeff Brown

Mark,

How about this...?





(do something)

(do something else)




v/r,
Jeff

-Original Message-
From: Mark M. Kecko [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 14, 2002 3:00 PM
To: CF-Talk
Subject: FW: Reg Expression for IPs


Does anybody have a regular expression for finiding out if a clients IP
address falls within a certain range.  I want to know if anybody with an IP
address in the range of 192.168.32.0 - 192.168.63.255 hits a page.  Thanks
in advance.

Mark Kecko
The Computer Guy
MediaPost Communications
[EMAIL PROTECTED]
http://www.mediapost.com
(203)222-0330 ext309

"Imagination is the one weapon in the war against reality."
Jules de Gaultier


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



RE: Reg Expression for IPs

2002-05-14 Thread Ben Johnson

An IP address is really only a 4-byte int seperated into four bytes.  So if
you want to find a range, just convert it back to a 4-byte int and compare:

Example:











... do stuff...




Honestly, I haven't tried this.  E-mail me back if it doesn't work.  :)  You
might have to do a BitOR with each.  Also, you could probably make that into
a UDF.  Or something.  It's a bit lengthly like this.


Ben Johnson
Hostworks, Inc.


-Original Message-
From: Mark M. Kecko [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 14, 2002 1:00 PM
To: CF-Talk
Subject: FW: Reg Expression for IPs


Does anybody have a regular expression for finiding out if a clients IP
address falls within a certain range.  I want to know if anybody with an IP
address in the range of 192.168.32.0 - 192.168.63.255 hits a page.  Thanks
in advance.

Mark Kecko
The Computer Guy
MediaPost Communications
[EMAIL PROTECTED]
http://www.mediapost.com
(203)222-0330 ext309

"Imagination is the one weapon in the war against reality."
Jules de Gaultier


__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CF_MagicalSelectNeeded

2002-05-14 Thread Kevin Schmidt

Could you do it with Javascript, or does it have to be CF.

-Original Message-
From: Tony Gruen [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, May 14, 2002 2:28 PM
To: CF-Talk
Subject: CF_MagicalSelectNeeded

Suggestions please.

I am trying to use CF_ThreeeSelectsRelated (very cool tag) to allow
selections of one list of options and it does not look like I will be
able
to do what I need to accomplish. I just need a set of three options that
progressively offer one valuelist. For example, 6 books on a list. I
need to
say which one is my first preference, then the second option shows the
remaining 5, then the last shows the remaining four.

Is there a more appropriate solution for this other than
CF_ThreeeSelectsRelated? I need it to be on one form and function like
CF_ThreeeSelectsRelated but I do not see how to make
CF_ThreeeSelectsRelated
function this way.

Any input is greatly appreciated. Thanks in advance.

Tony Gruen


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



CF_MagicalSelectNeeded

2002-05-14 Thread Tony Gruen

Suggestions please.

I am trying to use CF_ThreeeSelectsRelated (very cool tag) to allow
selections of one list of options and it does not look like I will be able
to do what I need to accomplish. I just need a set of three options that
progressively offer one valuelist. For example, 6 books on a list. I need to
say which one is my first preference, then the second option shows the
remaining 5, then the last shows the remaining four.

Is there a more appropriate solution for this other than
CF_ThreeeSelectsRelated? I need it to be on one form and function like
CF_ThreeeSelectsRelated but I do not see how to make CF_ThreeeSelectsRelated
function this way.

Any input is greatly appreciated. Thanks in advance.

Tony Gruen

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



RE: [admin] List status

2002-05-14 Thread Michael Dinowitz

Lets see. The lists are free for you. On my side they cost me time, effort and some 
cash. A refund means you own me some of your time, effort and cash. I can accept 
paypal. :)
Actually, I'm going to have to get a SQL box so I can get the archives out of Access 
and give search-ability to it all. If everyone wants a refund I should be ok with the 
box in no time. :)

At 02:57 PM 5/14/02, you wrote:
>I want a refund.
>
>
>> -Original Message-
>> From: Michael Dinowitz [mailto:[EMAIL PROTECTED]]
>> Sent: Tuesday, May 14, 2002 1:47 PM
>> To: CF-Talk
>> Subject: [admin] List status
>> 
>> 
>> Due to an unknown error, the CF-Talk list (and only that 
>> list) was disabled as of last night or this morning. I've 
>> since rebooted the lists and we should have posts again. All 
>> of the posts that went on during that time have been saved to 
>> the archives 
>> (http://www.houseoffusion.com/archive/index.cfm?method=threads
>> &categoryid=1) even if they have not arrived in your mail 
>> folder. I apologize for the inconvenience.
>> 
>> Michael Dinowitz 
>> Publisher: Fusion Authority weekly news alert 
>> (www.fusionauthority.com/alert) 
>> Listmaster: CF-Talk, CF-Jobs, Spectra-Talk, Jrun-Talk, etc. 
>> (www.houseoffusion.com)
>> 
>> 
>
__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Reg Expression for IPs

2002-05-14 Thread Mark M. Kecko

Unfortunately I haven't been able to find good documentation on how to use
the subnet mask in relation to blocking IP's, can you point me to a good
reference? -mark

-Original Message-
From: Mike Sullivan [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 14, 2002 3:19 PM
To: CF-Talk
Subject: RE: Reg Expression for IPs


Sure, its called a subnet mask ;-)

> -Original Message-
> From: Mark M. Kecko [SMTP:[EMAIL PROTECTED]]
> Sent: Tuesday, May 14, 2002 12:00 PM
> To:   CF-Talk
> Subject:  FW: Reg Expression for IPs
>
> Does anybody have a regular expression for finiding out if a clients IP
> address falls within a certain range.  I want to know if anybody with an
> IP
> address in the range of 192.168.32.0 - 192.168.63.255 hits a page.  Thanks
> in advance.
>
> Mark Kecko
> The Computer Guy
> MediaPost Communications
> [EMAIL PROTECTED]
> http://www.mediapost.com
> (203)222-0330 ext309
>
> "Imagination is the one weapon in the war against reality."
> Jules de Gaultier
>
>

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



Re: test

2002-05-14 Thread Patric Stumpe

Me too, me too..!


> No. don't respond.

> LOL

> | -Original Message-
> | From: James Taavon [mailto:[EMAIL PROTECTED]] 
> | Sent: Tuesday, May 14, 2002 11:55 AM
> | To: CF-Talk
> | Subject: RE: test
> | 
> | 
> | are we supposed to respond? this will produce many emails??
> | 
> | -Original Message-
> | From: Michael Dinowitz [mailto:[EMAIL PROTECTED]]
> | Sent: Tuesday, May 14, 2002 2:31 PM
> | To: CF-Talk
> | Subject: test
> | 
> | 
> | test
> | 
> | Michael Dinowitz
> | Publisher: Fusion Authority weekly news alert
> | (www.fusionauthority.com/alert)
> | Listmaster: CF-Talk, CF-Jobs, Spectra-Talk, Jrun-Talk, etc.
> | (www.houseoffusion.com)
> | 
> | 
> | 
> 
__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Fwd: CFX_IMG, AUTORESIZE, and personal photo DB with 3000 original photos.

2002-05-14 Thread Steven A. del Sol

>Date: Tue, 14 May 2002 10:56:34 -0700
>To: [EMAIL PROTECTED]
>From: "Steven A. del Sol" <[EMAIL PROTECTED]>
>Subject: CFX_IMG, AUTORESIZE, and personal photo DB with 3000 original photos.
>
>Ok, here is what I am trying to do.  I would like to batch process all 
>3000 of my photos using this CFX tag.  The tag works great 
>individually.  Here is my situation.  To batch process I need CF to load 
>the images in the  but I can not get it to work.  I 
>changed my server address and website see if you can help me figure this 
>one out.  here is the code I am using.. the tags can be found at 
>CFDEV.com.  THANKS
>
>
>
>
>
>
>
>  thumbsize="80" prefix="tn" goof="#goodluck.photo#" filefield="form.photo" 
> thumbpath="#thumbpath#" nameconflict="overwrite">
> 
> 
> UPDATE photo
>SET cdphoto='#photo#', thumbnail='#thumbnail#'
>WHERE   (PHOTOID = 1451)
> 
>
>
>
>
>
>
>
>select * from photo 
>where photoid=#url.nextone#
>
>
>enctype="multipart/form-data" name="bozo">
>
>  value="Submit">
>
>
> --->

Steven A. del Sol
NETPACQ Internet Systems
858.541.0222 - [EMAIL PROTECTED]
http://www.NETPACQ.com

__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



CFX_IMG, AUTORESIZE, and personal photo DB with 3000 original photos.

2002-05-14 Thread Steven A. del Sol

>
>Subject: CFX_IMG, AUTORESIZE, and personal photo DB with 3000 original photos.
>
>Ok, here is what I am trying to do.  I would like to batch process all 
>3000 of my photos using this CFX tag.  The tag works great 
>individually.  Here is my situation.  To batch process I need CF to load 
>the images in the  but I can not get it to work.  I 
>changed my server address and website see if you can help me figure this 
>one out.  here is the code I am using.. the tags can be found at 
>CFDEV.com.  THANKS
>
>
>



__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Reg Expression for IPs

2002-05-14 Thread Mike Sullivan

Sure, its called a subnet mask ;-)

> -Original Message-
> From: Mark M. Kecko [SMTP:[EMAIL PROTECTED]]
> Sent: Tuesday, May 14, 2002 12:00 PM
> To:   CF-Talk
> Subject:  FW: Reg Expression for IPs
> 
> Does anybody have a regular expression for finiding out if a clients IP
> address falls within a certain range.  I want to know if anybody with an
> IP
> address in the range of 192.168.32.0 - 192.168.63.255 hits a page.  Thanks
> in advance.
> 
> Mark Kecko
> The Computer Guy
> MediaPost Communications
> [EMAIL PROTECTED]
> http://www.mediapost.com
> (203)222-0330 ext309
> 
> "Imagination is the one weapon in the war against reality."
> Jules de Gaultier
> 
> 
__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CF_Execute from http://www.fusionauthority.com tag gallery

2002-05-14 Thread phumes1

I just downloaded CF_Execute from the tag gallery on 
http://www.fusionauthority.com/

Where do I place the execute.cfm file on my server?




+---+ 

Philip Humeniuk
[EMAIL PROTECTED]
[EMAIL PROTECTED]
++


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



Re: Windows

2002-05-14 Thread phumes1

My main page I have a index.cfm file which gets loaded by IE by default.

I don't want the toolbar, menubar etc..etc to appear. I just want the page
loaded into a window without all that crud. How can I do this...JS with the
code below?

'toolbar=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,width=290,height=200')

I can't get this to work properly. It open my index.cfm file in another
window without all the crud at the top but then a dialog pops up asking if
I want to the this window?

Below is the code for my "load.cfm" page which on the OnLoad loads my
index.cfm file.




  











  setTimeout("self.close()", 2000 )









+---+ 

Philip Humeniuk
[EMAIL PROTECTED]
[EMAIL PROTECTED]
++


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



RE: [admin] List status

2002-05-14 Thread Cantrell, Adam

I want a refund.


> -Original Message-
> From: Michael Dinowitz [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, May 14, 2002 1:47 PM
> To: CF-Talk
> Subject: [admin] List status
> 
> 
> Due to an unknown error, the CF-Talk list (and only that 
> list) was disabled as of last night or this morning. I've 
> since rebooted the lists and we should have posts again. All 
> of the posts that went on during that time have been saved to 
> the archives 
> (http://www.houseoffusion.com/archive/index.cfm?method=threads
> &categoryid=1) even if they have not arrived in your mail 
> folder. I apologize for the inconvenience.
> 
> Michael Dinowitz 
> Publisher: Fusion Authority weekly news alert 
> (www.fusionauthority.com/alert) 
> Listmaster: CF-Talk, CF-Jobs, Spectra-Talk, Jrun-Talk, etc. 
> (www.houseoffusion.com)
> 
> 
__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



FW: Reg Expression for IPs

2002-05-14 Thread Mark M. Kecko

Does anybody have a regular expression for finiding out if a clients IP
address falls within a certain range.  I want to know if anybody with an IP
address in the range of 192.168.32.0 - 192.168.63.255 hits a page.  Thanks
in advance.

Mark Kecko
The Computer Guy
MediaPost Communications
[EMAIL PROTECTED]
http://www.mediapost.com
(203)222-0330 ext309

"Imagination is the one weapon in the war against reality."
Jules de Gaultier

__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



  1   2   >