RE: unscoped variables

2002-06-05 Thread Peter Tilbrook
Does CFMX still use the application.cfm file? Or can you adopt an alternative like Fusebox instead? Silly question? == Peter Tilbrook Macromedia ColdFusion Applications Developer 4/73 Tharwa Road Queanbeyan, NSW, 2620 AUSTRALIA Phone: (02) 6284 2727 Mobile: 0401 973 415 Email: [EMAIL PROTECTED]

RE: unscoped variables

2002-06-05 Thread Neil Clark - =TMM=
Silly question :-) Yes it does. The Fusebox method doesn’t really adopt anything per say its just an include AFAIK. Neil Clark Team Macromedia http://www.macromedia.com/go/team Announcing Macromedia MX!! http://www.macromedia.com/software/trial/ -Original Message- F

RE: unscoped variables

2002-06-05 Thread Peter Tilbrook
Yeah. I just found that NOT using an "application.cfm" file on a multi-site server was problematic. Fusebox is still a great dev standard though, == Peter Tilbrook Macromedia ColdFusion Applications Developer 4/73 Tharwa Road Queanbeyan, NSW, 2620 AUSTRALIA Phone: (02) 6284 2727 Mobile: 0401 973

SOT: recommendations for AV software (Win2K Advanced Server)

2002-06-05 Thread Peter Tilbrook
Short of a re-install, my Norton AV software has ceased to function. Any recommendations for a replacement? I'm running both Win2K Advanced Server and WinXP Professional (the latter looking good but sucking when it comes to serving websites - even developing them. Did you know that SQL Server 7.x

RE: recommendations for AV software (Win2K Advanced Server)

2002-06-05 Thread Neil Clark - =TMM=
I use AVG from Grisoft. __ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe:

RE: unscoped variables

2002-06-05 Thread Neil Clark - =TMM=
Agreed, I love Fusebox too Neil Clark Team Macromedia http://www.macromedia.com/go/team Announcing Macromedia MX!! http://www.macromedia.com/software/trial/ -Original Message- From: Peter Tilbrook [mailto:[EMAIL PROTECTED]] Sent: 05 June 2002 09:58 To: CF-Talk Subject: RE: un

RE: recommendations for AV software (Win2K Advanced Server)

2002-06-05 Thread Joshua Tipton
I run sql 7x on my xp pro machine. Josh -Original Message- From: Peter Tilbrook [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 05, 2002 5:20 AM To: CF-Talk Subject: SOT: recommendations for AV software (Win2K Advanced Server) Short of a re-install, my Norton AV software has ceased to

Ridiculous Problem!

2002-06-05 Thread Bud
OK. I've got CF 4.51 on my development box. I also run WebSite Pro on the dev box, which I just upgraded to the latest version, which I'd also done on the real server with no problem. I can access the CF Login page thru http://192.168.0.5/CFIDE/administrator/index.cfm But when I try to log in

simple right-justify dollar fields in tables?

2002-06-05 Thread Ed Gordon
I'm putting in but the darn things are left-justified. Any clue how to (easily) get decimal places in a column to line up nice? TIA Ed FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.com/

Re: simple right-justify dollar fields in tables?

2002-06-05 Thread Bud
On 6/5/02, Ed Gordon penned: >I'm putting in but the darn things are left-justified. That's strange. >Any clue how to (easily) get decimal places in a column to line up nice? Yes, . :) Are you sure you don't have valign=right or something? -- Bud Schneehagen - Tropical Web Creations _/_/_/

RE: unscoped variables

