CF fusebox site: onProject

2000-04-12 Thread David Shadovitz
FWIW. In the wake of Internet World, I got email today from a company called onProject. It offers a collaborative work space on the web. I took a look, and I see that it's using CF and fusebox. -David YOU'RE PAYING TOO MUCH FOR THE

Re: How well does CF run with mySQL?

2000-04-12 Thread cftalk
I don't know how CF works together with SQL 7 but I run it with SQL 6.5 and it works extremely well ! Uwe - Original Message - From: Mike Sheldon [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, April 12, 2000 12:51 AM Subject: RE: How well does CF run with mySQL? CF runs

Deleting Multiple Records?

2000-04-12 Thread David Crowther
CF_newbie I was just wondering if there was a way of deleting multiple records at the same time? In my admin section of a current project, I would like to provide the option of selecting multiple records (by check box?) and then deleting all of the selected records at one click of the submit

Re: cftransaction and cfserver 4.5.1 MY MISTAKE...

2000-04-12 Thread Xing Li
Are you sure the "cut-off" error message is not the result of broken html code as result of the abrupt stoppage of the content generation? I get those a lot and especially on pages with nested tables. View the html source to see if the error is there. Xing HOWEVER... the problem of not

RE: Deleting Multiple Records?

2000-04-12 Thread David Crowther
Thanks Steve, but I am not sure what you mean by "column_name" in your cfquery example. I am using this to delete messages off a message board. When the administrator views the messages, he/she is also given a "delete" check box option with every message displayed (this is just a form field,

Uploading Files: Problems with MAC (IE 4.5 and 5)

2000-04-12 Thread Abraham Lloyd
Good Morning to everyone. :-) Has anyone run into a bug/problem with the MAC version of Internet Explorer (4.5 and 5) uploading files via a browser? I did a little searching on Deja.com, and apparently IE encodes uploaded files into MacBinary during the file transfer. Windows NT, Unix, etc.

RE: Trouble with CFINSERT and Form variables

2000-04-12 Thread SPENCER, Chris
Thanks for that advice Scott, It worked a treat. I also found that mentioned in the documentation last night, sorry I didn't notice it before. Anyway, thanks. Chris Spencer Learning Support Technician Cheltenham Gloucester College of H.E Pallas Villa, Park Campus Cheltenham, UK 01242 532967.

Does anyone have a CFMAIL problem where '=' are added to message

2000-04-12 Thread Steve Nelson
Hi everyone! We just applied the hot fix from allaire that addresses the CFMAIL problem. This was for the smtp.dll. With the hot fix, I see an '=' character added to the end of certain lines in the body of an email sent with cfmail. The equals sign only appears when there are spaces just

Re: Does anyone have a CFMAIL problem where '=' are added to message

2000-04-12 Thread Larry W. Virden
Re: = at end of lines with spaces That sounds like standard mime quote encoding - if lines are 'too long' (what ever that means) then they are broken at the max len minus 1, get an equal sign added and then a newline. -- Larry W. Virden mailto:[EMAIL PROTECTED] URL:

RE: Integer?

2000-04-12 Thread jstiefel
You missed a previous message where I stated that isNumeric() will return true with any string that contains (0-9) i.e. ReFind("(0-9)","012345678") is identical to isNumeric("012345678"). However, try using "012345678" with the Mod operator, and it will tell you that it can't be converted to an

RE: Trim??

2000-04-12 Thread Juan Manuel Tapiola
If I use CFINSERT there's no way to trim the values, isn't it? Manuel Tapiola Buenos Aires, Argentina -Mensaje original- De: Snazzo Boy [mailto:[EMAIL PROTECTED]] Enviado el: Lunes, 10 de Abril de 2000 05:51 p.m. Para: [EMAIL PROTECTED] Asunto: RE: Trim?? If you have a form field with

RE: Is 4.5.1 Solid

2000-04-12 Thread jstiefel
Rueben- I won't touch the "AOL'ers are stupid" stuff, but I will make comment on your statement that "AOL is just an ISP like any other". I beleive this to be very much false. AOL does not act like a traditional ISP where they are a simple gateway to the internet, without filtering and/or

