Cfgrid on CFMX 6.1

2005-02-04 Thread Andy Jarrett
I've just moved an app from CF4.5 to CFMX 6.1. All seems fine except for CFGRID. It is displaying fine but when i update the grid im getting the following error message: Error casting an object of type to an incompatible type. This usually indicates a programming error in Java, although it could

Coldfusion VS ASP.NET use

2005-02-04 Thread Mark Drew
I found this graph a while back, and I am looking to see if there are any other sites that show the graph of technology use that is more up to date? http://news.netcraft.com/archives/2004/03/23/aspnet_overtakes_jsp_and_java_servlets.html I am trying to get some figures on overall usage of CF on

Re: Cfgrid on CFMX 6.1

2005-02-04 Thread sathya v
Hi there is some Hot fix for CFgrid iuuse in CFmx try install hotfix On Fri, 4 Feb 2005 08:58:25 +, Andy Jarrett [EMAIL PROTECTED] wrote: I've just moved an app from CF4.5 to CFMX 6.1. All seems fine except for CFGRID. It is displaying fine but when i update the grid im getting the

Server side printing

2005-02-04 Thread Richard Meredith-Hardy
Can anyone suggest how an Intranet user can send a PDF or text file to be printed on a specific printer from the server side? I'm thinking specifically about printing labels on a Dymo Labelwriter 330 USB which is on a box on the network. This is with CF5 / Win2K3 Thanks -- Regards; Richard

Re: Cfgrid on CFMX 6.1

2005-02-04 Thread Andy Jarrett
Thanks for that, I've found some relating to the certificate on cfform but nothing directly to do with CFMX 6.1 and my error. I was looking at http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_17883 Andy On Fri, 4 Feb 2005 17:27:03 +0530, sathya v [EMAIL PROTECTED] wrote:

RE: CF5 to CFMX - CFUSION_DISABLE_DBCONNECTIONS and MS Excel data sources

2005-02-04 Thread Earl, George
Earl, George wrote: Has anyone else figured out how to get from CFMX the same functionality with MS Excel that CFUSION_DISABLE_DBCONNECTIONS provides in CF5? And Jochem replied: Yes, but the process involves undocumented features and even the temporary shutdown of the datasource

RE: Slightly OT: XHTML (was Re: cfset ?)

2005-02-04 Thread Sandy Clark
Actually xHTML works fine in IE provided it is xHTML 1.0 served as text through a mime type of text/html. It's the xhtml served as : application/xhtml+xml, application/xml or text/xml that causes problems in IE.(That's why I can't go to xHTML 1.1 since it has to be served with one of those mime

Re: cfset ?

2005-02-04 Thread Charlie Griefer
On Thu, 3 Feb 2005 21:39:07 -0800, Barney Boisvert [EMAIL PROTECTED] wrote: { snip } It's worth mentioning that you can do all this with HTML as well as XHTML. The difference is that with HTML you can choose to do it this way, but with XHTML you _have_ to do it this way. Which, IMO, is a

PreserveSingleQuotes In search page

2005-02-04 Thread jjakim
I have a page for users to search what is in the database. There are a half dozen different things they can search on. Title/Author/Genre/Etc My action page pulls all the chosen criteria together and sends it to a stored procedure. It is not working when a user types in a ' into a title. I've

Re: Coldfusion VS ASP.NET use

2005-02-04 Thread Bert Dawson
index.cfm: about 17,600,000 index.asp: about 16,600,000 Looks like an open and shut case. :) Cheers Bert ps and after a quick check (google on site:www.mysite.com) i reckon about 4% of those 17 million are mine! On Fri, 4 Feb 2005 10:59:48 +, Mark Drew [EMAIL PROTECTED] wrote: I found

RE: cfset ?