2002-06-05 Thread Brian Eckerman
Hello, I was wondering if you could explain the difficulties you had involving NOT using application.cfm. Why would it matter if you use them or not? -Original Message- From: Peter Tilbrook [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 05, 2002 4:58 AM To: CF-Talk Subject: RE: unscoped

CFMX & Apache

2002-06-05 Thread Critz
Error: Error message: handler "jrun-handler" not found for: C:/www/CFIDE/administrator/index.cfm any ideas suggestions, etc etc?? -- Best regards, Critter, MMCP Certified ColdFusion Developer Crit[s2k] - __ Structure y

RE: simple right-justify dollar fields in tables?

2002-06-05 Thread Tony_Petruzzi
check your code. the only thing that could do this is another piece of code, like a "p", that is set to align left in the td tag. text will go left text will go right text will go left also see if there any style sheets being called on the page td {text-

Install Programs

2002-06-05 Thread Randell B Adkins
Does anyone use an installation program to create a CD of an application but I would need it to verify if in fact they would have capability of TCP/IP. Thanks! __ Structure your ColdFusion code with Fusebox. Get the official book

Install Programs (Wrong Post)

2002-06-05 Thread Randell B Adkins
Sorry I meant to send this to the CF-Community list. My apologies! __ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. FAQ: http://www.thenetprofits.co.uk/coldfusi

Cheapest Price on StudioMX?

2002-06-05 Thread John McKown
I just found the StudioMX UPGRADE for only $190 Here: http://www.buycheapsoftware.com/details.asp?productID=713 And the FULL VERSION for only $385 here: http://www.buycheapsoftware.com/details.asp?productID=712 Has anyone seen it cheaper than this? This is certainly a lot less than getting it di

RE: CF & Linux

2002-06-05 Thread Debbie Dickerson
You should also make sure you have the RDS hot fix installed: http://www.macromedia.com/v1/Handlers/index.cfm?ID=22197&Method=Full Deb -Original Message- From: Randell B Adkins [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 04, 2002 10:36 AM To: CF-Talk Subject: Re: CF & Linux FTP is u

RE: Cheapest Price on StudioMX?

2002-06-05 Thread Stacy Young
That's only Dreamweaver MX as a standalone product, not the MX suite. ;) -Original Message- From: John McKown [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 05, 2002 9:17 AM To: CF-Talk Subject: Cheapest Price on StudioMX? I just found the StudioMX UPGRADE for only $190 Here: http://

Querying Queries

2002-06-05 Thread Dave Clay
Need help here: I dont understand why I am only getting output from ItemsLit and not Items. Code below. SELECT ItemID,SecID,Type,ItemNumber,ProdName,QSPriceUS,QSPriceUS1,CUPriceUS,CUQty FROM Items WHERE (ProdName LIKE '%#form.searchTerms#%' OR ItemNumber LIKE '%#form.searchTerms#%')

RE: Verity K2 & Localhost

2002-06-05 Thread jon
Somebody awhile ago came up with the clever idea of aliasing them to different ports for the purpose of searching. I bet that'd solve your problem. -- jon - jon roig senior manager, online production epilepsy foundation phone: 215.850.0710 site: http://www.epilepsyfoundatio

how to increment this

2002-06-05 Thread Tony Carcieri
Hi all, I have developed an app that evenly distributes leads based on the next sales rep in the db (we have 2 of them). when the page loads, it queries the db to see who is next in the distribution list. if the number of entries exceeds the recordcount of the reps, it gets set back to 1. my pro

Re: Querying Queries

2002-06-05 Thread Stephen Moretti
Dave, Both tables are in the same datasource, so why are you using a QofQ? What's the columns in the two tables (Items and ItemLit) and which column provides the relationship between them? What is the outcome that want from the query? Regards Stephen

Querying multiple Oracle datasources - separate logins - 1 cfquer y

2002-06-05 Thread Carlisle, Eric
Is it possible to join tables in 2 different Oracle datasources (using 2 different logins)? This is a loaded question because I know you can't. You probably need to use a stored procedure or a view. I can do 2 seperate queries, but since both tables are required to narrow down the results, the

Encrypting ASP code

2002-06-05 Thread Bosky, Dave
Are there any tools that will encrypt asp code? I understand it's just an ounce of prevention and won't stop a determined person from looking at the code. Thanks, Dave __ Structure your ColdFusion code with Fusebox. Get t

Re: Querying multiple Oracle datasources - separate logins - 1 cfquer y

2002-06-05 Thread Critz
oi Eric!! you might wanna swing into #coldfusion on efnet..some bloke was in there this morning talking bout roughly the same thing. -- Critz Certified Adv. ColdFusion Developer Crit[s2k] - Wednesday, June 5, 2002, 10:03:22 AM, you wrote: CE> Is

RE: Querying multiple Oracle datasources - separate logins - 1 cf quer y

2002-06-05 Thread Carlisle, Eric
io Critz, I'll be certain to do that. #coldfusion on EFNet is an invaluable source for ColdFusion problem solving. Thanks :) Eric -Original Message- From: Critz [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 05, 2002 10:12 AM To: CF-Talk Subject: Re: Querying multiple Oracle dat

Re: Querying multiple Oracle datasources - separate logins - 1 cfquer y

2002-06-05 Thread Aaron Rouse
-- Original Message -- From: "Carlisle, Eric" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] Date: Wed, 5 Jun 2002 10:03:22 -0400 >Is it possible to join tables in 2 different Oracle datasources (using 2 >different logins)? > >This is a loaded question b

Content providers..

2002-06-05 Thread Kevin Langevin
I'm looking for good resources for learning how to make content from our site available to partners. We've an array of content which certain partners would like to make available on their site to affiliated hospitals. Some of the content is static informational pages, but some of it is stuff like

RE: Encrypting ASP code

2002-06-05 Thread Dave Watts
> Are there any tools that will encrypt asp code? > I understand it's just an ounce of prevention and > won't stop a determined person from looking at the > code. There's a tool from MS called Script Encoder. I haven't actually used it, so I don't know how well it works. Documentation for Scri

Re: Content providers..

2002-06-05 Thread BEN MORRIS
If your partners are running CF, WDDX may fit your needs. >>> "Kevin Langevin" <[EMAIL PROTECTED]> 06/05/02 10:25AM >>> I'm looking for good resources for learning how to make content from our site available to partners. We've an array of content which certain partners would like to make availab

Re: Content providers..

2002-06-05 Thread Jerry Johnson
And for things like quizes, custom tags work wonders. Jerry Johnson >>> [EMAIL PROTECTED] 06/05/02 10:29AM >>> If your partners are running CF, WDDX may fit your needs. >>> "Kevin Langevin" <[EMAIL PROTECTED]> 06/05/02 10:25AM >>> I'm looking for good resources for learning how to make content

CF on EfNet?

2002-06-05 Thread Chris Norloff
How does one get into EfNet? I tried efnet.org & efnet.net but didn't see any coldfusion. thanks, Chris Norloff -- Original Message -- from: "Aaron Rouse" <[EMAIL PROTECTED]> >I would suggest getting onto #coldfusion on EfNet, we just helped someone out

Re: CF on EfNet?

2002-06-05 Thread Todd
Can't telnet... you either have to use a program like mIRC or Bersirc If you're on a linux box, you can type: irc efnet.org At 10:44 AM 6/5/2002 -0400, you wrote: >How does one get into EfNet? I tried efnet.org & efnet.net but didn't see >any coldfusion. > >thanks, >Chris Norloff > > >

RE: CF on EfNet?

2002-06-05 Thread Carlisle, Eric
It's an IRC chat channel. You need an IRC client to use it. http://www.mirc.com (for windows users) Eric -Original Message- From: Chris Norloff [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 05, 2002 10:44 AM To: CF-Talk Subject: CF on EfNet? How does one get into EfNet? I tried

Re: CF on EfNet?

2002-06-05 Thread Critz
oi Chris!! you'll need a client to connect to the irc servers. www.mirc.com the program comes with a list of servers just remember you want an efnet server. and you can also get more servers from efnet.org open the client , fill in information under options (nick..email...etc) then type: /se

CF Faxing

2002-06-05 Thread Haggerty, Mike
I am working on a solution that would allow users to receive information from the Web site via Fax. Does anyone have experience integrating CF sites with Fax services? Are there any providers you can recommend? Thanks, M __ Str

RE: Content providers..

2002-06-05 Thread Cravens, Billy
It doesn't even need to be CF to use WDDX. PHP has WDDX support, and you can use the WDDX COM object in ASP. --- Billy Cravens -Original Message- From: BEN MORRIS [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 05, 2002 9:30 AM To: CF-Talk Subject: Re: Content providers.. If your p

RE: view Word document without showing URL

2002-06-05 Thread Philip Arnold - ASP
> how can i pust a microsoft word document content into a > client browser by not letting the user know the actual > location and file name of the word document, is that > possible? On top of CFCONTENT, you could always use Frames, that way you know the URL isn't displayed Personally though, I'd

RE: Content providers..

2002-06-05 Thread Ian Lurie
Even if they aren't, there are some solid WDDX tool kits out there for PHP and ASP. We're using it to deliver content to an ASP-based CMS... -Original Message- From: BEN MORRIS [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 05, 2002 7:30 AM To: CF-Talk Subject: Re: Content providers..

Re: CF on EfNet?

2002-06-05 Thread Aaron Rouse
-- Original Message -- From: "Chris Norloff" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] Date: Wed, 5 Jun 2002 10:44:00 -0400 >How does one get into EfNet? I tried efnet.org & efnet.net but didn't see any >coldfusion. > >thanks, >Chris Norloff > Ch

Re: CF on EfNet?

2002-06-05 Thread Chris Norloff
thanks, Chris -- Original Message -- from: Todd <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] date: Wed, 05 Jun 2002 10:46:58 -0400 >Can't telnet... you either have to use a program like mIRC or Bersirc > >If you're on a linux box, you can type: irc efn

