RE: CFID/CFTOKEN

2000-03-27 Thread Pete Freitag
have you tried _ Pete Freitag CFDEV.COM Cold Fusion Developer Resources http://www.cfdev.com/ -Original Message- From: paul smith [mailto:[EMAIL PROTECTED]] Sent: Monday, March 27, 2000 10:05 PM To: [EMAIL PROTECTED] Subject: CFID/CFTOKEN

RE: SQL Help Please (in plain text...sorry...)

2000-03-27 Thread Pete Freitag
You can't use the IN operator they way you are using it. It works like this... SELECT * FROM tablename WHERE category IN (1,2,3) The above query selects any field with categories of either 1, 2 or 3. It's equivalent to saying SELECT * FROM tablename WHERE category = 1 OR categor

SQL Help Please (in plain text...sorry...)

2000-03-27 Thread Chris Carpenter
Hi, I have a table with client details ('clients') that is related to another table with category info ('category'). Now, each client could have more than 1 category in there CategoryID Field. the user will be clicking on a link which will have one CategoryID as a URL variable, and the state wher

RE: CF Based Real Estate App

2000-03-27 Thread Pete Freitag
We have built a huge real estate app (MLS), it is currently managing several real estate companies, the app has several real estate automation features, such as CMA Reports (Comparative Market Analysis), Open House managers, advertising workflow automation, Intranet features, complex searching, an

Re: Sql Help Please....

2000-03-27 Thread Jeff
chris, turn off the html mail, post in plain text and we'll try. thanks, .jeff -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_t

Sql Help Please....

