Re: Wierd regex problem (isn't it always)

2007-11-09 Thread Andy Jarrett
backreferenced things. I'd write it like this: @([a-zA-Z0-9]+) Then use the first backreference instead of the second. --Ben Doom Andy Jarrett wrote: Hi I'm trying to do a look through as string to find usernames and add a tags around them ala Twitter. The regex I think is fine

Wierd regex problem (isn't it always)

2007-11-07 Thread Andy Jarrett
Hi I'm trying to do a look through as string to find usernames and add a tags around them ala Twitter. The regex I think is fine but when I use reReplace 's back reference I'm not getting the result I thought I would of. Heres the code. Can anyone see anything obvious? Cheers, Andy !---

AS400 program calls errors

2007-02-08 Thread Andy Jarrett
Hi there I have two calls to a AS400, they both call the same program but using different methods and returning different errors. Both programs expect a string of 7 blank character i.e. ' ' First: The Call cfquery datasource=#dsn# name=qry1 result=qry.result2 {CALL

dynamicly editing XML schema value

2006-09-07 Thread Andy Jarrett
Hi, Has anyone had to edit the a XML XSD's value before parsing it? I want to go from file xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xsi:noNamespaceSchemaLocation=file.xsd to file xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;

Re: The visible attribute with Flash forms

2006-07-23 Thread Andy Jarrett
Cheers ! On 20/07/06, Kelly Keith [EMAIL PROTECTED] wrote: When visible is set to false set the height to a negative number. -Original Message- From: Andy Jarrett [mailto:[EMAIL PROTECTED] Sent: Thursday, July 20, 2006 6:37 AM To: CF-Talk Subject: The visible attribute

The visible attribute with Flash forms

2006-07-20 Thread Andy Jarrett
Does anyone know how to remove the white gap created when you set visible=false in cfform. The idea is that based on a selected the form will show 2 different radio buttons. With HTML and CSS this would be easy, but I can't see how to do this with the Flash Forms. I have the following bit of

cfheader breaks my xml

2006-03-30 Thread Andy Jarrett
Hi, I'm having some trouble create a valid XML document using cfheader to change the page content. My simple file looks like this: xml.cfm ?xml version=1.0 encoding=UTF-8? root node child1/child /node root I open this up and its valid. I know change the content

Re: cfheader breaks my xml

2006-03-30 Thread Andy Jarrett
/30/06, Andy Jarrett [EMAIL PROTECTED] wrote: Hi, I'm having some trouble create a valid XML document using cfheader to change the page content. My simple file looks like this: xml.cfm ?xml version=1.0 encoding=UTF-8? root node child1/child

CFreport problems

2006-02-09 Thread Andy Jarrett
Hi, I was wondering if anyone could tell me what this means Report data binding error Error evaluating expression : textField_2 Source text : query.invon Te query im running is SELECT DATE_FORMAT(c.invited_on, '%Y %M %D') AS 'invitedOn', count(id) AS 'cnt' FROM delegates c WHERE c.company_id =

Re: Bluedragon 6.1

2006-02-01 Thread Andy Jarrett
I want to set up a cheap CF server, in a commercial enviorment, though the [internal] site won't acutally be generating any money. under the new 6.2 licence this will break the licence agreement On 31/01/06, Rick Root [EMAIL PROTECTED] wrote: Andy Jarrett wrote: Hi, Does anybody have

Re: IE 7 beta is available

2006-02-01 Thread Andy Jarrett
Brad, fpr reference you might want to look at http://extended64.com/blogs/rafael/archive/2005/07/28/1051.aspx Like i said, reference only. On 31/01/06, Munson, Jacob [EMAIL PROTECTED] wrote: It requires XP SP2. -Original Message- From: Brad Wood [mailto:[EMAIL PROTECTED] Sent:

Re: Bluedragon 6.1

2006-02-01 Thread Andy Jarrett
the licence agreement On 31/01/06, Rick Root [EMAIL PROTECTED] wrote: Andy Jarrett wrote: Hi, Does anybody have a copy of BD 6.1 (the free edition) which they could let me download please? Technically speaking, that would be illegal because you cannot redistribute the free edition

Re: Bluedragon 6.1

2006-02-01 Thread Andy Jarrett
Cheers Gert, I've been playing around and it looks good. To echo's Rick's comments, when you say one web, is that one website or one web server? Also will the community edition be allowed to be used for commercial purposes (keeping within the one datasource rule?) Cheers Andy J On 01/02/06,

Bluedragon 6.1

2006-01-31 Thread Andy Jarrett
Hi, Does anybody have a copy of BD 6.1 (the free edition) which they could let me download please? Cheers Andy J -- www.andyjarrett.co.uk ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230850 Archives:

Coldfuion Life Spam

2006-01-26 Thread Andy Jarrett
I was talking to someone today who has said that now adobe has taken over macromedia that they will consentrate on flash and the life of coldfusion will becoming to an end. I am about to build a major system using coldfusion but the company now has doubts over the future of coldfusion. I know

incorrect pound sign (£)

2005-11-29 Thread Andy Jarrett
HELP !!! everything was running fine until we moved to coldfusion mx (6.1) and upgraded our MySQL from 3.x to 4.1. Every time we post data to a text field the pound sign shows correctly but when we output it using coldfsuion is appears as a 'a' symbol with a tick above it. when i send it to a

CF talking to a DMZ server

2005-11-18 Thread Andy Jarrett
Hi there, The company i work for are having a host of problems with a dedicated CFMX 7.01 box and one of our own servers in a DMZ. Currently we use the DMZ for AS400 and other DB lookups. We have some java classes and web services sitting on the DMZ which invoked goes of and makes its calls. The

cfcatching timeouts

2005-10-26 Thread Andy Jarrett
Hi, I have a stored procedure running which can take ages. I've set the page time out 20seconds, but now was to be able to catch the error. The following code works and displays error cftry cfstoredproc datasource=#application.dsn# procedure=spQry cfprocparam type=in cfsqltype=cf_sql_varchar

Re: MSSQL and CF connections

2005-10-06 Thread Andy Jarrett
-enable the datasources. Just a suggestion, haven't tried it myself Kola -Original Message- From: Andy Jarrett [mailto:[EMAIL PROTECTED] Sent: 05 October 2005 12:05 To: CF-Talk Subject: MSSQL and CF connections Hi I am currently running a MSSQL sever in a DMZ setup

MSSQL and CF connections

2005-10-05 Thread Andy Jarrett
Hi I am currently running a MSSQL sever in a DMZ setup with an externally hosted website. The problem is due to a driver error the DMZ has been rebooting recently and when it does the CF box comes down with it (just the CF services). The problem i think is down to ColdFusion coldfusion not being

When to use Application var?

2005-09-14 Thread Andy Jarrett
I have a bit of code on a smallish, low hit site cfset thisSiteName = ListGetAt(cgi.script_name, 1, /)/ cfif NOT application.init OR structKeyExists(url, reinit) cfquery datasource=#variables.dsn# name=thisCompany SELECT * FROM companydetails c

Re: When to use Application var?

2005-09-14 Thread Andy Jarrett
be no problem at all. -Original Message- From: Andy Jarrett [mailto:[EMAIL PROTECTED] Sent: 14 September 2005 10:08 To: CF-Talk Subject: When to use Application var? I have a bit of code on a smallish, low hit site cfset thisSiteName = ListGetAt(cgi.script_name, 1, /)/ cfif

cfgridupdate and fusebox

2005-08-08 Thread Andy Jarrett
Hi there, Has anyone successfully used cfgridupdate and fusebox together? The reason i ask is that at the moment when i post the cfgrid to a fuseaction the gridupdate (within a CFC or as a single fuse(file)) cannot find the grid name. Yet if i post directly an act_file it has no problem. Im

Cfrig problems

2005-08-08 Thread Andy Jarrett
Hi again, Ok newish here to the new flash CFGRID and so far liking it, but I am having a few issues though 1. I have 1 editable column. When a user edits the field then loses focus you cannot see the information just typed - is this a bug or meant to happen? 2. When they to blur off the field i

Re: Cfrig problems

2005-08-08 Thread Andy Jarrett
Obviously i have no coldfuion rigging problem and the subject line is meant to say CFGRID D'oh On 8/8/05, Andy Jarrett [EMAIL PROTECTED] wrote: Hi again, Ok newish here to the new flash CFGRID and so far liking it, but I am having a few issues though 1. I have 1 editable column. When

Re: OT: 15 minute rule

2005-08-04 Thread Andy Jarrett
Pete, same here in regards to the one man band. Its probably one of the biggest draw backs working from home, and one of the reasons i sometimes enjoy having to work up in the offices (though im still the only CF guy there). My 15 min rule is probably moving away from the error, making a black

Re: OT: 15 minute rule

2005-08-04 Thread Andy Jarrett
. not wasting hours being interrupted by those who have mistaken me for someone who actually wants to discuss their favourite group of people who skillfully hit a ball with a stick on the weekend etc etc). On 8/4/05, Andy Jarrett [EMAIL PROTECTED] wrote: Pete, same here in regards to the one man band

ColdFusion Exam

2005-07-21 Thread Andy Jarrett
Hi, Well i've just found out i've got a MM test centre on my doorstop so i have no excuse to not go for the CFMX exam. So with the book ordered i was thinking of an exam date. How long did everyone else give themselves to study?? weeks, months, days??? I know its a bit of a open question as it

Re: ColdFusion Exam

2005-07-21 Thread Andy Jarrett
Thats the book i've just brought and waiting to be delivered :o) On 7/21/05, Will Tomlinson [EMAIL PROTECTED] wrote: I'd also suggest Ben's study guide. An excellent resource in general too. http://forta.com/books/0321330110/ Will

Re: Jrun connection closing for no reason

2005-07-05 Thread Andy Jarrett
Connectors. -Original Message- From: Andy Jarrett [mailto:[EMAIL PROTECTED] Sent: 30 June 2005 12:07 To: CF-Talk Subject: Jrun connection closing for no reason Hi there, at the moment we are getting a few of the following errors Server Error The server encountered

Jrun connection closing for no reason

2005-06-30 Thread Andy Jarrett
had this problem, or something similar? We have CFMX 6.1 on Window 2003 Cheers Andy Jarrett ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent

Crystal Reports is hurting my head

2005-06-24 Thread Andy Jarrett
So my last three posts have all been about Crystal Reports. I can honestly say its been the worst experience of getting something to work with CF ever. At the moment i have Crystall 11 and CFMX 6.1 on my dev machine. Everytime i run the report i get the following message An unexpected error

Should you lock a cfreport

2005-06-21 Thread Andy Jarrett
Hi Should you ever need to lock CFreport when calling a crystal report? At the moment i have a report which i pass it a parameter. Sometime this can take a little while - though nothing majorly long. Should this process be locked?? Just a thought, Andy J www.andyjarrett.co.uk

Crystal reports

2005-06-09 Thread Andy Jarrett
Is anyone actually using CR XI on CFMX 6.1 or CFMX 7? Andy Hi there, I cant seem to find this anywere but is it possible to pass parameters to Crystal (11) via CFMX 6.1? The report is expecting an ID to be passed to it i.e. 200 which in turn passes to a Stored Procedure (on MSSQL) to

Crystal reports

2005-06-08 Thread Andy Jarrett
Hi there, I cant seem to find this anywere but is it possible to pass parameters to Crystal (11) via CFMX 6.1? The report is expecting an ID to be passed to it i.e. 200 which in turn passes to a Stored Procedure (on MSSQL) to create the query. Cheers for any help Andy J

hierarchal invites

2005-05-12 Thread Andy Jarrett
Hi, I've got a problem with one of my new sites. Im trying to create in invite only site with a hierarchal level system in it. So for example. a invites b and c b invites d,e,f and c invites g,h,i How to structure the DB is where im getting stuck? I can see a couple of ways of doing it but to

Re: link validation ?

2005-05-11 Thread Andy Jarrett
On 5/11/05, Adrian Lynch [EMAIL PROTECTED] wrote: Also, target=_blank won't validate as strict. Ade You beat me to it. But you can make it strict compliant with a bit of Js, check out sitepoint.com http://www.sitepoint.com/article/standards-compliant-world -- Andy J

Crystal Reports on CFMX 6.1/7

2005-05-04 Thread Andy Jarrett
Hi, Do i need to install the complete Crystal Reports 10 on the server to user cfreport as i currently have only got it working after doing so (locally). Or is there just a couple of key componets (files) that need installing?? Cheers Andy J www.andyjarrett.co.uk

Re: Is this possible with CSS

2005-04-28 Thread Andy Jarrett
with CSS Making the page 100% height is tough and each browser interprets that differently. You need to tell the page 100% of what? In my case I had to add height 100% to the body tag as well. -Original Message- From: Andy Jarrett [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 27

OT: Is this possible with CSS

2005-04-27 Thread Andy Jarrett
Hi, I am having a nightmare trying to replicate a 3 column site with CSS - it nearly make me want to use table's (did i say that out loud) To see what i am trying to create go to http://andyjarrett.co.uk/css.gif For those of you who you can i am trying to create a 3 column site with a header

Stored Procedures in a CFC

2005-03-03 Thread Andy Jarrett
Hi there, I have a SP wrapped in a CFC. The SP returns two record sets, which i use cfprocresult to reference. How do i then return the 2 queries via the CFC? Cheers Andy J www.andyjarrett.co.uk ~| Find out how CFTicket can

Re: Stored Procedures in a CFC

2005-03-03 Thread Andy Jarrett
I think for readability returning the values in a structure is going to do a.k.a S.Isaac cfset data = myCFC.getQueries() cfloop query=data.getUsers.../cfloop cfloop query=data.getRoles.../cfloop But the idea of going through a function to get the different recordsets, and referencing via the

Re: FB4 book? (was RE: Discovering FB4.1 book comparison to FB4.0 edition?)

2005-02-18 Thread Andy Jarrett
I just wanna second getting Fusebox 4 and FLiP by jeff peters. Online material for FB4 is slim - unless you want to scrounge through mailing lists, forums and hack through a couple of demo apps. Andy J www.andyjarrett.co.uk On Fri, 18 Feb 2005 00:59:36 -0500, Brian Kotek [EMAIL PROTECTED]

Re: FB4 book? (was RE: Discovering FB4.1 book comparison to FB4.0 edition?)

2005-02-18 Thread Andy Jarrett
Just to add that i've just purchased What's New in Fusebox 4.1 and have got 2/3 coupons for $5 off a purchase of $20 or more, courtesy of CafePress.com So if anyone is thinking of doing a purchase let me know! Andy J www.andyjarrett.co.uk On Fri, 18 Feb 2005 10:25:16 +, Andy Jarrett [EMAIL

CF Hosting

2005-02-16 Thread Andy Jarrett
Hi there, I've just came across Viux (www.vuix.com) for CF hosting and was wondering if anyone is using them or has used them? Im already with CrystalTech, but was thinking of getting another domain w/ hosting for a friend and for CF they seemed too cheap. Their Starter Plan

Re: CF Hosting

2005-02-16 Thread Andy Jarrett
:[EMAIL PROTECTED] Sent: 16 February 2005 10:12 To: CF-Talk Subject: re: CF Hosting not too mention the user control panels are top notch plus now smartermail smarterstats, its a good package :) From: Andy Jarrett [EMAIL PROTECTED] Sent: Wednesday

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

Re: Cfgrid on CFMX 6.1

2005-02-04 Thread Andy Jarrett
: 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

Re: OT: Homesite enhancement project?

2005-01-13 Thread Andy Jarrett
I think if Homesite was available again it would take off big - especially as a sourceforge (dare i say free) project. No doubt there whatsoever, the tone of the board has shown this time and time again. Surely the big problem would be to let MM release it? I can't see them ever doing that for

Re: ot: lcd monitors

2004-12-20 Thread Andy Jarrett
Hi Dave, I managed to get hold of a Compaq 7020 which has been really good to me. With DV input and built in speakers which was a must for me. Andy J www.andyjarrett.co.uk On Sat, 18 Dec 2004 18:07:17 -0500, dave [EMAIL PROTECTED] wrote: any recommends on a 17 lcd? and not a $1000 one either

OT: SQL

2004-12-20 Thread Andy Jarrett
Hi there, I am have a table with user id and grade SQL statement. THe Table is - userid | grade 1 | pass 1 | pass 1 | pass 2 | fail 2 | pass 3 | pass 4 | pass 4 | fail 5 | pass The output shows bascially whether the user has passed all courses. So user 1 would be an overall 'Pass' mark as all

Re: OT: SQL

2004-12-20 Thread Andy Jarrett
that the amount of pass marks equals the amount of entries for the user. Hope this makes sense Andy J On Mon, 20 Dec 2004 13:23:04 +0100, Mark Drew [EMAIL PROTECTED] wrote: Whats the question? On Mon, 20 Dec 2004 11:50:34 +, Andy Jarrett [EMAIL PROTECTED] wrote: Hi there, I am have a table

Re: OT: SQL

2004-12-20 Thread Andy Jarrett
cfsqltype=cf_sql_int value=#arguments.userId# /cfquery !--- Return 0 if there are no failures, int other than 0 (true) if there is a failure --- cfreturn qGetGrades.recordCount / /cffunction -joe On Mon, 20 Dec 2004 12:32:12 +, Andy Jarrett [EMAIL PROTECTED] wrote: Opps

Re: Fusebox 3 - circuit not loading fbx_settings.cfm?

2004-12-15 Thread Andy Jarrett
Are you currently getting an errors back? Or is it just not loading? How do you know its not loading. Usually if i think a page isnt being included them i put something like cfdump var=#fusebox# or cfdump var=#fapplication# at the top of the suspect page just to double check. Andy J

Re: CFMODULE vs. CFINCLUDE

2004-12-01 Thread Andy Jarrett
I've was thinking about this post last night - don't ask. To give you a little background im mainly a solid Fuseboxer so issues of layout have always been in the back of my head as it is something FB accomodates for. But the one thing i love about the move from FB2 to FB3 was having the layout

Should this code break

2004-11-10 Thread Andy Jarrett
Came across a weird one (or so i think) cfset i = 5 cfoutput#i GT 0 AND i LT 4#/cfoutput Returns NO - expected cfset i = 5 cfoutput#i GT 0 LT 4#/cfoutput Return Yes - not expected With the second snippet surely this should error?? Andy www.andyjarrett.co.uk

Re: OT: Find out my IP

2004-10-28 Thread Andy Jarrett
WOW, cheers for the response, i never knew all that about NTL's proxies. As for the upgrades, i've got mine here (on the south coast) had it for a while now and i gotta say i like it. Though the upload speed is what really needs looking into. Andy On Wed, 27 Oct 2004 20:18:02 +0100, Paul

Re: OT: Find out my IP

2004-10-28 Thread Andy Jarrett
N nothing that complicated. Just the usual direct wire from the NIC to the NTL box. On Thu, 28 Oct 2004 15:21:48 +0100, Thomas Chiverton [EMAIL PROTECTED] wrote: On Thursday 28 Oct 2004 13:08 pm, Andy Jarrett wrote: WOW, cheers for the response, i never knew all that about NTL's

OT: Find out my IP

2004-10-27 Thread Andy Jarrett
I wanted to know what IP address my PC was giving off online. I thought easy, just pop along to whatismyip.com and have a look. The result was not what i was expecting so i tried another, and another and i got a different result from every page (though always the same result from the same page).

Re: OT: Find out my IP

2004-10-27 Thread Andy Jarrett
Im in the UK and using NTL Andy On Wed, 27 Oct 2004 12:45:45 -0400, Ray Champagne [EMAIL PROTECTED] wrote: Who is you ISP? I got the same result in all of those links. Ray At 12:43 PM 10/27/2004, you wrote: I wanted to know what IP address my PC was giving off online. I

cached Queries

2004-10-24 Thread Andy Jarrett
Hi there, Is there away of telling if a query was generated from a cached query without setting a variable or anything?? Cheers Andy www.andyjarrett.co.uk ~| Sams Teach Yourself Regular Expressions in 10 Minutes by Ben Forta

Re: UTF-8 and MySQL

2004-10-22 Thread Andy Jarrett
The connection string worked a treat, cheer Paul On Thu, 21 Oct 2004 22:24:24 +0700, Paul Hastings [EMAIL PROTECTED] wrote: Andy Jarrett wrote: first off not really sure mysql supports unicode/utf-8 at all. cfprocessingdirective pageencoding=utf-8 cfcontent type=text/html; charset

Re: Odd Dreamweaver behaviour

2004-10-22 Thread Andy Jarrett
What do you name the file, i'll give it a go here if you want Andy www.andyjarrett.co.uk On Fri, 22 Oct 2004 10:00:24 +0100, James Smith [EMAIL PROTECTED] wrote: I have a CFM file that, every time I open it, crashes Dreamweaver with the following message... *** The instruction at

Re: CF developer numbers

2004-10-21 Thread Andy Jarrett
Or maybe even consider not going down the Blue Alanta pricing, but their own Flex pricing? Surely this would open up the gates a little? As long as you can gaurantee (somehow) that the site is going to be used for personal use (or charity etc) by giving the server away free in these cases means

UTF-8 and MySQL

2004-10-21 Thread Andy Jarrett
Hi there, I'm pretty sure this is me being naive. But i am running MySQL 4.1.6 and have create a MyIsam table with a UTF-8 character set. UPDATE cc_languages2 lang_coutry = 'Ελλάδα' WHERE langId = 2 When i run the above code in a cftry block i get the following error returned You have an

Re: UTF-8 and MySQL

2004-10-21 Thread Andy Jarrett
Fixed already bad, SQL statement, i was too concerned thinking it was a UTF-8 problem. Andy On Thu, 21 Oct 2004 08:49:30 +0100, Andy Jarrett [EMAIL PROTECTED] wrote: Hi there, I'm pretty sure this is me being naive. But i am running MySQL 4.1.6 and have create a MyIsam table with a UTF-8

Re: UTF-8 and MySQL

2004-10-21 Thread Andy Jarrett
' /cfquery cfoutput #q.lang_country# /cfoutput /cftry /body /html This should simply out Ελλάδα, but its not i am getting junk. I am running MySQL 4.1.6, on CFMX 6.1, windowsXP pro Cheers Andy On Thu, 21 Oct 2004 08:57:20 +0100, Andy Jarrett [EMAIL PROTECTED] wrote

Re: RegEx problem

2004-10-20 Thread Andy Jarrett
There's also CF RegEx at http://www.cfregex.com/ which is donationware Andy www.andyjarrett.co.uk On Tue, 19 Oct 2004 19:23:16 -0400, dave [EMAIL PROTECTED] wrote: http://www.regexbuddy.com/ so thats your secret charlie ;)

RegEx problem

2004-10-19 Thread Andy Jarrett
Hi there, Out of the following string i am trying to return only the value in the brackets user RegEx. String = German (Luxembourg) Is this possible in one Regex or does it have to be two? Cheers Andy J www.andyjarrett.co.uk

Re: RegEx problem

2004-10-19 Thread Andy Jarrett
set of brackets and nothing after the brackets. You could also use listLast() with delimiters: () -Original Message- From: Andy Jarrett [mailto:[EMAIL PROTECTED] Sent: Wednesday, 20 October 2004 12:04 p.m. To: CF-Talk Subject: RegEx problem Hi there, Out

Re: Session Variables dropping?

2004-10-14 Thread Andy Jarrett
100k in the Application scope. WOW. When it comes to this sort of thing im always way to reserved. Usually shying awaying from hold any huge amount of data in a persistance scope. What type of system you running this on: intranet, internet etc?? You got many other application on the same server?

Re: CF Certified Print Logos?

2004-10-13 Thread Andy Jarrett
.bin is a binary files that can be either: application/octet-stream application/bin application/binary application/x-msdownload (check out www.filext.com for anything extension related) You might want to try out an image viewer like http://www.irfanview.com/ (its freeware). On Tue, 12 Oct

Com Object

2004-10-06 Thread Andy Jarrett
Hi there, I have a com object installed on my development machine which was developed by another developer. When it is tested via a small VB app it all works fine. When i make a call and execute with CF i get the following error in my logs, # Created by JRun on 06/10 09:47:32 06/10 09:47:32

Re: Com Object

2004-10-06 Thread Andy Jarrett
Opps. Sorry running cfmx 6.1 On Wed, 6 Oct 2004 10:26:24 +0100, Robertson-Ravo, Neil (RX) [EMAIL PROTECTED] wrote: What version of CF? _ From: Andy Jarrett [mailto:[EMAIL PROTECTED] Sent: 06 October 2004 10:24 To: CF-Talk Subject: Com Object Hi there, I have a com

Re: Com Object

2004-10-06 Thread Andy Jarrett
/disabling and see what happens. _ From: Andy Jarrett [mailto:[EMAIL PROTECTED] Sent: 06 October 2004 10:43 To: CF-Talk Subject: Re: Com Object Opps. Sorry running cfmx 6.1 On Wed, 6 Oct 2004 10:26:24 +0100, Robertson-Ravo, Neil (RX) [EMAIL PROTECTED] wrote: What version of CF

Re: Com Object

2004-10-06 Thread Andy Jarrett
Just turned off all firewalls to no prevail. D'oh On Wed, 6 Oct 2004 11:16:35 +0100, Andy Jarrett [EMAIL PROTECTED] wrote: Sorry, my head is totally shot away today with Flu. CFMX 6.1 - fully updated - but without most Hotfixes WinXP pro w/IIS 5.1 w/SP2 On Wed, 6 Oct 2004 10:49:01 +0100

Re: Com Object

2004-10-06 Thread Andy Jarrett
registered the dll on the server? If so, have you changed it since you did? If you have, re-registering it might help. -Original Message- From: Andy Jarrett [mailto:[EMAIL PROTECTED] Sent: 06 October 2004 11:17 To: CF-Talk Subject: Re: Com Object Sorry, my head is totally shot away

Re: img serving images from different domin, good or bad for preformance, any suggestions?

2004-10-05 Thread Andy Jarrett
I'd be interested in where you heard that. As far as i am aware this should not affect CF at all as the img tag will never get processed by CF server. If anything it could stiffle the loading of the original HTML page because it has to do a call across domains and if the other domain is down, or

Re: free web design?

2004-10-04 Thread Andy Jarrett
Even by comparison addr.com can be seen as expensive. My friend who was a freelancer had a couple of 3/4 page static jobs taken of him last year because they (the client)found a cheaper alternative which tended to be a Frontpage Template. Plus he even heard one client saying that it was going to

Re: OT-MySql Newbiee

2004-10-04 Thread Andy Jarrett
In the way of graphical GUI's you can also try for free MySQL Control Centre http://www.mysql.com/products/mysqlcc/ MySQL Query Browser http://dev.mysql.com/downloads/query-browser/ There are als some paid for version like which give free 30day eval MySQL Fronthttp://www.mysqlfront.de/ SQLyog

encrypt whole site

2004-09-29 Thread Andy Jarrett
Has anyone come across a tool to encrypt all .cfm pages in a site (preferably free)? I just don't want to re-invent the wheel by creating a script to loop through all folders and encrypt them if someone has already done it. Cheers Andy www.andyjarrett.co.uk [Todays Threads] [This Message]

Re: encrypt whole site

2004-09-29 Thread Andy Jarrett
opps, thought this just did one page at a time. *holding head low will promise to properly read docs before posting* :o) Andy www.andyjarrett.co.uk - Original Message - From: Dave Watts [EMAIL PROTECTED] Date: Wed, 29 Sep 2004 08:36:05 -0400 Subject: RE: encrypt whole site To: CF-Talk

Re: Change .cfm to .xxx - Legal or not?

2004-09-24 Thread Andy Jarrett
Just to add, one company which i think make good use of this by incoporating their name is Hotchilli.com (and i think as well that it is CF that they use) e.g. http://hotchilli.com/hosting/domains.hot Andy www.andyjarrett.co.uk - Original Message - From: Marco Antonio C. Santos [EMAIL

Re: Regex Question

2004-09-24 Thread Andy Jarrett
WIthout sounding silly. Isn't this more of a simple replace rather than using RegEx? replace(string, '[GT:moons]', 'a href=""> ', 'all') Just a thought Andy On Fri, 24 Sep 2004 10:18:53 -0400, Duane Boudreau [EMAIL PROTECTED] wrote: Hi All, Got a regex question. Sample content

Re: .cfmail to .eml

2004-08-24 Thread Andy Jarrett
Thanks for that. Though i've installed the CFX and registered it with CF the following code isnt producing a file cfx_imsmail createmailfileonly=yes spooldir=c:\ header_to=[EMAIL PROTECTED] header_from=[EMAIL PROTECTED] body=test Is there something im missing? Cheers Andy CFX_iMSMail

Re: .cfmail to .eml

2004-08-24 Thread Andy Jarrett
Thanks for that. Though with the following code it doesnt seem to be generating any file cfx_imsmail createmailfileonly=yes spooldir=c:\Documents and Settings\aj\Desktop\ header_to=[EMAIL PROTECTED] header_from=[EMAIL PROTECTED] body=test Am i missing something? Andy [Todays Threads]

Re: .cfmail to .eml

2004-08-24 Thread Andy Jarrett
/cfx_imsmail353_dll.zip Just replace the one you have with the enclosed DLL and you should be good to go. Regards, Howie - Original Message - From: Andy Jarrett To: CF-Talk Sent: Tuesday, August 24, 2004 10:50 AM Subject: Re: .cfmail to .eml Thanks

Re: Is this possible in SQL

2004-08-10 Thread Andy Jarrett
Cheers Matt, Worked a charm I have two tables which I want to query at the same time. I'm thinking something along the lines of SELECT c.categoryid, sc.sub_CategoryId FROM categories c, sub_category sc WHERE c.category = '#form.searchVal#' OR sc.sub_Category = '#form.searchVal#' LIMIT 1 But

Re: advice on structure and cfcs (petmarket related)

2004-08-10 Thread Andy Jarrett
My CFC knowledge is limited at the moment, but if you want some good starting points to building an app with CFC's then downloand and check out Ray Camdens BlogCFC (http://www.camdenfamily.com/morpheus/blog/). If you're looking for a good way to structure your code then have you looked at

Re: MySQL 4.1 reliability?

2004-08-10 Thread Andy Jarrett
I've been playing around with it on my home machine and word Dev machine with no problems so far. Andy J I am running it fine on our intranet, no problems so far. -- Jay [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: createTimeSpan can't take parameter as variable?

2004-08-03 Thread Andy Jarrett
Cheers Pascal, i see what you mean by error in my code, its quite obvious now - don't you love hindsight. To explain what i was playing around with in my head - I was thinking of having an .ini file with a string profile like: tSpan=0,2,0,0 The idea was to have some key variables which could