CFMAIL

2000-04-12 Thread Frederic COLLIN
Hi, Does anyone know what is the maximum of mails sent by the CFMAIL tag in one time ? Thanks -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit

CF and DB2

2000-04-12 Thread Brian Cusack
Hello all, Do any of you have experience with Cold Fusion and a DB2 back end? Allaire maintains that there is some software called "Client Access Enabler" makes it possible for Cold Fusion to work with a DB2 database, but I am having some difficulty getting any information on this software.

Re: CF and DB2

2000-04-12 Thread Andy Peterson
We use CF and DB2 successfully, though the initial setup can be a bit troublesome. Though I am not completely sure, the CAE software is what allows DB2 to interact with PCs. It is an integral step to accessing DB2 via CF. Also, CF Entrprise has Native DB2 drivers, whereas CF Professional requires

RE: Is 4.5.1 Solid (CF4.5 Is Brand New Code)

2000-04-12 Thread Dan G. Switzer, II
I just want to point out something that I think is important to note. CF4.5 is a basically a re-write from scratch. Previous version of CF that worked on Solaris relied on a third-party solution to emulate NT under Solaris. The reason they used the Bristol solution, was so they could port to

OT: CF-SQL7 Error

2000-04-12 Thread Internet Marketing Corporation
Hi, everybody... I get the following error message trying to run a CF (4.0) query on an SQL7 database. It is on our test machine which is running *both* CF and SQL7. I've done several Access-SQL ports but never encountered this. It seems to happen with any query that I run against this database.

RE: CF and DB2

2000-04-12 Thread Gary McNeel, Jr.
http://www.as400.ibm.com/clientaccess/ Look here. Client Access is a way PC's can talk to IBM systems. Dig around a bit here and I think you find what you need. Gary McNeel, Jr. Project Manager - DAC-Net, Research Graduate Studies Rice University - Houston [Lovett Hall] 713-348-6266 (Primary)

problems with rds apache

2000-04-12 Thread Oliver Haecker
Hello, we have little problem with RDS and the APACHE-Webserver 1.3.x RDS doesn't work. It seems like the Apache-Server refuses (http-error 404) the connection because he isn't able to manage (port80). everything else works fine. RDS-service runs on the server but it doesn't care if I stop the

RE: Date from string

2000-04-12 Thread Jeff Shepler
#DateFormat(Left(sixDigitString, 2)"/"Mid(sixDigitString, 2, 2)Right(sixDigitString, 2), " d, ")# -Original Message- From: Jay Wigginton [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 11, 2000 4:05 PM To: [EMAIL PROTECTED] Subject: Date from string I am looking for a quick and

Re: problems with rds apache

