Error 232

2001-09-24 Thread Kevin Roche
Hi, I am getting NT error 232 when I run some of the pages in my CF application. I have looked through the archive and see several other people have suffered from it but none of the suggested answers seem to cure it. Does anyone know what causes it ? Kevin Roche

RE: Passing the results from the CFDIRECTORY to another template?

2001-09-24 Thread Kevin Roche
Hi, You could save them in a session variable or pass them in a form field. Kevin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 24 September 2001 18:01 To: CF-Talk Subject: Re: Passing the results from the CFDIRECTORY to another template? How can I pass

RE: cfhttp Connection failure

2001-09-25 Thread Kevin Roche
Hi, I have seen this many times through lack of cookies. Kevin -Original Message- From: Billy Cravens [mailto:[EMAIL PROTECTED]] Sent: 24 September 2001 21:04 To: CF-Talk Subject: RE: cfhttp Connection failure A number of reasons. Proxy server? Perhaps the site expects a particular

RE: Error 232

2001-09-25 Thread Kevin Roche
other people have suffered from it but none of the suggested answers seem to cure it. Does anyone know what causes it ? Kevin Roche ~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http

ePDQ

2002-01-02 Thread Kevin Roche
Hi, One of my customers is changing his credit card processing from the current supplier to Barclays Merchant Services (Here in the UK). Is there anyone out there who has already interfaced CF to their ePDQ service ? Kevin Roche

RE: Cybercash / Barclays in the UK

2002-01-07 Thread Kevin Roche
Peter, Thats interesting. We are just beginning a project to connect a CF site t o Barclays and they told us it should be possible. What have you found out ? Kevin -Original Message- From: Peter Dray [EMAIL PROTECTED] [mailto:Peter Dray [EMAIL PROTECTED]] Sent: 04 January 2002 09:50

RE: Cybercash / Barclays in the UK

2002-01-07 Thread Kevin Roche
Hi, I am just trying to do this myself and getting a problem with the next st ep. At the next step the ePDQ server calls my server and submits some info saying that the transaction has worked or failed. The data is (apparently) sent in binary so cant be read with Form variabl es. The example

Regular expression in Homesite

2005-04-19 Thread Kevin Roche
Hi, Is there a person out there who is able to write a regulart expression that I can use in Homesite+ to change a line that says: cfset var Insert = 0 / To one that says cfset var qInsert = 0 / can be any string Kevin Roche Objective Internet Ltd 01256 338 490

RE: Regular expression in Homesite

2005-04-19 Thread Kevin Roche
Thanks Jochem. Works well I was using cfset var [A-Za-z]*Insert which gave an error Kevin -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED] Sent: 19 April 2005 11:42 To: CF-Talk Subject: Re: Regular expression in Homesite Kevin Roche wrote: Is there a person out

Client side include

2005-05-12 Thread Kevin Roche
gets bigger and disrupts the page, instead of the menu overlapping the page elements. Does anyone know if this kind of thing can be done with writeContent() ? I can't see how myself but have a hunch that there might be some way to do that. Target browsers are IE and FireFox. Kevin Roche

RE: Client side include

