cfmx odbc socket

2004-11-08 Thread grietje goedkoop
We have Coldfusion 6.1. Enterprise on a Linux/UNIX Apache server. In the available database drivers the ODBC Socket (and MS Access) is missing. Does anybody know if this is supposed to be so? Is there a solution to connect to an ODBC database anyway? ~

Re: CFMAIL and Bulk Email Strategies

2004-11-08 Thread Duncan Loxton
> You can see where I'm going here: Yeah, it's > slow, and something is wrong, but would fixing > it actually change _any_ real world results? I agree - if its really not that important, dont try and fix something that works adequately. In this case, Yes it will make a difference, we provide open

Re: CFMAIL and Bulk Email Strategies

2004-11-08 Thread Anders Green
At 07:27 PM 11/8/2004, you wrote: >We are looking at about 20k emails twice a week. >analysis ... shows it was sending 12 mails a minute. 1) Ok, that sounds slow. 2) 20,000 emails at 12 per minute = 28 hours to send out all the emails. Are the emails really so critical that they need to get out,

Re: CFPOP fails on unicode-1-1-utf-7 ????

2004-11-08 Thread Anders Green
>Raymond Camden wrote: > > You can, however, get one msg at a time wrapped in cftry. And when it craps out, do what with the message? Still can't read it. :( At 12:26 AM 11/9/2004, Paul Hastings wrote: >if i recall correctly unicode-1-1-utf-7 is obsolete so don't expect much >action from anybody

Re: CFPOP fails on unicode-1-1-utf-7 ????

2004-11-08 Thread Paul Hastings
Raymond Camden wrote: > This is a bug with the underlying Java code, not really CF per se. > Unfortunately, it means you simply cannot use CFPOP/GetAll. You can, > however, get one msg at a time wrapped in cftry. if i recall correctly unicode-1-1-utf-7 is obsolete so don't expect much action from

Re: CFMAIL and Bulk Email Strategies

2004-11-08 Thread Matt Robertson
CF 4.5.x should be able to handle this volume without trouble. This sounds like a problem feeding to the mail server than it does CF itself. Its going to back up some, sure. But not *that* bad. Are you running into issues where your mail server is maxing out the threads it has available, or is

onunload page request

2004-11-08 Thread Jonathan Gingerich
Problem: I need to do some database work when a user "finishes" his use of the application. I cannot guarantee that the user will always cooperate by, say, using a button when done. I've hit upon using a Javascript function on the onunload event to open a window to a ColdFusion page that will do

Re: Report Generation

2004-11-08 Thread Rick Root
I'm using a nice open source banded report tool to generate PDF reports from database queries. Includes support for subreports and stuff too. It's called jasperReports ... I wrote a blog about how I implmenented it in CFMX 6.1. http://blog.rickroot.com/blog/index.cfm?mode=entry&entry=8ACD1BF0-

RE: Report Generation

2004-11-08 Thread Jeff Garza
If you can wait until "early 2005", then ColdFusion will be able to do this natively... http://www.macromedia.com/software/coldfusion/blackstone/features/reporting/ Jeff Garza -Original Message- From: Duncan Loxton [mailto:[EMAIL PROTECTED] Sent: Monday, November 08, 2004 6:33 PM To: C

Report Generation

2004-11-08 Thread Duncan Loxton
I am looking into a nicer way of generating reports with CF. Currently we generate Property lists with 10 on a page grouped by region. http://www.mcgrath.com.au/renting/printsummary/complete.cfm?requesttimeout=1200 We want to make these reports neater, and define a standard header and footer fo

Re: CFMAIL and Bulk Email Strategies

2004-11-08 Thread Duncan Loxton
FYI and also if someone might be able to give me some info. We are using CF 4.5 and we send out 3 newsletters a week. As a realestate agent we send lists of properties to buyers who specify properties in price, beds, baths, area etc. The approach we take to this is to run 2 scheduled tasks. 1)

RE: MX not working on win2003

2004-11-08 Thread Dave Watts
> I was planning to switch from the built-in MX server to IIS > as the final part of our migration plan and I'm wondering > what kind of problems? I'm looking at the instructions on > page 22 of the "Installing ColdFusion MX" documentation where > it shows the command to use to configure IIS fo

RE: CFLocation Referer