2000-04-12 Thread cftalk
How about changing the port to 79 or 81 ?? Uwe - Original Message - From: Oliver Haecker [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, April 12, 2000 4:10 PM Subject: problems with rds apache Hello, we have little problem with RDS and the APACHE-Webserver 1.3.x RDS

going live

2000-04-12 Thread stäs
Hello there, Question: has anybody worked out a system that lets you trigger site updates from a staging server to production server? Thanks! -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit

RE: using cfcontent

2000-04-12 Thread jstiefel
When you link to the page with the cfcontent, use the following format: /mysite/mycfcontentpage.cfm/file.zip And the file will come down as "file.zip" -Original Message- From: Mark Yim [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 11, 2000 8:08 PM To: '[EMAIL PROTECTED]' Subject:

Re: problems with rds apache

2000-04-12 Thread Oliver Haecker
How about changing the port to 79 or 81 ?? Uwe Doesn't work...the connection can't be established. Can I tell CF to use another port for RDS? greetings, Oliver! -- Archives: http://www.eGroups.com/list/cf-talk To

HTTP 1.1 Host Header files

2000-04-12 Thread Pecora, James
Does anyone know if Apache web server supports host header files for putting multiple sites on one IP address... I know you can do this in IIS, but I'm looking for alternitives... thanks -- Archives:

Re: going live

2000-04-12 Thread John N Westerlund
Yep, tell one of your underlings to do it g -Original Message- From: stäs [EMAIL PROTECTED] To: [EMAIL PROTECTED] [EMAIL PROTECTED] Date: Wednesday, April 12, 2000 10:41 AM Subject: going live Hello there, Question: has anybody worked out a system that lets you trigger site updates

RE: cftransaction and cfserver 4.5.1

2000-04-12 Thread Dave Watts
I previously (cfserver 4) used cftransaction and cflock to rollback any errors when inserting a record and then selecting the last insert using AX( ). eg: cflock name="FindUser" timeout="20" cftransaction cfquery Datasource="#DSN1#" INSERT INTO

RE: HTTP 1.1 Host Header files

2000-04-12 Thread Herman, John
Yes. Apache supports this feature. Look for info on virtual servers in the help files. -Original Message- From: Pecora, James [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 12, 2000 10:08 AM To: CF Talk (E-mail) Subject: HTTP 1.1 Host Header files Does anyone know if Apache web

Re: Is 4.5.1 Solid

2000-04-12 Thread Yvette Ingram
Paul: You have to configure an RDS or FTP server for your localhost (username, password, etc), like you would for a remote server. Then, to see your databases, select the tab for database. Then select from the drop-down at the top which server databases you wish to see. Yvette Ingram

4.5.1 Localhost problem (was:RE: Is 4.5.1 Solid)

2000-04-12 Thread Jennifer
At 10:43 AM 4/12/00 -0400, you wrote: hey all having problems: I cant see any of my databasses on my localhost. uninstalled 4.5 then reinstalled 4.5.1 no luck it is still not working for my LocalHost. But it does work for my remote server. For my local host i get this error. Cold Fusion Studio

Trusted Host

2000-04-12 Thread Tim Bahlke
We have become disenchanted with our CF hosting company. Can anyone recommend a good host in the US? Thanks, Tim Bahlke Graphica www.thinkcreate.com -- Archives:

RE: Is 4.5.1 Solid

2000-04-12 Thread Paul Ihrig
Yvette: I know that. I am just getting errors left and right. studio dosnt think that the CF server is running on my LocalHost. I can go to the CF admin page to check all my mdb's. I can also run all my database pages from http://127.0.0.1/whatThehEck/ but just no use of the rds for my local

bread crumbs again

2000-04-12 Thread John N Westerlund
I seem to have deleted my previous mails about dynamic bread crumbs... Basically I am trying to generate You are here: #section# #subsection# #microsection# And the content is coming from a DB so I just wanted to see different/best ways of generating breadcrumbs. So far I figure its best to

CF Hosting in MN

2000-04-12 Thread Dylan Atkinson
This is a multi-part message in MIME format. --=_NextPart_000_0317_01BFA46D.ED0FF620 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi, Can anyone recommend good CF hosting services in the state of = Minnesota? This is for my

CF and COM

2000-04-12 Thread Gregory Weiss
This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. --_=_NextPart_001_01BFA496.6689F992 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I was wondering if

Question from a studio 4.01 user

2000-04-12 Thread CFM
Does studio 4.5 have a "remote" tab in the folder viewer of extended find and extended replace? Was thinking that would be a nice upgrade thanks jb. -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit

Re: Introduction and CF on Linux

2000-04-12 Thread Daniel J. Cody
Dylan - I've had very good luck with CF 4.5.1 on Linux. I've actually been running it production since its pre-releases back in November, and I've never had a problem. Its running a fairly high number of websites pushing out about 35-40k sessions a day. There are a couple quirks here and there,

Re: Is 4.5.1 Solid

2000-04-12 Thread Reuben King
In 04c501bfa405$ebe4dee0$[EMAIL PROTECTED], WBB ([EMAIL PROTECTED]) in a fit of unbridled passion, wrote: No Actually Reuben, unbridled passion is something you've not yet observed from me, yet ;) WBB, Your trashing of AOL rather bothers me. AOL is just an ISP like any Gee, I'm

RE: Trusted Host

2000-04-12 Thread Bill Killillay
We have been using 9netave.com for over a year now. We have both dedicated and shared hosting services with them. We have about 60 sites with them now and they have a great developer/hosting reseller program. Tech support is pretty good unless you start getting really complicated or try to ask

RE: OT PCAnywhere on Port???

2000-04-12 Thread Marcus
On 7 Apr 2000, at 17:20, Steve Bernard wrote: What are you encrypting it with? PGP? If so, you need to include your public key if you want anyone to be able to read it. Steve thats the bad part... I'm not encrypting it... Marcus

Sharing Violation Problem

2000-04-12 Thread PC
I am using RDS and having trouble opening certain files on a shared server. I get a file can't be opened because of "sharing violation" -- but am pretty sure no one else is using these files at the time I try to to open them. Does anyone know what do to about this?? Much Thanks!

RE: CF and DB2

2000-04-12 Thread jocelyn . isidro
I've set up DB2 CAE many, many times on our NT servers here. We started with V2.1, and recently upgraded to V5.2 on our NT servers here. We had a lot of trouble getting it to work initially, mostly due to our funky network set up (DB2/Datajoiner on Unix to LU6.2 to VTAM to DB2), but it works

RE: Deleting Multiple Records?

2000-04-12 Thread Stephen Garrett
Just make sure that the list is bounded, so that some happy hacker doesn't cause a delete of every record in your db... Steve At 08:59 AM 4/12/2000 -0400, [EMAIL PROTECTED] wrote: It's fairly simple to do... Just name all your checkboxes the same name. When you submit the form it will put the

RE: AOL Server and CF

2000-04-12 Thread Ellert, Charles
I have been a huge fan of AOLServer for quite some time now. Unfortunately, I am no longer running it in production :( I've included a couple of links for information about the server. Talking about scalability, AOL receives about 28000 hits per/second, and they use AOLserver.

To wildcard or not to wildcard (the SELECT statement)

2000-04-12 Thread Michel Gagnon
When we query with a star (*) in the SELECT statement, does MS-Access return all the fields, even if they are empty? I have over 50 fields in a perticuar table, but some pages only use 3 or 4 of them. The rest are empty. For performances sake, am I better off using: CFQUERY DATASOURCE="CSM"

Re: Is 4.5.1 Solid

2000-04-12 Thread Reuben King
By the way-- If this AOL/CF 4.5 problem is truly a problem between CF 4.5 and AOL and Allaire has admitted it, please post a URL so that I may eat my words. If I'm wrong, I'm definitely curious as to the technical details on this. -- Reuben King mailto:[EMAIL PROTECTED] Senior Web

Date/Time woes....

2000-04-12 Thread Christopher Mick
Hi all, I'm using CF 4.5 and Access2000. When I submit this SQL query it doesnt seem to want to isolate the dates correctly: *** Select * From tbl_OCRlot Where hnum = 1 OR hnum = 2 OR hnum = 8 AND DateTime = {d '2000-04-12'} AND DateTime = {d '2000-04-13'}

RE: bread crumbs again

2000-04-12 Thread Raftree, Mat
What database are you using? -Original Message- From: John N Westerlund [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 12, 2000 11:56 AM To: [EMAIL PROTECTED] Subject: bread crumbs again I seem to have deleted my previous mails about dynamic bread crumbs... Basically I am trying to

4.5.1 Solaris cfif weirdness

2000-04-12 Thread Jennifer
Those of you who have been following my turmoils with the bad naughty client will remember that my main issue with them is that they refused to install 4.0.1 (for Solaris) because they didn't want to install that and then install 4.5.1 only a few months later. Well, 4.5.1 has been released

RE: CF and COM

2000-04-12 Thread Bill
This is a multi-part message in MIME format. --=_NextPart_000_001E_01BFA480.FBE6A870 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Try my web site, I have well over a hundred Coldfusion links plus a whole section on spectra. These links cover just

RE: Stuctures and Arrays, huh? :-)

2000-04-12 Thread Michael Blair
Thanks Dave. You provide excellent insite on this list! Michael W. Blair Web Applications Developer Canyon WebWorks An Arizona Internet LLC Company http://www.canyon.net [EMAIL PROTECTED] PHONE: (520) 773-9059 FAX: (520) 773-4945 -Original Message- From: Dave Watts [mailto:[EMAIL

CFID and CFTOKEN

2000-04-12 Thread Tracy Smith
This is a multi-part message in MIME format. --=_NextPart_000_03D7_01BFA482.F1CE5C00 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit I have a strange problem that is pretty complex. However, the basic problem is simple. Windows NT 4.0 SP 4, CF 4.5

Re: bread crumbs again

2000-04-12 Thread Sharon DiOrio
You can parse (loop through, using "\" as the delimiter) the CGI.Template_Path into sections, subsections and microsections if your site is setup into directories in a logical way. If you're feeling especially creative, you can also make those active links to the user can navigate up and down

Printing button

2000-04-12 Thread Joshua Yip
Hi all, I would like to put a "Print" button on my web page to print the web page. How do I do this? Thanks -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit

Mappings problem

2000-04-12 Thread PC
I want to setp a mapping in CF ADMIN but am not clear from docs just how this works. I have the following: LOGICAL PATH: /rootmap/ DIRECTORY PATH: D:\209.344.22.151\mysite\ 3 questions: 1) is this looking right? 2) how do I reference this mapping in a CFINCLUDE? 3) Can I add to the end of

Re: CF Hosting in MN

2000-04-12 Thread Dylan Atkinson
Becuase I am located in MN. And I have found that when problems crop up it is much easier to deal with a local business. I am open to outstate providers though if the price is good and they have decent support. - Dylan - Original Message - From: "Dave Hannum" [EMAIL PROTECTED] To:

Re: Date/Time woes....

2000-04-12 Thread Howie Hamlin
You need paranthesis Select * From tbl_OCRlot Where (hnum = 1 OR hnum = 2 OR hnum = 8) AND DateTime = {d '2000-04-12'} AND DateTime = {d '2000-04-13'} Howie Hamlin -- inFusion Project Manager; On-Line Data Solutions, Inc. (631)737-4668 === Please

Re: HTTP 1.1 Host Header files

2000-04-12 Thread Will
Here is a sample snippet of what to put into httpd.conf to do multiple domains on a single IP in Apache NameVirtualHost 1.2.3.4 VirtualHost 1.2.3.4 ServerAdmin [EMAIL PROTECTED] DocumentRoot /httpd/htdocs/domain1 ServerName domain1.com /VirtualHost VirtualHost 1.2.3.4

Re: bread crumbs again

2000-04-12 Thread John N Westerlund
SQL 7.0 -Original Message- From: Raftree, Mat [EMAIL PROTECTED] To: '[EMAIL PROTECTED]' [EMAIL PROTECTED] Date: Wednesday, April 12, 2000 1:40 PM Subject: RE: bread crumbs again What database are you using? -Original Message- From: John N Westerlund [mailto:[EMAIL PROTECTED]]

Re: Credit Card

2000-04-12 Thread Jeff Beer
Check out Signio.com - formerly PaymentNet. Flat rate card processing services and they have code for integrating with almost every platform/environment. I used their CF custom tag, and was seeing test transactions go from start to finish in under 3000 milliseconds. Very impressive. Also,

RE: To wildcard or not to wildcard (the SELECT statement)

2000-04-12 Thread Miriam Hirschman
I asked a similar question before and I was told that it is quicker to write out all the field names instead of using the *. -Original Message- From: Michel Gagnon [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 12, 2000 12:33 PM To: [EMAIL PROTECTED] Subject: To wildcard or not to

Re: Introduction and CF on Linux

2000-04-12 Thread Daniel J. Cody
Adrian Cooper wrote: What database are you using to backend your apps? Oracle 8i - no a seperate machine running on Linux as well. Again, rock solid. .djc. -- Archives: http://www.eGroups.com/list/cf-talk To

CF and SQL on same server...

2000-04-12 Thread Gary McNeel, Jr.
I know this is risky, but we have fairly low volume of hits, maybe several hundred per day, to the server. We can afford a pretty nice server selected. We are running it now on a server with no real problems (that we have seen). Compaq Proliant ML350 733/133 Hot Plug HD Model (128) (will

Re: really slow website

2000-04-12 Thread Russ Michaels
Alas no, I wish it were that simple though. The whole site is doing it, no even just the front page. And yes every other site on the server seems to be fine. I restarted the machine too, no change. On 4/11/00, Russ Michaels penned: Here is a temporary URL on the live serrver, see how slow it

RE: 4.5.1 Solaris cfif weirdness

2000-04-12 Thread Dave Watts
I just got an error message on a page that is working on the server that is running 4.0. This is the message: "Error in expression: AdminID=0 Invalid conditional expression. Perhaps you are using = instead of EQ or IS to compare values." I may just have been stupid when I set this

Javascript Expert??

2000-04-12 Thread S R
Hi, I don't know if this is a javascript thing but I have a website that has several links on the front page that produce a 'pop-up' window to various files. Everytime they click on a different link I have it set up so that the same 'pop-up' window is used to show a different file. The

Re: Javascript Expert??

2000-04-12 Thread Jennifer
At 11:02 AM 4/12/00 -0700, you wrote: Hi, I don't know if this is a javascript thing but I have a website that has several links on the front page that produce a 'pop-up' window to various files. Everytime they click on a different link I have it set up so that the same 'pop-up' window is used

Text Editors vs Site Editors

2000-04-12 Thread Craig M. Rosenblum
I have always been using texpad or notepad to edit and create my code, because i'm of the older keyboard'n generation rather than the mouse and gui generation But it seems like being a user of text editors is so outre' (out dated) or non-conformist... Just out of curiousity how many of you

Re: Trusted Host

2000-04-12 Thread Computer Simplistics Support
On that note, as we are trying to get into the mainstream cf hosting business. How do big cf hosts let users manage datasources? Is there CF code to let users add and delete? Scott Berry -- Computer Simplistics Support "Simple Solutions for a Complex World" http://www.c-s.net 661-296-4315

RE: Is there a CFUG in SE Wisconsin?

2000-04-12 Thread Steve Nelson
!-- From: [EMAIL PROTECTED] (Scott J. Brader) !-- Subject: Is there a CFUG in SE Wisconsin? We've done a lot of stuff in CF at Mercury Marine in Fond Du Lac, WI. I'm not aware of a CFUG in our area, but it would be nice to talk with another 'local' CF shop to share trials/tribulations.

RE: Security holes revisited -- reward offered

2000-04-12 Thread Craig M. Rosenblum
goto grc.com and have it check your ports.. -Original Message- From: Calvin Ward [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 06, 2000 8:16 AM To: [EMAIL PROTECTED] Subject: Re: Security holes revisited -- reward offered Just for clarification This person would break into a

RE: Number comparing

2000-04-12 Thread Larry Juncker
That is because 8.5 automatically rounds up to 9. Try and set your variable to itself - .5 -Original Message- From: Jacob [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 12, 2000 12:03 PM To: [EMAIL PROTECTED] Subject: Number comparing When I run this: cfif

RE: Number comparing

2000-04-12 Thread Olive, Christopher M Mr USACHPPM
do a Fix(cprlookup.cpr_rating). this will drop any decimal values. Chris Olive DOHRS Website Administrator [EMAIL PROTECTED] -Original Message- From: Jacob [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 12, 2000 2:03 PM To: [EMAIL PROTECTED] Subject: Number comparing When I run

RE: Javascript Expert??

2000-04-12 Thread Jessica Shea
Add a focus to your onclick event: a href='##' onClick="MyWindow=window.open('http://www.myserver.com/cfdocs/Events/#ID#.cf m','MyWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,sc rollbars=yes,resizable=yes,screenX=1,screenY=25,width=250,height=300'); MyWindow.focus();"

Good book on Fusebox?

2000-04-12 Thread Phil Varichon
Anyone knows of a good book on Fusebox? Or any otherv resources a apart from the fusebox.org Thanks, Philippe Varichon Digizone Multimedia -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit

Re: Number comparing

2000-04-12 Thread Howie Hamlin
The reason is that you are doing string comparisons. For a string, the order (least to greatest) is: "7" "8" "9" "8.5" Because "8.5" is a longer string. You should be doing numeric comparisons like: cfif cprlookup.cpr_rating gte 7 and cprlookup.cpr_rating lt 9 cfset cpr_ribbon =

Caching with CFHTTP?

2000-04-12 Thread Dave Hannum
Ok - I'm outta my realm here, but I need to make it my realm. I have a news feed from Moreover that uses JavaScript to incorporate it into my page. This works, but is an extremely slow process. (I know it's the same for iSyndicate too - I use them other places). Is there anyway to grab this

4.5.1 administrator security

2000-04-12 Thread Jennifer
I just noticed something that I think is bad, so I hope somebody has found a setting for this. Since the client uninstalled 4.0 to install 4.5.1 for Solaris, some of our settings (particularly the debugging settings) were lost. I can get to the administrator remotely, so I logged in to add the

Re: Session Variables and Multiple Browser Windows

2000-04-12 Thread Reuben King
In 004f01bfa4a0$fb577a40$3c2fa8ce@jim, Jim McAtee ([EMAIL PROTECTED]) in a fit of unbridled passion, wrote: Just wondering how (or if?) others are handling the situation where you want to let users open multiple instances of an application. Are session variables completely out of the

Re: Date/Time woes....

2000-04-12 Thread Christopher Mick
Ok, I'm obviously a novice at this stuff. Figured out the problem. I just needed parentheses around the hnum statements, as follows: Select * From tbl_OCRlot Where (hnum = 1 OR hnum = 2 OR hnum = 8) AND DateTime = {d '2000-04-12'} AND DateTime = {d '2000-04-13'} DOH! Hope this one helps

never seen this error before

2000-04-12 Thread Jim Taylor
Weird to me I have never seen this error before has any of you guys? Microsoft][ODBC SQL Server Driver][SQL Server]'FirstName' is not a recognized OPTIMIZER LOCK HINTS option. The error occurred while processing an element with a general identifier of (CFQUERY), occupying document

Re: Is 4.5.1 Solid

2000-04-12 Thread Max Paperno
It's a fact, there was a known issue with the combination of WebSite, CF4.5 and AOL. I can't find any documentation on it at the moment, but there was definitely a problem which was reported several times on this and Website-talk lists, and which was confirmed by Allaire and O'Reilly.

RE: Text Editors vs Site Editors

2000-04-12 Thread Jessica Shea
Just out of curiousity how many of you use a text editor vs cf studio and the like? Up until Homesite, I wrote all my code in Notepad and loved it. With Homesite, and later CFStudio, I made the switch and have been very happy with the results. I don't use all the bells and whistles (and I

Re: Javascript Expert??

2000-04-12 Thread David E. Crawford
In the onload event of the pages that are opened by the "pop-up", put self.focus(); which will cause the window to come into focus, even if it is minimized. DC - Original Message - From: S R [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, April 12, 2000 18:02 Subject:

RE: 4.5.1 Solaris cfif weirdness

2000-04-12 Thread Dan G. Switzer, II
Jennifer, The "=" sign has never been a supported comparison operator in ColdFusion-it's always been IS or EQ. CF4.5.1 is definitely operating correct by throwing an error. If for some reason IS or EQ doesn't get you the results you were expecting, try this for string comparisons: CFIF NOT

what is this??????

2000-04-12 Thread Jim Taylor
I have ner seen this Error Diagnostic Information ODBC Error Code = 37000 (Syntax error or access violation) [Microsoft][ODBC SQL Server Driver][SQL Server]'FirstName' is not a recognized OPTIMIZER LOCK HINTS option. The error occurred while processing an element with a general

TIGER.DLL Problem fixed

2000-04-12 Thread Robert Everland
A while ago I posted a problem I was having with Tiger*something*.dll loading up after coldfusion was uninstalled. Well I found out where it is. When you right click on the server name in IIS manager and edit the www properties, in there there is an ISAPI for all domains. All I had to do was

RE: Trusted Host

2000-04-12 Thread Tim Bahlke
Has anyone used Sitehosting? Tim Bahlke Graphica www.thinkcreate.com -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit

Re: Trusted Host

2000-04-12 Thread Judith Campbell
We use both shared hosting and dedicated hosting. On the dedicated boxes, I have access to CFIDE and administer the datasources myself. On the shared boxes, the ISP requires either an email or a form submitted then they set up the datasources. Some of them respond promptly and do it

Re: Good book on Fusebox?

2000-04-12 Thread Fred Sanders
No books on fusebox, someone is working on a tips tricks for it though that's not up yet. You also might want to look at the following: http://www.teamallaire.com/hal/ Fred T. Sanders Galveston Island, TX -- Having a bad day? Imagine this... You are in total

_/ MS SQL Server Migration to Oracle for CF App \_

2000-04-12 Thread john rice
The following is some information gathered on migrating Cold Fusion apps from MS SQL Server to Oracle. Has anyone been through this process? Are there any suggestions of things to watch for or problems with any of the following info? {~:~} a) With Oracle native drivers for ColdFusion

Question from a Studio 4.01 user

2000-04-12 Thread CFM
Does studio 4.5 have a "remote" tab in the folder viewer of extended find and extended replace? Was thinking that would be a nice upgrade thanks jb. -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit

RE: Caching with CFHTTP?

2000-04-12 Thread Josh Farr
I'd use the wddx streams and cache the wddx packet or the deserialized recordset. and schedule an event to refresh that cache however often. -Original Message- From: Dave Hannum [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 12, 2000 2:18 PM To: [EMAIL PROTECTED] Subject: Caching with

Re: never seen this error before

2000-04-12 Thread Fred Sanders
could we see the sql code you ran to get this error? Fred T. Sanders Galveston Island, TX -- Having a bad day? Imagine this... You are in total seclusion from that hectic place called "The World". The soothing sound of a gentle waterfall fills the air with a

RE: Text Editors vs Site Editors

2000-04-12 Thread Lon Lentz
-Original Message- From: Craig M. Rosenblum [mailto:[EMAIL PROTECTED]] Just out of curiousity how many of you use a text editor vs cf studio and the like? Harlan Ellison says he uses an old manual typwriter. I do not believe that that makes him a better writer than someone who

RE: Number comparing

2000-04-12 Thread Jacob
Bob, Howie Thanks. It works now. I got rid of the quotes and the trim. I also changed the datatype for the field to varchar. Jacob At 02:58 PM 4/12/00 -0400, you wrote: I think it's because you are evaluating the parameters as character values rather than numbers. When you enclose the

Studio RDS Problems

2000-04-12 Thread Jeff Howden
hi, we have recently started using rds with studio and have been getting some very odd problems. i was wondering if anybody has experienced anything similar and hopefully knows what the solution is. here's basically what happens. since november my co-worker has been using rds without any

RE: 4.5.1 administrator security

2000-04-12 Thread Raftree, Mat
The login authentication is cached so that once you log in, the pages are accesible for around 20 minutes (by default) I think this is more of a web server concern than a ColdFusion issue. -Original Message- From: Jennifer [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 12, 2000 2:56

RE: never seen this error before

2000-04-12 Thread Raftree, Mat
what does the sql look like? Optimizer hints are used by sqlserver if you are trying to force a query to use a particular index instead of allowing the optimizer to pick the ones it likes best. Mathew Raftree Senior Consultant Breakaway Solutions, Inc. 50 Rowes Wharf, Boston, MA 02110

Re: Caching with CFHTTP?

2000-04-12 Thread Ken Wilson
On our Intranet site I'm grabbing headlines and writing them to a database on a scheduled basis so that users can pull them from the db rather than having to go out and fetch them every time they login. Not exactly "caching" in the sense that you are asking about but it accomplishes the same goal

  1   2   >