2005-05-12 Thread Kevin Roche
side include Not the answer you want but, I would avoid DHTML menus, and recursive menus that render the whole menu in one go. -Original Message- From: Kevin Roche [mailto:[EMAIL PROTECTED] Sent: 12 May 2005 08:49 To: CF-Talk Subject: Client side include Hi, A new site I am building

RE: Client side include

2005-05-12 Thread Kevin Roche
Kerry, you wrote: I have a site that I was forced to use a DHTML menu on, and I have a .js file that writes out the menu. The .js file is cached on the client independently from the page, but there is still a small delay while the js does its thing client side... Can I look at the site to see

RE: Client side include

2005-05-12 Thread Kevin Roche
Dave, Unfortunately not an option, because of DDA compliance and the way the menu works. Kevin -Original Message- From: Dave Merrill [mailto:[EMAIL PROTECTED] Sent: 12 May 2005 15:02 To: CF-Talk Subject: RE: Client side include Another idea I'm sure you've thought of is to put the

RE: Client side include

2005-05-12 Thread Kevin Roche
Pete, How do I Convert the HTML to JavaScript? Kevin -Original Message- From: Pete Ruckelshaus [mailto:[EMAIL PROTECTED] Sent: 12 May 2005 13:03 To: CF-Talk Subject: Re: Client side include Convert the HTML to JavaScript and use a linked .JS file. The browser will cache that. Pete

CF 6.1: Problem with COM Object

2005-09-12 Thread Kevin Roche
I have a page that uses a COM object in CF5 and tried to run it with CF6.1 but got the following when using cfobject An exception occurred when instantiating a Com object. The cause of this exception was that: java.lang.NullPointerException. The code being executed at that point is:

RE: Expiring time of cookies for session management

2005-09-13 Thread Kevin Roche
Dave, If you use: cfapplication setclientcookies=Yes The cookies themselves are permanent which has some consequences for most applications. I have in the past come back to an application and found myself still logged in after being away for a week! I now use: cfapplication

Re: CFC caching?

2005-09-15 Thread Kevin Roche
it in the application or server scope. Hope that helps. Kevin Roche -- Original Message -- From: George Abraham [EMAIL PROTECTED] Reply-To: cf-talk@houseoffusion.com Date: Thu, 15 Sep 2005 10:22:52 -0400 Isaac, SQL Server 2K. I renamed the stored procedure name

Re: Dealing with empty fields in lists

2005-09-16 Thread Kevin Roche
Rick use: cfset myList = Replace(myList, ,) Then the two empty items are replaced by items with a single space. Use trim to remove it later. Kevin -- Original Message -- From: Rick Root [EMAIL PROTECTED] Reply-To: cf-talk@houseoffusion.com Date:

Benefits of Upgrading to MX6.1 or MX7

2005-10-10 Thread Kevin Roche
Hi, One of my customers has asked me to give him some figures on the performance improvements that would be possible if they moved from the current CF5 site to CF6.1 or CF7 Does anyone have the official figures handy (or a URL for them)? They are also considering a rewrite of the site which was

RE: 6.1 Professional - 7.0 Professional

2005-10-10 Thread Kevin Roche
see that as a business benefit. Kevin Roche -Original Message- From: Katz, Dov B (IT) [mailto:[EMAIL PROTECTED] Sent: 10 October 2005 14:50 To: CF-Talk Subject: 6.1 Professional - 7.0 Professional Is there a good place other than the macromedia upgrade guide for determining what I'd

RE: Benefits of Upgrading to MX6.1 or MX7

2005-10-11 Thread Kevin Roche
Dave, Thanks. Unfortunately, none of this seems to be a big benefit for the client, who pays the cost. They seem quite happy to pay for us to write the unstructured CF5 code. Kevin -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: 10 October 2005 18:07 To: CF-Talk

Cold Fusion Page Execution Times

2005-10-12 Thread Kevin Roche
from CF5. Now that page comes back in 556 ms. What is causing the big time difference? If the page takes 110ms to build and IIS takes 556ms to send it I was expecting a total of 666ms! Any ideas? Kevin Roche ~| Logware

RE: Certification exam: Wait for Blackstone?

2005-01-07 Thread Kevin Roche
Hi, 1. It seems so from the insider information I saw. 2. Only for a limited period. I took the CF 5 Exam just before the CFMX release and got a 1 year validation. 3. Don't know of one 4. Wait - unless you have a really good reason for wanting it now. Kevin Roche On Thu, 06 Jan 2005 10:20:16

Built in web server

2005-01-26 Thread Kevin Roche
it anywhere? Kevin Roche ~| 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 Logware today. Try it for free with a 15 day

RE: ColdFusion 5 RDS Visual Source Safe

2005-01-26 Thread Kevin Roche
Hi, Is the RDS service running? I have a problem sometimes when I reboot that RDS does not start up as it should. Forcing a start from the Services Control Panel fixes it. I have no idea why, as it only happens very occasionally I have never taken the time to investigate. I suspect that it is

RE: Sessions being show to wrong users?

2005-01-26 Thread Kevin Roche
Yes, but if two people follow the link withing a few minutes of each other the fisrtt one will start a new session using the provided CFID and CFTOKEN and the second will join it! Kevin -Original Message- From: Micha Schopman [mailto:[EMAIL PROTECTED] Sent: 26 January 2005 08:58 To:

RE: Sessions being show to wrong users?

2005-01-26 Thread Kevin Roche
Hi, In the past I have seen the following acuse this problem: 1/ users who sent each other links to pages with CFID and CFTOKEN in the link. 2/ Search engine spiders site and picks up a CFID and CFTOKEN. 3/ Firewall caches the CFID and CFTOKEN (This was many years ago and I think most are

RE: Built in web server

2005-01-26 Thread Kevin Roche
/coldfusion/adv_development/config_builtin_ webserver/ On Wed, 26 Jan 2005 08:59:11 -, Kevin Roche [EMAIL PROTECTED] wrote: Hi, I want to use the built in web server on my CFMX installation. Up until now I always used IIS but for various reasons I need to use the built in web server instead

OT Have I got a virus or what?

2004-07-28 Thread Kevin Roche
Hi, Yesterday I started getting problems with my PC. The symptoms are that the web server never responds to a request for a cfm page. If I try to look at a htm page, the start of page is not there. This is not a browser problem as the pages work OK if browsed directly. Anyone got any ideas?

RE: OT Have I got a virus or what?

2004-07-28 Thread Kevin Roche
-Original Message- From: Kevin Roche [mailto:[EMAIL PROTECTED] Sent: 28 July 2004 12:51 To: CF-Talk Subject: OT Have I got a virus or what? Hi, Yesterday I started getting problems with my PC. The symptoms are that the web server never responds to a request for a cfm page. If I try to look at a htm

RE: OT Have I got a virus or what?

2004-07-28 Thread Kevin Roche
Yes, Looks like you are right. Have uninstalled Zone Alarm for the time being. Let me know if you find a solution. I thought it was a problem in CF with a datasource. Kevin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 28 July 2004 14:04 To: CF-Talk Subject:

Checking for JavaScript Enabled browser

2005-05-21 Thread Kevin Roche
the page that makes it has not yet executed. Does anyone out there have any clever ideas on this? I guess the other problem is that they may have cookies turned off too. Kevin Roche Objective Internet Ltd ~| Find out how

UK SMS providers for CF7

2005-07-13 Thread Kevin Roche
Hi, Can anyone recommend a UK SMS Bulk Agregator that supports the ColdFusion 7 SMS gateway? Kevin Roche Technical Director Objective Internet Ltd 01256 338 490 This message (including any attachments) contains

Re-installing CFMX 6.1

2004-04-23 Thread Kevin Roche
for any time I have ununstalled and reinstalled the standalone version. All OK again. Has anyone else here done this? Can anyone point me at what I need to fix during the install to stop this problem before I try again? Kevin Roche [Todays Threads] [This Message] [Subscription] [Fast

RE: Re-installing CFMX 6.1

2004-04-23 Thread Kevin Roche
and it works great, Jb. -Original Message- From: Kevin Roche [mailto:[EMAIL PROTECTED] Sent: 23 April 2004 11:11 To: CF-Talk Subject: Re-installing CFMX 6.1 Hi, I just tried to re-install CFMX 6.1 on my machine but it failed. The reason was that I wanted to change from the standalone installation

RE: Re-installing CFMX 6.1

2004-04-23 Thread Kevin Roche
Hi, Well I think I discovered what it was. After the install and before trying to connect the web server, I found that a reboot was required. When I did the reboot I found the JNDI problem went away. Kevin -Original Message- From: Kevin Roche [mailto:[EMAIL PROTECTED] Sent: 23 April

RE: What causes this error?

2004-05-06 Thread Kevin Roche
Jeff, Where is the database yopu are using? Is it on the same machine? The machine is trying to use NT type security here. That means the username and password are those of a valid NT login. Is that what you intended? The username and password can be supplied with the ODBC datasource settings.

Product Registration Installation

2004-05-25 Thread Kevin Roche
guessing the same might be true for Flash MX and ColdFusion MX. I do not want to uninstall and re-install the whole thing on each machine as it also means setting all the extensions and the HomeSite+ snippets. Does anyone know where I can update the serial number on the cloned copy? Kevin Roche

WSCONFIG problem

2004-06-08 Thread Kevin Roche
tried editing the wsconfig_jvm.config file did not help either. Anyone out there know hoe to fix this? Kevin Roche [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: WSCONFIG problem

2004-06-08 Thread Kevin Roche
:[EMAIL PROTECTED] Sent: 08 June 2004 17:27 To: CF-Talk Subject: Re: WSCONFIG problem Kevin Roche wrote: wsconfig cant find the Java Runtime Environment. The error message I get is: Error: could not find JRE Error: could not find Java 2 Runtime Environment. Set the JRE_HOME environment variable

RE: Kevin Roche is Lame

2004-06-21 Thread Kevin Roche
Apologies, if they annoyed you.I am getting way too much SPAM now and was spending hours throwing it away. -Original Message- From: Philip Arnold [mailto:[EMAIL PROTECTED] Sent: 19 June 2004 15:31 To: CF-Talk Subject: Re: Kevin Roche is Lame On Fri, 18 Jun 2004 16:25:53 -0400

cflocation fails

2004-06-21 Thread Kevin Roche
it? Kevin Roche [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

RE: cflocation fails

2004-06-21 Thread Kevin Roche
The problem has been reported on two different machines. Although there is conditional logic the required location including URL variables is definitely shown in the address box. I am begining to think there is a response time problem on the server. Kevin -Original Message- From: James

Verity Installation Problem

2004-11-17 Thread kevin roche
to the JRun parameters. I checked and they are already there. Anyone know what else I should be looking for ? -- Kevin Roche ~| Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net http://www.cfhosting.net

RE: Verity Installation Problem

2004-11-17 Thread kevin roche
it to be). -Original Message- From: kevin roche [mailto:[EMAIL PROTECTED] Sent: 17 November 2004 15:26 To: CF-Talk Subject: Verity Installation Problem Hi, I have recently installed CFMX 6.1 on a server that was locked down by the hosting company. The server already had CF5 running and I wanted

DevNet Version of CFMX adds rubbish to the start of my HTML.

2004-11-17 Thread kevin roche
to have both. -- Kevin Roche ~| Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net http://www.cfhosting.net Message: http://www.houseoffusion.com/lists.cfm/link=i:4:184616 Archives: http

Writing RSS

2005-02-09 Thread Kevin Roche
Hi, Does anyone out there have a tag or CF code for witing an RSS feed? There seems to be lots of people offering tags to read them but none that write them. Kevin ~| Logware (www.logware.us): a new and convenient web-based

Copying Images with cfhttp

2005-02-18 Thread Kevin Roche
=#httptimeout# throwonerror=Yes cffile action=WRITE file=#webroot##downloaddir##filename# output=#CFHTTP.FileContent# addnewline=No /cfif /cfloop Obviously this is a binary file and maybe cfhttp can't handle it. If so anyone know of a way to do it? Kevin Roche

RE: Copying Images with cfhttp

2005-02-18 Thread Kevin Roche
Dave, Thanks for that. One small problem though. I need to copy this file to all the servers in the cluster so really there are multiple cffile action=write after the get. I guess once I have the file I need to read it with cffile action=readBinary, there is no writeBinary so will cffile

RE: Copying Images with cfhttp

2005-02-18 Thread Kevin Roche
Hi, cffile action=write works fine for Binary data. Kevin -Original Message- From: Kevin Roche [mailto:[EMAIL PROTECTED] Sent: 18 February 2005 16:33 To: CF-Talk Subject: RE: Copying Images with cfhttp Dave, Thanks for that. One small problem though. I need to copy this file to all

RE: Virtual Directories for Websites...follow-up remarks

2005-02-18 Thread Kevin Roche
One thing that makes life interesting in this case is that the CF root and the Web root will be different. Kevin -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: 18 February 2005 17:26 To: CF-Talk Subject: RE: Virtual Directories for Websites...follow-up remarks So,

RE: Copying Images with cfhttp

2005-02-18 Thread Kevin Roche
Dave, I wanted to control what is happening with CF but What tools would you suggest? Kevin -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: 18 February 2005 17:36 To: CF-Talk Subject: RE: Copying Images with cfhttp One small problem though. I need to copy

Installing a JDBC driver for Firebird

2007-07-11 Thread Kevin Roche
Can anyone give me some pointers on how to do this? I have copied the following files into the \CFusionMX\wwwroot\WEB-INF\lib\ folder: jaybird-full-2.0.2.jar jaybird-pool-2.0.1.jar libjaybird2.so jaybird2.dll jaybird-2.0.1.jar jaybird-2.0.1.rar There is a directory in the

Re: Installing a JDBC driver for Firebird

2007-07-12 Thread Kevin Roche
Dave Watts wrote: Have you restarted CF? Yes Dave I did the CF restart, I am guessing that there is somthing incompatible in the set up here: I am using Firebird 1.5.4 and have tried the Jaybird JDBC drivers marked JayBird-2.0.1JDK_1.5.zip. Kevin

Re: Installing a JDBC driver for Firebird

2007-07-12 Thread Kevin Roche
Finaly got it going after much head scratching. The instruction I had read said set the Driver Class to: org.firebirdsql.jdbc.FBDriver; and what it actually needed to be was: org.firebirdsql.jdbc.FBDriver (no semicolon!) Now its working. Kevin

ColdSpring Error

2007-09-28 Thread Kevin Roche
=updateDatevalue0/value/constructor-arg constructor-arg name=updatedByvalue0/value/constructor-arg /bean Kevin Roche ~| Create robust enterprise, web RIAs. Upgrade to ColdFusion 8 and integrate

Re: ColdSpring Error

2007-09-29 Thread Kevin Roche
Brian, I solved it. I was just looking in the wrong place. It wasn't ColdSpring at all. I had an invalid line of code and ColdSpring was catching the error and misleading me as to its location. Kevin ~| ColdFusion 8 - Build

Re: ColdSpring Error

2007-09-29 Thread Kevin Roche
Brian, I solved it. I was just looking in the wrong place. It wasn't ColdSpring at all. I had an invalid line of code and ColdSpring was catching the error and misleading me as to its location. Kevin ~| ColdFusion is

Slow Queries on CF7

2007-12-12 Thread Kevin Roche
I just upgraded one of my customers from CF5 to CF7. The site works but the queries are very slow. I have a test machine here in the office and the queries take 30ms or so there but on the staging machine and production machine the responce to the same query is 600ms. The only difference is

Creating Binary Files in CF

2006-03-29 Thread Kevin Roche
Hi, Does anyone know an easy way of creating a binary file in CF? I want tio create a file that will be used as input for another program which has its own format that I can't change. The begining of the file contains a number of binary elements. It would be good if there was a custom tag

Re: Creating Binary Files in CF

2006-03-29 Thread Kevin Roche
Chris wrote: You might be able to use toBase64() and toBinary() to create a binary output Yes, I thought about that but could not get my head around how the create the Base64 stuff in the first place as it must cause all the byte boundries to overlap. What I really want is base 16 (Hex) so I

Re: adobe certification site

2006-04-12 Thread Kevin Roche
John, Hi how are you? I didn't see the email from integral7.com. Must be lost in my spam filter. Can you enlighten me I'd like to check. Kevin -- Original Message -- From: John Beynon [EMAIL PROTECTED] Reply-To: cf-talk@houseoffusion.com Date: Tue, 11

Re: 3rd Party Cookie Reading

2006-04-24 Thread Kevin Roche
Joe, Browsers are designed to stop this. The only way around it is to do somthing that many advertisers do and that is use a graphic or image to transfer the info. Eg: On site A you add a link to to an image on site B. If you are using CF you can make the image a link to a CF template which

RE: 3rd Party Cookie Reading [try to explain again]

2006-04-25 Thread Kevin Roche
that in the URL some browsers are confused so you should add the spurious extra bit on the end of tyhe URL and apply the Search Safe URL fix that is available from the Macromedia web site so that it still works in CF6 or CF7. Kevin Roche -Original Message- From: Joe Velez [mailto:[EMAIL PROTECTED

Re: setting up standard cf 7 server on Win XP / IIS 5.1

2006-05-13 Thread Kevin Roche
Paul, I have installed CFMX 6.1 and 7 countless times. Sometimes the IIS configuration just doesn't work with the install program. This seems to happen when the Microsoft Techies have hardened the machine in some way. The only solution in these cases is a manual install which takes a couple

RE: OOD/Design Patterns and ColdFusion.

2006-05-17 Thread Kevin Roche
of typing. Kevin Roche ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:240737 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http

Getting started with Railo

2006-08-31 Thread Kevin Roche
to serve the imagages? Kevin Roche -- User Group Manager Thames Valley ColdFusion User Group Come along to TVCFUG on 12 September to hear Ben Forta of Adobe talk on ColdFusion Powered Flex. http://www.ukcfug.org

RE: SES URL Problem

2006-09-26 Thread Kevin Roche
/urlscan.mspx Russ -Original Message- From: Kevin Roche [mailto:[EMAIL PROTECTED] Sent: 26 September 2006 13:47 To: CF-Talk Subject: OT: SES URL Problem Hi, Sorry for the Off Topic Post but I have a problem with a CF5 application that uses Search Safe URLs. It has been working for several

OT: SES URL Problem

2006-09-26 Thread Kevin Roche
/Home.Home/x works There are no signs of a URL rewriter, installed and the Check that file exsits checkbox is not ticked in the .cfm configuration. The main difference is that the new server has .NET 2 installed. Could that be a problem? Anyone have any idea what might cause this? Kevin Roche

CF5, Win2003 and SQL2005

2006-10-13 Thread Kevin Roche
Hi, One of my customers wante to move an old web site written using CF5 and SQL2000 running on Win 2000 to a new server running SQL 2005 and Win 2003. What problems are likely if any? Kevin Roche ~| Introducing the Fusion

RE: CF5, Win2003 and SQL2005

2006-10-13 Thread Kevin Roche
will be the differences in the databases. Teddy On 10/13/06, Kevin Roche [EMAIL PROTECTED] wrote: Hi, One of my customers wante to move an old web site written using CF5 and SQL2000 running on Win 2000 to a new server running SQL 2005 and Win 2003. What problems are likely if any? Kevin Roche

RE: CF5, Win2003 and SQL2005

2006-10-13 Thread Kevin Roche
By the way is there a suitable ODBC driver fron CF to SQL 2005? Will the standard SQL 2000 driver work? Kevin -Original Message- From: Kevin Roche [mailto:[EMAIL PROTECTED] Sent: 13 October 2006 15:01 To: CF-Talk Subject: RE: CF5, Win2003 and SQL2005 Teddy, Have you noticed any

RE: CF5, Win2003 and SQL2005

2006-10-13 Thread Kevin Roche
, but Microsoft does have an updated Type 4 Driver: http://msdn.microsoft.com/data/ref/jdbc/ I have not deployed the Type 4 yet. Teddy On 10/13/06, Kevin Roche [EMAIL PROTECTED] wrote: By the way is there a suitable ODBC driver fron CF to SQL 2005? Will the standard SQL 2000 driver work? Kevin

DevNet version of CF7

2006-03-01 Thread Kevin Roche
that I really have to pay for a full CFMX 7 Licence for my development machine in order to make it do the things I need with web services? I need multiple IP addresses so one can call another and so I can keep the various sites I support separate. Kevin Roche Objective Internet

RE: Source Code Versioning with ColdFusion

2006-03-09 Thread Kevin Roche
I use CVS and find it works really well for us. We are using WinCVS 1.3 as the client and CVSNT on the server. Kevin I am researching source code versioning software for our team. We are 4 ColdFusion developers using Dreamweaver and SQL mainly for our development and currently do not use

Re: Reading gedcom files from cfmx7

2006-03-12 Thread Kevin Roche
I wrote somthing a few years ago that worked in CF 4 I will see if it will work in CF 7 Kevin -- Original Message -- From: Jerry Johnson [EMAIL PROTECTED] Reply-To: cf-talk@houseoffusion.com Date: Fri, 10 Mar 2006 20:14:13 -0500 Does anyone have any code

RE: problem with insert

2006-08-05 Thread Kevin Roche
Doug, The order of the entries of fieldnames and values has to be the same. So if you write: INSERT INTO sub_categories (sub_category,cat_id ) The second value must be an integer. Kevin -Original Message- From: Doug [mailto:[EMAIL PROTECTED] Sent: 05 August 2006 20:52 To: CF-Talk

RE: CRUD

2006-08-06 Thread Kevin Roche
Chad, Do you want to do the model or the complete maintenance program? The model is best covered by Reactor which you can get from http://www.doughughes.net/index.cfm?filter=categorycategoryId=30 If you want to create a complete maintenance system the best choice is the Model-Glue framework

RE: ok here we go again

2006-08-06 Thread Kevin Roche
Doug, In this situation you need to nest your cfoutput tags and use the group parameter. cfquery name=qCatsSubs datasource=xxx SELECT categories.cat_id, categories.category, sub_categories.sub_id, sub_categories.sub_category FROM

RE: CRUD

2006-08-06 Thread Kevin Roche
- From: Chad Gray [mailto:[EMAIL PROTECTED] Sent: 06 August 2006 16:23 To: CF-Talk Subject: RE: CRUD Im not quite sure what you mean, model or maintenance. I will read up on the below links! Thanks for the suggestions. -Original Message- From: Kevin Roche [mailto:[EMAIL PROTECTED

RE: CF Arrays

2006-08-07 Thread Kevin Roche
Susan, A two dimensional array in CF is actually an array of arrays. Each of the arrays can end up being a differnt size. I think that may be your problem. Kevin Roche CF User Group Manager Thames Valley UK -Original Message- From: Susan McNab [mailto:[EMAIL PROTECTED] Sent: 07 August

CF5 on windows 2003

2006-08-10 Thread Kevin Roche
One of my customers wanys to run CF5 on windows 2003. Anyone know what exactly is meant by the statement on the Adsobe website: ColdFusion Application Management components are not supported on this platform. Kevin Roche Technical Director Objective Internet Ltd

RE: Project Management Software

2006-08-17 Thread Kevin Roche
Proworkflow in CF -Original Message- From: Neil Middleton [mailto:[EMAIL PROTECTED] Sent: 17 August 2006 16:01 To: CF-Talk Subject: Re: Project Management Software MS Project? On 8/17/06, Chad McCue [EMAIL PROTECTED] wrote: Does anyone currently use a windows based software program

RE: Extra newline when uploading file using cfhttpparam

2006-08-17 Thread Kevin Roche
Can you post your code? Often this kind of thing can be fixed by moving the tags around on the page: Eg cfsavecontent My content /cfsavecontent is changed to: cfsavecontentMy content/cfsavecontent Kevin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: multiple email addresses in cfmail TO attribute.

2006-08-17 Thread Kevin Roche
comma -Original Message- From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: 17 August 2006 19:46 To: CF-Talk Subject: multiple email addresses in cfmail TO attribute. I've never gotten a straight answer on how you can send one email to multiple recipients. cfmail from=#SiteOwnerEMail#

RE: Query of Queries - showing all entries from DB1

2006-08-18 Thread Kevin Roche
Roberto, I would suggest a similar series of steps but the link gives a rather complex example since they are trying to write a generic version that works out foir itself waht the queries are. If you do it yourself it may be easier to understand, and it may be possible to make it perform better.

RE: Getting today's orders?

2006-08-21 Thread Kevin Roche
The problem here is that you are creating a datetime, which contains the time and comparing with a date. You need to use a greater than comparison. try this: WHERE orderdate = cfqueryparam cfsqltype=cf_sql_timestamp value=#CreateODBCDate(Now())# Kevin -Original Message- From: Will

RE: Whats wrong with this bit of code?

2006-12-11 Thread Kevin Roche
perhaps there are spaces in one or other of the fields? -Original Message- From: Peter Tanswell [mailto:[EMAIL PROTECTED] Sent: 11 December 2006 02:49 To: CF-Talk Subject: Whats wrong with this bit of code? I have been trying to figure out why the value that is in both tables is not

pwimageproc

2006-12-13 Thread Kevin Roche
Hi, Does anyone know where I can get a copy of the pwimageproc custom tag? Kevin Roche Objective Internet Limited ~| Create robust enterprise, web RIAs. Upgrade integrate Adobe Coldfusion MX7 with Flex 2 http

RE: Cool thing about CFC's

2006-12-13 Thread Kevin Roche
Teddy, I am part way through writing somthing like this. Want to share? Kevin -Original Message- From: Teddy Payne [mailto:[EMAIL PROTECTED] Sent: 13 December 2006 15:14 To: CF-Talk Subject: Re: Cool thing about CFC's I have been contemplating how to create one of these for a while.

Microsoft Runtime Components required for CF5

2007-05-09 Thread Kevin Roche
My CF5 development machine has died and I need to re-install it, so that I can make an update for a client. The CF installation routine want somthing called Microsoft Runtime which is not present on the machine. Anyone know where I can get the required installation?

Re: Microsoft Runtime Components required for CF5

2007-05-09 Thread Kevin Roche
You will not doubt be after the Microsoft Visual C++ Run Time Library (debugging components). Which OS are you on? It is usually on the OS CD - such as NT4. Windows 2000 server - Can't see it on the CD. ~| ColdFusion MX7 and

Re: Microsoft Runtime Components required for CF5

2007-05-10 Thread Kevin Roche
Dave Watts, CTO, Fig Leaf Software wrote: http://support.microsoft.com/kb/259403 Thanks Dave, I had in fact already tried to install this but the install would not run. The Page you pointed to did have a list of DLLs and looking though the list I found one was missing so copied that

Re: Project Time Tracking Software?

2007-05-22 Thread Kevin Roche
Take a look at Proworkflow http://www.proworkflow.com/. I have used that very sucessfully in the past. ~| Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 Flex 2 Free Trial

ColdFusion slow database connection to SQL2005

2008-01-22 Thread Kevin Roche
to see any problem on the SQL Server either. We are using SQL Authentication rather than NT Authentication. Anyone out there seen somthing like this? Kevin Roche ~| Adobe® ColdFusion® 8 software 8 is the most important

Re: ColdFusion slow database connection to SQL2005

2008-01-23 Thread Kevin Roche
Thanks guys I will check both those suggestions. ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive:

Re: ColdFusion slow database connection to SQL2005

2008-01-23 Thread Kevin Roche
I have checked and the settings are exactly the same on live, and test servers. Maintain connections across client requests. is checked Enable Unicode for data sources configured for non-Latin characters. is unchecked All the other parameters under the advanced tab are the same. In fact they

Re: ColdFusion slow database connection to SQL2005

2008-01-23 Thread Kevin Roche
Well I have just replaced the JDBC Drivers with the latest version 3.5. This has reduced the time taken by a huge amount. There is no mention in the docs of there being anything that would do that. The same change on the test server made no difference. Kevin

cfchart and pdf

2008-05-20 Thread Kevin Roche
I have just tried the example from the cf documentation to create a chart and embed it in a pdf. It does not work. The two typos in the documentation kind of indicate that it was never tested. Has anyone ever got flash charts in a pdf to work? The example just produces a blank page. Here is

RE: cfchart and pdf

2008-05-20 Thread Kevin Roche
I am using CF8 and Yes, it certainly looks like the docs may be wrong. Ahamad Patan wrote: Currently, format=flash is not supported for cfcharts inside cfdocument. Paul Hastings wrote: the docs don't say that: ColdFusion 8: * Added support for embedding Flash charts within the

  1   2   >