2000-03-27 Thread Chris Carpenter
This is a multi-part message in MIME format. --=_NextPart_000_0033_01BF98D5.78A071A0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi, I have a table with client details ('clients') that is related to = another table with category info ('

Re: Search intelligence

2000-03-27 Thread David Shadovitz
Kevin, I did some consulting for SupportAgent (www.supportagent.com). SupportAgent is a tool to answer user's questions about customers' businesses, and a key feature is its support of natural language questions. Using CF and RegExp, the user's query is scrubbed to remove unnecessary words and

Re: getting the "File last modified" date/time

2000-03-27 Thread David Shadovitz
I modified jstiefel's code (thanks!) to provide a "Site last modified" date on my app's home page. Here's my code. -David Site last modified: #DateFormat(qFileInfo.DateLastModified[1],"mm/dd/")# -David On Thu, 23 Mar 2000 09:47:50 -0500 [EMAIL PROTECTED] writes: > Or do it in one stateme

Re: CF Based Real Estate App

2000-03-27 Thread KungFusion
I did one here and actually it is a modular MLS. IT's done contact me offlist www.homelist.net Brian Silvers [EMAIL PROTECTED] X-Net Web Systems ColdFusion, CGI's, Dynamic Content http://www.x-net.com Flash, Database Integration, and more! -

RE: CF4 BOS Question

2000-03-27 Thread Dave Watts
> On page 76 of CF4 BOS (Books on Shelf) > "Developing Web Applications with ColdFusion" > I find the following: > > "Session variables work exactly as client variables do, > in that they require a client name (client ID) and are > always scoped within that client ID." > > This sounds like my_vari

Re: Javascript Navigation Bar - I need one.

2000-03-27 Thread Jeff
erika, :~~ : From: Erika Foster <[EMAIL PROTECTED]> : : I've tried a couple different Javascript navigation bars, : but none of them seem to work with my CF pages. :~~ any of them that work should work just as well with your cf page

Re: Populating/Checking Check Boxes

2000-03-27 Thread David Shadovitz
You are not selecting County_Code in the getcodes query. You should use County.ID as your checkbox value. -David On Mon, 27 Mar 2000 16:15:32 -0700 Chris Geanious <[EMAIL PROTECTED]> writes: > Greetings, > Am dynamically creating and checking a set of check boxes with the > code below: > > >

RE: mail server requires password

2000-03-27 Thread Dave Watts
> I've changed mail server software and have things configured > so that the mail server requires a username/password to send > mail. I have several applications that use CFMail but they no > longer work because the mail server wants a password. How can > I send the username/password to the mail s

CF4 BOS Question

2000-03-27 Thread paul smith
On page 76 of CF4 BOS (Books on Shelf) "Developing Web Applications with ColdFusion" I find the following: "Session variables work exactly as client variables do, in that they require a client name (client ID) and are always scoped within that client ID." This sounds like my_variable needs to be

RE: Inline html editor

2000-03-27 Thread Andrew Scott
There are plenty of tags out there that will do the job, however the main problem is that most use functions that will only owrk under Internet Explorer. The method I find the best and I haven't been able to tidy it up to make it into a tag as yet, is to use word and convert it into a html file.

CFID/CFTOKEN

2000-03-27 Thread paul smith
Is there an easy way to remove *many* CFID/CFTOKEN entries from the Registry? best, paul -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=l

OT again: I apologize

2000-03-27 Thread Erika Foster
For the fomat of the last message. Let the lambaste begin. Erika -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a

mail server requires password

2000-03-27 Thread Christopher P. Maher
I've changed mail server software and have things configured so that the mail server requires a username/password to send mail. I have several applications that use CFMail but they no longer work because the mail server wants a password. How can I send the username/password to the mail server with

OT: Javascript Navigation Bar - I need one.

2000-03-27 Thread Erika Foster
This is a multi-part message in MIME format. --=_NextPart_000_0055_01BF9826.AE9A7300 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi, I've tried a couple different Javascript navigation bars, but none of = them seem to work with my CF pa

What's with the HTML EMAIL posts?????

2000-03-27 Thread KungFusion
Can the people that are sending posts to this list please send them as plain text so we don't have to decifer stuff like this HTML> Scratch that last post. I don't actually need to = do the=20 sql that way. Drill down it is.   Sorry. & your cooperation in this effort to obliterate HTML ema

Re: UCase

2000-03-27 Thread Ken M. Mevand
thanks all for the reply. seems the answer all revolves around breaking the word into 2. i considered that option but thought that was too much code for such a small thing. also, i wanted to solve it using RegEx. - Original Message - From: Jason Lees (National Express) <[EMAIL PROTECTED]>

Re: Seeing this?

2000-03-27 Thread Don Vawter
This should do it. SELECT username, SUM(username) FROM users GROUP BY username HAVING sum(username) > 1 - Original Message - From: "John N Westerlund" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 27, 2000 5:28 PM Subject: Re: Seeing this? > At my wits end. Im tr

RE: Help with DB Query?

2000-03-27 Thread Dave Watts
> I've got an existing database table that contains contact > (address, city, email, etc) information and OnOff states > for approximately 30 products. > > Table Structure: > company_ID > company_Name > company_Address > company_City > company_Email > company_RedBalloons > company_GreenBalloons >

Managing Security in an ASP and ColdFusion Environment

2000-03-27 Thread Mike Fredrick
This is a multi-part message in MIME format. --=_NextPart_000_005A_01BF9825.F1C51460 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Greetings all! This is a tough one (I would like somebody to prove me wrong here). Situation: We currently

RE: Search intelligence

2000-03-27 Thread Dave Watts
> Has anyone had any exposure to creating search screens with > CF for natural language queries e.g. user puts in "How do I > create a rollover in JavaScript" and engine returns all > relevant records etc. If you're using SQL Server 6.5 or 7.0, there's an add-on called Microsoft English Query whi

RE: Cold Fusion Scales!!!

2000-03-27 Thread Dave Watts
> I'm responding to this old CF Talk message because I'm trying > to figure out a SQL question. If you don't have any time for > this, I totally understand! > > My problem is with left joins. I want to be able to specify > conditions on fields that are in the left join but if I put > a condition i

Search intelligence

2000-03-27 Thread Parker, Kevin
Has anyone had any exposure to creating search screens with CF for natural language queries e.g. user puts in "How do I create a rollover in JavaScript" and engine returns all relevant records etc. + Kevin Parker Service and Communication WorkCover Corporation [EMAIL PROTECTED] www.work

Help with DB Query?

2000-03-27 Thread Aaron Donsbach
I've got an existing database table that contains contact (address, city, email, etc) information and OnOff states for approximately 30 products. Table Structure: company_ID company_Name company_Address company_City company_Email company_RedBalloons company_GreenBalloons company_RedBall company_G

RE: Cold Fusion Studio Error

2000-03-27 Thread Dave Watts
> I installed Cold Fusion Studio 4.5 on a Windows NT > Workstation. Of course I had to logon on as an > administrator for the installation. I did the > installation and reset the computer. > > When I logon as an administrator, I can use Cold Fusion > Studio without any problems. If I logon as a

RE: VSS and CF question

2000-03-27 Thread Dan O'Keefe
I think you need a product like this. http://www.sourcegear.com/SOS Dan --> -Original Message- --> From: Andrew Tyrone [mailto:[EMAIL PROTECTED]] --> Sent: Monday, March 27, 2000 5:11 PM --> To: Cf-Talk --> Subject: VSS and CF question --> --> --> Hi everyone :) --> --> Has anyone set u

RE: some high trafic cf websites please

2000-03-27 Thread Billy Ray
Ahh Man, and I already went out and bought 3 license for FileMaker Pro and 3 Kick butt iMacs. I figured if it was good enough for eBay it was good enough for me!). At 05:02 PM 3/27/00 -0800, you wrote: >Hey guys, > >Just a quick reality check. Go to netcraft.com, type in the hostname of the >si