2005-02-04 Thread Calvin Ward
Well, if it was valid XML then you could, in theory, actually parse a cf document as an xml document Not sure what value that would have though. - Calvin -Original Message- From: Tony Weeg [mailto:[EMAIL PROTECTED] Sent: Thursday, February 03, 2005 6:38 PM To: CF-Talk Subject: Re:

RE: Slightly OT: XHTML (was Re: cfset ?)

2005-02-04 Thread Calvin Ward
Dreamweaver also does XHMTL... - Calvin -Original Message- From: James Holmes [mailto:[EMAIL PROTECTED] Sent: Thursday, February 03, 2005 9:53 PM To: CF-Talk Subject: RE: Slightly OT: XHTML (was Re: cfset ?) TinyMCE outputs XHTML, so no problems there... -Original Message-

RE: Coldfusion VS ASP.NET use

2005-02-04 Thread Ben Forta
And keep in mind that over 80% of CF use is internal stuff, behind firewalls, stuff Google will never see. --- Ben -Original Message- From: Bert Dawson [mailto:[EMAIL PROTECTED] Sent: Friday, February 04, 2005 8:43 AM To: CF-Talk Subject: Re: Coldfusion VS ASP.NET use index.cfm:

RE: Coldfusion VS ASP.NET use

2005-02-04 Thread Calvin Ward
How about .aspx? -Original Message- From: Ben Forta [mailto:[EMAIL PROTECTED] Sent: Friday, February 04, 2005 8:48 AM To: CF-Talk Subject: RE: Coldfusion VS ASP.NET use And keep in mind that over 80% of CF use is internal stuff, behind firewalls, stuff Google will never see. --- Ben

Re: PreserveSingleQuotes In search page

2005-02-04 Thread Rick Root
I don't know exactly what you're trying to do, but I am pretty sure that the PreserveSingleQuotes function has NO effect when it's not inside a cfquery tag. So there is ZERO difference between this: CFSET TitleSearch=Where (Title Like '#PreserveSingleQuotes(Attributes.Title)#%' and this:

RE: Slightly OT: XHTML (was Re: cfset ?)

2005-02-04 Thread Micha Schopman
XHTML in general has to be served as application/xhtml+xml, application/xml or text/xml to be valid. So serving the files with a mimetype other than the required results in invalid XHTML, although the format looks XHTML valid. More about this on the blog of Anne, who explains everything in detail

500 Internal Server Error

2005-02-04 Thread Michael T. Tangorre
Every now and again I will get a 500 Internal Server Error. This happens when I submit a CF template for processing (i.e. forms). I am developing locally: CFMX 6.1, WinXP Pro / IIS, IE 6. Has anyone encountered this and if so, did you find out what was causing it? My first thought is that it is

RE: 500 Internal Server Error (Update)

2005-02-04 Thread Michael T. Tangorre
From: Michael T. Tangorre [mailto:[EMAIL PROTECTED] Every now and again I will get a 500 Internal Server Error. This happens when I submit a CF template for processing (i.e. forms). I am developing locally: CFMX 6.1, WinXP Pro / IIS, IE 6. Has anyone encountered this and if so, did you

Re: 500 Internal Server Error (Update)

2005-02-04 Thread Rick Root
Michael T. Tangorre wrote: Seems to happen when certain errors are encountered on the page (stepped through the page). The sitewide error handler is not catching them... Not good. I've experienced this as well on CFMX 6.1 Updater 1... makes code debugging extremely difficult. very

RE: 500 Internal Server Error (Update)

2005-02-04 Thread Micha Schopman
I have the same issues, and they occur only when I really have put a bug somewhere. But it is a pain in the ass to debug, because you haven't got an idea where to look especially with OO frameworks with a lot of references. Micha Schopman Software Engineer Modern Media, Databankweg 12 M, 3821 AL

RE: Coldfusion VS ASP.NET use

2005-02-04 Thread Craig Dudley
And the fact the asp uses Default.asp a lot of the time. -Original Message- From: Calvin Ward [mailto:[EMAIL PROTECTED] Sent: 04 February 2005 13:51 To: CF-Talk Subject: RE: Coldfusion VS ASP.NET use How about .aspx? -Original Message- From: Ben Forta [mailto:[EMAIL PROTECTED]

RE: 500 Internal Server Error (Update)

2005-02-04 Thread Michael T. Tangorre
From: Micha Schopman [mailto:[EMAIL PROTECTED] I have the same issues, and they occur only when I really have put a bug somewhere. But it is a pain in the ass to debug, because you haven't got an idea where to look especially with OO frameworks with a lot of references. Yeah, PITA is

RE: 500 Internal Server Error (Update)

2005-02-04 Thread James Holmes
When a page generates very little content, IE decides to show the 500 error instead of the actual CF error code. Try the same page in FireFox to see if this is the problem. If so, add a block of dummy HTML output to make IE render the error page while you are developing. -Original

Re: 500 Internal Server Error (Update)

2005-02-04 Thread Bert Dawson
Have you tried going to CF admin and unchecking the Enable HTTP status codes on the settings page? Bert On Fri, 4 Feb 2005 09:47:54 -0500, Michael T. Tangorre [EMAIL PROTECTED] wrote: From: Micha Schopman [mailto:[EMAIL PROTECTED] I have the same issues, and they occur only when I really

RE: 500 Internal Server Error

2005-02-04 Thread Pat Wenke
Do you have Enable HTTP status codes turned off in CF Admin? We had the same problem until I saw a post from Ben Forta regarding the setting. Ever since I turned it off, we haven't had a problem. -Original Message- From: Michael T. Tangorre [mailto:[EMAIL PROTECTED] Sent: Friday,

Creating Oracle Functions in CFQUERY revisited

2005-02-04 Thread Rick Root
Okay... James suggested yesterday that I create my oracle functions inside a CFC, and make sure to put the SQL to create the function all on one line. But it's not helping.. Here is my code: test.cfm cfset DBTYPE = oracle cfset DSN = ADSPRD_blogcfm cfif

Re: cfset ?

2005-02-04 Thread Claude Schneegans
Uhhh, the table tags are part of your content. They are the structure. The presentation are things like headings Well, I was more thinking of the content (text) as opposed to the presentation in a larger sense, including the container as well. For me, the fact that some text must be laid

RE: Creating Oracle Functions in CFQUERY revisited

2005-02-04 Thread James Holmes
You stil have AS in the Year Fn RETURN NUMBER AS BEGIN Should be IS -Original Message- From: Rick Root [mailto:[EMAIL PROTECTED] Sent: Friday, 4 February 2005 10:55 To: CF-Talk Subject: Creating Oracle Functions in CFQUERY revisited Okay... James suggested yesterday that I create my

RE: Coldfusion VS ASP.NET use

2005-02-04 Thread Mark A Kruger
Recall that many asp sites use default.asp ... not index.asp, whereas CF's index.cfm is far more standard. -Mark -Original Message- From: Ben Forta [mailto:[EMAIL PROTECTED] Sent: Friday, February 04, 2005 7:48 AM To: CF-Talk Subject: RE: Coldfusion VS ASP.NET use And keep in mind

Re: Creating Oracle Functions in CFQUERY revisited

2005-02-04 Thread Rick Root
James Holmes wrote: You stil have AS in the Year Fn RETURN NUMBER AS BEGIN Should be IS Changed, still getting the same error. As a side note, why wouldn't invalid syntax cause the create function statement to error? - Rick

RE: Creating Oracle Functions in CFQUERY revisited

2005-02-04 Thread James Holmes
Hmm, does the Month function work? As for the error (or lack of it), it might be some weird driver issue. I'll try your exact code in a sec and post back. -Original Message- From: Rick Root [mailto:[EMAIL PROTECTED] Sent: Friday, 4 February 2005 11:08 To: CF-Talk Subject: Re: Creating

OT: Visual Source Safe DEV/PROD Setup

2005-02-04 Thread Kazmierczak, Kevin
I want to do the following for our cf stuff and not sure about the last step: Setup a project in VSS. Check files out to a test server, make changes there. Check files in. (Here is the part I don't know about) Make them automatically copy to the live server How do other people setup a

RE: Coldfusion VS ASP.NET use

2005-02-04 Thread Russ
How about a google search just for the file extension? Results 1 - 10 of about 82,700,000 for inurl:.aspx. (0.08 seconds) Results 1 - 10 of about 129,000,000 for inurl:.cfm. (0.28 seconds) -Original Message- From: Mark A Kruger [mailto:[EMAIL PROTECTED] Sent: Friday, February 04, 2005

Re: Coldfusion VS ASP.NET use

2005-02-04 Thread Mark Drew
I know this is a hard metric, and it leads from a Macromedia CF brand re-inforcement excercise I need to play with a client. Not that they are going to go .net is just that .Net gets more press as its the new kid on the block. Any ideas on metrics/re-inforcement apreciated. MD On Fri, 4 Feb

Re: Coldfusion VS ASP.NET use

2005-02-04 Thread Mark Drew
That means that there are bigger sites for CFM? how about fusebox? each site would be index.cfm and that is pretty much it? On Fri, 4 Feb 2005 10:18:59 -0500, Russ [EMAIL PROTECTED] wrote: How about a google search just for the file extension? Results 1 - 10 of about 82,700,000 for

RE: new boston CFUG - sort of

2005-02-04 Thread Ray Champagne
Hey Duane, Jim, Robyn: I am 99% sure that the meeting will be virtual. You can get the breeze online meeting URL by going to this page: http://coldfusion.meetup.com/17/events/?eventId=4177446action=detail Now, to figure out some questions to ask.. Nice bubbles, Jim. At first it looked

RE: Creating Oracle Functions in CFQUERY revisited

2005-02-04 Thread RADEMAKERS Tanguy
As a side note, why wouldn't invalid syntax cause the create function statement to error? you can use both AS and IS, it doesn't seem to have any effect (at least in SQL*Plus): SQL*Plus: Release 9.2.0.1.0 - Production on Fri Feb 4 16:25:07 2005 Copyright (c) 1982, 2002, Oracle Corporation.

RE: Coldfusion VS ASP.NET use

2005-02-04 Thread Vince Bonfanti
Where did you search to get those number? By default, IIS doesn't use index.asp as the default document, but uses default.asp (for legacy ASP) and default.aspx (for ASP.NET). What are the results for those? Vince -Original Message- From: Bert Dawson [mailto:[EMAIL PROTECTED] Sent:

RE: Creating Oracle Functions in CFQUERY revisited

2005-02-04 Thread James Holmes
I've got it - you are missing the final semicolon after END month and END year. Running without them leads to this: CREATE FUNCTION month (MyDate DATE) RETURN NUMBER IS BEGIN RETURN extract(MONTH FROM MyDate); END month Warning: Function created with compilation errors Notice that no ORA error

Re: Creating Oracle Functions in CFQUERY revisited

2005-02-04 Thread Rick Root
James Holmes wrote: Hmm, does the Month function work? As for the error (or lack of it), it might be some weird driver issue. I'll try your exact code in a sec and post back. Let me know... I'm running CFMX 6.1 Updater 1 on Windows, and using the default Oracle JDBC Driver, connecting to an

Re: Creating Oracle Functions in CFQUERY revisited

2005-02-04 Thread Janet Schmitt
YEAR is a reserved word in Oracle. Try a different name for the function. Janet. At 09:55 AM 2/4/2005 -0500, you wrote: All four queries execute fine... no errors... then when I try to access the Year() function, I still get the error: [Macromedia][Oracle JDBC Driver][Oracle]ORA-06575:

RE: Creating Oracle Functions in CFQUERY revisited

2005-02-04 Thread James Holmes
It may be, but the function still works anyway. -Original Message- From: Janet Schmitt [mailto:[EMAIL PROTECTED] Sent: Friday, 4 February 2005 11:42 To: CF-Talk Subject: Re: Creating Oracle Functions in CFQUERY revisited YEAR is a reserved word in Oracle. Try a different name for the

Re: Coldfusion VS ASP.NET use

2005-02-04 Thread Mark Fragnoli
Searching 'fuseaction' in google turns up 12,700,000. A lot of pages from US Senate and House. The gov't clearly endorses Fusebox and CF. Hmmm, is this a good thing? ;) Mark That means that there are bigger sites for CFM? how about fusebox? each site would be index.cfm and that is pretty

Re: Coldfusion VS ASP.NET use

2005-02-04 Thread Mark Drew
Just a dump of dumb numbers index.cfm - 19,200,000 default.cfm - 2,100,000 index.asp - 18,500,000 default.asp - 17,900,000 index.aspx - 3,670,000 default.aspx - 8,740,000 index.php - 29,100,000 default.php - 4,200,000 index.jsp - 10,900,000 default.jsp - 266,000 Ohh.. me scared.. aspx

Re: Coldfusion VS ASP.NET use

2005-02-04 Thread Bert Dawson
whoops - looked like i removed the first line - it should have read:... searching google i found: index.cfm: about 17,600,000 index.asp: about 16,600,000 Cheers Bert On Fri, 4 Feb 2005 10:37:36 -0500, Vince Bonfanti [EMAIL PROTECTED] wrote: Where did you search to get those number? {snip}

Re: Creating Oracle Functions in CFQUERY revisited

2005-02-04 Thread Rick Root
James, that did the trick! Crazy, in ALL other SQL queries sent via CFQUERY, if you end them in ;, you get an Invalid Character error... Here's a question, Mr. Oracle Man... Why can't I do this? SELECT *, 'foo' as foo FROM BLOG_CONFIG It's easy enough to work around by specifying the field

Re: Slightly OT: XHTML (was Re: cfset ?)

2005-02-04 Thread Massimo, Tiziana e Federica
Micha Schopman [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] XHTML in general has to be served as application/xhtml+xml, application/xml or text/xml to be valid. So serving the files with a mimetype other than the required results in invalid XHTML, although the format looks XHTML

Think like an object

2005-02-04 Thread Michael Dinowitz
A lot of OO books/papers make reference to an article titled Think like an object from the Sept. 1991 Unix Review. This article is not online anywhere and I was wondering if someone here had a copy and could scan/photocopy it for me. I'm writing up a lot of CF-OO stuff and would like to see it.

RE: Creating Oracle Functions in CFQUERY revisited

2005-02-04 Thread James Holmes
SELECT BLOG_CONFIG.*, 'foo' as foo FROM BLOG_CONFIG And you thought that would be hard, didn't you... -Original Message- From: Rick Root [mailto:[EMAIL PROTECTED] Sent: Saturday, 5 February 2005 12:04 To: CF-Talk Subject: Re: Creating Oracle Functions in CFQUERY revisited James, that

Re: Creating Oracle Functions in CFQUERY revisited

2005-02-04 Thread Rick Root
James Holmes wrote: SELECT BLOG_CONFIG.*, 'foo' as foo FROM BLOG_CONFIG And you thought that would be hard, didn't you... Hehheheh.. I'll keep that in mind! You know, making BlogCFM work for 5 different databases has been an interesting exercise. Once it's done, I'm hoping to talk the

RE: new boston CFUG - sort of

2005-02-04 Thread Steven Erat
Where are you guys meeting? I'm in Nashua. Duane Please refer to my reply to Jim Davis on this list, or see: http://www.talkingtree.com/blog/index.cfm?mode=aliasalias=BostonCFMeetup Thanks ~| Logware (www.logware.us): a new

RE: new boston CFUG - sort of

2005-02-04 Thread Steven Erat
I'm a little confused tho' - the first meeting is sending mixed messages. Is it virtual, online or both? It says virtual but then gives a physical address. Hi Jim, I see you've added a photo. I've bumped into many times before, but never put the face with the name. Good to meet you.

OT:SQL Replace Question

2005-02-04 Thread John Stanley
Anyone have any idea why this code will not strip out the spaces in the string N0P 2L0? select Replace(postal_code,' ', '') from location where id = 1009637 when I change the last argument to 'X' it throws two X's in like it should. We are running ms sql 2k in 6.5 compatibility mode, so I dont

Re: Coldfusion VS ASP.NET use

2005-02-04 Thread Neil Middleton
Surely this is abundantly obvious, ASP/.NET has a much larger saturation than CF, you don't need to google to know that...just open your eyes a little. -- Neil http://www.theservicefactory.com Get Firefox - http://www.getfirefox.com

RE: Coldfusion VS ASP.NET use

2005-02-04 Thread Jim Davis
-Original Message- From: Mark A Kruger [mailto:[EMAIL PROTECTED] Sent: Friday, February 04, 2005 9:57 AM To: CF-Talk Subject: RE: Coldfusion VS ASP.NET use Recall that many asp sites use default.asp ... not index.asp, whereas CF's index.cfm is far more standard. Although some of

Re: cfset ?

2005-02-04 Thread Dan O'Keefe
No, I used this address. Will send it right now with the subject RE_Extract. Dan On Thu, 03 Feb 2005 23:07:29 -0500, Claude Schneegans [EMAIL PROTECTED] wrote: Did your email address change? I sent a couple emails about RE_extract with no reply. No, it didn't. I changed my message

OT: Trying to make emails bounce correctly, headers problem

2005-02-04 Thread Damien McKenna
Loha. Every week I send out a company newsletter to 2500 subscribers. We get a few hundred bounce messages each time and they currently go back to the From address. Rather than cluttering up that account I created an 'emailerrors' account and am trying to configure the email to go to it

RE: Trying to make emails bounce correctly, headers problem

2005-02-04 Thread Dave Watts
Every week I send out a company newsletter to 2500 subscribers. We get a few hundred bounce messages each time and they currently go back to the From address. Rather than cluttering up that account I created an 'emailerrors' account and am trying to configure the email to go to it

Re: Trying to make emails bounce correctly, headers problem

2005-02-04 Thread Howie Hamlin
Some email servers return to the FROM header address and ignore the other headers. Try this: cfmail from=My Company [EMAIL PROTECTED] ... HTH, -- Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. - www.CoolFusion.com inFusion Mail Server (iMS) - The Award-winning,

RE: Trying to make emails bounce correctly, headers problem

2005-02-04 Thread Damien McKenna
I want regular replies to go to the From: address and error messages to go to the Error-To: address. I didn't think it'd be needed. -- Damien McKenna - Web Developer - [EMAIL PROTECTED] The Limu Company - http://www.thelimucompany.com/ - 407-804-1014 #include stdjoke.h -Original

Re: cfset ?

2005-02-04 Thread Claude Schneegans
Will send it right now with the subject RE_Extract. Ah ah! Got it! And it is not marked as spam. ;-) -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address: [EMAIL PROTECTED])

RE: Coldfusion VS ASP.NET use

2005-02-04 Thread Dave Watts
And keep in mind that over 80% of CF use is internal stuff, behind firewalls, stuff Google will never see. Isn't that equally true for every other web application server technology? Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber

RE: Server side printing

2005-02-04 Thread Dave Watts
Can anyone suggest how an Intranet user can send a PDF or text file to be printed on a specific printer from the server side? I'm thinking specifically about printing labels on a Dymo Labelwriter 330 USB which is on a box on the network. This is with CF5 / Win2K3 I haven't tried this

Re: OT: Visual Source Safe DEV/PROD Setup

2005-02-04 Thread Robert Munn
I strongly recommend against automatic deployment to your production environment on check-in. You should really have three environments: dev, test, and prod. Build code in dev and check that it all works. Then you can check in your code in dev. Deploy from dev to test and check that it works.

RE: CF5 to CFMX - CFUSION_DISABLE_DBCONNECTIONS and MS Excel data sources

2005-02-04 Thread Dave Watts
Pardon my ignorance, but can we speculate why MM removed the CFUSION_DISABLE_DBCONNECTIONS function (and other related functions) from CFMX? Does it have to do with Java? Or does it have to do with security? Presumably because the entire product was rewritten, and uses JDBC database

RE: Trying to make emails bounce correctly, headers problem

2005-02-04 Thread Russ
Use the failto attribute of the cfmail tag. Russ -Original Message- From: Damien McKenna [mailto:[EMAIL PROTECTED] Sent: Friday, February 04, 2005 12:45 PM To: CF-Talk Subject: RE: Trying to make emails bounce correctly, headers problem I want regular replies to go to the From:

Another little tip

2005-02-04 Thread Marlon Moyer
I just moved an application that was coded a couple of years ago from a CF5 server to a CFMX 6.1 server. I just figured out why my cfserver was pegging 100% CPU when it would hit a certain page. There was a CFFile statement where the output attribute didn't have ending quotes. It didn't throw

Blog app

2005-02-04 Thread Daniel Kessler
At 12:01 PM -0500 2/3/05, CF-Talk wrote: Y'know, I use Oracle as the DBMS for my blog. Isn't that kinda overkill? Yeah, but your should hear the server growl whenever somebody pulls up pictures of my cat! yeah it is probably overkill, but it's what the University supports and I use it whether

RE: Trying to make emails bounce correctly, headers problem

2005-02-04 Thread Paul Vernon
My mails are generally set up as follows... cfmail from=[EMAIL PROTECTED] replyto=[EMAIL PROTECTED] failto=[EMAIL PROTECTED] ... This works for the most part except with MTA's like MS Exchange that will accept mails for any address and then bounce them after receiving the full mail... This

RE: SQL Replace Question

2005-02-04 Thread John Stanley
Well, I tested this and it works fine on a 2k db NOT running in compatability mode, so that is the issue. Now to find a workaround. -Original Message- From: John Stanley Sent: Friday, February 04, 2005 11:35 AM To: CF-Talk Subject: OT:SQL Replace Question Anyone have any idea why this

Re: Blog app

2005-02-04 Thread Rick Root
Daniel Kessler wrote: It's good to hear that it might not be too hard. It looked nice. BlogCFM 0.93b includes full support for Oracle and SQL Server. I also fixed quite a lot of major and minor bugs, and finished some features that weren't done (like requiring account confirmation before

RE: Coldfusion VS ASP.NET use

2005-02-04 Thread Ben Forta
Dave, honestly, I don't think anyone really knows the answer to that one. But it is clear that some technologies tend to be used less in internal corporate development (PHP is a perfect example of this) meaning that proportionally there is more of them public facing and that skews any

Migrate Lotus Notes Apps to Coldfusion

2005-02-04 Thread Adam Haskell
our group maybe getting the fun challange of migrating about 50-80 Lotus/Domino apps to Coldfusion. I was curious if anyone has done this and/or if anyone had any pointers or suggestions on wherre to start. Right now we have an ODBC connection and are able to read some data but we're concerned

Re: Migrate Lotus Notes Apps to Coldfusion

2005-02-04 Thread Matt Woodward
our group maybe getting the fun challange of migrating about 50-80 Lotus/Domino apps to Coldfusion. I was curious if anyone has done this and/or if anyone had any pointers or suggestions on wherre to start. Right now we have an ODBC connection and are able to read some data but we're concerned

RE: Trying to make emails bounce correctly, headers problem

2005-02-04 Thread Damien McKenna
-Original Message- From: Paul Vernon [mailto:[EMAIL PROTECTED] My mails are generally set up as follows... cfmail from=[EMAIL PROTECTED] replyto=[EMAIL PROTECTED] failto=[EMAIL PROTECTED] ... Perfect! That was it! Thanks Paul. -- Damien McKenna - Web Developer - [EMAIL

A brief question about lists

2005-02-04 Thread Yves Arsenault
Hello, I was wondering if there are any guidelines, or limits in how many items can be in a list in a CF variable. Anyone? Thanks, -- Yves Arsenault ~| Logware (www.logware.us): a new and convenient web-based time tracking

Re: Slightly OT: XHTML (was Re: cfset ?)

2005-02-04 Thread Barney Boisvert
I believe that it's still the XHTML MIME type, because that's what the document acutally, is regardless of what other stuff it might have embedded in it. But you're right, the MIME type is utterly insufficient for describing a compound XML document. cheers, barneyb On Fri, 4 Feb 2005 17:03:18

RE: A brief question about lists

2005-02-04 Thread Dave Watts
I was wondering if there are any guidelines, or limits in how many items can be in a list in a CF variable. There's no specific list data type in CF; lists are just strings. So, my guess is that a list can only contain as many characters (including delimiters) as any other string. Of course,

RE: A brief question about lists

2005-02-04 Thread Michael Dinowitz
None other than the fact that a list is a delimited text string that has to be parsed to get out the value. Too long and it takes a lot of processing to deal with it. Personally, I don't use lists longer than 100 items unless there's a really good reason for it. Hello, I was wondering if

RE: A brief question about lists

2005-02-04 Thread Jim Davis
-Original Message- From: Yves Arsenault [mailto:[EMAIL PROTECTED] Sent: Friday, February 04, 2005 2:43 PM To: CF-Talk Subject: A brief question about lists Hello, I was wondering if there are any guidelines, or limits in how many items can be in a list in a CF variable. I

OT: Sql question

2005-02-04 Thread John Munyan
I have a question about how a relationship would be best modeled in SQL. Currently I have a hiking website, which hosts trail reviews. People can add their own comments which are associated with the hike. For instance maybe I hiked snow lake on 12/1/05 and also 6/1/05. However, the user

Re: Slightly OT: XHTML (was Re: cfset ?)

2005-02-04 Thread Umer Farooq
you need to create a DTD to encompass all these.. W3C has a good example.. [XHTMLMOD] http://www.w3.org/TR/2002/WD-XHTMLplusMathMLplusSVG-20020809/#ref-xhtmlmodschema frankly I think.. until the XHTML MOD Schema is finalized(working draft now) stuff like this gonna be.. a pain.. unless you are

Re: cfset ?

2005-02-04 Thread Will Tomlinson
This all translates to tens of thousands of extra keystrokes for me. And being the lazy coder that I am, I'll deem them unecessary! :) Will ~| Logware (www.logware.us): a new and convenient web-based time tracking

Re: A brief question about lists

2005-02-04 Thread Yves Arsenault
Thank you all who answered! This list would probably be up to 350 items.. so I was thinking that might be a bit much. I suspect if I dig around with the SQL a bit more, I can get the results I desire... Yves On Fri, 4 Feb 2005 14:54:08 -0500, Jim Davis [EMAIL PROTECTED] wrote: -Original

OT: CFQuery SQL Scope of return?

2005-02-04 Thread Nick Baker
MS SQL CFMX 6.1 How do you limit the score of info returned? or The equivalent of MySQL LIMIT #StartRow#, #NumberRows# Thanks, Nick ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket

Errors not catched

2005-02-04 Thread Micha Schopman
I am creating a XML tree. The childs[i].lastversionid element is not available, and I am aware of. But, instead of executing the cfcatch part (which creates XML data with the error data in it to show in a treeview) CFMX just throws the error. Anybody happen to have same issues before with

Re: A brief question about lists

2005-02-04 Thread Yves Arsenault
Hi Jim, And the results processed fairly quickly? Even with the log files? Thanks, Yves On Fri, 4 Feb 2005 14:54:08 -0500, Jim Davis [EMAIL PROTECTED] wrote: -Original Message- From: Yves Arsenault [mailto:[EMAIL PROTECTED] Sent: Friday, February 04, 2005 2:43 PM To: CF-Talk

Re: Coldfusion VS ASP.NET use

2005-02-04 Thread Will Tomlinson
I'm gonna be a good boy and stay out of this one! :) Will ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with

Re: Coldfusion VS ASP.NET use

2005-02-04 Thread Rey Bango
Good idea ;) Rey... - Original Message - From: Will Tomlinson [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Friday, February 04, 2005 2:33 PM Subject: Re: Coldfusion VS ASP.NET use I'm gonna be a good boy and stay out of this one! :) Will

Re: OT: Sql question

2005-02-04 Thread Umer Farooq
John Munyan wrote: I have a question about how a relationship would be best modeled in SQL. Currently I have a hiking website, which hosts trail reviews. People can add their own comments which are associated with the hike. For instance maybe I hiked snow lake on 12/1/05 and also

Re: cfset ?

2005-02-04 Thread dave
actually .net will (haha) its really easy to do in dreamweaver! set the default document type to be xhtml compliant in the preferences and then when done with page under commands select fix xhtml. u have to do a few things like adding alt text to images but u should be doing that anyway. a

Re: Coldfusion VS ASP.NET use

2005-02-04 Thread dave
he he me 2! that damn glorified frontpage junk! hahaha From: Will Tomlinson [EMAIL PROTECTED] Sent: Friday, February 04, 2005 3:33 PM To: CF-Talk cf-talk@houseoffusion.com Subject: Re: Coldfusion VS ASP.NET use I'm gonna be a good boy and stay out of

Re: cfset ?

2005-02-04 Thread Will Tomlinson
No no no!! I was a bit vague with my response there I guess. I AM coding everything xhtml, except those DAMN cfforms are still screwing me!! Friggin FORM in uppercase! Who's the idget that did that anyway?? In speaking of extra keystrokes, I'm talkin about cfset blah=blah / That's useless

RE: OT: Sql question

2005-02-04 Thread John Munyan
Yes, the crux of the question is how to handle the subset question. In the below example a review left for SnowLake would be availble for the Snowlake Hike only. If I user left a review for Gem lake, then the review should be available for SnowLake or Gemlake since you pass by Snow lake on

RE: CFQuery SQL Scope of return?

2005-02-04 Thread Dave Watts
MS SQL CFMX 6.1 How do you limit the score of info returned? or The equivalent of MySQL LIMIT #StartRow#, #NumberRows# To get the first 5 rows: SELECT TOP 5 ... To get the second 5 rows: SELECT TOP 5 ... FROM ... WHERE field NOT IN (SELECT TOP 5 ...) Dave Watts, CTO, Fig Leaf

Re: OT: CFQuery SQL Scope of return?

2005-02-04 Thread Umer Farooq
SELECT TOP x.. However.. MS SQL Server does not support select range type quries. If your table does not contain lot of data.. look at CFOUTPUT controls.. otherwise.. SQL StoredProc would give you good results.. Nick Baker wrote: MS SQL CFMX 6.1 How do you limit the score of info

RE: Coldfusion VS ASP.NET use

2005-02-04 Thread Vince Bonfanti
I'd agree with that. The Apache web server is probably in the same category--used more in public hosting environments and less behind corporate firewalls, so surveys that only measure public web servers (such as Netcraft) tend to be skewed. Vince -Original Message- From: Ben Forta

Re: cfset ?

2005-02-04 Thread dave
yeah i know just given ya a hard time ;) actually i thought u meant xhtml, sorry i gots a hottie on my mind! From: Will Tomlinson [EMAIL PROTECTED] Sent: Friday, February 04, 2005 4:10 PM To: CF-Talk cf-talk@houseoffusion.com Subject: Re: cfset ? No no

RE: A brief question about lists

2005-02-04 Thread Jim Davis
-Original Message- From: Yves Arsenault [mailto:[EMAIL PROTECTED] Sent: Friday, February 04, 2005 3:32 PM To: CF-Talk Subject: Re: A brief question about lists Hi Jim, And the results processed fairly quickly? Even with the log files? Well - the log file stuff I only did in CF

RE: Coldfusion VS ASP.NET use

2005-02-04 Thread dave
too me its like this, ms has a tendency to drop things everytime someone has something new (look no futher than asp or google type searches or anti-spyware, which is hilarious because their browser installs the spyware then u gotta pay them to buy their ani-spyware to get rid of it and make

  1   2   >