Re: migrate data stored by cf 4.5 to cfmx (unicode problem?)

2003-01-29 Thread Jochem van Dieten
Toby Tremayne wrote:
> 
> I wonder though whether it's a CF thing or a copy/paste thing - can
> encoding elements from word be pasted into a plain textarea on a
> website?  Or is it more likely that the earlier version of CF stored
> things incorrectly and cfmx finally does it right?

More likely that earlier versions didn't handle unicode right. Feel free 
to copy-paste all the Word stuff you want at http://cfmx.oli.tudelft.nl/ 
and it shouldn't break (runs on a unicode PostgreSQL database).

Jochem

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: Coldfusion and Verity Results ???

2003-01-29 Thread Ian Vaughan
Ryan

When I set up my collections I am already using the custom1 and 2 fields in
my collections.

I have the search working when just searching individual collections as you
can see from my code in the previous mail, I just need the search to return
all search results when the user selects search all collections

So could I use another approach ?? for example use cfif
isDefined(collectionname) 

For example


   
 




  http://intranet.neath-porttalbot.gov.uk/itintranet/itdownloads/downloa
ds/#custom1#">#title#
  #summary#
  Search Relevance :#NumberFormat ( Round ( Score * 100) )# %

 




  #linktitle#
  #summary#
  Search Relevance :#NumberFormat ( Round ( Score * 100) )# %

 


etc.

- Original Message -
From: "Ryan Kime" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, January 28, 2003 4:56 PM
Subject: RE: Coldfusion and Verity Results ???


> Ian,
>
> I am doing the same thing you are trying to get at. My results can be any
> number of collections including text-based and db-based, just supply cfif
> statements if the custom parameters are supplied for this particular
record.
> If you have set up the "return url" correctly in the collections, you will
> be able to use the #url# parameter instead of static links such as
> "/itdownloads/downloads/"
>
>
> 
>  
> url: #custom1#">#url#
> #custom1#
> 
> 
>
> -Original Message-
> From: Ian Vaughan [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, January 28, 2003 5:59 AM
> To: CF-Talk
> Subject: Coldfusion and Verity Results ???
>
>
> Hi
>
> I would be grateful if somebody with an in depth experience of coldfusion
> and verity can help moe achive my goal here please
>
> From the search form below the user has the option of searching all of the
> site or just individual collections such as Links, Software Downloads...
>
> 
>
> 
> 
>
> Search for : 
>
> 
> All of the site
> Links
> Software Downloads
> Document Knowledgebase
> News/Area
> 
> 
>
> In the search results page how can the results of the search be shown, as
> the user may have chosen to search all the site (collections) if this is
the
> case then I have the following problem...
>
> Because each link from each collection would be different for example
(show
> below), how could this functionality be achieved in the results??
>
> #title#
> #title#
> #title#
>
>
>
>
>
>
> 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: Coldfusion and Verity Results ???

2003-01-29 Thread A.Little
Why not have the link built into the collection? So why you do the indexing
from the db instead of the title being 'xxx' the title is 'xxx'?

Then when you're outputting the results when the user has selected all
collections you don;t need to worry about which individual collection the
result came from.

Alex

> -Original Message-
> From: Ian Vaughan [mailto:[EMAIL PROTECTED]]
> Sent: 29 January 2003 09:09
> To: CF-Talk
> Subject: Re: Coldfusion and Verity Results ???
> 
> 
> Ryan
> 
> When I set up my collections I am already using the custom1 
> and 2 fields in
> my collections.
> 
> I have the search working when just searching individual 
> collections as you
> can see from my code in the previous mail, I just need the 
> search to return
> all search results when the user selects search all collections
> 
> So could I use another approach ?? for example use cfif
> isDefined(collectionname) 
> 
> For example
> 
> 
>
>  
> 
> 
>   
> 
>href="http://intranet.neath-porttalbot.gov.uk/itintranet/itdow
> nloads/downloa
> ds/#custom1#">#title#
>   #summary#
>   Search Relevance :#NumberFormat ( Round ( Score * 100) )# %
> 
>  
> 
> 
>   
> 
>   #linktitle#
>   #summary#
>   Search Relevance :#NumberFormat ( Round ( Score * 100) )# %
> 
>  
> 
> 
> etc.
> 
> - Original Message -
> From: "Ryan Kime" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Tuesday, January 28, 2003 4:56 PM
> Subject: RE: Coldfusion and Verity Results ???
> 
> 
> > Ian,
> >
> > I am doing the same thing you are trying to get at. My 
> results can be any
> > number of collections including text-based and db-based, 
> just supply cfif
> > statements if the custom parameters are supplied for this particular
> record.
> > If you have set up the "return url" correctly in the 
> collections, you will
> > be able to use the #url# parameter instead of static links such as
> > "/itdownloads/downloads/"
> >
> >
> > 
> >  
> > url: #custom1#">#url#
> > #custom1#
> > 
> > 
> >
> > -Original Message-
> > From: Ian Vaughan [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, January 28, 2003 5:59 AM
> > To: CF-Talk
> > Subject: Coldfusion and Verity Results ???
> >
> >
> > Hi
> >
> > I would be grateful if somebody with an in depth experience 
> of coldfusion
> > and verity can help moe achive my goal here please
> >
> > From the search form below the user has the option of 
> searching all of the
> > site or just individual collections such as Links, Software 
> Downloads...
> >
> > 
> >
> > 
> > 
> >
> > Search for : 
> >
> > 
> > All of the site
> > Links
> > Software Downloads
> > Document Knowledgebase
> > News/Area
> > 
> > 
> >
> > In the search results page how can the results of the 
> search be shown, as
> > the user may have chosen to search all the site 
> (collections) if this is
> the
> > case then I have the following problem...
> >
> > Because each link from each collection would be different 
> for example
> (show
> > below), how could this functionality be achieved in the results??
> >
> > #title#
> > #title#
> > #title#
> >
> >
> >
> >
> >
> >
> > 
> 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
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

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Webservices in CFMX

2003-01-29 Thread Jason Lees (National Express)
All,

I've just been doing some load testing connecting from CFMX to an Inhouse
webservice application.  Everything is running ok until about 300
transactions have been processed, CFMX then throws the following error

Object reference not set to an instance of an object. at
JourneySearch.JourneySearch.SingleJourneySearch(String FromLocation, String
ToLocation, String JourneyDate, String JourneyTime)

However if we connect through to the webservice using the browser through
http it works ok.

Has anyone seen this before? or got any ideas on how to solve the problem?

Jason Lees
Development Team Leader
National Express Coaches Ltd.



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
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

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: XML settings files for CF apps

2003-01-29 Thread webguy
> cfsets. Also a .xml file is a security problem. How do you stop anybody
> viewing it?

Put it that WEB-INF directory.

WG
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: Multiple Mail Attachments with CF 4.0

2003-01-29 Thread Bill Grover
I know it was a PITA!

We had written a COM object that interfaced with CDONTS for use in another
language.  So we took advantage of this and wrote our page to do a
 to our COM object and send the mail that way.  If you have CDONTS
on the server you are mailing from you can probably interface directly into
it.

You may be able to do it even if you have a MAPI client (like Outlook) on
the server.  With MAPI you could create a mail object and add attachments to
it then send the mail.

__ 

Bill Grover 
Supervisor MIS  Phone:  301.424.3300 x3324  
EU Services, Inc.   FAX:301.424.3696
649 North Horners Lane  E-Mail: [EMAIL PROTECTED]
Rockville, MD 20850-1299WWW:http://www.euservices.com
__ 



> -Original Message-
> From: Kamie Curfman [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, January 28, 2003 9:40 AM
> To: CF-Talk
> Subject: RE: Multiple Mail Attachments with CF 4.0
> 
> 
> Oh, for the love of crap, I was afraid this was going
> to be the answer.  I have three (and exactly three)
> files I need to attach to every mail I send out.  Are
> there any workarounds?  These people are not going to
> want to receive three emails for every application
> that gets entered.
> 
> Kamie
> 
> --- Bill Grover <[EMAIL PROTECTED]> wrote:
> > In 4.0 you could only attach 1 file at a time.
> >
> __
> > 
> > > -Original Message-
> > > From: Kamie Curfman [mailto:[EMAIL PROTECTED]]
> > > Sent: Monday, January 27, 2003 11:30 PM
> > > To: CF-Talk
> > > Subject: Multiple Mail Attachments with CF 4.0
> > > 
> > > 
> > > I'm freelancing for a client who still has CF 4.0
> > on
> > > their server (yes, I know).  I'm trying to send
> > > multiple attachments with the CFMAIL tag.  I had
> > > totally forgotten about the MIMEATTACH attribute
> > > (tried doing CFMAILPARAM instead) and now can't
> > figure
> > > out how to send multiple files with it.  Can this
> > not
> > > be done?
> > > 
> > > Thanks in advance.
> > > 
> > > Kamie
> 
> =
> Kamie Curfman, Web Developer, FGM Inc.
> 45245 Business Court, Suite 400
> Dulles, VA 20166
> http://www.fgm.com
> 
> __
> Do you Yahoo!?
> Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
> http://mailplus.yahoo.com
> 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
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

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: coldfusion and access 2002

2003-01-29 Thread Andy Ousterhout
Have you added a password to the Admin account?

-Original Message-
From: Benjamin Rosenthal [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 28, 2003 8:24 PM
To: CF-Talk
Subject: coldfusion and access 2002


I'm trying to secure an Access 2002 database so that it requires a username
and password in the cfquery tag.  Right now my database is unprotected and I
want to change this.

I've been pulling my hair out going through the Access User-Level Security
Wizard all day trying to set this up.  Does anyone have quick tips or
suggestions on how to best do this (or secure an Access web database project
in general)?  I'm sure I'm missing something stupid but I can't figure out
what that is.  Resources or links?  Any help would be appreciated!

thanks,

Benjamin


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




cf and msmq

2003-01-29 Thread Tony Weeg
just a question

has anyone successfully, integrated cf/cfmx with microsofts msmq
(Microsoft Message Queueing Service)
to either get/receive data?

thank you!

...tony

Tony Weeg
Senior Web Developer
UnCertified Advanced ColdFusion Developer
Information System Design
Navtrak, Inc.
Mobile workforce monitoring, mapping & reporting
www.navtrak.net
410.548.2337 

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
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

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




CFMX for J2EE/JRun4.0 and MS Access Problems....

2003-01-29 Thread ReillyJa
We are having problems connecting CFMX for J2EE on JRun 4.0 and connecting
to a MS Access 97 (and also 2000) db. (I know, but its a legacy system they
are trying to port from CF5 to CFMX, and has light db usage).


We are getting this error:

Connection verification failed for data source: APCONLINE
[]java.sql.SQLException: SQLException occurred in JDBCPool while attempting
to connect, please check your username, password, URL, and other
connectivity info.
The root cause was that: java.sql.SQLException: SQLException occurred in
JDBCPool while attempting to connect, please check your username, password,
URL, and other connectivity info.


Its all running on a NT 2k Pro SP3.  It also had no id/pw setup on it
initially. We tried to add one, but that did not help either.

We have applied the JRun 4.0 SP1 and nothing for CFMX/J2EE since there are
not patches.

Current MDAC was applied and that had no affect.



Tkx,
Jim


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: cf and msmq

2003-01-29 Thread webguy
Haven't tried it, but

a) write a async web service in .NET and use it from CF
http://www.123aspx.com/resdetail.aspx?res=26694

b) write a COM

Some VB to post message

Private Sub PostMessage()

Dim QI as New MSMQQueueInfo
Dim RequestQ As MSMQQueue
Dim msg As New MSMQMessage

QI.PathName = "MyServer\QueueName"
Set RequestQ = QI.Open(MQ_SEND_ACCESS, MQ_DENY_NONE)

Msg.Label = "what ever..."
Msg.Body = "what ever..."
Msg.Send RequestQ

RequestQ.Close

End Sub

C) write a cfx_ in C++

or

D) Use JMS :-)

let us know!!

WG

> -Original Message-
> From: Tony Weeg [mailto:[EMAIL PROTECTED]]
> Sent: 29 January 2003 14:07
> To: CF-Talk
> Subject: cf and msmq
>
>
> just a question
>
> has anyone successfully, integrated cf/cfmx with microsofts msmq
> (Microsoft Message Queueing Service)
> to either get/receive data?
>
> thank you!
>
> ...tony
>
> Tony Weeg
> Senior Web Developer
> UnCertified Advanced ColdFusion Developer
> Information System Design
> Navtrak, Inc.
> Mobile workforce monitoring, mapping & reporting
> www.navtrak.net
> 410.548.2337
>
> 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




SQL Selecting records from list