VSS and CF question

2000-03-27 Thread Andrew Tyrone
Hi everyone :) Has anyone set up visual source safe at home to work from a remote web server with the server version installed? I must be insane or stupid or both; there is no way to select allaire ftp/rds within vss when specifying a vss database. Does anyone have the steps I could take to do

Re: some high trafic cf websites please

2000-03-27 Thread Chris Lott
> Are you saying eBay runs on 10 iMacs? that would be pretty amazing... I think the poster forgot the or tags... -- Chris -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseoffusio

RE: A Great Free CFML editor

2000-03-27 Thread Owens, Howard
When you buy Studio, you're buying more than a tag editor ... you're buyinga single-server license for the CF server and all of the Cold Fusion documentation. To me, it's worth it. But there is a cheaper alternative: Buy HomeSite. You don't get the CF docs. You don't get the server. But you d

RE: some high trafic cf websites please

2000-03-27 Thread Aaron Johnson
Hey guys, Just a quick reality check. Go to netcraft.com, type in the hostname of the site you have a question about and it'll tell you what server/os the site is running... For instance pages.ebay.com is running Microsoft-IIS/4.0 on NT4 listings.ebay.com is running Microsoft-IIS/4.0 on N

looking for info on possible bug

2000-03-27 Thread Jennifer
I have an inconsistent problem that seems like it might be a bug. It's on a Solaris server running netscape server thingy 4.0, oracle 8 something, and CF Server 4.0 (in spite of other problems specifically fixed in 4.01 they refuse to install it). I haven't been able to find any documentation

Testing only, do not respond

2000-03-27 Thread mirza baig
testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing t

RE: some high trafic cf websites please