RE: CF Faxing

2002-06-05 Thread UXB Internet
I haven't used their products but did investigate Proto Fax. They have free CF custom tags for their fax product available. http://www.protofax.com/ Best regards, Dennis Powers UXB Internet - A Web Design and Hosting Company tel: (203)879-2844 fax: (203)879-6254 http://www.uxbinternet.com/ h

RE: CF Faxing

2002-06-05 Thread Craig Thomas
..whatever you do, I'd stay away from faxcube (I actually think they are out of business)! I had terrible problems with them loosing faxes. We ended up bagging faxing altogether and opted for emailing. In our situation we decided users could always print the email, so faxing didn't seem to add

Re: CF Faxing

2002-06-05 Thread Jerry Johnson
We've been having good luck with a company called Xpedite. http://www.xpedite.com/index1.html They have been really willing to get the system tuned to our needs. Jerry Johnson >>> [EMAIL PROTECTED] 06/05/02 10:50AM >>> I am working on a solution that would allow users to receive information f

RE: Session timeout and inactivity time

2002-06-05 Thread Stephen Hait
Thanks for the quick response. Stephen > > If cfapplication specifies a sessiontimeout of 10 minutes, > > will any session variables be destroyed after 10 minutes > > or only after 10 minutes of inactivity? > > After ten minutes of inactivity. > > Dave Watts, CTO, Fig Leaf Software > http://

