CF 5.0 beta

2001-02-22 Thread Michel Vuijlsteke
Sigh -- here we go again (see error at bottom). I'm trying to (re-)download the 5.0 beta and I can't get in. Since this is an open beta and I did have access to it -- anyone care to send me the direct URL for the download? I can still get at the release note on

RE: To ADDTOKEN or not

2001-02-22 Thread Ben Lowndes
hi, I wouldn't rely on addtoken to be the best method to stop caching - it's possible another user could pick up a session which isn't their own... As for addtoken in cflocation and href. The addtoken attribute of cflocation will only be useful when a cflocation actually occurs, so if you don't

Ben Forta's (?) article on using # signs...

2001-02-22 Thread Aidan Whitehall
Does anyone have a link to an article written (I think) by Ben Forta discussing when you should use # signs, possibly called "To # or not to #"? Can't remember where I've seen it. Thanks -- Aidan Whitehall [EMAIL PROTECTED] Netshopper UK Ltd Advanced Web Solutions Services

RE: Two functions with a single onClick?

2001-02-22 Thread DeVoil, Nick
Can more than one javascript function be performed with a single onClick? If so, how would it be written? Les You can put any amount of JavaScript code in an HTML onClick event. eg input type = "button" onClick="doThis(x);doThat();a=b" You are only restricted to one function if you want to

RE: OK I'm lame and having problmes with Ultra Dev and CF

2001-02-22 Thread DeVoil, Nick
Jeff Can you get the CF debug output showing you the SQL statement? Nick ** Information in this email is confidential and may be privileged. It is intended for the addressee only. If you have received it in error, please

auction site

2001-02-22 Thread Vikram-burlee
Hi Everybody I have been assigned a new project on auction sites and currently working on the srs... Can anyone get me the specifications on the working on auction sites as i want to come out with the best functionality. Thanks in advance Regards Vikram

Re: Threaded Discussion App with Tree view...??

2001-02-22 Thread Tony Schreiber
This isn't it, but Simple Message Board has a Tree View option and is free. A year or so back, I ran across a CF app for building multiple threaded discussions. I seem to recall that you couldn't download a demo, and you couldn't buy it with credit card over the net (around $US100, I think).

Re: Threaded Discussion App with Tree view...??

2001-02-22 Thread Tony Schreiber
Oops, http://www.simplemessageboard.com/ A year or so back, I ran across a CF app for building multiple threaded discussions. I seem to recall that you couldn't download a demo, and you couldn't buy it with credit card over the net (around $US100, I think). However, it looked fantastic,

Re: Two functions with a single onClick?