2004-11-08 Thread Dave Watts
> When you direct a client browser to another page through the > use of CFLOCATION, does it not set a referer page? That > seems to be what I'm seeing in testing. Can I set a referer? > > We've got a click-tracking CF page that is referenced on site > 'A', with the tracking CF page on site 'B

RE: XPATH and RDF XML

2004-11-08 Thread Paul Wilson
Excellent thanks! -Original Message- From: Roger Benningfield [mailto:[EMAIL PROTECTED] Sent: Monday, 8 November 2004 18:32 To: CF-Talk Subject: Re: XPATH and RDF XML > Paul: Try this instead... -- Roger Benningfield work: http://journurl.com/ blog: http://admin.mxblogspace.journurl

Re: MX not working on win2003

2004-11-08 Thread Phill B
It turns out that some one had turned on TCP/IP filtering. In Windows 2003 it doesn't matter where the traffic is coming from, it absolutely blocks the selected ports. Thanks to that nifty feature CF couldn't set up the server extensions. Thanks for all the help everyone. Phillip B. On Mon, 8

Re: CFLocation Referer

2004-11-08 Thread Barney Boisvert
That's correct, redirects don't cause the HTTP referer to change, it's still sent as the page the original link was on. This makes sense, because the client isn't coming from the page that did the redirect, they're coming from the page that the link was on. If you do a client-side redirect (META

Re: MX not working on win2003

2004-11-08 Thread Rebecca Wells
I was planning to switch from the built-in MX server to IIS as the final part of our migration plan and I'm wondering what kind of problems? I'm looking at the instructions on page 22 of the "Installing ColdFusion MX" documentation where it shows the command to use to configure IIS for CFMX in W

CFLocation Referer

2004-11-08 Thread Jim McAtee
When you direct a client browser to another page through the use of CFLOCATION, does it not set a referer page? That seems to be what I'm seeing in testing. Can I set a referer? We've got a click-tracking CF page that is referenced on site 'A', with the tracking CF page on site 'B' and let's

RE: MX not working on win2003

2004-11-08 Thread Dave Watts
> I think I found part of the problem. It looks like CF sets up > the web server extensions using port 51020. I finally got an > error saying that it couldn't set up the server extensions > because port 51020 was blocked. If I don't have a firewall > installed on the server, what would be block

RE: Administrator Source Access

2004-11-08 Thread Burns, John D
Right, I'm already on the beta, that's what I was curious about. I'm having to build an in-house app for managing some aspects of CF outside of the administrator but I don't want to reinvent the wheel, although it may be 6 months to a year before we'd be able to upgrade to Blackstone anyway. Than

Re: DWMX and CSS

2004-11-08 Thread Douglas Knudsen
thanks again massimo! Yeah, gonna let MACR know. THis and the queries too, can define only on a page level. But then, I'm still a DWMX noob. Doug On Mon, 8 Nov 2004 21:32:22 +0100, Massimo, Tiziana e Federica <[EMAIL PROTECTED]> wrote: > > actually, one more pregunta! Anyway to make this des

Re: 404 Error handler for ColdFusion?

2004-11-08 Thread Matt Robertson
Here's the important part of my CF 404 handler. Not much for a shared server admin to maintain: http://"; & CGI.SERVER_NAME> That one code bit runs for an entire server with about 4 dozen sites on it. If a page is not found, the user gets to the site's home page. Au

Re: MX not working on win2003

2004-11-08 Thread Phill B
I think I found part of the problem. It looks like CF sets up the web server extensions using port 51020. I finally got an error saying that it couldn't set up the server extensions because port 51020 was blocked. If I don't have a firewall installed on the server, what would be blocking that port?

Re: DWMX and CSS

2004-11-08 Thread Massimo, Tiziana e Federica
> actually, one more pregunta! Anyway to make this design time style > sheet available to the site an not have to set it for each page? I know, doing it on each single file is a royal pain :-( Please let MM hear your opinion on this: http://www.macromedia.com/support/email/wishform/ You could a

RE: Parsing RSS/RDF Help...

2004-11-08 Thread Bailey, Neal
RRGGG! ...Dog Crap!... I new it had to be something so simple. Thank you very much. Now my brain can rest. Neal Bailey -Original Message- From: Massimo, Tiziana e Federica [mailto:[EMAIL PROTECTED] Sent: Monday, November 08, 2004 2:2

Re: Administrator Source Access

2004-11-08 Thread Barney Boisvert
I'd be very surprised if they did, because they'd be part of a newly created CF admin, not an add-on type thing. I suppose you could probably copy the BS admin to CFMX 6.1 and some stuff would probably work, but that'd be about as far as it would go, I'd think. There's no real reason you can't ma

Re: Parsing RSS/RDF Help...

2004-11-08 Thread Massimo, Tiziana e Federica
> Try: Hope it will help Massimo Foti DW tools: http://www.massimocorner.com CF tools: http://www.olimpo.ch/tmt/ ~| Special thanks to the CF Community Suite Gol

Administrator Source Access

2004-11-08 Thread Burns, John D
Does anyone know if the anticipated components to access the CF administrator in Blackstone will be backwards compatible and work with CFMX 6.1? John Burns ~| Special thanks to the CF Community Suite Gold Sponsor - CFHosting.ne

Re: DWMX and CSS

2004-11-08 Thread Douglas Knudsen
actually, one more pregunta! Anyway to make this design time style sheet available to the site an not have to set it for each page? Doug On Mon, 8 Nov 2004 14:20:34 -0500, Douglas Knudsen <[EMAIL PROTECTED]> wrote: > sweet mutha! noice! > > danke! grazie! > > Doug > > > > > On Mon, 8 N

Parsing RSS/RDF Help...

2004-11-08 Thread Bailey, Neal
Hey Guys... How the heck do you parse RSS/RDF feeds with the tag? - - - -- Here is my code... I am trying to parse an xml feed from the Steam network, with all the new Half-Life2 News for my Game sit

Re: Serve gif or jpeg for users without FLASH?

2004-11-08 Thread dave
u can also make a real small flash movie say 1 px x 1 px and only put a lil bit of code in there to forward to the main page and put that at the top of the flash check page. What that does is if it has flash it will run the swf and forward the user if not you can have your image or text display

RE: Attn: Adam Cantrell (or any other CF Gurus) -- Solution

2004-11-08 Thread John Stanley
Okay, I found the issue. If, in their test form I put in "?xml=" in the text field before I put the xml I want to send the page the request makes it to the intended page. If I leave it out it bombs consistently on CFMX servers of the same version as mine 6.1.0.63958. This error doesnt occur on CF 5

RE: Linkpoint

2004-11-08 Thread Dave Watts
> I am integrating the linkpoint API today and am having a few > issues. The instructions read: > > Copy ssleay32.dll AND libeay32.dll to the %ROOT%/system32 > directory (C:\WINNT\system32\). > Copy LPICOM_6_0.dll to the %ROOT%/system32 directory > (C:\WINNT\system32\). > Register the LPICOM_6_

Re: DWMX and CSS

2004-11-08 Thread Douglas Knudsen
sweet mutha! noice! danke! grazie! Doug On Mon, 8 Nov 2004 19:50:49 +0100, Massimo, Tiziana e Federica <[EMAIL PROTECTED]> wrote: > "Douglas Knudsen" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > How does one use an external css file on seperate files in DWMX > > without i

Linkpoint

2004-11-08 Thread Brook Davies
I am integrating the linkpoint API today and am having a few issues. The instructions read: Copy ssleay32.dll AND libeay32.dll to the %ROOT%/system32 directory (C:\WINNT\system32\). Copy LPICOM_6_0.dll to the %ROOT%/system32 directory (C:\WINNT\system32\). Register the LPICOM_6_0.dll. (regsvr32

Re: DWMX and CSS

2004-11-08 Thread Massimo, Tiziana e Federica
"Douglas Knudsen" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > How does one use an external css file on seperate files in DWMX > without including the css file call on each page? I borrow from > fusebox in my methodlogy at present using a central index.cfm and > dsp_.cfm files

RE: Gnarly CFOBJECT problem FIXED

2004-11-08 Thread Dave Watts
> That is pretty cool. Not sure what's its really useful for > (seems cleaner to return a single complex object, rather than > a bunch of separate bits), but good to know none-the-less. This is pretty common in the COM world, I think. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/

RE: MX not working on win2003

2004-11-08 Thread Dave Watts
> Nope. I'm starting to think there may be some win2003 > security settings that may be screwing with the install of CFMX. By default, there aren't any settings that should stop you from installing CFMX on Windows Server 2003. However, if you install CFMX so that it uses it's own built-in web ser

Re: output listing problem

2004-11-08 Thread DRE
Hi Jeff, I see what you're trying to get at it but it seems not to work for me. The query works but its not grouping properly in the output statement. Heres why I think that is. In the group by, you have to have all of the non aggregate fields which include date. Now date is the one that I need

Re: Serve gif or jpeg for users without FLASH?

2004-11-08 Thread Keith Gaughan
Burns, John D wrote: > Does this syntax work reliably on all browsers? > > John > > -Original Message- > From: Keith Gaughan [mailto:[EMAIL PROTECTED] > Sent: Monday, November 08, 2004 12:37 PM > To: CF-Talk > Subject: Re: Serve gif or jpeg for users without FLASH? > > Jim McAtee wrote

Re: Gnarly CFOBJECT problem FIXED

2004-11-08 Thread Barney Boisvert
That is pretty cool. Not sure what's its really useful for (seems cleaner to return a single complex object, rather than a bunch of separate bits), but good to know none-the-less. cheers, barneyb On Mon, 08 Nov 2004 03:50:59 -0800, Karl <[EMAIL PROTECTED]> wrote: > Thanks Barney but the problem

Re: Serve gif or jpeg for users without FLASH?

2004-11-08 Thread Jim McAtee
I found and downloaded the following "Flash Detection Kit" from Macromedia, but after playing with it I have no idea if it really does anything, or even what it's _supposed_ to do. http://www.macromedia.com/software/flash/download/detection_kit/ The behavior of the kit's HTML example that I see

RE: MX not working on win2003

2004-11-08 Thread Dave Watts
> Ok I just noticed that the new server has 4 processors instead of two. > Could this be the problem because of licensing issues? No, that shouldn't cause any problems. You may want to check your CFMX/JRun log files to see if you can get more information about the problem you're having. Dave Watt

Re: MX not working on win2003

2004-11-08 Thread Phill B
Nope. I'm starting to think there may be some win2003 security settings that may be screwing with the install of CFMX. On Mon, 8 Nov 2004 11:56:52 -0600, Mark A Kruger <[EMAIL PROTECTED]> wrote: > Phil, > > Hm. indeed. Do you have more than one JVM on this machine? > > -Mark > > > >

DWMX and CSS

2004-11-08 Thread Douglas Knudsen
How does one use an external css file on seperate files in DWMX without including the css file call on each page? I borrow from fusebox in my methodlogy at present using a central index.cfm and dsp_.cfm files. I want to be able to use the fancy css stuffs under the design menu in DWMX on dsp_

RE: MX not working on win2003

2004-11-08 Thread Mark A Kruger
Phil, Hm. indeed. Do you have more than one JVM on this machine? -Mark -Original Message- From: Phill B [mailto:[EMAIL PROTECTED] Sent: Monday, November 08, 2004 11:52 AM To: CF-Talk Subject: Re: MX not working on win2003 There isn't anything in the web services for CF. I just

Re: MX not working on win2003

2004-11-08 Thread Phill B
There isn't anything in the web services for CF. I just tried to run the Web Server Configuration Tool but I got an error. The procedure entry point [EMAIL PROTECTED] couldnot be located in the dynamic link library jvm.dll. Hm On Mon, 8 Nov 2004 18:29:59 +0100, Dirk De Bock - Listclient <[EM

RE: Serve gif or jpeg for users without FLASH?

2004-11-08 Thread Burns, John D
Does this syntax work reliably on all browsers? John -Original Message- From: Keith Gaughan [mailto:[EMAIL PROTECTED] Sent: Monday, November 08, 2004 12:37 PM To: CF-Talk Subject: Re: Serve gif or jpeg for users without FLASH? Jim McAtee wrote: > How do you serve a gif or jpeg image i

Re: Serve gif or jpeg for users without FLASH?

2004-11-08 Thread Keith Gaughan
Jim McAtee wrote: > How do you serve a gif or jpeg image in place of FLASH content for users > without FLASH installed? K. -- Keith Gaughan, Developer Digital Crew Ltd., Pembroke House, Pembroke Street, Cork, Ireland http://digital-crew.com/ ~

Re: MX not working on win2003

2004-11-08 Thread Dirk De Bock - Listclient
You should check the web service extensions and make sure the macromedia server extensions are enabled - Original Message - From: "Phill B" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, November 08, 2004 6:20 PM Subject: Re: MX not working on win2003 > The files

RE: MySql and reserved words.

2004-11-08 Thread Eric Creese
thanks -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED] Sent: Monday, November 08, 2004 11:18 AM To: CF-Talk Subject: Re: MySql and reserved words. Eric Creese wrote: > I converted over an Access database to MySql. Problem is one of my columns is > a reserved word in

Serve gif or jpeg for users without FLASH?

2004-11-08 Thread Jim McAtee
How do you serve a gif or jpeg image in place of FLASH content for users without FLASH installed? ~| Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net http://www.cfhosting.net Message: http://www.houseoffus

Re: MX not working on win2003

2004-11-08 Thread Phill B
The files are there but I'm getting a 404. I read some where that IIS 6 will give a 404 for unknown mime types. Does that sound right? Also, I'm getting errors in the event viewer with a type of "Failure Audit" every time I try to access a cfm page. On Mon, 8 Nov 2004 10:48:08 -0600, Mark A Krug

Re: MySql and reserved words.

2004-11-08 Thread Jochem van Dieten
Eric Creese wrote: > I converted over an Access database to MySql. Problem is one of my columns is > a reserved word in MySql (lines). I would like to change the code around > (lines) so I do not have to modify the schema and the code, I just want to > modify the code if possible. Can you put a

MySql and reserved words.

2004-11-08 Thread Eric Creese
I converted over an Access database to MySql. Problem is one of my columns is a reserved word in MySql (lines). I would like to change the code around (lines) so I do not have to modify the schema and the code, I just want to modify the code if possible. Can you put a some characters around the

Re: api's, returning an image..

2004-11-08 Thread Charlie Griefer
http://www.markme.com/cantrell/archives/002736.cfm ? On Mon, 8 Nov 2004 11:42:44 -0500, Critter <[EMAIL PROTECTED]> wrote: > i have an api i have to develop.. at this stage, i can only return a > pipe delimited list of information.. one of the things i need to be > able to return is an actual ima

RE: MX not working on win2003

2004-11-08 Thread Mark A Kruger
Phil, 404 is file not found. That means the files are not in the directory being specified by IIS. There should be a virtual mapping in IIS for the "cfide" directory. If that is not there, create it. Another problem is sometimes the default document. If your default document is set to "default.asp

api's, returning an image..

2004-11-08 Thread Critter
i have an api i have to develop.. at this stage, i can only return a pipe delimited list of information.. one of the things i need to be able to return is an actual image... someone had mentioned to me about returning the image in the header... is this possible? anyone have any examples... suggesti

Re: MX not working on win2003

2004-11-08 Thread Phill B
Ok I just noticed that the new server has 4 processors instead of two. Could this be the problem because of licensing issues? ~| Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net http://www.cfhosting.net Messa

Re: MX not working on win2003

2004-11-08 Thread Phill B
I have it using IIS 6. I did not choose the j2ee install. It's just the old fashioned CF type of install. Right now IIS doesn't recognize any cfm files on the server. They all come up 404. I'm trying to restore a server and I just got out of the Dentist office so I apologize for any vagueness. O

urgent: coldfusion and brio reports

2004-11-08 Thread vishnu prasad
Hi All Does anyone know how to run brio8.2 reports from coldfusion. i need to run the brio 8.2 sqr file frm coldfusion . Thanks in Advance Regards Vishnu Prasad ~| Special thanks to the CF Community Suite Gold Sponsor - CFHost

Re: Eclipse

2004-11-08 Thread Mark Drew
I must get my Elastic Band Gattling Gun at the ready! On Mon, 08 Nov 2004 09:00:37 -0700, Nathan Strutz <[EMAIL PROTECTED]> wrote: > Watch a few too many horror movies last week? > > ... i'm watching you ... > > haha j/k > > > > -nathan strutz > http://www.dopefly.com/ > > Mark Drew wrote:

Re: Eclipse

2004-11-08 Thread Nathan Strutz
Watch a few too many horror movies last week? ... i'm watching you ... haha j/k -nathan strutz http://www.dopefly.com/ Mark Drew wrote: > I was going to mention that Nathan... how spooky.. I was looking at > your website when I got an email from you (well to the list obviously) > > Made me jum

Re: Eclipse

2004-11-08 Thread Mark Drew
I was going to mention that Nathan... how spooky.. I was looking at your website when I got an email from you (well to the list obviously) Made me jump! MD On Mon, 08 Nov 2004 08:52:02 -0700, Nathan Strutz <[EMAIL PROTECTED]> wrote: > And my page :D > > http://www.dopefly.com/pages/cfeclipse.c

Re: SQL help needed fast

2004-11-08 Thread Eric Creese
I am not sure by what you mean about escaping but that was the read out from the error page. SELECT * FROM p1_matrix WHERE display='yes' AND lines = 1 ORDER BY Charht ; I have done this successfully with Access. I did notice that the datatype for charht is decimal and for lines it is int, s

Re: Eclipse

2004-11-08 Thread Nathan Strutz
And my page :D http://www.dopefly.com/pages/cfeclipse.cfm -nathan strutz http://www.dopefly.com/ Greg Stewart wrote: > Also have a read of this blog entry (an interview with one of the > CFeclipse developers): > http://cybersonic.blogspot.com/2004/09/rob-rohan-interview.html > > It contains som

Re: anyone seen this editor before?

2004-11-08 Thread Nathan Strutz
Yeah, it's the open-source frontpage style editor based on mozilla. Native to Linux, but works on windows. I would recommend it to people over frontpage, but probably nothing else. 0.5 just hit the streets a couple weeks ago. Haven't tried it, but earlier versions have been a bit unstable for m

Re: [OT] Right Click Context Menu

2004-11-08 Thread Nathan Strutz
I'll let out my secrets :) But of course, that's what donating is good for, & the money goes to hosting costs. I don't know about tutorials on this, but here's what I did item 1 item 2 The items have mouseover, mouseout and onclick events. Thinking about it now, I should make them

Re: MX not working on win2003

2004-11-08 Thread Duncan Hays
What type of install did you do? The J2EE config with JRun? If so, check out this link. It has a very good step by step. http://www.macromedia.com/devnet/mx/coldfusion/articles/multi_instances_print.html Do other CF files open if you put them in your defined web root? My problem with CF Admin w

OT: XAML at NYCFUG this Tuesday

2004-11-08 Thread Judith Dinowitz
This Tuesday the New York ColdFusion User Group are proud to host Ben Cantlon, developer relations, Xamlon, Inc. and founding member of Allaire Corporation and Ingo Muschenetz, lead developer of Xamlon, Inc., who will be speaking on: "Leveraging Markup Skills for Windows and Web Application Deve

Re: Eclipse

2004-11-08 Thread Mark Drew
Thanks for the plug! :D On Mon, 8 Nov 2004 14:42:33 +, Greg Stewart <[EMAIL PROTECTED]> wrote: > Also have a read of this blog entry (an interview with one of the > CFeclipse developers): > http://cybersonic.blogspot.com/2004/09/rob-rohan-interview.html > > It contains some really must have

Re: Eclipse

2004-11-08 Thread Thomas Chiverton
On Monday 08 Nov 2004 13:32 pm, Bob Clingan wrote: > to me right out of the gate or are there specific CF plugins that I will > want to grab? You'll want CFEclipse for starters. Probably a good DB plugin too: I use quantum. -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44 (0)1749 834900

Re: Eclipse

2004-11-08 Thread Greg Stewart
Also have a read of this blog entry (an interview with one of the CFeclipse developers): http://cybersonic.blogspot.com/2004/09/rob-rohan-interview.html It contains some really must have plugins (other than cfeclipse)... Cheers G On Mon, 08 Nov 2004 09:32:12 -0400, Bob Clingan <[EMAIL PROTECTED]

Re: Eclipse

2004-11-08 Thread Mark Drew
cfeclipse http://cfeclipse.tigris.org On Mon, 08 Nov 2004 09:32:12 -0400, Bob Clingan <[EMAIL PROTECTED]> wrote: > I am thinking about giving Eclipse a try for development. Will it be useful > to me right out of the gate or are there specific CF plugins that I will want > to grab? > > --Bob >

Re: CFPOP fails on unicode-1-1-utf-7 ????

2004-11-08 Thread Raymond Camden
This is a bug with the underlying Java code, not really CF per se. Unfortunately, it means you simply cannot use CFPOP/GetAll. You can, however, get one msg at a time wrapped in cftry. On Mon, 08 Nov 2004 09:17:18 -0500, Anders Green <[EMAIL PROTECTED]> wrote: > There I am, CFPOPing along, when s

Re: CFPOP fails on unicode-1-1-utf-7 ????

2004-11-08 Thread Anders Green
At 09:22 AM 11/8/2004, you wrote: >Windows only though. 8-(( I apologize, I was telling myself to include this information but like an idiot got caught up in the cut'n'paste. System: Win2000 CFMX 6.1 I'll take a look at the CFX_pop. So is there a list of known limitations in CFPOP? Are there oth

Eclipse

2004-11-08 Thread Bob Clingan
I am thinking about giving Eclipse a try for development. Will it be useful to me right out of the gate or are there specific CF plugins that I will want to grab? --Bob ~| Special thanks to the CF Community Suite Gold Sponsor

Re: CFPOP fails on unicode-1-1-utf-7 ????

2004-11-08 Thread Allan Cliff - CFUG Spain
Try http://store.newmediadevelopment.net/cfdevelopment.cfm (CFX_POP) Windows only though. 8-(( If you are on Linux you are f*cked Allan - Original Message - From: "Anders Green" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, November 08, 2004 3:17 PM Subject: CFPOP

CFPOP fails on unicode-1-1-utf-7 ????

2004-11-08 Thread Anders Green
There I am, CFPOPing along, when suddenly, BAM! >The cause of this exception was: >java.io.UnsupportedEncodingException: unicode-1-1-utf-7. > >The error occurred in C:\...\task-checkforbouncedemail.cfm: line 80 > >79 : 80 : server="#gBounceEmailServer#" >81 : name="popHeaderReading" >

Re: MX not working on win2003

2004-11-08 Thread Chris Peters
How did you install ColdFusion? Is it with the built-in web server or with JRun? >Any one have any ideas? I googled a few things but didn't find >anything that helped. > >On Sun, 7 Nov 2004 13:48:40 -0600, Phill B wrote: > > >-- >Phillip B. ~

Re: CF & Exchange Calendar

2004-11-08 Thread Thomas Chiverton
On Friday 05 Nov 2004 16:21 pm, Tony Pimm wrote: > Has anyone found a way to use ColdFusion to interface with a Microsoft > Exchange server, and create events for Public Calendars or tasks? I guess there must be a COM interface, failing that you can email vCal or whatever to your users. -- Tom

Re: MX not working on win2003

2004-11-08 Thread Phill B
Any one have any ideas? I googled a few things but didn't find anything that helped. On Sun, 7 Nov 2004 13:48:40 -0600, Phill B wrote: > I installed CFMX 6.1 on win2003 and everything appeared to install > fine. When I try to load the CF Admin I get a 404 error. I checked and > the directory is ma

Re: write procedure help ...

2004-11-08 Thread Thomas Chiverton
On Friday 05 Nov 2004 17:24 pm, Charles Heizer wrote: > I have some code which I will > need to reuse in many if statements and I want to pass in the variables and What you need is a CFC (if you have them in your version of CFC) - see the Macromedia CF developer pages for an intro. If you don't h

Re: CFEXECUTE A quandary

2004-11-08 Thread Thomas Chiverton
On Friday 05 Nov 2004 20:22 pm, Ian Sheridan wrote: > Is it possible to execute a perl script with this? Yes. You may have to give the full path to the executable, and you don't need to state 'perl' again in arguments. -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44 (0)1749 834900 ema

Re: SQL help needed fast

2004-11-08 Thread Thomas Chiverton
On Friday 05 Nov 2004 21:00 pm, Eric Creese wrote: > lines is an int and this is MySQL Database. No issues with it in access or > sql server Are those escaped ' meant to be there, or did it just happen when you pasted into your mail client ? What happens if you try the query by hand ? > also in

Re: 404 Error handler for ColdFusion?

2004-11-08 Thread Thomas Chiverton
On Monday 08 Nov 2004 10:33 am, John Beynon wrote: > yeah, you can if it's your server but in a hosted environment thats > just not possible - or certainly something the hosts don't want to > maintain I would *imagine* it would be fairly simple for them to map from hostname, to location of di

RE: [OT] Right Click Context Menu

2004-11-08 Thread Michel Mes - Netwise
I use DHTML Menu Builder - check out http://software.xfx.net/ - great stuff and even greater support! MM > -Original Message- > From: Katz, Dov B (IT) [mailto:[EMAIL PROTECTED] > Sent: maandag 8 november 2004 13:47 > To: CF-Talk > Subject: RE: [OT] Right Click Context Menu > > I exper

RE: [OT] Right Click Context Menu

2004-11-08 Thread Katz, Dov B (IT)
I expermimented with MSOffice-style hover menus Not right-click but might be useful for other browsers where rightclicking can't be reliably detected... http://www.dovkatz.com/hover (needs some minor layout adjustment to work in firefox) D -Original Message- From: Spectrum Web [ma

Re: [OT] Right Click Context Menu

2004-11-08 Thread Spectrum Web
Thanx Barney and Nathan. Nathan great job man. Looks(and works) great. Very cool! Your context menu is nice. How to do that? Sorry but your filesurfer-freeware is encrypted. You could give us more details? Maybe off-list. Thanx once more... Marco >http://www.dopefly.com/projects/filesurfer.

Re: CFHTTP problem

2004-11-08 Thread Andrew Dixon
Ignore me... I was being thick... The /DCDS/AvailSearch.exe is simply the path the file I need to post the data to. Andrew. On Mon, 8 Nov 2004 11:45:39 +, Andrew Dixon <[EMAIL PROTECTED]> wrote: > Hi All. > > I'm having a problem getting access to a service via HTTP. The problem > I'm havin

Re: XPATH and RDF XML

2004-11-08 Thread Massimo Foti
> I'm trying to get all of the "item" elements in the XML doc pasted below > using the following Xpath query but the returned array is empty. Namespaces without prefixes can be tricky to handle with XPath 1.0... This should do the job: Massimo Foti DW tools: http:/

Gnarly CFOBJECT problem FIXED

2004-11-08 Thread Karl
Thanks Barney but the problem was missing quote marks in the call to retrieve retval from the instantiated CFOBJECT gcpp. Here's what was involved: The Methods and Properties of the DLL as reported by Microsoft's OleView.exe: [id(0x0004), helpstring("method getBalance")] HRE

CFHTTP problem

2004-11-08 Thread Andrew Dixon
Hi All. I'm having a problem getting access to a service via HTTP. The problem I'm having is that the Post Header the service requires starts: POST /DCDS/AvailSearch.exe HTTP/1.1 and at the moment I'm using a CFHTTP with method="Post" and getting: POST HTTP/1.1 Any ideas how I get the other bi

Re: 404 Error handler for ColdFusion?

2004-11-08 Thread John Beynon
yeah, you can if it's your server but in a hosted environment thats just not possible - or certainly something the hosts don't want to maintain jb. On Mon, 8 Nov 2004 10:29:14 +, Thomas Chiverton <[EMAIL PROTECTED]> wrote: > On Friday 05 Nov 2004 14:22 pm, John Beynon wrote: > > there's

Re: [Fwd: [CF-Dev] MX Europe 2005 Registration Open - Get your Early Bird tickets now!]

2004-11-08 Thread John Beynon
nik knows about it and is yelling at the ISP jb. On Mon, 8 Nov 2004 10:19:31 +, Thomas Chiverton <[EMAIL PROTECTED]> wrote: > On Friday 05 Nov 2004 14:53 pm, Stephen Moretti (cfmaster) wrote: > > Niklas is away, but if you know who's hosting it then please do shoot > > them. ;) > > Still do

Re: 404 Error handler for ColdFusion?

2004-11-08 Thread Thomas Chiverton
On Friday 05 Nov 2004 14:22 pm, John Beynon wrote: > there's no way to do it on per site basis in a single instance of CF, You can have a (big) cfswitch in the handler that looks at the cgi.server_host (or whatever) to decide what to do. -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44

Re: [Fwd: [CF-Dev] MX Europe 2005 Registration Open - Get your Early Bird tickets now!]

2004-11-08 Thread Thomas Chiverton
On Friday 05 Nov 2004 14:53 pm, Stephen Moretti (cfmaster) wrote: > Niklas is away, but if you know who's hosting it then please do shoot > them. ;) Still down today :-( I was hoping to be able to attempt to start to persuade work to let me go :-/ -- Tom Chiverton Advanced ColdFusion Programmer

Re: XPATH and RDF XML

2004-11-08 Thread Roger Benningfield
> Paul: Try this instead... -- Roger Benningfield work: http://journurl.com/ blog: http://admin.mxblogspace.journurl.com/ ~| Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net http://www.cfhosting.net Messa