RE: CF Faxing

2002-06-05 Thread Andrew Spear
If you can set up your own server, I'd go with ProtoFax. I've been using their server for about 2 years without any major issues. They just came out with a new version that has some nice features. If you want detials let me know. > -Original Message- > From: Haggerty, Mike [mailto:[EMA

Impending session timeout warning methods?

2002-06-05 Thread Stephen Hait
Does anyone attempt to warn a user that their session will shortly expire? Could javascript with a timer allow popping up a window, say, when the session will expire in 2 minutes? Are there any better approaches? TIA, Stephen ___

OT .exe Distribution through IIS

2002-06-05 Thread Jim Curran
Hello, I'm posting an exe file (software package) to distribute, but linking to it via HTTP generates a cgi error. I know there must be a simple edit in IIS to turn this to a file download for the client instead of running server-side. I deleted the mime types for .exe, but that didn't work. T

RE: OT .exe Distribution through IIS

2002-06-05 Thread Andrew Spear
You need to turn off execute permission for that directory. Go into IIS, select the properties for that directory, you'll see options for execute... > -Original Message- > From: Jim Curran [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, June 05, 2002 8:32 AM > To: CF-Talk > Subject: OT .

RE: CF Faxing

2002-06-05 Thread Ken Wilson
RelayFax could also be an option if you want to roll your own solution. http://www.deerfield.com/products/relayfax/ Ken -Original Message- From: Andrew Spear [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 05, 2002 11:32 AM To: CF-Talk Subject: RE: CF Faxing If you can set up your o

Timeout on Oracle statement lock error

2002-06-05 Thread Bruce Holm
Anybody else see these kind of errors? We've been getting them every day and not sure what the reason is. The always occur in clusters of errors where multiple errors very similar to each other occur. Like this instance... I first get this error: Diagnostics: Oracle Error Code = 0Timeout whi

Archive advice

2002-06-05 Thread Michael Dinowitz
I need some design advice. The first question is about threading. Lets say that a list post starts off with one subject and then changes to another subject. The new subject is still in response to the old subject but may deal with something new. i.e. a thread starts out about MM sales practices

RE: Impending session timeout warning methods?

2002-06-05 Thread Shawn Grover
I don't see how this can happen, other than a javascript timer object. Each successive request from the server resets the timer for session timeout. So, the moment the page does anything (that requires server interaction), the warning becomes meaningless. My personal thought is that users would

SetLocale()

2002-06-05 Thread Andy Ewings
Any one see what's wrong with this... Aparently "English (U.K.)" is not a valid locale - do I need the quotations?when I remove them I get a different error.. In case it's of any importance I am running CF5 _

RE: OT .exe Distribution through IIS

2002-06-05 Thread Jim Curran
Thanks Completely forgot about that... - j -Original Message- From: Andrew Spear [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 05, 2002 11:41 AM To: CF-Talk Subject: RE: OT .exe Distribution through IIS You need to turn off execute permission for that directory. Go into IIS, se

Search Engine In FuseBox 3

2002-06-05 Thread Dave Clay
Does anyone know of a search engine or search application that will work under FuseBox 3? Any help would be great. Dave Clay Trusjoist.com __ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fus

RE: Impending session timeout warning methods?

2002-06-05 Thread Lee Fuller
Actually, we've done this, and yes.. Only way we found to do it was in JS. You're right, it's annoying if it's just for basic info. However, if they're about to lose a whole lot of work that they've typed in, and simply were distracted.. they appreciate it. Depends on the need, I guess. Lee F

RE: CF Faxing

2002-06-05 Thread Andrew Spear
I forgot to mention the main reason I use ProtoFax. It's the only fax server I found that renders faxes from HTML pages. This makes it great for CF, because all I have to do is wrap my code in a tag that generates an .html file and then dumps it into Protofax's "scanner" directory that automatic

Re: SetLocale()

2002-06-05 Thread Paul Hastings
> i believe its English (UK) not English (U.K.) --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.368 / Virus Database: 204 - Release Date: 29/5/2545 __ Get th

RE: SetLocale()

2002-06-05 Thread Dave Watts
> Any one see what's wrong with this... > > > > Aparently "English (U.K.)" is not a valid locale - do I > need the quotations?when I remove them I get a different > error.. > > In case it's of any importance I am running CF5 It's the periods you've got after U and K. Use thi

RE: SetLocale()

2002-06-05 Thread Pascal Peters
It's without the dots -Original Message- From: Andy Ewings [mailto:[EMAIL PROTECTED]] Sent: woensdag 5 juni 2002 17:53 To: CF-Talk Subject: SetLocale() Any one see what's wrong with this... Aparently "English (U.K.)" is not a valid locale - do I need the quotations?when I

RE: SetLocale()

2002-06-05 Thread Dave Watts
> > Any one see what's wrong with this... > > > > > > > > Aparently "English (U.K.)" is not a valid locale - do I > > need the quotations?when I remove them I get a different > > error.. > > > > In case it's of any importance I am running CF5 > > It's the periods you've got

RE: SetLocale()

2002-06-05 Thread Andy Ewings
ta guys - strange Forta book (4.5) says U.K. - knew he couldn't be perfect ;) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 05 June 2002 17:03 To: CF-Talk Subject: Re: SetLocale() > i believe its English (UK) not English (U.K.) --- Outgoing mail is cer

RE: Archive advice

2002-06-05 Thread Ben Johnson
> It took me a few days to port over all the CF-Talk messages > and thread them. Indexing for verity searches is next. The > indexes will be based on the year, so if you want to search > both this year and last, you have to select two indexes to > search through. It's needed to avoid monster index

RE: Impending session timeout warning methods?

2002-06-05 Thread Shawn Grover
Do you give the user an option to keep the session open? I can picture in my head a method or two to do this (requesting a simple, meaningless page in an IFrame or another window). Or do you just tell the user their session is about to expire and leave it to them to do something about it? Just

RE: Archive advice

2002-06-05 Thread Shawn Grover
I need some design advice. The first question is about threading. Lets say that a list post starts off with one subject and then changes to another subject. The new subject is still in response to the old subject but may deal with something new. i.e. a thread starts out about MM sales practices

Re: Impending session timeout warning methods?

2002-06-05 Thread Gyrus
- Original Message - From: "Stephen Hait" <[EMAIL PROTECTED]> Does anyone attempt to warn a user that their session will shortly expire? Could javascript with a timer allow popping up a window, say, when the session will expire in 2 minutes? Are there any better approaches? ---

RE: CF & Linux

2002-06-05 Thread Tony Schreiber
I can't get RDS to transfer any binary files from any platform, so I don't think it's limited to Linux. Like rob says, I think it's an RDS/ascii issue. > Just a guess as I don't use RDS (or really know anything about it) but it > seems like the transfer mode RDS is using is ASCII, that might expl

RE: Oracle Exporting Table structures

2002-06-05 Thread Tony Schreiber
Is Toad lke TORA? Man, I love that app. ;p > You can also get a commercial version at: http://www.quest.com/toad/ > > > -Original Message- > From: Paul Giesenhagen [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, June 04, 2002 11:23 AM > To: CF-Talk > Subject: Re: Oracle Exporting Table struct

RE: CF & Linux

2002-06-05 Thread Randell B Adkins
I have no problems on the Windows Servers by coping images from the server back to the workstation via RDS just when I have the Linux server. Deb from Macromedia made a suggestion about the RDS HotFix for a few server platforms: You should also make sure you have the RDS hot fix installed: http:

RE: Search Engine In FuseBox 3

2002-06-05 Thread Dave Watts
> Does anyone know of a search engine or search application > that will work under FuseBox 3? Verity should work just as well with Fusebox apps as with any other CF apps. However, you'll need to understand how Verity works. So, you'll want to read the Verity documentation that comes with CF. You

Re: Impending session timeout warning methods?

2002-06-05 Thread Gyrus
- Original Message - From: "Shawn Grover" <[EMAIL PROTECTED]> Do you give the user an option to keep the session open? I can picture in my head a method or two to do this (requesting a simple, meaningless page in an IFrame or another window). Or do you just tell the user their session is

RE: Search Engine In FuseBox 3

2002-06-05 Thread John Beynon
Funnily enough a thread was stared this morning on the Fusebox lists "Indexing a Fusebox Site" - there's not been a solid answer just yet but you might want to keep an eye on the [EMAIL PROTECTED] list, HTH, John. > -Original Message- > From: Dave Clay [mailto:[EMAIL PROTECTED]] > Sent

RE: Impending session timeout warning methods?

2002-06-05 Thread Lee Fuller
Actually no.. I found it more work than necessary. Typically they just save their work, and it should be fine. I have not used it on "new sign-up" type form input. Typically just maintenance of database info. But I'm sure it works fine either way. I give them a 2 minute warning, which is actua

RE: Old-School Flash

2002-06-05 Thread Mike Chambers
check out: http://radio.weblogs.com/0106797/2002/05/07.html#a60 this includes all of the links to articles on the history of flash that i could find. mike chambers [EMAIL PROTECTED] > -Original Message- > From: Ben Johnson [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, June 04, 2002 6:5

SQL Server SPs and cfprocparam

2002-06-05 Thread Scott Brady
I'm working on my first Stored Procedures in SQL Server and using CF 5 to interact with them. I'm getting an error in CF when including a . "ODBC Error Code = 37000 (Syntax error or access violation) [Microsoft][ODBC SQL Server Driver][SQL Server]Error converting data type varchar to int."

RE: Archive advice

2002-06-05 Thread Michael Dinowitz
We don't have a SQL server yet. The speed of the archives comes from (or will) a really funky caching system where each thread (with all messages) will be cached until a new message is added to the thread. The indexing will be done on a message basis rather than a thread one. This will allow th

Re: Archive advice

2002-06-05 Thread Stephen Moretti
> > Would it be possible to have some sort of reference to the original thread, > but treat the new subject as a new thread? My thoughts are that if you can > provide a reference to the original thread then it would make sense to have > a subject change become a new thread. But sometimes it's us

RE: Archive advice

2002-06-05 Thread Michael Dinowitz
>Would it be possible to have some sort of reference to the original thread, >but treat the new subject as a new thread? My thoughts are that if you can >provide a reference to the original thread then it would make sense to have >a subject change become a new thread. But sometimes it's useful t

Re: SQL Server SPs and cfprocparam

2002-06-05 Thread Scott Brady
Actually, the problem seems to lie somewhere else. I provided simplified code before. In my SP call in CF, I have 3 input cfprocparams. If I take any of the cfprocparams out, the code runs ok. There's not a limit to the number of input params, is there? Scott ___

Re: Search Engine In FuseBox 3

2002-06-05 Thread Joseph Thompson
This search is FB3 (well.. as close as I know how) http://cfhub.com/tutorials/advancedverity/ > Does anyone know of a search engine or search application that will work under FuseBox 3? > > Any help would be great. > > Dave Clay > Trusjoist.com >

Verity quesition

2002-06-05 Thread Justin Greene
I am trying to index a number of documents that are basically text documents, but have no file extension. Verity seems to want a file extension or it will not index the documents. Is there a way to define the collection to index these? Justin -- Justin Greene ClicVU, Inc. - Makers of the Spam

RE: SQL Server SPs and cfprocparam

2002-06-05 Thread Ronald West
There is no limit but the input params must be sent in the exact order they are set in storedprocedure. In other words the naming of the cfprocparam does not coincide with the naming within the sp. - Ron -Original Message- From: Scott Brady [mailto:[EMAIL PROTECTED]] Sent: Wednesday, J

FuseBox Advice

2002-06-05 Thread Chris Kief
Hello All... I'm a newbie to this list and to ColdFusion as well (sort of...about a year under my belt). I have just started digging into the FuseBox methodology and was wondering where I should start. Any good books? Tips? Or should I just go with the available docs at fusebox.org? One other qu

RE: Impending session timeout warning methods?

2002-06-05 Thread Dave Watts
> Here's A List Apart's list of problems with frames, with my > comments on how this works for private, password-protected > web apps: (http://alistapart.com/stories/frames/) > > - You cannot bookmark an individual page > Good! People should always enter the site through the login page. > > -

Frames Usage (was RE: Impending session timeout warning methods?)

2002-06-05 Thread Shawn Grover
While I agree that traditional frames have their limits, they also have their uses. The key is to carefully consider their use. On one hand they allow you to quickly and easily create navigation structures that make sense without spending time/sweat to develop a similar system without frames. O

RE: FuseBox Advice

2002-06-05 Thread John Beynon
Probably the best place is to subscribe to the [EMAIL PROTECTED] list - loads of useful stuff goes on over there, John. > -Original Message- > From: Chris Kief [mailto:[EMAIL PROTECTED]] > Sent: 05 June 2002 17:56 > To: CF-Talk > Subject: FuseBox Advice > > > Hello All... > > I'm a n

RE: Verity quesition

2002-06-05 Thread Dave Watts
> I am trying to index a number of documents that are > basically text documents, but have no file extension. > Verity seems to want a file extension or it will not > index the documents. Is there a way to define the > collection to index these? Yes, you can either omit the EXTENSIONS attribut

Netscape and IE

2002-06-05 Thread Double Down
Has anyone encountered a problem where some code will work perfectly in Netscape but not work in IE. I am specifically wondering if anyone has encountered a problem on an action page where the code will process fine in Netscape and get hung up in IE never timing out. If anyone has, I would like

Re: Client Variable Storage: Trouble Purging

2002-06-05 Thread Jamie Jackson
The DB article does help, and I'll apply the patch, thanks! Jamie On Tue, 4 Jun 2002 18:43:41 -0400, in cf-talk you wrote: >Do these help at all? > > > >>> CF *seems* not to be able to purge > >http://www.macromedia.com/v1/Handlers/index.cfm?ID=22419&Method=Full > > > >>> *Same sort of issue wi

RE: SQL Server SPs and cfprocparam

2002-06-05 Thread Scott Brady
Thanks! That seemed to do it. What is the point of the dbvarname attribute, then? (It's funny, the exact same question came over my CFUG mailing list about 5 minutes after I sent mine to this list.) Scott -- Original Message -- From: "Ronald West" <[EM

Re: Verity quesition

2002-06-05 Thread Jason Miller
You can create a custom query with Verity so verity thinks it is putting together a collection of documents - while the documents are actually just records from the database.. So if that text exists in a db you can do it that way.. But question - if they are text files - individual text files - t

Re: Frames Usage (was RE: Impending session timeout warning methods?)

2002-06-05 Thread Gyrus
Dave's comment about the application-centric/document-centric distinction is useful in looking at frames here. Point taken about people being able to bookmark pages inside a password-protected site. I guess it's pretty straightforward to hold the initial request URL and pass it through the login

cf-talk@houseoffusion.com

2002-06-05 Thread phumes1
I have a .bat file which I'm passing to my The log file contains the lines above and *not* the output that I get if I run the batch file from a command prompt. C:\WINNT\system32\set local C:\WINNT\system32>c: C:\>cd c:\dir1\dir2 D:\dir1\dir2>c:\program\runme.exe c:\temp\filename printer Why

Re: Client Variable Storage: Trouble Purging

2002-06-05 Thread Jamie Jackson
Thanks, Dave. I'll give this a shot. Thanks, Jamie On Tue, 4 Jun 2002 18:48:45 -0400, in cf-talk you wrote: >> *My registry seems to be corrupted, though it's hard to say. It has >> swollen with client variables, and CF *seems* not to be able to purge >> the old ones after the designated period

SOT: Auto Printing from Web Page

2002-06-05 Thread Tony Schreiber
I know I can use the window.print() javascript function in IE to open the print dialog. But is there a way to print directly to the default printer without user interaction? I need to print labels automatically from a cf web app. Tony Schreiber, Senior Partner Man and Machine, Li

Re: FuseBox Advice

2002-06-05 Thread Drew Harris
Don't forget www.fusebox.org, www.halhelm.com, www.secretagents.com, www.grokfusebox.com, [EMAIL PROTECTED], there are more. There are two books that will be out next month. Www.fuseml.org for uml stuff with fusebox. -Drew Harris On 6/5/02 11:50 AM, "John Beynon" <[EMAIL PROTECTED]> wrote: > Pr

RE: Frames Usage (was RE: Impending session timeout warning metho ds?)

2002-06-05 Thread Shawn Grover
We have to develop for NS4+ and IE4+ for most of our applicaitons. limits us in what we can do... -Original Message- From: Gyrus [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 05, 2002 11:30 AM To: CF-Talk Subject: Re: Frames Usage (was RE: Impending session timeout warning methods?)

RE: Verity quesition

2002-06-05 Thread Justin Greene
They are text files but the application that creates them does not add file extensions. A file does not have to be .txt to be a text file. I am trying Daves solution... will see what happens. Thanks, Justin > -Original Message- > From: Jason Miller [mailto:[EMAIL PROTECTED]] > Sent: W

Stored Procedure Problem

2002-06-05 Thread Frank Mamone
Hi, I'm trying to call a an stored procedure to MS SQL 2000 using Named notation for the parameters. There's always an error, so we did a trace and found that the parameter names are not passed. Any ideas? Frank Mamone __

  1   2   >