2003-01-29 Thread Thane Sherrington
I have a list of IDs and I want to create a Query that will find records 
based on this list.  Is there an easy way to do this other than using a lot 
of ORs?

T

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
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

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: cf and msmq

2003-01-29 Thread Mark A. Kruger - CFG
We wrote a COM and used it from CF 5 - but I'm guessing it would work less
well in CFMX. Still, the COM it'self wasn't much.

-Mark

-Original Message-
From: webguy [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 29, 2003 8:40 AM
To: CF-Talk
Subject: RE: cf and msmq


Haven't tried it, but

a) write a async web service in .NET and use it from CF
http://www.123aspx.com/resdetail.aspx?res=26694

b) write a COM

Some VB to post message

Private Sub PostMessage()

Dim QI as New MSMQQueueInfo
Dim RequestQ As MSMQQueue
Dim msg As New MSMQMessage

QI.PathName = "MyServer\QueueName"
Set RequestQ = QI.Open(MQ_SEND_ACCESS, MQ_DENY_NONE)

Msg.Label = "what ever..."
Msg.Body = "what ever..."
Msg.Send RequestQ

RequestQ.Close

End Sub

C) write a cfx_ in C++

or

D) Use JMS :-)

let us know!!

WG

> -Original Message-
> From: Tony Weeg [mailto:[EMAIL PROTECTED]]
> Sent: 29 January 2003 14:07
> To: CF-Talk
> Subject: cf and msmq
>
>
> just a question
>
> has anyone successfully, integrated cf/cfmx with microsofts msmq
> (Microsoft Message Queueing Service)
> to either get/receive data?
>
> thank you!
>
> ...tony
>
> Tony Weeg
> Senior Web Developer
> UnCertified Advanced ColdFusion Developer
> Information System Design
> Navtrak, Inc.
> Mobile workforce monitoring, mapping & reporting
> www.navtrak.net
> 410.548.2337
>
>

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: SQL Selecting records from list

2003-01-29 Thread Jerry Johnson
If the list is not TOO long, you could simply:


select * from table where id in (#idList#)


(this assumes numeric ids, and a cf variable called idList)

Jerry Johnson

>>> [EMAIL PROTECTED] 01/29/03 09:46AM >>>
I have a list of IDs and I want to create a Query that will find records 
based on this list.  Is there an easy way to do this other than using a lot 
of ORs?

T


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
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

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: MM Using SilkTest to QA Rich Apps?

2003-01-29 Thread Stacy Young
Thanks all,

I've been speaking with vendors and it seems they really didn't have a
clue what flash can do these days...During a webex I had asked that they
run their product against the petstore. Generally the comment is, "wow,
it's amazing what u can do with flash these days..." hehe

Quick Test pro for example records your interaction with your movie, add
"checkpoints" at particular steps that can analyze any object in the
DOM. For instance, if a drop down item count changes or a bitmap image
is missing...or specific text isn't on the page.

The problem with testing flash is that only the player instance itself
is available to the recorder...which kind of sucks. Meaning I can't put
in a "checkpoint" that looks at the records of a datagrid or combo box.

Although, you can read flash runtime variables, check the current frame
(even send the movie to a different frame)so some automation is
certainly possibly.


Are MM currently working with any vendors on getting better Flash
support in these tools?

Thanks for the info!

Stace

-Original Message-
From: Christian Cantrell [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, January 28, 2003 11:57 PM
To: CF-Talk
Subject: Re: MM Using SilkTest to QA Rich Apps?

Stacy,

I asked around internally and found that the Macromedia QA team did use

SilkTest to some extent, but ended up having the best luck with some  
custom tools.

Christian

On Tuesday, January 28, 2003, at 05:35 PM, Stacy Young wrote:

> Just pinging this question one last time in case folks missed it :-)
>
>
> Stace
>
> -Original Message-
> From: Stacy Young
> Sent: Monday, January 27, 2003 4:47 PM
> To: CF-Talk
> Subject: MM Using SilkTest to QA Rich Apps?
>
> I'm researching how we can test the rich apps we're rolling
> out...(regression testing mostly)  I've tried out a product from  
> Mercury
>
> Interactive that seems capable of automatic quite a bit in regards to
> interacting with a Flash UI...but I read in the pet market app that MM
> used SilkTest.
>
> Of course Segue's doc's are unbelievably horrible (we're a customer)  
> and
> I haven't found a single mention of testing flash movies!
>
> Can anyone at MM point me to any resources?
>
> Thanks!
>
> Stace
>
> AVIS IMPORTANT:
> ---
> Les informations contenues dans le present document et ses pieces
> jointes sont strictement confidentielles et reservees a l'usage de la
> (des) personne(s) a qui il est adresse. Si vous n'etes pas le
> destinataire, soyez avise que toute divulgation, distribution, copie,

> ou
> autre utilisation de ces informations est strictement prohibee. Si
vous
> avez recu ce document par erreur, veuillez s'il vous plait communiquer
> immediatement avec l'expediteur et detruire ce document sans en faire

> de
> copie sous quelque forme.
>
> WARNING:
> ---
> The information contained in this document and attachments is
> confidential and intended only for the person(s) named above. If you  
> are
> not the intended recipient you are hereby notified that any
disclosure,
> copying, distribution, or any other use of the information is strictly
> prohibited. If you have received this document by mistake, please  
> notify
> the sender immediately and destroy this document and attachments  
> without
> making any copy of any kind.
>
>
> 

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: SQL Selecting records from list

2003-01-29 Thread Randell B Adkins
Select *
>From thisTable
WHere ID IN (#myIDlist#)

>>> [EMAIL PROTECTED] 01/29/03 09:46AM >>>
I have a list of IDs and I want to create a Query that will find
records 
based on this list.  Is there an easy way to do this other than using a
lot 
of ORs?

T


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
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

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: SQL Selecting records from list

2003-01-29 Thread Adrian Lynch
Use IN

WHERE something IN ( #yaList# )

Watch for empty lists.

Ade

-Original Message-
From: Thane Sherrington [mailto:[EMAIL PROTECTED]]
Sent: 29 January 2003 14:46
To: CF-Talk
Subject: SQL Selecting records from list


I have a list of IDs and I want to create a Query that will find records 
based on this list.  Is there an easy way to do this other than using a lot 
of ORs?

T


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: MM Using SilkTest to QA Rich Apps?

2003-01-29 Thread Stacy Young
Ya Quick Test is coordinate based as well (since flash objects aren't
recognized)...I'll check out e-Test, thx!

Stace

-Original Message-
From: Adam Churvis [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, January 29, 2003 12:30 AM
To: CF-Talk
Subject: Re: MM Using SilkTest to QA Rich Apps?

> Flash is interesting to load test. Tools like Silk Performer (and many
> others) can record all browser/server interactions and play them back.
> That's good for load testing (which is what my team has been doing).
>
> Regression testing UI is always hard and often labor intensive.

Flash has some special testing problems.  With V6.0 of e-TEST Suite you
had
to make sure your browser window was always in the same location and
sized
exactly the same during testing as it was during test creation, or test
mouse events with respect to Flash movies would miss their marks because
they were recorded as browser x,y coordinates.  V6.5 is supposedly
better at
working with Flash, though.


Respectfully,

Adam Phillip Churvis
Advanced Intensive ColdFusion MX Training
http://www.ColdFusionTraining.com
E-mail:  [EMAIL PROTECTED]
Phone:   770-446-8866
Team Macromedia Volunteer for ColdFusion
http://www.macromedia.com/support/forums/team_macromedia/


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
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

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: SQL Selecting records from list

2003-01-29 Thread Thane Sherrington
At 09:57 AM 01/29/03 -0500, Randell B Adkins wrote:
>Select *
> >From thisTable
>WHere ID IN (#myIDlist#)

Thanks.  I thought there was something like this.

T 

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
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

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: Coldfusion and Verity Results ???

2003-01-29 Thread Ryan Kime
Ian,

I'm not sure I follow your code example in that last email, but I see what
you are trying to do. I see where you have an IF isDefined() statement based
on the collection "download". First off, that won't work when outputting
combined collections as the results get intermingled. Also, shouldn't
"http://intranet.neath-porttalbot.gov.uk/itintranet/itdownloads/downloa
ds/" be your Return URL for the downloads collection? Why are you hardcoding
this value?

When I write code, I try to make it as flexible as possible for the
information that is thrown at it. If I start hardcoding options, then I am
defeating the purpose of a dynamic web app. Personally, if all my search
collections didn't work with the following format, I would rethink my
approach:

#Title#

-Original Message-
From: Ian Vaughan [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, January 29, 2003 3:09 AM
To: CF-Talk
Subject: Re: Coldfusion and Verity Results ???


Ryan

When I set up my collections I am already using the custom1 and 2 fields in
my collections.

I have the search working when just searching individual collections as you
can see from my code in the previous mail, I just need the search to return
all search results when the user selects search all collections

So could I use another approach ?? for example use cfif
isDefined(collectionname) 

For example


   
 




  http://intranet.neath-porttalbot.gov.uk/itintranet/itdownloads/downloa
ds/#custom1#">#title#
  #summary#
  Search Relevance :#NumberFormat ( Round ( Score * 100) )# %

 




  #linktitle#
  #summary#
  Search Relevance :#NumberFormat ( Round ( Score * 100) )# %

 


etc.

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
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

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: Coldfusion and Verity Results ???

2003-01-29 Thread Ian Vaughan
Ryan

I can see what you are saying.  Looking at my code then how can it be
changed to accomodate this???
- Original Message -
From: "Ryan Kime" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, January 29, 2003 3:27 PM
Subject: RE: Coldfusion and Verity Results ???


> Ian,
>
> I'm not sure I follow your code example in that last email, but I see what
> you are trying to do. I see where you have an IF isDefined() statement
based
> on the collection "download". First off, that won't work when outputting
> combined collections as the results get intermingled. Also, shouldn't
> "http://intranet.neath-porttalbot.gov.uk/itintranet/itdownloads/downloa
> ds/" be your Return URL for the downloads collection? Why are you
hardcoding
> this value?
>
> When I write code, I try to make it as flexible as possible for the
> information that is thrown at it. If I start hardcoding options, then I am
> defeating the purpose of a dynamic web app. Personally, if all my search
> collections didn't work with the following format, I would rethink my
> approach:
>
> #Title#
>
> -Original Message-
> From: Ian Vaughan [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, January 29, 2003 3:09 AM
> To: CF-Talk
> Subject: Re: Coldfusion and Verity Results ???
>
>
> Ryan
>
> When I set up my collections I am already using the custom1 and 2 fields
in
> my collections.
>
> I have the search working when just searching individual collections as
you
> can see from my code in the previous mail, I just need the search to
return
> all search results when the user selects search all collections
>
> So could I use another approach ?? for example use cfif
> isDefined(collectionname) 
>
> For example
>
> 
>
>  
> 
>
>   
>
>   
href="http://intranet.neath-porttalbot.gov.uk/itintranet/itdownloads/downloa
> ds/#custom1#">#title#
>   #summary#
>   Search Relevance :#NumberFormat ( Round ( Score * 100) )# %
>
>  
> 
>
>   
>
>   #linktitle#
>   #summary#
>   Search Relevance :#NumberFormat ( Round ( Score * 100) )# %
>
>  
> 
>
> etc.
>
> 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
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

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




SOT: Generator 2 and CFMX

2003-01-29 Thread Ben Doom
I don't suppose anyone is running Generator 2 and CFMX?

If so, how did you get them running together?  After installing Generator,
if I call a .swt file, I get a JRun connector error.

Any help is appreciated.


--  Ben Doom
Programmer & General Lackey
Moonbow Software, Inc


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE:

2003-01-29 Thread CWatt
No, not at all
The one is taken out now on the demo site.  I put that in there for testing
alone.  The problem is that once it is added from array 1 to array 2 (and
yes, the length grows by one) then no matter what link you hit next, the
exact info is duplicated and the array grows one more.  So, for every one
record I add, I see the growth by one, on the next click, I get two.  You
can see it for yourself on the site.

Thank You,
Christian Watt
Webmaster
SkillPath Seminars
[EMAIL PROTECTED] 

-Original Message-
From: Ben Doom [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, January 28, 2003 3:07 PM
To: CF-Talk
Subject: RE: 


: -CFScript--
: This is only the relevent code to updating the array and copying the data
: from
: Array 1 to Array 2
: .
: if ((IsDefined("url.L")) and (IsDefined("url.A"))){
:
:   U = ArrayLen(Session.MyCat) +1;
:   V = url.l;
:   if (ArrayLen(Session.MyCat) eq 0){
:   Session.MyCat[1][1] = session.Show;
:   }

since U is always 1 more than the current arraylen, this will always add one
to the length of Session.MyCat.  Is that your problem?


:   for(T=2; T LTE 53; T=T+1){
:   Session.MyCat[U][T] = 1;//Session.QueryList[V][T];
:   }
:   }


--  Ben Doom
Programmer & General Lackey
Moonbow Software, Inc



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
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

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




J2EE sessionDestroyed() Issues WAS: session_OnStart(), application_OnStart() in CFMX

2003-01-29 Thread Adrocknaphobia Jones
I'm reposting this in hopes of finding an answer or some more
information:

I have this odd feeling that CFMX doesn't invalidate j2ee sessions
properly. I hope some1 from MM can add a little more light to this post.

You code looks air tight, so I don't think you are doing NEthing wrong,
at least as far as the 1.3 API is concerned.

Adam Wayne Lehman
Web Systems Developer
Johns Hopkins Bloomberg School of Public Health
Distance Education Division


-Original Message-
From: Aaron Johnson [mailto:[EMAIL PROTECTED]] 
Sent: Monday, January 27, 2003 6:36 PM
To: CF-Talk
Subject: session_OnStart(), application_OnStart() in CFMX

hi everyone,

Couple weeks back (developers at MINDSEYE) had some interesting
discussions
w/ Macromedia guys about what we'd like to see in upcoming CFMX
releases..
one of the features we wanted was application onstart, session onstart
type
events.. Long story short...I wrote up a couple classes that sort of
implement that functionality using the HttpSessionListener ( sorta ==
cfmx
session scope) and ServletContextListener (sorta == application scope in
cfmx) of the javax.servlet package.  You can read up here on the
background:
http://cephas.net/blog/archives/000237.html#000237

and get the Java code samples, results, and web.xml mods to make it work
here:
http://cephas.net/blog/archives/000238.html#000238

I'm interested specifically in:

a) why the sessionDestroyed method doesn't return in CFMX (or at least
doesn't appear too, did I do something wrong?)

and b) in how to best implement this (ie: can I have I a separate
listener
for each application I create by placing a WEB-INF directory w/ the
corresponding web.xml in each application's web root?)

Other questions...

1) I haven't seen any good documentation on WEB-INF specifically related
to
CFMX.  The other servlet containers (ie: Tomcat, JRUN... ) require a
WEB-INF
*per application*... I've not seen that recommended with CFMX.  Can you
do
that? What are the ramifications of doing so?  Anyone have any good
documentation or notes on the use of WEB-INF in CFMX?

2) You'll see in my notes on the above links that using the listeners
only
return sessionID's of J2EE based sessions.  Anyone know of a way to get
the
session information in CFMX (ie: not http://cephas.net/blog/
[EMAIL PROTECTED]


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
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

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: Coldfusion and Verity Results ???

2003-01-29 Thread Ryan Kime
(I'm on MX so if something is different, let me know)

You need to look at your collections first - go back and read the cf docs on
collections too. OK, I see in your code you are using custom1 to return the
URL in some cases. There's a better way by using the Return URL field, then
calling #url#. It will append the location and file to the url. Then you
would have 2 custom fields for other uses.

So here's an example:

Collection Name: itdocs
Directory Path: C:\inetpub\wwwroot\intranet\docs\ (making this up)
Return URL:
http://intranet.neath-porttalbot.gov.uk/itintranet/itdocuments/documen
ts/

Now when you run the collection on this format...

#Title#


You would get

http://intranet.neath-porttalbot.gov.uk/itintranet/itdocuments/documen
ts/foo.doc">Foo


For DB based Collections, say you were running through an articles query and
the Articles table had an article_id. You would run the collection with a
URLpath of the template that displays articles (i.e. view.cfm) -
"http://www.domain.com/view.cfm?article_id=";. Then for the custom1, you
return the article_id so you would get URLs like

http://www.domain.com/view.cfm?article_id=3";>Something


Here's one of my db-base collections:


...


http://foo.com/news/view.cfm?news_id="; custom1="news_id"
query="NewsResult">


Then this format would work again and you only have to account for  around the custom1 variable:

#Title#


HTH,

Ryan

-Original Message-
From: Ian Vaughan [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, January 29, 2003 9:33 AM
To: CF-Talk
Subject: Re: Coldfusion and Verity Results ???


Ryan

I can see what you are saying.  Looking at my code then how can it be
changed to accomodate this???
- Original Message -
From: "Ryan Kime" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, January 29, 2003 3:27 PM
Subject: RE: Coldfusion and Verity Results ???


> Ian,
>
> I'm not sure I follow your code example in that last email, but I see 
> what you are trying to do. I see where you have an IF isDefined() 
> statement
based
> on the collection "download". First off, that won't work when 
> outputting combined collections as the results get intermingled. Also, 
> shouldn't 
> "http://intranet.neath-porttalbot.gov.uk/itintranet/itdownloads/downloa
> ds/" be your Return URL for the downloads collection? Why are you
hardcoding
> this value?
>
> When I write code, I try to make it as flexible as possible for the 
> information that is thrown at it. If I start hardcoding options, then 
> I am defeating the purpose of a dynamic web app. Personally, if all my 
> search collections didn't work with the following format, I would 
> rethink my
> approach:
>
> #Title#
>
> -Original Message-
> From: Ian Vaughan [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, January 29, 2003 3:09 AM
> To: CF-Talk
> Subject: Re: Coldfusion and Verity Results ???
>
>
> Ryan
>
> When I set up my collections I am already using the custom1 and 2 
> fields
in
> my collections.
>
> I have the search working when just searching individual collections 
> as
you
> can see from my code in the previous mail, I just need the search to
return
> all search results when the user selects search all collections
>
> So could I use another approach ?? for example use cfif
> isDefined(collectionname) 
>
> For example
>
> 
>
>  
> 
>
>   
>
>   
href="http://intranet.neath-porttalbot.gov.uk/itintranet/itdownloads/downloa
> ds/#custom1#">#title#
>   #summary#
>   Search Relevance :#NumberFormat ( Round ( Score * 100) )# %
>
>  
> 
>
>   
>
>   #linktitle#
>   #summary#
>   Search Relevance :#NumberFormat ( Round ( Score * 100) )# %
>
>  
> 
>
> etc.
>
> 

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: coldfusion and access 2002

2003-01-29 Thread samcfug
This from the Access Help file:
About passwords
You can use three types of passwords in Microsoft Access. The type of password
protection you choose will determine the level of user access to your database
and the objects it contains.

Database passwords

If you use a database password, all users must enter that password before they
are allowed to open the database. Adding a database password is an easy way to
prevent unwanted users from opening your database; however, once a database is
open, no other security measures are provided unless user-level security has
been defined as well.

Microsoft Access stores the database password in an unencrypted form. If this
will compromise the security of the password-protected database, you should not
use a database password to protect the database. Instead, you should define
user-level security to control access to sensitive data in that database.


=
Douglas White
group Manager
mailto:[EMAIL PROTECTED]
http://www.samcfug.org
=
- Original Message -
From: "Andy Ousterhout" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, January 29, 2003 6:51 AM
Subject: RE: coldfusion and access 2002


| Have you added a password to the Admin account?
|
| -Original Message-
| From: Benjamin Rosenthal [mailto:[EMAIL PROTECTED]]
| Sent: Tuesday, January 28, 2003 8:24 PM
| To: CF-Talk
| Subject: coldfusion and access 2002
|
|
| I'm trying to secure an Access 2002 database so that it requires a username
| and password in the cfquery tag.  Right now my database is unprotected and I
| want to change this.
|
| I've been pulling my hair out going through the Access User-Level Security
| Wizard all day trying to set this up.  Does anyone have quick tips or
| suggestions on how to best do this (or secure an Access web database project
| in general)?  I'm sure I'm missing something stupid but I can't figure out
| what that is.  Resources or links?  Any help would be appreciated!
|
| thanks,
|
| Benjamin
|
|
| 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: Cold Fusion and Telnet

2003-01-29 Thread J. Kris Baca
I've got a Java telnet client that I can use from a browser which works 
great (nothing to do with CF), but it's all behind our firewall.  Have 
you looked into these?  I think there's a few of them out there.

Ian Skinner wrote:
> Unfortunately I do mean an honest to goodness Telnet session, with logins,
> and ASCII screens collecting data and all that.  The application local users
> use is "Reflection" that is set to use a VT102 emulation.  Can you give some
> hints on where I, a telnet novice but very experienced cold fusion coder,
> could go to get some information to figure out how to do this.
> 
> Just so you know, that I'm not completely out to sea, I don't need to access
> the entire application on the HPUX through telnet.  I just need to get to
> one screen, are repeatedly submit data to that screen for a "Batch" upload
> through the web interface.  At least for now.  If this is a success, then
> maybe more will be done with the web interface in the future.
> 
> Thanks 
> Ian Skinner
> BloodSource
> Sacramento, CA
> 
> PS.  I also sent you an e-mail through your website, but I thought I would
> also reply here to add to the knowledge of the list.
> 
> PSS. FYI, the sad thing is that all the application on the HPUX does is
> submit the data to a Oracle database.  And of course it would be a piece of
> cake to directly connect to the database with cold fusion, but do to the
> nature of the application and data, any program that modifies it must be
> certified by the federal government, which the HPUX application is.  If I
> wrote a Cold Fusion tool to do this, this new tool would have to certified,
> a months long process, but by Telneting (is that a word?) to the certified
> program's interface, we bypass that annoyance.
> 
> 
> 
> 
> -Original Message-
> From: Lewis Sellers [mailto:[EMAIL PROTECTED]]
> Sent: Friday, January 24, 2003 10:56 AM
> To: CF-Talk
> Subject: Re: Cold Fusion and Telnet
> 
> 
> On Thu, 23 Jan 2003 14:46:49 -0800, in cf-talk you wrote:
> 
> 
>>Here's an interesting one and conceivable not possible, but I thought I
>>would ask all the wise ones here on the CF-Talk list before I tell my
> 
> client
> 
>>NO!.  Has anybody ever done anything connecting Cold Fusion and Telnet?
>>Basically the client wants to create a web-based telnet session to a back
>>end application on a HP L3000 Unix server so that every computer in the
>>organization doesn't have to have the customized telnet client installed
> 
> and
> 
>>maintained/upgraded on them.
>>
>>Is this even possible?  If not, any other suggestions on how such a system
>>may be created?  Anybody know of any tools/custom tags/CFX/applications or
>>something else that may do this already?
> 
> 
> As two people mentioned, it's fairly trival if you know the protocol
> the server in question is using a C++ COM object I wrote a few years
> back now.
> 
> http://www.intrafoundation.com/tcpclient.html.
> 
> Never got around to releasing the SSL-enabled version 3 of the
> software, so, FYI, if the communications stream is encrypted you'd
> propbably want to try using some of the pesky little native Java
> functions instead (or, I guess, $bribe$ me to finish v3 and make a cfm
> script for you while I'm at it. ;-)
> 
> Btw, technically a "telnet' connection is a very different thing then
> most people think. You can talk to a SMTP mail server or FTP server
> with the tag using simple ASCII commands with COM (and some early
> versions of UNREAL before they switched over to using UDP for their
> game server like the rest of the sane world)... but this isn't a
> "telnet" connection.
> 
> When I say "telnet" I mean an actually honest-to-goodness VT100-like
> ANSI-aware session. If you're wanting to do that now... well, that's a
> wee bit more of a hassle because of the binary control codes, etc.
> Just FYI.
> 
> Hopefully, for your sanity, they don't really mean a "telnet"
> connection in that manner, but they mispoke about a simple ASCII
> command protocol like email, usegroups, ftp, http, etc use.
> 
> --min
> 
> 
>>Thanks
>>
>>Ian Skinner
>>Web Developer
>>BloodSource
>>Sacramento CA
> 
> 
> Hm. I know you. Everytime someone downloads tcpclient, udpclient or
> ihtk the intrafoundation.com the site sends me an email. Saw the
> BloodSource domain go by yesterday.  "BloodSource" is a name that you
> tend to remember. :)
> 
> --min
> 
> 
> 
> 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
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

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




cfmx applications under load

2003-01-29 Thread Ken Beard
I've heard some bad stories about cfmx under load..

does anyone have a success story of a cfmx application with big load?  like
really really big loads?

talking possibly 100's of thousands of sessions a day.

ken beard
tbcfug manager
tampa, fl

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
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

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Chat now open--we need 100 people!

2003-01-29 Thread Michael Dinowitz
Michael Dinowitz
Master of the House of Fusion
http://www.houseoffusion.com
- Original Message -
From: "Amy Brooks" <[EMAIL PROTECTED]>



> We are currently testing this application and would like 100 people to log on
http://www.markme.com/mesh/mmugchat/
>
>
> Thanks in advance for your help!!
> Amy
>

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: Using MS Access Queries as SP

2003-01-29 Thread Bruce, Rodney S HQISEC/Veridian IT Services
Is everyone stumped??

-Original Message-
From: "Bruce>,Rodney S HQISEC/Veridian IT Services"
<[EMAIL PROTECTED] [mailto:"Bruce>,Rodney S HQISEC/Veridian
IT Services" <[EMAIL PROTECTED]]
Sent: Tuesday, January 28, 2003 11:45 AM
To: CF-Talk
Subject: Using MS Access Queries as SP


Hi everybody

I am trying to use queries in access(2K) as SP.
I can get all to work but dates.

If I hard code dates in the query like:   #1/15/2003#  the correct records
are returned.
Just can't get it to work with:


  


This doesn't error, but also doesn't return any records.

I have tried placing the #s around the var in the query, but Access doesn't
like that.
I have tried


which gets me the error:
Microsoft][ODBC Microsoft Access Driver]Invalid character value for cast
specification (null)

I have tried:



which sends the date as:  #1/15/2003# to the query, again no error, but no
records.

The format of the date field is Short Date mm/dd/.

Using:
CF5
WIN2K
Access 2K

Any help would be appreciated.
TIA
Rodney

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: Chat now open--we need 100 people!

2003-01-29 Thread Adrocknaphobia Jones
I can't seem to log in, no matter what username I try. I'll give it
another shot after lunch.

Adam Wayne Lehman
Web Systems Developer
Johns Hopkins Bloomberg School of Public Health
Distance Education Division


-Original Message-
From: Michael Dinowitz [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, January 29, 2003 12:09 PM
To: CF-Talk
Subject: Chat now open--we need 100 people!

Michael Dinowitz
Master of the House of Fusion
http://www.houseoffusion.com
- Original Message -
From: "Amy Brooks" <[EMAIL PROTECTED]>



> We are currently testing this application and would like 100 people to
log on
http://www.markme.com/mesh/mmugchat/
>
>
> Thanks in advance for your help!!
> Amy
>


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: Chat now open--we need 100 people!

2003-01-29 Thread Scott Brader
I don't think the instructions are very good. After playing around a little,
I found that if I enter my username, click the expand button to the right of
login, clear the password field, then click login I was able to get in.

Scott

Scott Brader
Prairie Software Development LLC
101 East Sadd Street
PO Box 235
North Prairie, WI 53153-0235

Phone: 262.392.9173
Fax: 262.392.9174

Toll Free: 888.821.3427
Mobile: 262.490.1376



Amateurs practice until they get it right,
Experts practice until they can't get it wrong.

-Original Message-
From: Adrocknaphobia Jones [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 29, 2003 11:21
To: CF-Talk
Subject: RE: Chat now open--we need 100 people!


I can't seem to log in, no matter what username I try. I'll give it
another shot after lunch.

Adam Wayne Lehman
Web Systems Developer
Johns Hopkins Bloomberg School of Public Health
Distance Education Division


-Original Message-
From: Michael Dinowitz [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 29, 2003 12:09 PM
To: CF-Talk
Subject: Chat now open--we need 100 people!

Michael Dinowitz
Master of the House of Fusion
http://www.houseoffusion.com
- Original Message -
From: "Amy Brooks" <[EMAIL PROTECTED]>



> We are currently testing this application and would like 100 people to
log on
http://www.markme.com/mesh/mmugchat/
>
>
> Thanks in advance for your help!!
> Amy
>



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




export to Access through browser

2003-01-29 Thread Dimo Michailov
Please help with any suggestions,

I have a client with an online form that gathers a pretty substantial 
amount of data - let's say 40 fields or so and the data is stored in an 
Access database on the hosting company's servers.

My client needs to be able to download this information (just the data) 
and import it into another Access database which they use offline and 
which contains forms, etc.

Can anyone recommend the best way to move the data from the online 
database to the offline database?

Thanks in advance,

Dimo M.

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
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

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: export to Access through browser

2003-01-29 Thread Russ
I haven't done it personally, but you can create a "Replica Set" and ...
Well, that's the right direction to look, from what I understand; it
should help you sync them up.

HTH,

Russ

> -Original Message-
> From: Dimo Michailov [mailto:[EMAIL PROTECTED]] 
> Sent: Wednesday, January 29, 2003 11:30 AM
> To: CF-Talk
> Subject: export to Access through browser
> 
> 
> Please help with any suggestions,
> 
> I have a client with an online form that gathers a pretty substantial 
> amount of data - let's say 40 fields or so and the data is 
> stored in an 
> Access database on the hosting company's servers.
> 
> My client needs to be able to download this information (just 
> the data) 
> and import it into another Access database which they use offline and 
> which contains forms, etc.
> 
> Can anyone recommend the best way to move the data from the online 
> database to the offline database?
> 
> Thanks in advance,
> 
> Dimo M.
> 
> 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Repeating region on output in DWMX?

2003-01-29 Thread Jeff Small
I have a small table in a database that I want to output. I want to output a
* query so that the 30 or so items in the table are output in 3 "columns".
I'm trying to figure out how to do this in DreamweaverMX so that I can take
the recordset that I've already created, and output it into a table with 3
cells across...I'm trying to get approximately this:

Apples|Bananas|Cantaloupes
Grapes|Peaches|Pineapples
Etc   | 

Instead of:
Apples
Bananas
Cantaloupes
Grapes
Peaches
Pineapples
Etc

What am I looking for in DWMX?

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




CFMX Cert. Exam

2003-01-29 Thread Ernie Pena
Anyone know of a Brain Dump for CFMX Cert. exam?



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: CFMX Cert. Exam

2003-01-29 Thread Jochem van Dieten
Ernie Pena wrote:
> Anyone know of a Brain Dump for CFMX Cert. exam?

Beer is an excellent way to Dump your Brain for any cert exam.

Jochem

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
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

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: CFMX Cert. Exam

2003-01-29 Thread Jeffry Houser
  I studied by reading the CFMX book I wrote.  (I'm sure there is an irony 
there).
  CF_Buster is also a good choice.  ( The MX version was not available when 
I took the test )


At 11:50 AM 1/29/2003 -0600, you wrote:

>Anyone know of a Brain Dump for CFMX Cert. exam?



--
Jeffry Houser | 
DotComIt, Putting you on the web
AIM: Reboog711  | Phone: 1-203-379-0773
--
My CFMX Book: 

My Books: 
--
Ask me how to get a free recording of your band
--
Original Energetic Acoustic Rock: 
80's, 90's, and Now: 


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: cfmx applications under load

2003-01-29 Thread CWatt
I send an email campaign that generates between 120,000 and 350,000 hits a
day for about a week solid.  I have never had any issues at all.

Thank You,
Christian Watt
Webmaster
SkillPath Seminars
[EMAIL PROTECTED] 

-Original Message-
From: Ken Beard [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, January 29, 2003 11:05 AM
To: CF-Talk
Subject: cfmx applications under load


I've heard some bad stories about cfmx under load..

does anyone have a success story of a cfmx application with big load?  like
really really big loads?

talking possibly 100's of thousands of sessions a day.

ken beard
tbcfug manager
tampa, fl


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: MM Using SilkTest to QA Rich Apps?

2003-01-29 Thread Sean A Corfield
On Wednesday, Jan 29, 2003, at 07:03 US/Pacific, Stacy Young wrote:
> Are MM currently working with any vendors on getting better Flash
> support in these tools?

I don't know any details - I'm not part of the product teams - but when 
my group started looking at testing our RIAs, we asked the product team 
for advice and they did indicate that they have been talking to various 
testing tool companies. That doesn't mean anything is going to happen 
in the short term but it does at show they know it's an issue...

Sean A Corfield -- Director, Architecture
Web Technology Group -- Macromedia, Inc.
tel: (415) 252-2287 -- cell: (415) 717-8473
aim/iChat: seancorfield -- http://www.macromedia.com
An Architect's View -- http://www.macromedia.com/go/arch_blog

ColdFusion MX and JRun 4 now available for Mac OS X!
http://www.macromedia.com/go/cfmxosx

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: Webservices in CFMX

2003-01-29 Thread Sean A Corfield
On Wednesday, Jan 29, 2003, at 01:36 US/Pacific, Jason Lees (National 
Express) wrote:
> I've just been doing some load testing connecting from CFMX to an 
> Inhouse
> webservice application.  Everything is running ok until about 300
> transactions have been processed, CFMX then throws the following error

How are you actually doing the load testing? Are you creating a .cfm 
that loops over a cfinvoke webservice=... or are you doing something 
more complex?

Sean A Corfield -- http://www.corfield.org/blog/

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: export to Access through browser

2003-01-29 Thread Dimo Michailov
Russ,

This is a good idea, I didn't even know that replication functionality 
existed. Now I have to figure out if they can do replication with one of 
the databases being on the web (FTP maybe..) or they have to download it 
before they can replicate.

I will still apprecite if someone can give more input on this.

Thanks-

Dimo

Russ wrote:
> I haven't done it personally, but you can create a "Replica Set" and ...
> Well, that's the right direction to look, from what I understand; it
> should help you sync them up.
> 
> HTH,
> 
> Russ
> 
> 
>>-Original Message-
>>From: Dimo Michailov [mailto:[EMAIL PROTECTED]] 
>>Sent: Wednesday, January 29, 2003 11:30 AM
>>To: CF-Talk
>>Subject: export to Access through browser
>>
>>
>>Please help with any suggestions,
>>
>>I have a client with an online form that gathers a pretty substantial 
>>amount of data - let's say 40 fields or so and the data is 
>>stored in an 
>>Access database on the hosting company's servers.
>>
>>My client needs to be able to download this information (just 
>>the data) 
>>and import it into another Access database which they use offline and 
>>which contains forms, etc.
>>
>>Can anyone recommend the best way to move the data from the online 
>>database to the offline database?
>>
>>Thanks in advance,
>>
>>Dimo M.
>>
>>
> 
> 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: Webservices in CFMX

2003-01-29 Thread Dave Watts
> > I've just been doing some load testing connecting 
> > from CFMX to an Inhouse webservice application. 
> > Everything is running ok until about 300 transactions 
> > have been processed, CFMX then throws the following 
> > error
> 
> How are you actually doing the load testing? Are you 
> creating a .cfm that loops over a cfinvoke webservice=... 
> or are you doing something more complex?

I can't answer for Jason, but I would certainly hope not. Web services can
be tested using the same generic load testing mechanisms as regular web
pages; in my experience, you'd simply record HTTP data between the
requesting and originating server and use that, rather than recording
browser HTTP requests.

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

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Screening files before CFFile upload

2003-01-29 Thread E. Keith Dodd
Am wondering whether I can check for size, appropriate extension, etc. on
files before they are uploaded using CFFile. Presently, I am uploading the
files (with limited use of attribute accept), then using the CFFile output
structure to delete any that don't fit my criteria.

I am using MX and the standard html form for initial input with the
enctype="multipart/form-data" and the input type="file".


Searching the CFTalk archives, I found some referrals to being able to check
the extension of the file on the action page BEFORE using CFFile.
One reference suggests using:

to pick up any inappropriate extensions.
(http://www.mail-archive.com/cf-talk@houseoffusion.com/msg124531.html)

I find that I cannot do anything like that because the form field value is
not the initial value in the field before submitting; it is one with a .tmp
extension, as in:
C:\CFusionMX\runtime\servers\default\SERVER-INF\temp\wwwroot-tmp\neotemp\114
84.tmp
(I assume the process creates a temporary stored file.)
I get this result both locally on development MX (Using IE) and on remote MX
server--tested with both IE and Netscape.

Am I missing something? Based on my results, I can NOT *examine* the file
prior to cffile's upload?

Thanks
E. Keith Dodd
Wings of Eagles Services
www.wingserv.com


-
[This E-mail scanned for viruses by declude AntiVirus Software]

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: Repeating region on output in DWMX?

2003-01-29 Thread Matt Brown
What you are looking for is a free extension from Tom Muck called 
horizontal looper. I think you can find it at http://www.dwteam.com. I use 
it and love it.

At 12:41 PM 1/29/2003 -0500, you wrote:
>I have a small table in a database that I want to output. I want to output a
>* query so that the 30 or so items in the table are output in 3 "columns".
>I'm trying to figure out how to do this in DreamweaverMX so that I can take
>the recordset that I've already created, and output it into a table with 3
>cells across...I'm trying to get approximately this:
>
>Apples|Bananas|Cantaloupes
>Grapes|Peaches|Pineapples
>Etc   |
>
>Instead of:
>Apples
>Bananas
>Cantaloupes
>Grapes
>Peaches
>Pineapples
>Etc
>
>What am I looking for in DWMX?
>
>
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
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

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: Screening files before CFFile upload

2003-01-29 Thread Bryan F. Hogan
http://markme.com/cantrell/weblog/index.cfm?m=1&d=28&y=2003


Bryan F. Hogan
Director of Internet Development
Macromedia Certified ColdFusion MX Developer
Digital Bay Media, Inc.
1-877-72DIGITAL


-Original Message-
From: E. Keith Dodd [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 29, 2003 1:28 PM
To: CF-Talk
Subject: Screening files before CFFile upload


Am wondering whether I can check for size, appropriate extension, etc. on
files before they are uploaded using CFFile. Presently, I am uploading the
files (with limited use of attribute accept), then using the CFFile output
structure to delete any that don't fit my criteria.

I am using MX and the standard html form for initial input with the
enctype="multipart/form-data" and the input type="file".


Searching the CFTalk archives, I found some referrals to being able to check
the extension of the file on the action page BEFORE using CFFile.
One reference suggests using:

to pick up any inappropriate extensions.
(http://www.mail-archive.com/cf-talk@houseoffusion.com/msg124531.html)

I find that I cannot do anything like that because the form field value is
not the initial value in the field before submitting; it is one with a .tmp
extension, as in:
C:\CFusionMX\runtime\servers\default\SERVER-INF\temp\wwwroot-tmp\neotemp\114
84.tmp
(I assume the process creates a temporary stored file.)
I get this result both locally on development MX (Using IE) and on remote MX
server--tested with both IE and Netscape.

Am I missing something? Based on my results, I can NOT *examine* the file
prior to cffile's upload?

Thanks
E. Keith Dodd
Wings of Eagles Services
www.wingserv.com


-
[This E-mail scanned for viruses by declude AntiVirus Software]


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




ROUNDUP functionality from Excel

2003-01-29 Thread Jillian Carroll
Is there any way to duplicate the 'roundup' functionality from Excel?
 
I'm using CF to do a number of calculations (basically to make a form
into a calculator) and I need to round up to a number so that there are
no decimal points.  I can't just trim them... I need the rounding.
 
Thanks!
 
--
Jillian

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
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

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: ROUNDUP functionality from Excel

2003-01-29 Thread Ben Doom
ceiling() should do what you want.


--  Ben Doom
Programmer & General Lackey
Moonbow Software, Inc

: -Original Message-
: From: Jillian Carroll [mailto:[EMAIL PROTECTED]]
: Sent: Wednesday, January 29, 2003 1:35 PM
: To: CF-Talk
: Subject: ROUNDUP functionality from Excel
:
:
: Is there any way to duplicate the 'roundup' functionality from Excel?
:
: I'm using CF to do a number of calculations (basically to make a form
: into a calculator) and I need to round up to a number so that there are
: no decimal points.  I can't just trim them... I need the rounding.
:
: Thanks!
:
: --
: Jillian
:
: 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
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

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: ROUNDUP functionality from Excel

2003-01-29 Thread Barney Boisvert
Ceiling()
int()
fix()
round()

those four functions do these things:

round up
round down
truncate to integer
round nearest

> -Original Message-
> From: Jillian Carroll [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, January 29, 2003 10:35 AM
> To: CF-Talk
> Subject: ROUNDUP functionality from Excel
>
>
> Is there any way to duplicate the 'roundup' functionality from Excel?
>
> I'm using CF to do a number of calculations (basically to make a form
> into a calculator) and I need to round up to a number so that there are
> no decimal points.  I can't just trim them... I need the rounding.
>
> Thanks!
>
> --
> Jillian
>
> 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: Repeating region on output in DWMX?

2003-01-29 Thread Chris Kief
Tragically, the one on the DWTeam site is UltraDev 4 only.

chris


-Original Message-
From: Matt Brown [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, January 29, 2003 10:28 AM
To: CF-Talk
Subject: Re: Repeating region on output in DWMX?

What you are looking for is a free extension from Tom Muck called 
horizontal looper. I think you can find it at http://www.dwteam.com. I use 
it and love it.

At 12:41 PM 1/29/2003 -0500, you wrote:
>I have a small table in a database that I want to output. I want to output
a
>* query so that the 30 or so items in the table are output in 3 "columns".
>I'm trying to figure out how to do this in DreamweaverMX so that I can take
>the recordset that I've already created, and output it into a table with 3
>cells across...I'm trying to get approximately this:
>
>Apples|Bananas|Cantaloupes
>Grapes|Peaches|Pineapples
>Etc   |
>
>Instead of:
>Apples
>Bananas
>Cantaloupes
>Grapes
>Peaches
>Pineapples
>Etc
>
>What am I looking for in DWMX?
>
>

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: Screening files before CFFile upload

2003-01-29 Thread Benoit Hediard
Hi,

You can also add some Javascript client side validation :
http://www.massimocorner.com/beta/js_upload.htm

Benoit Hediard
www.benorama.com

> -Message d'origine-
> De : Bryan F. Hogan [mailto:[EMAIL PROTECTED]]
> Envoyé : mercredi 29 janvier 2003 19:39
> À : CF-Talk
> Objet : RE: Screening files before CFFile upload
>
>
> http://markme.com/cantrell/weblog/index.cfm?m=1&d=28&y=2003
>
> 
> Bryan F. Hogan
> Director of Internet Development
> Macromedia Certified ColdFusion MX Developer
> Digital Bay Media, Inc.
> 1-877-72DIGITAL
> 
>
> -Original Message-
> From: E. Keith Dodd [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, January 29, 2003 1:28 PM
> To: CF-Talk
> Subject: Screening files before CFFile upload
>
>
> Am wondering whether I can check for size, appropriate extension, etc. on
> files before they are uploaded using CFFile. Presently, I am uploading the
> files (with limited use of attribute accept), then using the CFFile output
> structure to delete any that don't fit my criteria.
>
> I am using MX and the standard html form for initial input with the
> enctype="multipart/form-data" and the input type="file".
>
>
> Searching the CFTalk archives, I found some referrals to being
> able to check
> the extension of the file on the action page BEFORE using CFFile.
> One reference suggests using:
> 
> to pick up any inappropriate extensions.
> (http://www.mail-archive.com/cf-talk@houseoffusion.com/msg124531.html)
>
> I find that I cannot do anything like that because the form field value is
> not the initial value in the field before submitting; it is one
> with a .tmp
> extension, as in:
> C:\CFusionMX\runtime\servers\default\SERVER-INF\temp\wwwroot-tmp\n
> eotemp\114
> 84.tmp
> (I assume the process creates a temporary stored file.)
> I get this result both locally on development MX (Using IE) and
> on remote MX
> server--tested with both IE and Netscape.
>
> Am I missing something? Based on my results, I can NOT *examine* the file
> prior to cffile's upload?
>
> Thanks
> E. Keith Dodd
> Wings of Eagles Services
> www.wingserv.com
>
>
> -
> [This E-mail scanned for viruses by declude AntiVirus Software]
>
>
> 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: Screening files before CFFile upload

2003-01-29 Thread E. Keith Dodd
Thanks, interesting article.
That would allow examination of size.

I did a cfdump of cgi, but don't see anything that would give me anything
about extension of the actual file. Gives content-type of
multipart/form-data etc.
Tried dump of form and only gives the .tmp file.

Your suggestion takes care of one concern. I'm doubting can do things like
the original file's actual extension, on the server-side, at least.
Javascript, perhaps, but could work around.

Thanks
- Original Message -
From: "Bryan F. Hogan" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, January 29, 2003 1:38 PM
Subject: RE: Screening files before CFFile upload


> http://markme.com/cantrell/weblog/index.cfm?m=1&d=28&y=2003
>
> 
> Bryan F. Hogan
> Director of Internet Development
> Macromedia Certified ColdFusion MX Developer
> Digital Bay Media, Inc.
> 1-877-72DIGITAL
> 
>
> -Original Message-
> From: E. Keith Dodd [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, January 29, 2003 1:28 PM
> To: CF-Talk
> Subject: Screening files before CFFile upload
>
>
> Am wondering whether I can check for size, appropriate extension, etc. on
> files before they are uploaded using CFFile. Presently, I am uploading the
> files (with limited use of attribute accept), then using the CFFile output
> structure to delete any that don't fit my criteria.
>
> I am using MX and the standard html form for initial input with the
> enctype="multipart/form-data" and the input type="file".
>
>
> Searching the CFTalk archives, I found some referrals to being able to
check
> the extension of the file on the action page BEFORE using CFFile.
> One reference suggests using:
> 
> to pick up any inappropriate extensions.
> (http://www.mail-archive.com/cf-talk@houseoffusion.com/msg124531.html)
>
> I find that I cannot do anything like that because the form field value is
> not the initial value in the field before submitting; it is one with a
.tmp
> extension, as in:
>
C:\CFusionMX\runtime\servers\default\SERVER-INF\temp\wwwroot-tmp\neotemp\114
> 84.tmp
> (I assume the process creates a temporary stored file.)
> I get this result both locally on development MX (Using IE) and on remote
MX
> server--tested with both IE and Netscape.
>
> Am I missing something? Based on my results, I can NOT *examine* the file
> prior to cffile's upload?
>
> Thanks
> E. Keith Dodd
> Wings of Eagles Services
> www.wingserv.com
>
>
> -
> [This E-mail scanned for viruses by declude AntiVirus Software]
>
>
> 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: Repeating region on output in DWMX?

2003-01-29 Thread Jeff Small
on 1/29/03 1:28 PM, Matt Brown at [EMAIL PROTECTED] wrote:

> What you are looking for is a free extension from Tom Muck called
> horizontal looper. I think you can find it at http://www.dwteam.com. I use
> it and love it.


It says on the page "does not work with the new ColdFusion, PHP, or ASP.NET
server models." 

Crud.

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
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

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: Screening files before CFFile upload

2003-01-29 Thread E. Keith Dodd
Just thought of that right before getting your response. Although not
fool-proof, would be good for my purpose since it's on an administrative
page where clients would not be turning of JS, etc.
Couldn't get the link to work. Will  keep trying.
Thanks
Keith
- Original Message -
From: "Benoit Hediard" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, January 29, 2003 1:50 PM
Subject: RE: Screening files before CFFile upload


> Hi,
>
> You can also add some Javascript client side validation :
> http://www.massimocorner.com/beta/js_upload.htm
>
> Benoit Hediard
> www.benorama.com
>
> > -Message d'origine-



-
[This E-mail scanned for viruses by declude AntiVirus Software]

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
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

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: Screening files before CFFile upload

2003-01-29 Thread Mike Townend
GetHTTPRequestData() I believe will give you more information.



-Original Message-
From: E. Keith Dodd [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, January 29, 2003 18:52
To: CF-Talk
Subject: Re: Screening files before CFFile upload


Thanks, interesting article.
That would allow examination of size.

I did a cfdump of cgi, but don't see anything that would give me anything
about extension of the actual file. Gives content-type of
multipart/form-data etc. Tried dump of form and only gives the .tmp file.

Your suggestion takes care of one concern. I'm doubting can do things like
the original file's actual extension, on the server-side, at least.
Javascript, perhaps, but could work around.

Thanks
- Original Message -
From: "Bryan F. Hogan" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, January 29, 2003 1:38 PM
Subject: RE: Screening files before CFFile upload


> http://markme.com/cantrell/weblog/index.cfm?m=1&d=28&y=2003
>
> 
> Bryan F. Hogan
> Director of Internet Development
> Macromedia Certified ColdFusion MX Developer
> Digital Bay Media, Inc.
> 1-877-72DIGITAL
> 
>
> -Original Message-
> From: E. Keith Dodd [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, January 29, 2003 1:28 PM
> To: CF-Talk
> Subject: Screening files before CFFile upload
>
>
> Am wondering whether I can check for size, appropriate extension, etc. 
> on files before they are uploaded using CFFile. Presently, I am 
> uploading the files (with limited use of attribute accept), then using 
> the CFFile output structure to delete any that don't fit my criteria.
>
> I am using MX and the standard html form for initial input with the 
> enctype="multipart/form-data" and the input type="file".
>
>
> Searching the CFTalk archives, I found some referrals to being able to
check
> the extension of the file on the action page BEFORE using CFFile. One 
> reference suggests using:  listfindnocase("gif,jpg,jpeg",listlast(form.myfilefield,"."))>
> to pick up any inappropriate extensions.
> (http://www.mail-archive.com/cf-talk@houseoffusion.com/msg124531.html)
>
> I find that I cannot do anything like that because the form field 
> value is not the initial value in the field before submitting; it is 
> one with a
.tmp
> extension, as in:
>
C:\CFusionMX\runtime\servers\default\SERVER-INF\temp\wwwroot-tmp\neotemp\114
> 84.tmp
> (I assume the process creates a temporary stored file.)
> I get this result both locally on development MX (Using IE) and on 
> remote
MX
> server--tested with both IE and Netscape.
>
> Am I missing something? Based on my results, I can NOT *examine* the 
> file prior to cffile's upload?
>
> Thanks
> E. Keith Dodd
> Wings of Eagles Services
> www.wingserv.com
>
>
> -
> [This E-mail scanned for viruses by declude AntiVirus Software]
>
>
> 

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
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

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




[offtopic] Javascript to open a url in another frame

2003-01-29 Thread Darren Adams
Hello All,


Being a little dense today can anyone refresh my memory as to how you
open up a link in another frame ?

Is it

Parent.framename.location.href = url;

Or
Parent.frames[1].location.href = url;



Basically I just want a link from one frame to open in another.

Any ideas ?

-Cheers,

Daz


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: ROUNDUP functionality from Excel

2003-01-29 Thread Jillian Carroll
Than you both Barney and Ben... this is EXACTLY what I needed!!

> -Original Message-
> From: Barney Boisvert [mailto:[EMAIL PROTECTED]] 
> Sent: January 29, 2003 12:47 PM
> To: CF-Talk
> Subject: RE: ROUNDUP functionality from Excel
> 
> 
> Ceiling()
> int()
> fix()
> round()
> 
> those four functions do these things:
> 
> round up
> round down
> truncate to integer
> round nearest
> 
> > -Original Message-
> > From: Jillian Carroll [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, January 29, 2003 10:35 AM
> > To: CF-Talk
> > Subject: ROUNDUP functionality from Excel
> >
> >
> > Is there any way to duplicate the 'roundup' functionality 
> from Excel?
> >
> > I'm using CF to do a number of calculations (basically to 
> make a form 
> > into a calculator) and I need to round up to a number so that there 
> > are no decimal points.  I can't just trim them... I need 
> the rounding.
> >
> > Thanks!
> >
> > --
> > Jillian
> >
> > 
> 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: [offtopic] Javascript to open a url in another frame

2003-01-29 Thread Rahmin Pavlovic
lowercase p for parent

but it's better to drill down from the top: top.framename.location


- Original Message -
From: "Darren Adams" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, January 29, 2003 1:40 PM
Subject: [offtopic] Javascript to open a url in another frame


> Hello All,
>
>
> Being a little dense today can anyone refresh my memory as to how you
> open up a link in another frame ?
>
> Is it
>
> Parent.framename.location.href = url;
>
> Or
> Parent.frames[1].location.href = url;
>
>
>
> Basically I just want a link from one frame to open in another.
>
> Any ideas ?
>
> -Cheers,
>
> Daz
>
>
> 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: [offtopic] Javascript to open a url in another frame

2003-01-29 Thread Jeremy Bunton
Can you not just use the target attribute of the link. somelink

-Original Message-
From: Darren Adams [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 29, 2003 1:40 PM
To: CF-Talk
Subject: [offtopic] Javascript to open a url in another frame


Hello All,


Being a little dense today can anyone refresh my memory as to how you
open up a link in another frame ?

Is it

Parent.framename.location.href = url;

Or
Parent.frames[1].location.href = url;



Basically I just want a link from one frame to open in another.

Any ideas ?

-Cheers,

Daz



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
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

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: CFMX Cert. Exam

2003-01-29 Thread Adrocknaphobia Jones
Is there an exam study guide for CFMX? The one for 5 made a great
bathroom book. No offense to whomever wrote it, but it's a good one for
just opening it up and reading random sections.

Adam Wayne Lehman
Web Systems Developer
Johns Hopkins Bloomberg School of Public Health
Distance Education Division


-Original Message-
From: Jeffry Houser [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, January 29, 2003 1:03 PM
To: CF-Talk
Subject: Re: CFMX Cert. Exam

  I studied by reading the CFMX book I wrote.  (I'm sure there is an
irony 
there).
  CF_Buster is also a good choice.  ( The MX version was not available
when 
I took the test )


At 11:50 AM 1/29/2003 -0600, you wrote:

>Anyone know of a Brain Dump for CFMX Cert. exam?



--
Jeffry Houser | 
DotComIt, Putting you on the web
AIM: Reboog711  | Phone: 1-203-379-0773
--
My CFMX Book: 

My Books: 
--
Ask me how to get a free recording of your band
--
Original Energetic Acoustic Rock: 
80's, 90's, and Now: 



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
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

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




OT: flash z-index

2003-01-29 Thread Ben Doom
I understood that the z-index of a flash movie was "infinte" -- that you
couldn't float anything (layer, div, etc) over the movie.

Please someone tell me I'm wrong and that I'm just overlooking something!

If you /can/ change the z-index, how?


--  Ben Doom
Programmer & General Lackey
Moonbow Software, Inc


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
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

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: Screening files before CFFile upload

2003-01-29 Thread E. Keith Dodd
Wow! That gives a lot of info. But don't see anything that helps. Don't see
anything in the Headers, and the Content is a huge Binary that I wouldn't
have the slightest idea of what to do with.
Thanks, never used that tag before.
Keith
- Original Message -
From: "Mike Townend" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, January 29, 2003 1:56 PM
Subject: RE: Screening files before CFFile upload


> GetHTTPRequestData() I believe will give you more information.
>
>
>
>


-
[This E-mail scanned for viruses by declude AntiVirus Software]

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
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

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




CLOB and Incorrect Characters

2003-01-29 Thread Kazmierczak, Kevin
Hello,

We are having trouble with some Memo fields in Access after we
upgraded to cfmx.  First we enabled CLOB in order to get them to show up,
but now our problem is that some characters are getting replaced by a little
box character, mainly the characters "'", "-", """.  Has this happened to
anyone else?  Any ideas? 

If you want to see it action,
http://www.alfred.edu/pressreleases/viewrelease.cfm?ID=1475

Kevin Kazmierczak.
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: flash z-index

2003-01-29 Thread Jeff Garza
Set the wmode pararmeter to Transparent and you should be fine...



We had this issue with a locator application that was giving our JS menuing
system fits...

HTH,

Jeff Garza

- Original Message -
From: "Ben Doom" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, January 29, 2003 12:16 PM
Subject: OT: flash z-index


I understood that the z-index of a flash movie was "infinte" -- that you
couldn't float anything (layer, div, etc) over the movie.

Please someone tell me I'm wrong and that I'm just overlooking something!

If you /can/ change the z-index, how?


--  Ben Doom
Programmer & General Lackey
Moonbow Software, Inc



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: flash z-index

2003-01-29 Thread Mike Townend
On IE only (5+ I think) theres a 

 


And 
wmode="transparent" scale="exactfit"

Which can be used to attempt it 

HTH



-Original Message-
From: Ben Doom [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, January 29, 2003 19:16
To: CF-Talk
Subject: OT: flash z-index


I understood that the z-index of a flash movie was "infinte" -- that you
couldn't float anything (layer, div, etc) over the movie.

Please someone tell me I'm wrong and that I'm just overlooking something!

If you /can/ change the z-index, how?


--  Ben Doom
Programmer & General Lackey
Moonbow Software, Inc



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
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

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: CLOB and Incorrect Characters

2003-01-29 Thread Tangorre, Michael
hey kaz,

you can't email your friends anymore. LOL


-Original Message-
From: Kazmierczak, Kevin [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 29, 2003 2:21 PM
To: CF-Talk
Subject: CLOB and Incorrect Characters


Hello,

We are having trouble with some Memo fields in Access after we
upgraded to cfmx.  First we enabled CLOB in order to get them to show up,
but now our problem is that some characters are getting replaced by a little
box character, mainly the characters "'", "-", """.  Has this happened to
anyone else?  Any ideas? 

If you want to see it action,
http://www.alfred.edu/pressreleases/viewrelease.cfm?ID=1475

Kevin Kazmierczak.

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: CSV loop

2003-01-29 Thread Rafael Alan Bleiweiss
At 02:25 PM 1/28/03 -0600, you wrote:
>Turn on display query in Admin Debug.  Check to see the result of the WHERE
>clause.  Most likely, it is not turning out the way you think.


I turned on Display Query and guess what - BLANK PAGE - for some reason, it 
appears the query isn't even running!  The file is where it belongs, I'm 
not getting any error messages about trying to read it...  

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




SQL Query - Can you do this

2003-01-29 Thread Matthew Friedman
I have a question and I am not sure if you can do this.

I need to do a query join information from two separate tables in different
database.

Both databases are on the same SQL server and registered in CF.


what I am trying to do is the follows



select
media_cost,transaction_fee,post_type,Job_Ref,company_id,Purchased_for,Positi
on_Title,PO_number,Date_placed,company_Contact,tranaction
from placements
where company_id in (select id from USERS where referral_is = )
order by Date_placed,company_id



the issue is that the USERS table is in the database users.

Any help would be great.

Matthew Friedman




~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: [offtopic] Javascript to open a url in another frame

2003-01-29 Thread Darren Adams
Afraid not,

I have a cf script writing an xtree tree and it is the action property
of those tree items I am trying to use to open the url in the other
frame.

I am calling a javascript function to do this.

I keep getting errors =(


-Daz

> -Original Message-
> From: Jeremy Bunton [mailto:[EMAIL PROTECTED]]
> Sent: 29 January 2003 19:09
> To: CF-Talk
> Subject: RE: [offtopic] Javascript to open a url in another frame
> 
> Can you not just use the target attribute of the link.  target="framename">somelink
> 
> -Original Message-
> From: Darren Adams [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, January 29, 2003 1:40 PM
> To: CF-Talk
> Subject: [offtopic] Javascript to open a url in another frame
> 
> 
> Hello All,
> 
> 
> Being a little dense today can anyone refresh my memory as to how you
> open up a link in another frame ?
> 
> Is it
> 
>   Parent.framename.location.href = url;
> 
> Or
>   Parent.frames[1].location.href = url;
> 
> 
> 
> Basically I just want a link from one frame to open in another.
> 
> Any ideas ?
> 
> -Cheers,
> 
> Daz
> 
> 
> 
> 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
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

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




CFMX Study guide

2003-01-29 Thread Ernie Pena
Hey Ben,

When is this going to hit the market? Amazon says it was releasted on
January 17th but no details as to when its actualy going to ship.

Thanks in advance.
Ernie Pena
M. D. Anderson Cancer Center.



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
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

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: SQL Query - Can you do this

2003-01-29 Thread Tim Do
use dbname..tablename

-Original Message-
From: Matthew Friedman [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 29, 2003 11:55 AM
To: CF-Talk
Subject: SQL Query - Can you do this


I have a question and I am not sure if you can do this.

I need to do a query join information from two separate tables in different
database.

Both databases are on the same SQL server and registered in CF.


what I am trying to do is the follows



select
media_cost,transaction_fee,post_type,Job_Ref,company_id,Purchased_for,Positi
on_Title,PO_number,Date_placed,company_Contact,tranaction
from placements
where company_id in (select id from USERS where referral_is = )
order by Date_placed,company_id



the issue is that the USERS table is in the database users.

Any help would be great.

Matthew Friedman





~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: SQL Query - Can you do this

2003-01-29 Thread Barney Boisvert
Sure, just prepend the database name before the table name, so you'll have
this:

select ...
from placements
where ... (select ... from users.USERS ...)


> -Original Message-
> From: Matthew Friedman [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, January 29, 2003 11:55 AM
> To: CF-Talk
> Subject: SQL Query - Can you do this
>
>
> I have a question and I am not sure if you can do this.
>
> I need to do a query join information from two separate tables in
> different
> database.
>
> Both databases are on the same SQL server and registered in CF.
>
>
> what I am trying to do is the follows
>
>
> 
> select
> media_cost,transaction_fee,post_type,Job_Ref,company_id,Purchased_
> for,Positi
> on_Title,PO_number,Date_placed,company_Contact,tranaction
> from placements
> where company_id in (select id from USERS where referral_is =
>  cfsqltype="CF_SQL_INTEGER" value="#session.referral_id#">)
> order by Date_placed,company_id
> 
>
>
> the issue is that the USERS table is in the database users.
>
> Any help would be great.
>
> Matthew Friedman
>
>
>
>
> 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: CSV loop

2003-01-29 Thread Raymond Camden
You did remember to check (in the cf admin) to see if debug output is
being restricted to an IP? I believe out of the box debugging is
restricted to 127.0.0.1.

===
Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc

Email: [EMAIL PROTECTED]
WWW  : www.camdenfamily.com/morpheus
Yahoo IM : morpheus

"My ally is the Force, and a powerful ally it is." - Yoda 

> -Original Message-
> From: Rafael Alan Bleiweiss [mailto:[EMAIL PROTECTED]] 
> Sent: Wednesday, January 29, 2003 1:39 PM
> To: CF-Talk
> Subject: RE: CSV loop
> 
> 
> At 02:25 PM 1/28/03 -0600, you wrote:
> >Turn on display query in Admin Debug.  Check to see the 
> result of the 
> >WHERE clause.  Most likely, it is not turning out the way you think.
> 
> 
> I turned on Display Query and guess what - BLANK PAGE - for 
> some reason, it 
> appears the query isn't even running!  The file is where it 
> belongs, I'm 
> not getting any error messages about trying to read it...  
> 


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: flash z-index

2003-01-29 Thread Ben Doom
So, essentially, in IE 5+ you can specify that the flash is always on the
bottom?

Hmm.  What the client wants is to be able to pop an iframe in front of the
flash movie but then get rid of it later.

I'm thinking this isn't going to happen.  :-)

--  Ben Doom
Programmer & General Lackey
Moonbow Software, Inc

: -Original Message-
: From: Jeff Garza [mailto:[EMAIL PROTECTED]]
: Sent: Wednesday, January 29, 2003 2:22 PM
: To: CF-Talk
: Subject: Re: flash z-index
:
:
: Set the wmode pararmeter to Transparent and you should be fine...
:
: 
:
: We had this issue with a locator application that was giving our
: JS menuing
: system fits...
:
: HTH,
:
: Jeff Garza
:
: - Original Message -
: From: "Ben Doom" <[EMAIL PROTECTED]>
: To: "CF-Talk" <[EMAIL PROTECTED]>
: Sent: Wednesday, January 29, 2003 12:16 PM
: Subject: OT: flash z-index
:
:
: I understood that the z-index of a flash movie was "infinte" -- that you
: couldn't float anything (layer, div, etc) over the movie.
:
: Please someone tell me I'm wrong and that I'm just overlooking something!
:
: If you /can/ change the z-index, how?
:
:
: --  Ben Doom
: Programmer & General Lackey
: Moonbow Software, Inc
:
:
:
: 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




SOT:Flash Study Guide

2003-01-29 Thread Frank Mamone
Is there such a thing as a Flash MX Developer/Designer Study Guide(s)?

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: Screening files before CFFile upload

2003-01-29 Thread Dave Lyons
I don't think Massimo's actually stops the upload just says that the file is
too big


- Original Message -
From: "Mike Townend" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, January 29, 2003 1:56 PM
Subject: RE: Screening files before CFFile upload


> GetHTTPRequestData() I believe will give you more information.
>
>
>
> -Original Message-
> From: E. Keith Dodd [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, January 29, 2003 18:52
> To: CF-Talk
> Subject: Re: Screening files before CFFile upload
>
>
> Thanks, interesting article.
> That would allow examination of size.
>
> I did a cfdump of cgi, but don't see anything that would give me anything
> about extension of the actual file. Gives content-type of
> multipart/form-data etc. Tried dump of form and only gives the .tmp file.
>
> Your suggestion takes care of one concern. I'm doubting can do things like
> the original file's actual extension, on the server-side, at least.
> Javascript, perhaps, but could work around.
>
> Thanks
> - Original Message -
> From: "Bryan F. Hogan" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Wednesday, January 29, 2003 1:38 PM
> Subject: RE: Screening files before CFFile upload
>
>
> > http://markme.com/cantrell/weblog/index.cfm?m=1&d=28&y=2003
> >
> > 
> > Bryan F. Hogan
> > Director of Internet Development
> > Macromedia Certified ColdFusion MX Developer
> > Digital Bay Media, Inc.
> > 1-877-72DIGITAL
> > 
> >
> > -Original Message-
> > From: E. Keith Dodd [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, January 29, 2003 1:28 PM
> > To: CF-Talk
> > Subject: Screening files before CFFile upload
> >
> >
> > Am wondering whether I can check for size, appropriate extension, etc.
> > on files before they are uploaded using CFFile. Presently, I am
> > uploading the files (with limited use of attribute accept), then using
> > the CFFile output structure to delete any that don't fit my criteria.
> >
> > I am using MX and the standard html form for initial input with the
> > enctype="multipart/form-data" and the input type="file".
> >
> >
> > Searching the CFTalk archives, I found some referrals to being able to
> check
> > the extension of the file on the action page BEFORE using CFFile. One
> > reference suggests using:  > listfindnocase("gif,jpg,jpeg",listlast(form.myfilefield,"."))>
> > to pick up any inappropriate extensions.
> > (http://www.mail-archive.com/cf-talk@houseoffusion.com/msg124531.html)
> >
> > I find that I cannot do anything like that because the form field
> > value is not the initial value in the field before submitting; it is
> > one with a
> .tmp
> > extension, as in:
> >
>
C:\CFusionMX\runtime\servers\default\SERVER-INF\temp\wwwroot-tmp\neotemp\114
> > 84.tmp
> > (I assume the process creates a temporary stored file.)
> > I get this result both locally on development MX (Using IE) and on
> > remote
> MX
> > server--tested with both IE and Netscape.
> >
> > Am I missing something? Based on my results, I can NOT *examine* the
> > file prior to cffile's upload?
> >
> > Thanks
> > E. Keith Dodd
> > Wings of Eagles Services
> > www.wingserv.com
> >
> >
> > -
> > [This E-mail scanned for viruses by declude AntiVirus Software]
> >
> >
> >
>
> 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
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

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: Repeating region on output in DWMX?

2003-01-29 Thread Dave Lyons
check this out, I haven't tried it but its here
http://www.dwfaq.com/Snippets/snippet_details.asp?CatID=13&SnipID=276

- Original Message -
From: "Jeff Small" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, January 29, 2003 1:46 PM
Subject: Re: Repeating region on output in DWMX?


> on 1/29/03 1:28 PM, Matt Brown at [EMAIL PROTECTED] wrote:
>
> > What you are looking for is a free extension from Tom Muck called
> > horizontal looper. I think you can find it at http://www.dwteam.com. I
use
> > it and love it.
>
>
> It says on the page "does not work with the new ColdFusion, PHP, or
ASP.NET
> server models."
>
> Crud.
>
> 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




XML settings files for CF apps

2003-01-29 Thread greg gorman
While I agree that XML is a fine thing in certain situations, I really don't see the 
advantage in the way that article and some of the other posters have suggested. I use 
an application.cfm file that has cases (db changes, path adjustments, etc) based on 
whatever server it resides on (fortunate if you have a definite number of servers the 
application could be ported to and from) and if I move to a new server, I add a case. 
I don't have to edit anything when moving between servers that are handled, and there 
is no performance hit compared to reading a flat file. 

I see the point about 'what if you want to move the app to something other than CF' 
and while that is certainly valid, I think minor configuration settings would be the 
least of my concerns in moving from CF to anything else. 

To me, if you are really wanting to separate configuration settings from the code, I 
would think that putting them in a database would be a better option than saving them 
as an XML file -- security issues no greater than the rest of the data, can be 
accessed by every other application, performance hit [I assume] less than reading a 
flat file.

just my $.02

- greg
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: SOT:Flash Study Guide

2003-01-29 Thread Ernie Pena
yes!

http://www.amazon.com/exec/obidos/tg/detail/-/0321157303/qid=1043870287/sr=8
-1/ref=sr_8_1/103-7363607-0626259?v=glance&s=books&n=507846


- Original Message -
From: "Frank Mamone" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, January 29, 2003 1:53 PM
Subject: SOT:Flash Study Guide


Is there such a thing as a Flash MX Developer/Designer Study Guide(s)?


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: Flash Study Guide

2003-01-29 Thread Debbie Dickerson
Certified Macromedia Flash MX Developer Study Guide
http://www.amazon.com/exec/obidos/tg/detail/-/0321157303/qid=1043870263/sr=1-2/ref=sr_1_2/002-5639786-7656058?v=glance&s=books

Certified Macromedia Flash MX Designer Study Guide
http://www.amazon.com/exec/obidos/tg/detail/-/0321126955/qid=1043870263/sr=1-10/ref=sr_1_10/002-5639786-7656058?v=glance&s=books


-Original Message-
From: Frank Mamone [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 29, 2003 2:54 PM
To: CF-Talk
Subject: SOT:Flash Study Guide


Is there such a thing as a Flash MX Developer/Designer Study Guide(s)?


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: CF 5 and Unicode

2003-01-29 Thread Pete Ruckelshaus
While I would like to believe Jim Campbell's statement, my experience has
shown otherwise.

Pete

- Original Message -
From: "Jim Campbell" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, January 28, 2003 4:56 PM
Subject: Re: CF 5 and Unicode


> CF5 shouldn't have any hand in displaying any characters - that's up to
the
> browser.  Your end-user needs to have unicode support or a Cyrillic
language
> pack to view the data.
>
> - Jim
>
> - Original Message -
> From: "Jim Curran" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Tuesday, January 28, 2003 3:38 PM
> Subject: CF 5 and Unicode
>
>
> > Hello All,
> >
> > Just looking in all the archives and wanted to double check before I
> > close the door on my search.
> >
> > CF 5 and SQL Server 2000
> >
> > I have Cyrllic Text in the DB and all is good.
> >
> > Final Assumption:
> >
> > ***There is no way to retrieve and display the Cyrllic Characters using
> > CF 5***
> >
> > I hope I'm wrong, but is this the case?
> >
> > TIA
> >
> > - jim
> >
> >
> >
> 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: CSV loop

2003-01-29 Thread Rafael Alan Bleiweiss
Yeah - the query info shows up on all my other pages, just not on this one 
so the query isn't running!

At 01:50 PM 1/29/03 -0600, you wrote:
>You did remember to check (in the cf admin) to see if debug output is
>being restricted to an IP? I believe out of the box debugging is
>restricted to 127.0.0.1.
>
>===
>Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc
>
>Email: [EMAIL PROTECTED]
>WWW  : www.camdenfamily.com/morpheus
>Yahoo IM : morpheus
>
>"My ally is the Force, and a powerful ally it is." - Yoda
>
> > -Original Message-
> > From: Rafael Alan Bleiweiss [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, January 29, 2003 1:39 PM
> > To: CF-Talk
> > Subject: RE: CSV loop
> >
> >
> > At 02:25 PM 1/28/03 -0600, you wrote:
> > >Turn on display query in Admin Debug.  Check to see the
> > result of the
> > >WHERE clause.  Most likely, it is not turning out the way you think.
> >
> >
> > I turned on Display Query and guess what - BLANK PAGE - for
> > some reason, it
> > appears the query isn't even running!  The file is where it
> > belongs, I'm
> > not getting any error messages about trying to read it...
> >
>
>
>
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




SQL Query - Can you do this

2003-01-29 Thread mfriedman
dbname..tablename

is the dbname the SQL dbname or the name regested in CF admin

matt
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Size of string in Bytes

2003-01-29 Thread Sean Daniels
Anyone know of an easy way to get the size of a string in bytes?

TIA

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




OT: JS form validation script

2003-01-29 Thread Cutter (CF_Talk)
Anybody up to attempting to help me debug a JS form validation script 
I'm working on?

Cutter

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: [offtopic] Javascript to open a url in another frame

2003-01-29 Thread Joshua Miller
parent.[name].document.location.href="page.cfm";

That works for me.

Joshua Miller
Head Programmer / IT Manager
Garrison Enterprises Inc.
www.garrisonenterprises.net
[EMAIL PROTECTED]
(704) 569-9044 ext. 254
 

*
Any views expressed in this message are those of the individual sender,
except where the sender states them to be the views of 
Garrison Enterprises Inc.
 
This e-mail is intended only for the individual or entity to which it is
addressed and contains information that is private and confidential. If
you are not the intended recipient you are hereby notified that any
dissemination, distribution or copying is strictly prohibited. If you 
have received this e-mail in error please delete it immediately and
advise us by return e-mail to [EMAIL PROTECTED]

*


-Original Message-
From: Darren Adams [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, January 29, 2003 2:14 PM
To: CF-Talk
Subject: RE: [offtopic] Javascript to open a url in another frame


Afraid not,

I have a cf script writing an xtree tree and it is the action property
of those tree items I am trying to use to open the url in the other
frame.

I am calling a javascript function to do this.

I keep getting errors =(


-Daz

> -Original Message-
> From: Jeremy Bunton [mailto:[EMAIL PROTECTED]]
> Sent: 29 January 2003 19:09
> To: CF-Talk
> Subject: RE: [offtopic] Javascript to open a url in another frame
> 
> Can you not just use the target attribute of the link.  target="framename">somelink
> 
> -Original Message-
> From: Darren Adams [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, January 29, 2003 1:40 PM
> To: CF-Talk
> Subject: [offtopic] Javascript to open a url in another frame
> 
> 
> Hello All,
> 
> 
> Being a little dense today can anyone refresh my memory as to how you 
> open up a link in another frame ?
> 
> Is it
> 
>   Parent.framename.location.href = url;
> 
> Or
>   Parent.frames[1].location.href = url;
> 
> 
> 
> Basically I just want a link from one frame to open in another.
> 
> Any ideas ?
> 
> -Cheers,
> 
> Daz
> 
> 
> 
> 

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: JS form validation script

2003-01-29 Thread Joshua Miller
Sure, whatcha got? I've written a whole slew of validators in JavaScript
and can probably help out.

Joshua Miller
Head Programmer / IT Manager
Garrison Enterprises Inc.
www.garrisonenterprises.net
[EMAIL PROTECTED]
(704) 569-9044 ext. 254
 

*
Any views expressed in this message are those of the individual sender,
except where the sender states them to be the views of 
Garrison Enterprises Inc.
 
This e-mail is intended only for the individual or entity to which it is
addressed and contains information that is private and confidential. If
you are not the intended recipient you are hereby notified that any
dissemination, distribution or copying is strictly prohibited. If you 
have received this e-mail in error please delete it immediately and
advise us by return e-mail to [EMAIL PROTECTED]

*


-Original Message-
From: Cutter (CF_Talk) [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, January 29, 2003 3:07 PM
To: CF-Talk
Subject: OT: JS form validation script


Anybody up to attempting to help me debug a JS form validation script 
I'm working on?

Cutter


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
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

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Struct Sort

2003-01-29 Thread Brad Roberts
I've got a structure that holds several questions:

  temp = structNew();
  temp.A = "a quesiton";
  temp.B = "another question";
  temp.C = "yet another question";
  ... and so on

I'm outputing the questions like so:

  
#temp[q]#: 
  

For some reason, the questions won't stay in order on the production server.
They do fine on my dev machine.  I've tried structSort(), but can't get it
to work...

Any suggestions?

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: JS form validation script

2003-01-29 Thread Cutter (CF_Talk)
The script is to loop through the "fieldnames" array to validate each 
field specified. Each "Item" of the "fieldnames" array is an array:

Fieldname, FieldType, ErrorMessage, ValidateForBadCharacters, 
ValidateAnEmailAddress

I started by just checking for "isEmpty", which is working fine. Then I 
began testing for bad characters (checkChar). This took a little 
tweeking, but now it's working fine. Then I began to test the email.

Ouch! Process stops here: check if "isEmpty", then check if it needs a 
character check (blValChar) and if it does then do it (checkChar). Then 
check if the field needs an address validation (blValMail)...

This is where it stops. It gets to "phone", sees that it is not empty, 
then does the first boolean (blValChar) and since it does it performs 
the character check (checkChar). Then it goes to check if it requires 
address validation (blValMail)...and it breaks. The "blValMail" function 
(for the first time) throws an error stating that 'Item.4' is null or 
not an object.

I can't figure it out, it's been driving me nuts for hours now. Any help 
is greatly appreciated...(Here's the basic form)







   
   
   Name: 
   
   
   
   
   
   
   
   Title: 
   
   
   
   
   
   
   
   Company: 
   
   
   
   
   
 
   
   Address: 
   
   
   
   
   
   
   
   
   City/State/Zip: 
   
   
   , 
   
   
 AA
 AE
 AK
 AL
 AP
 AR
 AZ
 CA
 CO
 CT
 DC
 DE
 FL
 GA
 HI
 IA
 ID
 IL
 IN
 KS
 KY
 LA
 MA
 MD
 ME
 MI
 MN
 MO
 MS
 MT
 NC
 ND
 NE
 NH
 NJ
 NM
 NV
 NY
 OH
 OK
 OR
 PA
 RI
 SC
 SD
 TN
 TX
 UT
 VA
 VT
 WA
 WI
 WV
 WY
  
   
   
   
   
   
   Country: 
   
   
   
- Select Your Country - 
  
Afghanistan
  
Albania
  
Algeria
  American 
Samoa
  
Andorra
  
Angola
  
Anguilla
  
Antarctica
  Antigua 
and Barbuda
  
Argentina
  
Armenia
  
Aruba
  Ashmore 
and Cartier Islands
  
Australia
  
Austria
  
Azerbaijan
  
Bahrain
  Baker 
Island
  
Bangladesh
  
Barbados
  Bassas da 
India
  
Belarus
  
Belgium
  
Belize
  
Benin
  
Bermuda
  
Bhutan
  
Bolivia
  Bosnia 
and Herzegovina

ColdFusion statistical analysis

2003-01-29 Thread Hagan, Ryan
Greetings,

I was wondering if anyone knew of any statistical analysis tools written in
ColdFusion OR COM objects.  Specifically I'm looking to do linear
regression.  I'd rather not reinvent the wheel if possible.  Thanks for the
input!

Ryan Hagan
[EMAIL PROTECTED]


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: CSV loop

2003-01-29 Thread Raymond Camden
Do you have this:



on your page, or in your Application.cfm file? Do you see _other_ debug
info on the page?

===
Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc

Email: [EMAIL PROTECTED]
WWW  : www.camdenfamily.com/morpheus
Yahoo IM : morpheus

"My ally is the Force, and a powerful ally it is." - Yoda 

> -Original Message-
> From: Rafael Alan Bleiweiss [mailto:[EMAIL PROTECTED]] 
> Sent: Wednesday, January 29, 2003 1:58 PM
> To: CF-Talk
> Subject: RE: CSV loop
> 
> 
> Yeah - the query info shows up on all my other pages, just 
> not on this one 
> so the query isn't running!
> 
> At 01:50 PM 1/29/03 -0600, you wrote:
> >You did remember to check (in the cf admin) to see if debug 
> output is 
> >being restricted to an IP? I believe out of the box debugging is 
> >restricted to 127.0.0.1.
> >
> >=
> ==
> >Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc
> >
> >Email: [EMAIL PROTECTED]
> >WWW  : www.camdenfamily.com/morpheus
> >Yahoo IM : morpheus
> >
> >"My ally is the Force, and a powerful ally it is." - Yoda
> >
> > > -Original Message-
> > > From: Rafael Alan Bleiweiss [mailto:[EMAIL PROTECTED]]
> > > Sent: Wednesday, January 29, 2003 1:39 PM
> > > To: CF-Talk
> > > Subject: RE: CSV loop
> > >
> > >
> > > At 02:25 PM 1/28/03 -0600, you wrote:
> > > >Turn on display query in Admin Debug.  Check to see the
> > > result of the
> > > >WHERE clause.  Most likely, it is not turning out the way you 
> > > >think.
> > >
> > >
> > > I turned on Display Query and guess what - BLANK PAGE - for some 
> > > reason, it appears the query isn't even running!  The 
> file is where 
> > > it belongs, I'm
> > > not getting any error messages about trying to read it...
> > >
> >
> >
> >
> 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: Struct Sort

2003-01-29 Thread Raymond Camden
If you want to ensure proper ordering, switch to an array.

===
Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc

Email: [EMAIL PROTECTED]
WWW  : www.camdenfamily.com/morpheus
Yahoo IM : morpheus

"My ally is the Force, and a powerful ally it is." - Yoda 

> -Original Message-
> From: Brad Roberts [mailto:[EMAIL PROTECTED]] 
> Sent: Wednesday, January 29, 2003 2:13 PM
> To: CF-Talk
> Subject: Struct Sort
> 
> 
> I've got a structure that holds several questions:
> 
>   temp = structNew();
>   temp.A = "a quesiton";
>   temp.B = "another question";
>   temp.C = "yet another question";
>   ... and so on
> 
> I'm outputing the questions like so:
> 
>   
> #temp[q]#: 
>   
> 
> For some reason, the questions won't stay in order on the 
> production server. They do fine on my dev machine.  I've 
> tried structSort(), but can't get it to work...
> 
> Any suggestions?
> 
> 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
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

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: CSV loop

2003-01-29 Thread Rafael Alan Bleiweiss
At 02:17 PM 1/29/03 -0600, you wrote:
>Do you have this:
>
>
>
>on your page, or in your Application.cfm file? Do you see _other_ debug
>info on the page?


This is not set, however no other debug info appears - interestingly 
enough, when I put a  with one of the variables above the query 
on the page, the end page does show that info, so it's processing code ok, 
but once it reaches that query, nothing else shows up.  

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
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

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Page Expired with CFMX

2003-01-29 Thread Frank Mamone
Is there a fix for the page expired message we get when hitting the back
button with MX.

Setting the cache is not an option as it won't re-run the queries.

Thanks,

Frank Mamone

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




CFMX & application context

2003-01-29 Thread ksuh
Has anyone tried creating different contexts with CFMX?  It looks like there's only 
one context in CFMX - wwwroot.  Is it possible to add more?

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
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

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: Page Expired with CFMX

2003-01-29 Thread E. Keith Dodd
Frank
I had similar problem and had to put the following in any page with a form:


see thread on past topic:
http://www.mail-archive.com/cf-talk@houseoffusion.com/msg125513.html

Not sure what that will do with queries.

E. Keith Dodd
Wings of Eagles Services
www.wingserv.com
- Original Message -
From: "Frank Mamone" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, January 29, 2003 3:24 PM
Subject: Page Expired with CFMX


> Is there a fix for the page expired message we get when hitting the back
> button with MX.
>
> Setting the cache is not an option as it won't re-run the queries.
>
> Thanks,
>
> Frank Mamone
>
> 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




dumb question client variables

2003-01-29 Thread Tony Weeg
hi there.

If I wanted to remove the value of a client variable I have set for a
particular user, lets just say, emailAddress, and they check a checkbox
that says, Forget my email address, would the best way to do that, be
to have this code...



to just zero the value out?

brain fartage on a stinkin cold rainy Wednesday

thanks

...tony

Tony Weeg
Senior Web Developer
UnCertified Advanced ColdFusion Developer
Information System Design
Navtrak, Inc.
Mobile workforce monitoring, mapping & reporting
www.navtrak.net
410.548.2337 

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
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

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: Page Expired with CFMX

2003-01-29 Thread Frank Mamone
Does it need to be on every page or will it work in the application.cfm?

Thanks Keith.


- Original Message -
From: "E. Keith Dodd" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, January 29, 2003 3:32 PM
Subject: Re: Page Expired with CFMX


> Frank
> I had similar problem and had to put the following in any page with a
form:
> 
>
> see thread on past topic:
> http://www.mail-archive.com/cf-talk@houseoffusion.com/msg125513.html
>
> Not sure what that will do with queries.
>
> E. Keith Dodd
> Wings of Eagles Services
> www.wingserv.com
> - Original Message -
> From: "Frank Mamone" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Wednesday, January 29, 2003 3:24 PM
> Subject: Page Expired with CFMX
>
>
> > Is there a fix for the page expired message we get when hitting the back
> > button with MX.
> >
> > Setting the cache is not an option as it won't re-run the queries.
> >
> > Thanks,
> >
> > Frank Mamone
> >
> >
> 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
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

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




2 Selects somewhat related

2003-01-29 Thread Randell B Adkins
Has anyone seen a JS function or CustomTag
that will allow a total of 3 selectboxes to be
dynamically populated based on:

HERE IS THE KICKER:

the first selection box (upon selection)
would populate the 2nd and 3rd at the SAME
time with related values. 

Box 2 and Box 3 are not related but are
related to box 1

If CustomTag, then I am sure 2 queries 
would be needed.

Thanks!!
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
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

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Cfpop problem

2003-01-29 Thread Al Musella, DPM
  A script that has been working great for years under cf3, then cf4 then 
cf5 now MX started throwing the error:

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Uploading File, Retaining File Name, Resizing?

2003-01-29 Thread Russ
I've got a lot at once, and I'm really sort of blindly stabbing at at
least one part of this.

I'm allowing my client to upload an image to his site--through a file
upload pop-up (which doesn't have to be done that way, it's just the way
I'm doing it currently).

Ideally, rather than having him recall the image name, I'd rather just
have it trimmed out of the upload (which, the more I think of it,
shouldn't be too much of a problem) that way there's no real effort
required from him.

Additionally, I'm just curious if there's anyway to resize an image file
upon upload so that it reduces down to a specified, pre-set maximum
width, but it does it proportionally--is it a pipedream, or has this
been down without any sort of server add-in?  I just don't know where to
begin looking for it.

Thanks in advance for any assistance.

Russ Unger
Managing Partner
blueChrome design, LLC
www.bluechromedesign.com
312.593.4260 :office
877.433.8427 :pager
312.873.4033 :fax

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




  1   2   3   >