2001-02-22 Thread David Berger
input type=button . onClick="javascript:function1();function2();" Or you could call function2() from function1() From: zac [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: Re: Two functions with a single onClick? Date: Wed, 21 Feb 2001 21:17:13 -0800

End session on browser close

2001-02-22 Thread David Berger
How can you kill the session when the browser is closed, or the user leaves your site? (In ASP, the session ends when you close the browser) I've looked at the Allaire developers exchange and a number of people had the same question, but nobody had responded with an answer. Thanks, David J.

RE: Threaded Discussion App with Tree view...??

2001-02-22 Thread Jeff Sarsoun
Try this one. http://www.coldfusiontags.com/message_board/index.cfm -Original Message- From: BORKMAN Lee [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 22, 2001 1:36 AM To: CF-Talk Subject: Threaded Discussion App with Tree view...?? Hi all, A year or so back, I ran across a CF

RE: Crystal Reports - Active X Viewer

2001-02-22 Thread Lena Trajkovska
Hi, I'm sorry it took so long to reply, maybe you have already solve your problem, but anyway I think you should see this http://recrystallize.com/merchant/freedemo.htm I used it and it worked fine for me (IIS,NT4,CF4.01,CR7,IE4) Lena -Original Message- From: Terry - it-werks.com

Web Mining, Analysis, and Reporting

2001-02-22 Thread Bosky, Dave
Looking for a software package used for Web Mining, Analysis, and Reporting. What are the packages everyone is currently using and would recommend? Would Allaire Spectra accomplish what I need? Thanks, Dave ~~ Structure your ColdFusion code

RE: Two functions with a single onClick?

2001-02-22 Thread Howarth, Craig (IBK-NY)
Simply seperate the two function calls with a semicolon, as in onClick="alert('hi'); alert('bye');". Or write one function that calls the two functions. Craig -Original Message- From: Les Irvin [SMTP:[EMAIL PROTECTED]] Sent: Wednesday, February 21, 2001 11:16 PM To: CF-Talk

CFTREE problems on a MAC

2001-02-22 Thread Daniel Lancelot
Anyone had any problems with CFTREE on a mac? We are using CFTREE for administrating a website, and find that when trying to use it on a mac, an error is generated on some of the JS code that the tag generates... Anyone come across this??? Daniel Lancelot Web Developer Netstep Corporate

Re: CF 5.0 beta

2001-02-22 Thread John Cummings
http://beta.allaire.com/general/index.cfm - Original Message - From: Michel Vuijlsteke [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, February 22, 2001 3:54 AM Subject: CF 5.0 beta Sigh -- here we go again (see error at bottom). I'm trying to (re-)download the 5.0

Re: CF 5.0 beta

2001-02-22 Thread Jeffry Houser
It is (supposedly) on Allaire's public FTP site. ftp.allaire.com?I'd try there. At 09:54 AM 02/22/2001 +0100, you wrote: Sigh -- here we go again (see error at bottom). I'm trying to (re-)download the 5.0 beta and I can't get in. Since this is an open beta and I did have access to it

SQL server question

2001-02-22 Thread Steven Dworman
I'm not sure if this is the right list to post for this question, but here it goes. We have a database that we're converting from Access to SQL server 7, and since I'm new to this there are 2 issues as of now. 1. Can you set up a link (or alias I guess) that would link the old table name

RE: Ben Forta's (?) article on using # signs...

2001-02-22 Thread Ben Lowndes
Does anyone have a link to an article written (I think) by Ben Forta discussing when you should use # signs, possibly called "To # or not to #"? Can't remember where I've seen it. It's appeared in a vairety of places, this is the one I could find:

RE: Ben Forta's (?) article on using # signs...

2001-02-22 Thread Ben Forta
There a link to it at www.forta.com/cf/resources --- Ben -Original Message- From: Aidan Whitehall [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 22, 2001 5:10 AM To: CF-Talk Subject: Ben Forta's (?) article on using # signs... Does anyone have a link to an article written (I

RE: Ben Forta's (?) article on using # signs...

2001-02-22 Thread Howarth, Craig (IBK-NY)
http://www.defusion.com/articles/index.cfm?ArticleID=26 -Original Message- From: Aidan Whitehall [SMTP:[EMAIL PROTECTED]] Sent: Thursday, February 22, 2001 5:10 AM To: CF-Talk Subject: Ben Forta's (?) article on using # signs... Does anyone have a link to an article

Re: bold verity search terms

2001-02-22 Thread sebastian palmigiani
Thanks James. There is one thing I am unclear though. How do you exclude certains areas of the page in the parsing. For example, how do you limit the parsing to whatever is in between the body tags? Also, if there is an image that has a name that matches the search term then that image name

Re: auction site

2001-02-22 Thread Kevin Schmidt
I wouldn't want to do your job for you...but check out able commerces auction builder. Otherwise I would say it depends on what the client wants. - Original Message - From: "Vikram-burlee" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Friday, February 09, 2001 6:07 AM Subject:

Re: Ben Forta's (?) article on using # signs...

2001-02-22 Thread Howie Hamlin
How about this: http://www.sys-con.com/coldfusion/archives/0106/schulze/index.html HTH, Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. www.CoolFusion.com 631-737-4668 x101 inFusion Mail Server (iMS) - the World's most configurable mail server Get your free copy of iMS

How to choose Name or Scope when locking

2001-02-22 Thread Andy
I haven't seen anything yet that talks explicitly about when to use the Name attribute and when to use the Scope attribute. There have been a number of threads around whether to single thread updates to a single table. For example, lets say that I read from a table in two programs and

RE: End session on browser close

2001-02-22 Thread Dave Watts
How can you kill the session when the browser is closed, or the user leaves your site? (In ASP, the session ends when you close the browser) I've looked at the Allaire developers exchange and a number of people had the same question, but nobody had responded with an answer. You can

RE: End session on browser close

2001-02-22 Thread Andy Ewings
Put this in your application.cfm: !---If user closes browser end session --- cfif IsDefined("Cookie.CFID") AND IsDefined("Cookie.CFTOKEN") cfset cfid_local = Cookie.CFID cfset cftoken_local = Cookie.CFTOKEN cfcookie name="CFID" value="#cfid_local#" cfcookie

Re: CF 5.0 beta

2001-02-22 Thread MBB
I just clicked your link, and got straight in? Or am I missing something here? "Michel Vuijlsteke" [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Sigh -- here we go again (see error at bottom). I'm trying to (re-)download the 5.0 beta and I can't get in.

Re: Threaded Discussion App with Tree view...??

2001-02-22 Thread allred
Tony Schreiber wrote: This isn't it, but Simple Message Board has a Tree View option and is free. He forgot to mention that it's both powerful and relatively easy to configure. http://www.simplemessageboard.com/ --John

CFMAIL PROBLEM

2001-02-22 Thread Robert Everland
Who was it who had the problem with cfmail crashing thier computer. I have the same problem here and would like to compare notes. Robert Everland III Web Developer Dixon Ticonderoga ~~ Structure your ColdFusion code with Fusebox. Get the

Re: CFMAIL on NT

2001-02-22 Thread Dolan Trout
Simon, We had cfmail code in a page that was running fine under CF 4.0. After we upgraded to 4.5.1. SP2 we lost the CRs. We were using the type='HTML' under 4.0. We removed it under 4.5.1 and we got the CRs back. If was either a bug in 4.0 or it is a bug in 4.5.1. Hope this helps. Dolan

local user time

2001-02-22 Thread Ethan Rosch
What's the best way to get the time off of the users local machine? The Now() fuctions pulls server time. Thank you Ethan Rosch ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm

Re: Ben Forta's (?) article on using # signs...

2001-02-22 Thread Mary_Baotic
I remember this article. I think it was in an old cold fusion developers journal. Of course I can not find the issue. You might check http://www.sys-con.com/coldfusion/ If you find it, let me know where you did. Mary

RE: Threaded Discussion App with Tree view...??

2001-02-22 Thread paul smith
The pop-up didn't seem to work for me. In addition, there was no preview option that I could see. Is Allaire Forums the only CF app with a preview? best, paul At 08:25 AM 2/22/01 -0500, you wrote: Try this one. http://www.coldfusiontags.com/message_board/index.cfm -Original Message-

Re: Web Mining, Analysis, and Reporting

2001-02-22 Thread Chris Michl
Dave, If you are using SQL Server 7 (or better yet, SQL Server 2000), Knosys (http://www.knosysinc.com) makes a nice product called ProClarity. I've just started deploying it in the past couple of weeks. It has the ability to create web-based views of an OLAP cube and it also has a plug-in for

Interesting Java/CF Article

2001-02-22 Thread Lee Surma
The article is in the February 2001 issue of Java Developers Journal page 70 "Things Can Only Get Better". Alan Williamson describes how his Java shop migrated to a Java/ColdFusion solutions company. They created something called "tagFusion" that actually resulted in them having to downsize

Re: View source in NS 6

2001-02-22 Thread Billy Cravens
Keep in mind the dinstinction between Mozilla and NS6. Two different development teams (though NS6 uses a chunk of Mozilla.. not sure which Milestone it's based off of) Has anyone tested this bug on Mozilla (and which milestone?) -- Billy Cravens HR Web Development, Sabre [EMAIL PROTECTED]

Re: SQL Desktop ?

2001-02-22 Thread Billy Cravens
If you're running Windows 2000 Professional, you can't run standard; must run desktop. Can only run standard on Win2k Server+ -- Billy Cravens HR Web Development, Sabre [EMAIL PROTECTED] Phoeun Pha wrote: why would u want to run the desktop version on win2k when u can run the standard?

RE: SQL server question

2001-02-22 Thread John Wilker
The two ways I know about to import Dbs are; 1- Access has an upsizing wizard, but I've never used it myself. 2- The Enterprise manager has an import Wizard that will walk you through importing a new DB into SQL. Access is one of the import types. As far as linking them It's no doubt possible

OT: Cheaper Alternative to SQL Server 2000

2001-02-22 Thread Jason Larson
Sorry about the OT post. I was wondering if someone could give me some feedback on a cheaper alternative to SQL Server. I am on a limited budget to create my own webserver and I have only experience in developing with CF and SQL Server. I really can't afford the $5,000 that Microsoft wants for

generating report like crystal report with coldfusion...

2001-02-22 Thread Zhou, Mei Y (Mei)
Hi, all: I am very new to ColdFusion, does anyone knows any tools or any feature in ColdFusion of which will help you to generate reports-on-fly on the web? Of course, the report need to look and feel like crystal report... Thanks. MZ ~~

RE: How to choose Name or Scope when locking

2001-02-22 Thread Zachary Bedell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I haven't seen anything yet that talks explicitly about when to use the Name attribute and when to use the Scope attribute. There have been a number of threads around whether to single thread updates to a single table. For example, lets

RE: How to choose Name or Scope when locking

2001-02-22 Thread Susan Rayburn
This clears it up a bit.. http://www.sys-con.com/coldfusion/archives/0208/Forta/index.html -Original Message- From: Andy [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 22, 2001 9:58 AM To: CF-Talk Subject: How to choose Name or Scope when locking I haven't seen anything yet that

Re: local user time

2001-02-22 Thread Clint Tredway
You need to use JavaScript for this. If you would like a code snippet, let me know off the list and I will send it to you. Clint ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm

blacked-out icons in studio

2001-02-22 Thread Dylan Bromby
i just installed cfstu 4.5 on my laptop (win2k) and a large number of the icons are blacked-out. anyone seen this before? --dylan ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm

Re: Web Mining, Analysis, and Reporting

2001-02-22 Thread Ken Monroe
Take a look at a product called Maxamine: http://www.maxamine.com/ - Original Message - From: "Bosky, Dave" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Thursday, February 22, 2001 7:52 AM Subject: Web Mining, Analysis, and Reporting Looking for a software package

CF Query Driven Calendar

2001-02-22 Thread Nick Betts
Hi all. Does anyone know where I can hold of aquery driven Events calendar which I need to incorporate into a site urgently. Basically need a calendar which shows daily events (input via back end admin and stored in SQL Server db)..these events can be for one or multiple days. Must have

Re: SQL server question

2001-02-22 Thread Jon Hall
Whew, sounds like you stepped in a pile of SQL Server. Let me try and help you out here. Why would you want to access the old database after all of the data is in SQL Server? All of the tables that were in the Access db will be in the SQL db... As for the second question, when you say link. Do

RE: Interesting Java/CF Article

2001-02-22 Thread Howarth, Craig (IBK-NY)
Here is another article on tagFusion. Looks interesting. http://www.cfadvisor.com/api-shl/engine.cfm?ArticleID=34106DepartmentID=1 -Original Message- From: Lee Surma [SMTP:[EMAIL PROTECTED]] Sent: Thursday, February 22, 2001 10:44 AM To: CF-Talk Subject: Interesting Java/CF

Re: SQL Desktop ?

2001-02-22 Thread Clint Tredway
I run the Desktop version on my laptop and the full version on my server. Either way, they both work on Win2k. -- Clint Tredway www.factorxsoftware.com -- -- Original Message From: Billy Cravens [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Date: Thu, 22 Feb

Regular Expression Help?

2001-02-22 Thread Jamie Jackson
Hi, I'm trying to globally replace (with CF Studio) application variables with request variables in several sites. I can't figure out exactly how, as I don't know how to negate strings (as opposed to just character classes). I want to change application.variableX to request.variableX, but I

RE: Cheaper Alternative to SQL Server 2000

2001-02-22 Thread Andy Ewings
If you want a serious database then you have to pay serious money. Look at it this way.for what you get SQL is good value for money. Oracle is much more expensive. If you don't need a "serious" database then use something like Access or Foxpro - it all depends on how much data and how many

Dynamic Structs

2001-02-22 Thread Ruslan Sivak
I'm trying to create a dynamic struct. I have something like this CFSET form.session_prefix="somestring." CFOUTPUTIs It Defined - #IsDefined("Session.#form.session_prefix#selected_locations")#/CFOUTPUT CFIF NOT isDefined("Session.#form.session_prefix#selected_locations") CFSET

RE: Cheaper Alternative to SQL Server 2000

2001-02-22 Thread Greg Creedon
Well, there's always MySQL, but I bet there's a chorus of folks here who'll say it ain't ready for primetime, which is why I'm posting... could anyone expound on this? Especially using mySQL with CF. Thanks! -Original Message- From: Jason Larson [mailto:[EMAIL PROTECTED]] Sent:

Re: Cheaper Alternative to SQL Server 2000

2001-02-22 Thread Howie Hamlin
Interbase is free. www.borland.com/interbase. You'll have to get an ODBC driver - there are several to be found for around $100. HTH, Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. www.CoolFusion.com 631-737-4668 x101 inFusion Mail Server (iMS) - the World's most

browser refresh/reload

2001-02-22 Thread Jay E Wigginton
Is there a way to determine in CF whether the page has been refreshed or reloaded? Or maybe a method in JavaScript? thanks Jay ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm

Re: Cheaper Alternative to SQL Server 2000

2001-02-22 Thread Chris Michl
Jason, You could buy Access 2k and run MSDE rather than JET. MSDE is basically SQL Server 7 sans the Enterprise Manager. You can create triggers, stored procedures, views etc., and except for the 2gb limit, it scales okay. I understand there are no licensing issues beyond owning a copy of Access

Tagfusion Demo available..

2001-02-22 Thread Angél Stewart
Hello folkses! :) It seems there is now a demo of Tagfusion available! I'm dloading it now to check it out... www.tagfusion.com "what's it all about? tagFusion is a Java solution, which provides support for Allaire's ColdFusion Mark-up Language (.cfm files). The tagFusion system is a pure Java

RE: generating report like crystal report with coldfusion...

2001-02-22 Thread Chris Maloney
Look up the cfreport tag in the manual. It will generate Crystal Reports for you. Chris -Original Message- From: Zhou, Mei Y (Mei) [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 22, 2001 9:56 AM To: CF-Talk Subject: generating report like crystal report with coldfusion... Hi,

RE: Ben Forta's (?) article on using # signs...

2001-02-22 Thread Aidan Whitehall
http://www.sys-con.com/coldfusion/archives/0106/schulze/index.html Thanks all :-) -- Aidan Whitehall [EMAIL PROTECTED] Netshopper UK Ltd Advanced Web Solutions Services http://www.netshopperuk.com/ Telephone +44 (01744) 648650 Fax +44 (01744) 648651

RE: How to choose Name or Scope when locking

2001-02-22 Thread alistair . davidson
Another example of named locking - We have a situation where the CF server has to pass data to and from a legacy system via a text file. The same filename is used by multiple sessions on multiple applications, so a scoped lock is no good. To avoid the possibility of two processes writing to

Re: Cheaper Alternative to SQL Server 2000

2001-02-22 Thread Kevin Schmidt
mySQL and run linux!That's as cheap as it get's. - Original Message - From: "Jason Larson" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Thursday, February 22, 2001 9:49 AM Subject: OT: Cheaper Alternative to SQL Server 2000 Sorry about the OT post. I was wondering if

Visibone color-safe palettes

2001-02-22 Thread allred
Just a note to alert you to downloadable color swatches for HomeSite. http://www.visibone.com/swatches/ Just download to the palettes directory, and they're immediately available. Of course, although they only indicate downloads for HomeSite, you can download to your Studio palettes directory.

Re: local user time

2001-02-22 Thread Dru Whitledge
A lot of us on the list would like that code snippet, too. You can take this off the list stuff to an extreme. Dru At 11:11 2/22/2001 -0500, Clint Tredway wrote: You need to use JavaScript for this. If you would like a code snippet, let me know off the list and I will send it to you. Clint

Re: local user time

2001-02-22 Thread sebastian palmigiani
on 2/22/01 9:23 AM, Ethan Rosch at [EMAIL PROTECTED] wrote: What's the best way to get the time off of the users local machine? The Now() fuctions pulls server time. You need to use javascript. Sebastian ~~ Structure your ColdFusion code with

RE: Web Mining, Analysis, and Reporting

2001-02-22 Thread Albert K Arhin
Hi Chris, I have also the same problem. I have been to knosysinc but have no price list. This is very important to me. Their Demo CD is going to take 2 week to arrive. having used it can you please give me your independent assestment of the product ? Thanks -Original Message-

Cold Fusion Methodology

2001-02-22 Thread John J McGowan
I am at a development company with experience developing dynamic web application for our clients. In the past we have used a tool that will remain nameless (Thanks to Pervasives marketing department.) I am in the process of evaluating CF and developing some standards and methodologies for

Re: Interesting Java/CF Article

2001-02-22 Thread Jeffry Houser
The link to tagfusion has come up on this list a bunch of times. But, no one has actually discussed it. I wonder what the legalities of it are. I'd be talking to lawyers if I was Allaire/Macromedia. There has got to be something wrong against taking someone's product and copying it,

CFINCLUDE Question

2001-02-22 Thread Phoeun Pha
hey guys, let's say i have three templates, with some content on them. they are Template A, B, and C. What were to happen if on each template, I do a CFINCLUDE for other templates? For example, Template A would have a CFINCLUDE = "b.cfm" and a CFINCLUDE = "c.cfm". and those templates have

Re: OT: Cheaper Alternative to SQL Server 2000

2001-02-22 Thread Jeffry Houser
Well, depending on your resources... You can get the developer version for ~$500. Or spend $1000 to subscribe to MSDN. Either of these copies, however, will be strictly for development. Since you quoted $5,000 as the price I imagine you are not looking into hosting yourself, but

Re: CF Query Driven Calendar

2001-02-22 Thread Jamie Jackson
We use this one. http://devex.allaire.com/developer/gallery/info.cfm?ID=CA3472D2-2830-11D4-AA9700508B94F380method=Full On Thu, 22 Feb 2001 16:13:07 -, in cf-talk you wrote: Hi all. Does anyone know where I can hold of aquery driven Events calendar which I need to incorporate into a site

RE: CF Query Driven Calendar

2001-02-22 Thread Dylan Bromby
you can modify this calendar i wrote. save it as calendar.cfm somewhere. !---*CALENDAR STARTS*--- HTML HEAD TITLECalendar v1.0/TITLE /HEAD BODY BGCOLOR="FF" LINK="FF" ALINK="FF" VLINK="FF" FORM ACTION="calendar.cfm" METHOD="POST" CFOUTPUT SELECT

Custom Tag??

2001-02-22 Thread ibtoad
Does anyone know of a custom tag that will allow output to be spread over multiple pages? In other words results 1-10 on page 1 and then 11-20 on page 2 etc. Thansk, rich ~~ Structure your ColdFusion code with Fusebox. Get the official book at

RE: auction site

2001-02-22 Thread Phoeun Pha
consider how u are going to design your backend, like where you will store the times for the auction. consider whether peeps have to be logged in in order to participate, or VIEW items.. consider tracking down user activity. consider using CFLOCKING hehe -Original Message- From:

RE: Cheaper Alternative to SQL Server 2000

2001-02-22 Thread Benjamin S. Rogers
Although MySQL is not suitable for many environments, it is a step up from Access and other file databases. It is missing many of the features of SQL Server, including Transact-SQL. However, MySQL runs well on NT, has a fine ODBC driver, and is as stable as anything else. Perhaps best of all, it

RE: Cheaper Alternative to SQL Server 2000

2001-02-22 Thread Andy Ewings
Whatever you do don't get interbase!!!it's a pigging nightmare. Besides there is a major security flaw: Interbase contains a backdoor user account and password called "LOCKSMITH". When accessed this account will eliminate all implemented security allowing full control of any database and

RE: Regular Expression Help?

2001-02-22 Thread Phoeun Pha
u can open all your documents, then do an EXTENDED REPLACE, and choose ALL OPEN DOCUMENTS. it will do the search and replace on all open documents. or instead, u can tell it to do it from a directory. same thing :) -Original Message- From: Jamie Jackson [mailto:[EMAIL PROTECTED]] Sent:

RE: How to choose Name or Scope when locking

2001-02-22 Thread Jeffry Houser
At 11:01 AM 02/22/2001 -0500, you wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I haven't seen anything yet that talks explicitly about when to use the Name attribute and when to use the Scope attribute. There have been a number of threads around whether to single thread updates

Re: CFAussie Mailing ListTo ADDTOKEN or not

2001-02-22 Thread B. Wing
Dear Scott: Thank you for sharing that great section of script to prevent caching. It solved one of the problems that I came to the mailing list to try to figure out, and I've got it stored in my snippets for posterity! Britta - Original Message - From: "Scott, Andrew" [EMAIL

RE: Dynamic Structs

2001-02-22 Thread Phoeun Pha
u have to do an evaluate. look at it this way. let's say i want to output Form variables (which already have values) dynamically. Let's say Form.Item1 = "hi" Form.Item2 = "how" and Form.Item3 = "who". u must use the EVALUATE function CFOUTPUT CFLOOP index="number" from=1 to=3

Performance analysis

2001-02-22 Thread Michael Evans
Hi all, Here's a weird one: as I understand it, if I have startTickCount = GetTickCount() as the first line of Application.cfm, and endTickCount at the end of OnRequestEnd.cfm, and I take the difference between them, I should have the total page execution time in milliseconds, right? Can anyone

Re: Anyone know of any good CF tests?

2001-02-22 Thread B. Wing
Please could you send me a copy. Thanks! Britta - Original Message - From: [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Wednesday, February 21, 2001 4:35 PM Subject: RE: Anyone know of any good CF tests? I would be interested in your test -Original Message- From:

CFMAIL ERROR I WILL EXPLAIN

2001-02-22 Thread Robert Everland
Ok here is what happened with CFMAIL and why I consider it a bug. I wanted to send out a mass email to some people, yes I know bad idea, but well it's already done. There were 94,000 addresses, it only got to 17,000 before it started crapping out. It looks as though whenever CF would

CFHTTP and Surepay.com

2001-02-22 Thread Chris Montgomery
Has anyone used Surepay.com to process credit card transactions? They have an example at http://www.surepay.com/homepage/b2c/sdk/faq.html#other for using CFHTTP to send transaction information to their service (apparently in XML), but it appears that what they are showing is what the data would

RE: local user time

2001-02-22 Thread C. Hatton Humphrey
I second that request! Hatton -Original Message- From: Dru Whitledge [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 22, 2001 11:58 AM To: CF-Talk Subject: Re: local user time A lot of us on the list would like that code snippet, too. You can take this off the list stuff

Uniqueidentifiers

2001-02-22 Thread Nick McClure
So I know that there are more than 1*10^42 possible Uniqueidentifiers, but just how many do I really have that I can use? ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm

RE: local user time

2001-02-22 Thread Tony Gruen
Yes please, I am curious about that JavaScript code snippet as well. -Original Message- From: Dru Whitledge [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 22, 2001 8:58 AM To: CF-Talk Subject: Re: local user time A lot of us on the list would like that code snippet, too. You can

email attachment woes

2001-02-22 Thread Terri Stocke
Hey group, This is my first foray into sending email attachments via CF. I *almost* have it working correctly. The problem is, if I try to upload a document with a name like (for example) "my_document.doc" and the file doesn't already exist on the server, the file gets uploaded with the name

Re: Cheaper Alternative to SQL Server 2000

2001-02-22 Thread zac
If you want a serious database then you have to pay serious money. Which is what companies like Oracle and Microsoft want you to think. -- It is not enough to succeed. Others must fail. Gore Vidal email: [EMAIL PROTECTED] web: http://www.pixelgeek.com/

RE: blacked-out icons in studio

2001-02-22 Thread Craig Dudley
Sometimes that's a video driver problem, do you have blacked out icons in any other applications? Either way, try downloading the latest drivers for the video card. -Original Message- From: Dylan Bromby [mailto:[EMAIL PROTECTED]] Sent: 22 February 2001 16:15 To: CF-Talk Subject:

Re: [OT: Cheaper Alternative to SQL Server 2000]

2001-02-22 Thread Alex
postgresSQL "Jason Larson" [EMAIL PROTECTED] wrote: Sorry about the OT post. I was wondering if someone could give me some feedback on a cheaper alternative to SQL Server. I am on a limited budget to create my own webserver and I have only experience in developing with CF and SQL Server. I

Re: [End session on browser close]

2001-02-22 Thread Alex
!---Kill Session on Browser Close--- cfif IsDefined("Cookie.CFID") AND IsDefined("Cookie.CFTOKEN") cfset cfid_local = Cookie.CFID cfset cftoken_local = Cookie.CFTOKEN cfcookie name="CFID" value="#cfid_local#" cfcookie name="CFTOKEN" value="#cftoken_local#" /cfif "David Berger" [EMAIL

RE: CFINCLUDE Question

2001-02-22 Thread C. Hatton Humphrey
Actually, the endless loops I've run into with includes haven't crashed the server, just timed out. Hatton -Original Message- From: Phoeun Pha [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 22, 2001 12:15 PM To: CF-Talk Subject: CFINCLUDE Question hey guys, let's say i have

RE: Cold Fusion Methodology

2001-02-22 Thread Giesbrecht, Jeffrey
To hear what is happening with the fusebox methodology join the fusebox list hosted by http://houseoffusion.com You can also check out http://secretagents.com for more information. It is a developing methodology with changes and enhancements being presented all the time. HTH, Jeff

Mail stuck in spool folder...

2001-02-22 Thread Alexandre Dornback
Using CFMAIL. Mail server set in CF Admin Can telnet to server and perform smtp commands to send mail Mail just sits in SPOOL folder and doesn't get processed. No mail.log or mailsent.log. Alex --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system

RE: Cold Fusion Methodology

2001-02-22 Thread Hal Helms
John, there are a few popular ones. There's Fusebox, as you know. There's also Extended Fusebox, which just builds on Fusebox and makes it more scalable and maintainable. There's info on that at my site, www.halhelms.com. Then there are several that are built on object-oriented principles. The

Re: Cold Fusion Methodology

2001-02-22 Thread Jeffry Houser
This one should definitely be in the FAQ. Fusebox is by far the most popular methodology, although there are many people that have complaints about it. I will let you make your own decision. http://www.cfobjects.com (I think CFOBJECTS is probably the second most widely used

Re: How to choose Name or Scope when locking

2001-02-22 Thread Andy
Zac, Thanks. This was very helpful. One clarification question. Does a Named lock prevent a same-named thread within the session or application(on a single server?)? Andy - Original Message - From: "Zachary Bedell" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Thursday,

RE: OT: Cheaper Alternative to SQL Server 2000

2001-02-22 Thread JustinMacCarthy
You could look at MySql -Free Justin -Original Message- From: Jeffry Houser [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 22, 2001 8:21 PM To: CF-Talk Subject: Re: OT: Cheaper Alternative to SQL Server 2000 Well, depending on your resources... You can get the developer

RE: Dynamic Structs

2001-02-22 Thread Ruslan Sivak
Where would I have to use an evaluate? I though most of these evaluated automatically? -Original Message- From: Phoeun Pha [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 22, 2001 12:28 PM To: CF-Talk Subject: RE: Dynamic Structs u have to do an evaluate. look at it this way.

  1   2   3   >