2000-03-27 Thread Ben Mueller
> Actually, I just heard eBay is running on FileMaker Pro and its Web > Companion plug-in. Just 10 machines in a round-robin DNS, > believe it or > not! (they were running on 5, but they had those > well-publicized service > outtages a while back, so they put through a 2nd round of VC > to bee

Re: Seeing this?

2000-03-27 Thread John N Westerlund
At my wits end. Im trying to find duplicate users in a database... The closest I can find to in the Forta book is: SELECT SUM(username) FROM users GROUP BY username But I tried that last week and it doesnt work. I'd like it just to do #username# Should I use a cfloop, list, array? -O

CFMAIL 40 Message Limit

2000-03-27 Thread Jason Stary
Does anyone know if the bug in CFMAIL that limits an email to 40 recipients has been fixed? I'm running 4.0.1 server (I know, I should upgrade...) and have not seen any mention of it being fixed in 4.5 or in any hot fix, patch, or upgrade. What I'm talking about is in knowledgebase article 11

Re: how to execute a file from within a file?

2000-03-27 Thread Jay Sudowski
Mirza, I think you want to use a Here's an example Test.cfm Does this help you any? - Jay Sudowski * HANDY NETWORKS, LLC 4364 W. Point Loma Blvd., #G San Diego, California 92107-1197 Tel.: 1-888-423-3932 Fax: 1-888-800-2FAX http://www.HandyNetworks.c

re:some high trafic cf websites please

2000-03-27 Thread Nick & Loretta Pioch
scratch that last post... reading past the .asp, you see that they are calls to external pages. (duh!) -- Loretta -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseoffusion.com/index.

Re: [Re: some high trafic cf websites please]

2000-03-27 Thread double-down
not 100%. they might have small "sub"sites within their site that use CF. i would like to see a url if you have one. "Chris Giminez" <[EMAIL PROTECTED]> wrote: How can you tell? > amazon.com and fedex.com are both CF sites. Hope this helps > > Tim > > -

Re: some high trafic cf websites please

2000-03-27 Thread Nick & Loretta Pioch
not sure about fedex.com, but a quick search on the source of the front page of amazon.com yields .asp page callsand no .cfm page calls. Tim Maxwell wrote: > amazon.com and fedex.com are both CF sites. Hope this helps ---

Cold Fusion Studio Error

2000-03-27 Thread Jacob
I installed Cold Fusion Studio 4.5 on a Windows NT Workstation. Of course I had to logon on as an administrator for the installation. I did the installation and reset the computer. When I logon as an administrator, I can use Cold Fusion Studio without any problems. If I logon as a user, wit

RE: Mac CF studio?

2000-03-27 Thread Sean Brown
BBedit. ___ Sean Brown <[EMAIL PROTECTED]> Systems Engineer <[EMAIL PROTECTED]> Westcar Consulting Group www.westcar.com Allaire Alliance Partner www.allaire.com

problem with CFHTTP

2000-03-27 Thread jonathan hamner
Please see the code that says URL="TestAction.cfm", I am trying to call this file with ** Hi List, Please help me. I am about to pull my hair. I don't get an error,but I do not get the desired output. I have the three files below, please let me know why the third file(testAction

Re: Search Engine Friendly Variables (?)

2000-03-27 Thread Jay Sudowski
Allen, I'm not sure about the internetsoccer link you have there, but the first link is from a Vignette StoryServer. I've actaully got a friend who just landed a job at sportal, and they're teaching him TCL, the lanague that StoryServer is based upon. Each set of numbers between the comma's mea

Seeing this?

2000-03-27 Thread Chris Farrugia
I can't seem to get my messages to post on the list. Lets see if this one works. -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_t

RE: some high trafic cf websites please

2000-03-27 Thread DannyL
Are you sure Amazone.com is Cold Fusion I know for a fact that Toys-R-Us.com, Nike.com, and my company Autobytel.com is all CF. -Original Message- From: Tim Maxwell [mailto:[EMAIL PROTECTED]] Sent: Monday, March 27, 2000 1:28 PM To: [EMAIL PROTECTED] Subject: Re: some high trafic

Populating/Checking Check Boxes

2000-03-27 Thread Chris Geanious
Greetings, Am dynamically creating and checking a set of check boxes with the code below: SELECT County.ID, County.County, 1 as FLG FROM Cities_Served,County WHERE Provider_ID = #ID# ANDCities_Served.County_Code = County.ID UNION SELECT County.

Re: Password protected directories

2000-03-27 Thread David Cummins
I wrote a routine to grab random non-consecutive image names from a database. I won't go into detail over the code now, but the steps are as follows: 1. Choose a random number R. 2. Find the minimum distance between any ID number and R - using MIN(ABS(ID-R)) in SQL 3. Choose a single item whose

RE: some high trafic cf websites please

2000-03-27 Thread ron
> amazon.com and fedex.com are both CF sites. Hope this helps LOL! Man, Tim, you gotta put a smiley face on comments like that or else the 1,500 or so lurkers on this list are going to be seriously misinformed. Not that those sites *couldn't* run on CF, with enough hardware thrown at 'em...

RE: CFFILE

2000-03-27 Thread Richard Li
Brian, In your Page 1, use a JavaScript to get the file name and put it in a hidden form control right before you sumit your form to Page 2. Richard. > -Original Message- > From: Brian Peddle [mailto:[EMAIL PROTECTED]] > Sent: Sunday, March 26, 2000 7:41 AM > To: [EMAIL PROTECTED] > Sub

Re: some high trafic cf websites please

2000-03-27 Thread William James
Umm... I can't find any evidence that either of them are Cold Fusion sites and I highly doubt it. toysrus.com on the other hand is very plainly a CF site. - Original Message - From: "Tim Maxwell" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 27, 2000 1:28 PM Subject: Re:

Crystal Problems

2000-03-27 Thread Eric Bradburn
We are running ColdFusion Server 4.5 and trying to use the tag. Our server is running Crystal Reports version 8.0. When we reference a report with the tag we are getting this error... Error Diagnostic Information Error occurred while processing CFREPORT An unexpected error occurred whil

Custom Configure a PC page for my site

2000-03-27 Thread Chris Farrugia
I am making a page on my site where users can custom configure a new PC. There is a form with drop down boxes where they choose the processor, RAM, hard drive, etc, and then hit a submit type button. For processor, the choices might be: Pentium III 700mhz Pentium III 600mhz (subtract $100) Penti

Re: some high trafic cf websites please

2000-03-27 Thread Chris Giminez
How can you tell? > amazon.com and fedex.com are both CF sites. Hope this helps > > Tim > > -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=

how to execute a file from within a file?

2000-03-27 Thread mirza baig
Please see the code that says URL="TestAction.cfm", I am trying to call this file with ** Hi List, Please help me. I am about to pull my hair. I don't get an error,but I do not get the desired output. I have the three files below, please let me know why the third file(testAction

Re: CFHTTP Issue and CFFILE with 4.5 Enterprise

2000-03-27 Thread Jay Sudowski
From: Tracy Smith <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 27, 2000 2:30 PM Subject: RE: CFHTTP Issue and CFFILE with 4.5 Enterprise > I had a somewhat similar issue that I am just beginning to research. > > We just upgraded to CF Enterprise 4.5 from CF Pro on NT 4.0/IIS 4

Re: A Great Free CFML editor

2000-03-27 Thread George Loch
Is CFStudio the only other alternative? I would be happy to see something less than $500. Maybe studio does more than I think but, $500 seems pretty steep for a tag editor. George Loch Stephen Hales Creative http://www.halescreative.com -

Mac CF studio?

2000-03-27 Thread Mark W. Breneman
Ok, quick question. I have a Mac guy here that wants to program on his Mac. I really don't care what platform he uses as long as he can be efficient. What is out there for a Mac CF studio like program for CF? If any. Mark W. Breneman -Sr. Cold Fusion Developer -Network Administrator Vivid Me

Re: display all session variables

2000-03-27 Thread Jeff Beer
Hi Alexander, Thanks for the assist. I've already made it that far. What I need to do is list only a couple of variables - not everything in the session scope. I have userID, password, username, lastdatetime and other data in the session scope. What I need to do is get the userid's of the curr

CFX_PGP

2000-03-27 Thread Steve DuPerrieu
Anyone using this custom tag? If so, how is it? Thanks, Steve -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a me

RE: Password protected directories

2000-03-27 Thread jstiefel
You can use ValueList(getids.id) to create a list of ids from the query, no need to loop for that. -Original Message- From: Vinicius Caldeira Carvalho [mailto:[EMAIL PROTECTED]] Sent: Monday, March 27, 2000 3:07 PM To: [EMAIL PROTECTED] Subject: Re: Password protected directories If you

Best Source Safe Tools To Use With CF

2000-03-27 Thread Talha Rizvi
Hi, our company is using Visual Source Safe to keep track of our CF files. Unfortunately we've witnessed some anomalies, such as code reverting to older versions without reason. I was wondering what other version control programs there are out there that work well with CF and also if anbody has

Search Engine Friendly Variables (?)

2000-03-27 Thread Allen
Hello, I've noticed some URL's set up in ways like these two. Could someone please explain them for me? The little understading I have it is so that the search engines will index the pages. Is that correct? How the commas function? As "="? ( http://www.sportal.co.uk/football/news/article/0

Re: A Great Free CFML editor

2000-03-27 Thread Jeff
hassan, :~~ : From: Hassan Khawaja <[EMAIL PROTECTED]> : : haven't yet tried EVR Soft's 1st Page 2000, it's at : http://www.evrsoft.com. I think it's a strong competitor : to CF Studio as far as functionality is concerned. :~~ i've

Re: display all session variables

2000-03-27 Thread John Quarto-vonTivadar
Last year I think Mike Dinowitz created a tag to dump all such data, look on the TagGallery web site or House of Fusion. It generated all the SESSION, APPLICATION, and otherwised-scoped variables so you could surely modify it to suit your needs > >I know I've seen this, but after two hours of se

RE: Regular Expressions Trouble

2000-03-27 Thread Owens, Howard
> -Original Message- > From: Dick Applebaum [SMTP:[EMAIL PROTECTED]] > Sent: Monday, March 27, 2000 1:33 AM > To: [EMAIL PROTECTED] > Subject: Re: Regular Expressions Trouble > > It works for me on CF 4.0 > > > > [snip] > At 9:11 PM -0800 3/26/2000, [EMAIL PROTECTED

Query Help

2000-03-27 Thread Duane Boudreau
I am using the following query to pull info from a DB and give me the record count for each doc_group_id. I've gotten to this point but this is as far as I can go. Can some SQL guru here lend a hand? SELECT doc_group_id, short_descr, (SELECT COUNT(doc_id) AS DocCount FROM documents WHERE

Re: A Great Free CFML editor

2000-03-27 Thread Larry Lyons
Steve, The only one I've ever seen has been BBEdit. Either that or the Dreamweaver CFObjects for the Mac. larry -- Larry C. Lyons EBStor.com 8870 Rixlew Lane, Suite 204 Manassas, Virginia 20109-3795 tel: (703) 393-7930 fax: (703) 393-2659 Web: http://www.pacel.com http://www.ebstor.

RE: Calendar CFM

2000-03-27 Thread jstiefel
You can check out instaCalendar on the allaire tag gallery.. -Original Message- From: Ray, James A [mailto:[EMAIL PROTECTED]] Sent: Monday, March 27, 2000 1:47 PM To: [EMAIL PROTECTED] Subject: Calendar CFM Does anyone have a nice Calendar program written in CF? Thanks Jim Ray Delta P

Trying since three days, help (CFHTTP)

2000-03-27 Thread mirza baig
Please see the code that says URL="TestAction.cfm", I am trying to call this file with ** Hi List, Please help me. I am about to pull my hair. I don't get an error,but I do not get the desired output. I have the three files below, please let me know why the third file(testAction

Trying since three days, help (about )

2000-03-27 Thread mirza baig
Please see the code that says URL="TestAction.cfm", I am trying to call this file with ** Hi List, Please help me. I am about to pull my hair. I don't get an error,but I do not get the desired output. I have the three files below, please let me know why the third file(testAction

RE: Naming Variables

2000-03-27 Thread jstiefel
I'm beginning to like the way Allaire's naming convention... sVar = string bVar = boolean stVar = structure qVar = query iVar = integer etc.. -Original Message- From: Allen [mailto:[EMAIL PROTECTED]] Sent: Monday, March 27, 2000 1:14 PM To: [EMAIL PROTECTED] Subject: Naming Variables

RE: CFHTTP Issue and CFFILE with 4.5 Enterprise

2000-03-27 Thread Dave Watts
> The second thing that I have noticed with 4.5 is with CFFILE. I > have a process that generates about 500K - 600K files at a time. > We use these files to send out newsletters instead of using CFMAIL. > The problem is that in 4.0.1 it takes about 6 minutes to generate > 10K files while in 4.5

RE: Ordering a list

2000-03-27 Thread Dave Watts
> Although I *believe* there is a ListSort function in 4.5? Yes, it's in 4.5. At least, it's in 4.5.1 RC 1. It's not mentioned in the 4.5.1 release notes, either as new to 4.5.1 or 4.5. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444

Re: some high trafic cf websites please

2000-03-27 Thread Tim Maxwell
amazon.com and fedex.com are both CF sites. Hope this helps Tim - Original Message - From: Interent Gold Coast Properties <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 27, 2000 7:07 AM Subject: some high trafic cf websites please > Hi, > > i am wondering if anyon

Re: Cold Fusion on Unix Server

2000-03-27 Thread Tim Maxwell
Avi, Thanks for the info. I checked them out. They look like they have all their basis covered.. Just curious, did you get the account with CF/MySQL or CF/Sybase. Which is better? Tim - Original Message - From: Avi Shechter <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, M

RE: Datasource creation with using CF Admin

2000-03-27 Thread Eron Cohen
Mr. Sellers has written a tag that may help you out here: http://www.intrafoundation.com/freeware.html "CF_AutoAddMDB (0.0 Jan 10 2000) 10k This custom tag (unencrypted plain CFML) will scan a folder and all it's sub-folders, etc looking for MS Access database files (*.mdb). When it finds them

Re: Calendar CFM

2000-03-27 Thread William James
I suggest checking this site out: http://www.webtricks.com/SourceCode/ Awesome little CF calendar. It's easy to customize and use for just about anything you want that could possibly use a calendar. Saved me tons of time. -Will - Original Message - From: "Ray, James A" <[EMAIL PROTECTE

Re: Ordering a list

2000-03-27 Thread Brian Mitter
Thats interesting, I kinda figured ListSort was new to 4.5 as I couldn't find any mention of it in "Uncle Ben's Bible" - Original Message - From: "Dave Watts" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, March 27, 2000 8:04 PM Subject: RE: Ordering a l

cf_podium from Ben Wilson

2000-03-27 Thread Martin Orth
Hi, does anybody know what version of podium is the best one and where to get the latest one. I tried 3.0 but there are some bugs(maybe 3.0 is the latest one and I have to fix the problems myself). Martin -- Martin Orth - CFSOLUTIONS Oberblissenbach 30 - 51515 Kuerten Tel. 02207 700650 - [EMA

RE: Checking http-refferrer Variables

2000-03-27 Thread ron
> I am building a template where I need to check the http-refferrer > variable to make sure it includes text from the same machine. > This does > not have to be an exact match, but just include the correct > system name. > > Does anyone have an sample cf code to check that a variable contains > s

Re: Naming Variables

2000-03-27 Thread Seth Petry-Johnson
>I'm curious how people name their variables. For example, if you have a >form that asks for an email address, do you simply name the form variable >"Email" or do you name it something like "vcEmail" with the vc standing for >VarChar? I use the following convention. I started this when I was d

Re: Password protected directories

2000-03-27 Thread Vinicius Caldeira Carvalho
If you have gaps do the following: select ID from table Now grab a position Grab the article select article from someTable where ID = #ListGetAt(ID_List, position)# Using this you can have a list with following IDS 1,3,5,6 and garantee that all ID can be retreived. []'s Vinicius Carv

RE: A Great Free CFML editor

2000-03-27 Thread Ray, James A
Very nice package. it's a keeper. To bad the tags only cover CF 3.0 and not 4.0. Jim Ray Delta Program NT Administrator The Boeing Company (714) 896-2038 Email: [EMAIL PROTECTED] Website: http://deltaweb.lgb.cal.boeing.com/ -Original Message- From: Hassan Khawaja [mailto:[EMAIL PROTE

RE: A Great Free CFML editor

2000-03-27 Thread Eddie Shipman
Yes, I have used it. It uses the same editor component that CFStudio uses and, like CFStudio, major portions of it were written in Borland Delphi. There are several problems with the software, but I can't think of the top of my head what they were because I haven't used it since installing CFStud

Re: display all session variables

2000-03-27 Thread Alexander Lamon
Jeff, Session and application variables and can be accessed using the Struct functions. To see all of the session variables for an application, you can do something like this: #variable# = #StructFind(session, "#variable#")# I use this kind of thing to see who's on a few of my site

RE: A Great Free CFML editor

2000-03-27 Thread Ray, James A
I just download it and will let you know. Jim Ray Delta Program NT Administrator The Boeing Company (714) 896-2038 Email: [EMAIL PROTECTED] Website: http://deltaweb.lgb.cal.boeing.com/ -Original Message- From: Hassan Khawaja [mailto:[EMAIL PROTECTED]] Sent: Monday, March 27, 2000 11:4

RE: CFHTTP Issue and CFFILE with 4.5 Enterprise

2000-03-27 Thread Tracy Smith
I had a somewhat similar issue that I am just beginning to research. We just upgraded to CF Enterprise 4.5 from CF Pro on NT 4.0/IIS 4.0. One of our pages allows you to download a screensaver program. This page was returning a CGI error every time it was run and keeping the memory locked on the

Never Mind.

2000-03-27 Thread Deanna L. Schneider
This is a multi-part message in MIME format. --=_NextPart_000_0339_01BF97ED.BF8B8B60 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Scratch that last post. I don't actually need to do the sql that way. = Drill down it is. Sorry.

Re: Ordering a list

2000-03-27 Thread Brian Mitter
Something *roughly* along these lines would do I think. Although I *believe* there is a ListSort function in 4.5? Can anyone confirm? I only have 4.01 This is straight off the top of my head, so may need changing a little ;) Brian - Original Message - From: "Pecora, James" <[EMAIL P

RE: Ordering a list

2000-03-27 Thread Dave Watts
(my quote from earlier) > You might consider converting it to an array using the > ListToArray function, sorting it with the Sort function, > then converting it back into a list with ArrayToList. (Alexander Lamon's quote) > Try the ListSort() function. You can sort alpha and numeric > list value

Re: CF Based Real Estate App

2000-03-27 Thread Rey Bango
Go to http://www.fusionfx.com Rey... - Original Message - From: "cf kaizen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 27, 2000 11:39 AM Subject: CF Based Real Estate App > Howdy, > > A client wants to re-create a realtors.com-type app > for a particular region. T

RE: Ordering a list

2000-03-27 Thread Chris Evans
If you are running 4.5, use ListSort(): /cfdocs/CFML_Language_Reference/3_ColdFusion_Functions/lr3_158.htm#1000175 Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Pecora, James [mailto:[EMAIL PROTECTED]] Sent: Monday, March 27, 2000 11:52 AM To: '[EMAIL

IGNORE: test

2000-03-27 Thread ephealy
I appologize, but I am having trouble posting to this list. Please ignore my test. -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/

Datasource creation with using CF Admin

2000-03-27 Thread Aaron Hughes
Is there a way to create a datasource on the fly without using the CF Administrator? I assume that I can just post some form variables to the admin templates that create the datasources. Is this correct? I need the ability to upload a file based database (i.e dbf file or mdb file), create a dat

Re: Ordering a list

2000-03-27 Thread Seth Petry-Johnson
>Any way to order a list easily??? > >Say I have a LIST and I want it alphabetized? Convert the list to an array using ListToArray(), sort the array using ArraySort(), and then convert back to a list using ArrayToList() (or just loop through the array). If at all possible, however, you should

  1   2   3   >