RE: [ cf-dev ] IIS connectors (urgent)

2002-12-04 Thread Colm Brazel
Aidan, Right click site in IIS, look at properties, make sure Scripts are enabled. Colm Colm Brazel MA CB Publications www.cbweb.net [EMAIL PROTECTED] [EMAIL PROTECTED] -Original Message- From: Ai

RE: [ cf-dev ] XML + XPath

2002-12-04 Thread Paul Johnston
To add to my last post: >From the CFMX docs: xmlSearch Return Value: An array of XML object nodes that match the search criteria. Use the function isXmlDoc To check if what you have is an XML Document Object (in terms of CFMX) before doing an Xmlsearch on it! Paul Paul Johnston Technical Arc

RE: [ cf-dev ] XML + XPath

2002-12-04 Thread Justin MacCarthy
if you do #IsXmlDoc(mywotsit)# = no Justin > -Original Message- > From: Paul Johnston [mailto:[EMAIL PROTECTED]] > Sent: 04 December 2002 17:35 > To: [EMAIL PROTECTED] > Subject: RE: [ cf-dev ] XML + XPath > > > Okay, I may be wrong, but... > > When you do parsing and stuff on

RE: [ cf-dev ] XML + XPath

2002-12-04 Thread Tim Blair
Problem sorted! As I was expecting, it was a failure in my understanding of XPath. Bascially, by passing the "wotsit" element though to the function, I'm guessing that what is happening is that the XML object is actually the complete XML document structure but with a pointer to the particular nod

RE: [ cf-dev ] XML + XPath

2002-12-04 Thread Paul Johnston
Okay, I may be wrong, but... When you do parsing and stuff on an XML document, you usually end up with things like Nodes. Now a document is not a type of Node (Java Object-wise) so what could be happening is that you are trying to do a function on a Node and not a Document. Try doing xmlParse on

RE: [ cf-dev ] XML + XPath

2002-12-04 Thread Robertson-Ravo, Neil (RX)
yes, its a Struct -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 04 December 2002 17:29 To: [EMAIL PROTECTED] Subject: RE: [ cf-dev ] XML + XPath Having not used MX's XML functiontionality yet I don't know if this is valid. Am I correct in assuming that the

RE: [ cf-dev ] OT: HTML validation

2002-12-04 Thread Aidan Whitehall
> at a guess i'd say it's picking up the 'body' style you've > specified, and confusing it for the body tag??? Nah... commented out the that style tag and revalidated, but no dice. Thanks for the idea, though. Bit of a puzzler... -- Aidan Whitehall <[EMAIL PROTECTED]> Macromedia ColdFusion Dev

RE: [ cf-dev ] XML + XPath

2002-12-04 Thread rafe . fitzpatrick
Having not used MX's XML functiontionality yet I don't know if this is valid. Am I correct in assuming that the XML returned by the search can also be regarded as a struct. If so could you use the struct functions to do what you want. Rafe Fitzpatrick Senior Developer http://www.alienationdesign

RE: [ cf-dev ] XML + XPath

2002-12-04 Thread Tim Blair
> what does it return if you try > > Nothing. I've tried all sorts of combinations thinking that perhaps it was my XPath up the spout, but the only way I can get anything back is to use /thing/wotsit[@name=...]/foo *sigh* --- Tim Blair Web

RE: [ cf-dev ] XML + XPath

2002-12-04 Thread rafe . fitzpatrick
what does it return if you try Rafe Fitzpatrick Senior Developer http://www.alienationdesign.co.uk mailto:[EMAIL PROTECTED] Tel: 0141 575 9700 Fax: 0141 575 9600 Creative solutions in a technical world -- Get your domain nam

RE: [ cf-dev ] XML + XPath

2002-12-04 Thread Tim Blair
> http://www.zvon.org/xxl/XPathTutorial/General/examples.html Already looked there. The thing I don't understand is that I assumed that by using a different "branch" of the XML document as the root node, that I could just go from that point by using /sub/thing rather than going from the root nod

Re: [ cf-dev ] XML + XPath

2002-12-04 Thread rafe . fitzpatrick
http://www.zvon.org/xxl/XPathTutorial/General/examples.html Rafe Fitzpatrick Senior Developer http://www.alienationdesign.co.uk mailto:[EMAIL PROTECTED] Tel: 0141 575 9700 Fax: 0141 575 9600 Creative solutions in a technical world ---

Re: [ cf-dev ] OT: HTML validation

2002-12-04 Thread duncan . cumming
at a guess i'd say it's picking up the 'body' style you've specified, and confusing it for the body tag??? bit of a longshot that one. try cutting out all the javascript etc and simplifying it back until it validates. or change your doctype and see if that makes a difference. Duncan Cumming I

[ cf-dev ] OT: HTML validation

2002-12-04 Thread Aidan Whitehall
I used to be a real fanatic on validating html, but it's ages since I've fretted about it. I was just trying to get http://www.fairbanks.co.uk/ to validate and it's throwing 4 errors, the 3rd of which suggests that the tag hasn't been opened. Can anyone take a stab at telling me why the validator

RE: [ cf-dev ] Traceroute problems

2002-12-04 Thread Snake
Good old NTL. They kept sending me viruses from their postmaster account, and I kept reporting to ther fukwit techies who didn't have a clue, had to get a manager on the phone and scream in order for them to install a virus scanner on their own server and stop it. -Original Message- From:

[ cf-dev ] XML + XPath

2002-12-04 Thread Tim Blair
Morning all... I'm having a bit of confusion with using XPath (the XMLSearch() function) within CFMX. As far as my limited knowledge of XPath goes, the results from the XMLSearch() function depends upon the current context, i.e. the root node being used to "search" against. Simple XML doc: t

RE: [ cf-dev ] Traceroute problems

2002-12-04 Thread Paul Johnston
Ignore it... ISP rather impressively screwing up network routing somehow (NTL if you want to know!) Paul Paul Johnston Technical Architect PJ Net Solutions Ltd http://www.pjnetsolutions.com +44 (0)7866 573013 > -Original Message- > From: Paul Johnston [mailto:[EMAIL PROTECTED]] > Sent:

[ cf-dev ] Traceroute problems

2002-12-04 Thread Paul Johnston
Is anyone else having traceroute problems retrieving .com domains? Paul Paul Johnston Technical Architect PJ Net Solutions Ltd http://www.pjnetsolutions.com +44 (0)7866 573013 > -Original Message- > From: Paul Johnston [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, December 04, 2002 1:28

RE: [ cf-dev ] datacash

2002-12-04 Thread Douglas McKenzie
Agreed. Cant believe it was that simple! Been up all night playing with the perl api (not a bad thing in itself) but this is just lovely. It also means no fights with their server admin about installing more software onto the server :) -Original Message- From: Douglas Humphris [mailto:[EMA

RE: [ cf-dev ] datacash

2002-12-04 Thread Douglas Humphris
No probs. Saves you messing around with the Java API... D -Original Message- From: Douglas McKenzie [mailto:[EMAIL PROTECTED]] Sent: 04 December 2002 15:11 To: [EMAIL PROTECTED] Subject: RE: [ cf-dev ] datacash That more than bloody helps, it works! You star! -Original Message-

RE: [ cf-dev ] datacash

2002-12-04 Thread Douglas McKenzie
That more than bloody helps, it works! You star! -Original Message- From: Douglas Humphris [mailto:[EMAIL PROTECTED]] Sent: 04 December 2002 14:54 To: [EMAIL PROTECTED] Subject: RE: [ cf-dev ] datacash I know it doesn't mention this in the docs: http://snurl.com/es2 but I'm sure I saw so

RE: [ cf-dev ] datacash

2002-12-04 Thread Douglas Humphris
I know it doesn't mention this in the docs: http://snurl.com/es2 but I'm sure I saw somewhere that you can do this which will post the XML in the http response header. Actually, if you look right at the foot of the livedocs, you'll see it mentioned, dated July 22nd. HTH, Douglas -Origin

RE: [ cf-dev ] datacash

2002-12-04 Thread Douglas McKenzie
Sure: https://testserver.datacash.com/Transaction"; method="POST" resolveurl="false"> #cfhttp.FileContent# tried it with sending a file and also the info as a formfield. Error message I get back is that FileCOntent is undefained ie no response -Origina

RE: [ cf-dev ] datacash

2002-12-04 Thread Douglas McKenzie
Will do - just downloaded it -Original Message- From: Douglas Humphris [mailto:[EMAIL PROTECTED]] Sent: 04 December 2002 14:37 To: [EMAIL PROTECTED] Subject: RE: [ cf-dev ] datacash Haven't tried this, but if you're running CFMX you should be able to use CFIMPORT to call the Java API. I'

RE: [ cf-dev ] datacash

2002-12-04 Thread Douglas Humphris
Haven't tried this, but if you're running CFMX you should be able to use CFIMPORT to call the Java API. I've been meaning to write a CFC that uses the Java API and therefore creates a virtual CF API. Let me know how you get on if you try using the Java API. D -Original Message- From: D

RE: [ cf-dev ] IIS connectors (urgent)

2002-12-04 Thread Aidan Whitehall
> Make another site the same as the Default in all ways, turn > default off and switch that one on, and see if the IISConnecters > works then. BTW, if you add a new site, you only have to run the batch file that creates the connectors, don't you? (guess it's yes, but want to double-check). -- A

RE: [ cf-dev ] datacash

2002-12-04 Thread Douglas Humphris
Can I see you're cfhttp code? D -Original Message- From: Douglas McKenzie [mailto:[EMAIL PROTECTED]] Sent: 04 December 2002 14:31 To: [EMAIL PROTECTED] Subject: RE: [ cf-dev ] datacash Will have a look at the java api. cfhttp doesnt appear to be working at all under cfmx. Im not even get

RE: [ cf-dev ] IIS connectors (urgent)

2002-12-04 Thread Aidan Whitehall
> [snip] > i'm just guessing really, cos i've no idea. Well, I appreciate your thoughts, anyway. I guess it'll boil down to a process of elimination, as you suggest. The fortunate thing is that the one site on which the JRunScripts folder wasn't recreated was the one which we're going to drop sho

RE: [ cf-dev ] datacash

2002-12-04 Thread Douglas McKenzie
Will have a look at the java api. cfhttp doesnt appear to be working at all under cfmx. Im not even getting a response back from the server. Will have a look at cfobject as well. Hadnt considered that. -Original Message- From: Douglas Humphris [mailto:[EMAIL PROTECTED]] Sent: 04 December

RE: [ cf-dev ] MAC and file upload probs again

2002-12-04 Thread Snake
Trim don't help as it is not space. If field one is 32 long, so is field 2 supposedly even though it's nothing in it. -Original Message- From: Sandeep Shetty [mailto:[EMAIL PROTECTED]] Sent: 04 December 2002 13:57 To: '[EMAIL PROTECTED]' Subject: RE: [ cf-dev ] MAC and file upload probs

RE: [ cf-dev ] MAC and file upload probs again

2002-12-04 Thread Sandeep Shetty
how about does that help? i reme,ber my colleague having a similar problem and using a similar solution -Original Message- From: Snake [mailto:[EMAIL PROTECTED]] Sent: 04 December 2002 12:47 To: [EMAIL PROTECTED] Subject: [ cf-dev ] MAC and file upload probs again OK whats the deal with

RE: [ cf-dev ] MAC and file upload probs again

2002-12-04 Thread Martin Gill
What is the content of the second field that is submitted, can you trim() it to get the true length? Is the content the same as for the first field? Can you check the validity directly in any way without using the lengh of the data? Just my two aardvarks worth? Martin -Original Message-

RE: [ cf-dev ] datacash

2002-12-04 Thread Douglas Humphris
There is a Java API for Datacash. Why don't you use CFOBJECT? That would probably be a better solution to using the COM object anyway. I assume you're using CF5? MX shouldn't give you any problems because it handles XML in CFHTTP much better. D -Original Message- From: Douglas McKenzie

RE: [ cf-dev ] MAC and file upload probs again

2002-12-04 Thread Snake
I used the disabled form fields method already now. Checking the length of the fields doesn't help, as they are always the same regardless of what was submitted. -Original Message- From: Alex Skinner [mailto:[EMAIL PROTECTED]] Sent: 03 December 2002 13:41 To: [EMAIL PROTECTED] Subject: RE

RE: [ cf-dev ] datacash

2002-12-04 Thread Douglas McKenzie
yeah it is an ssl site but theres more to it than that. Ive been up most of the night playing with the perl version uner linux and have made some progress. Ive managed to write the xml and send and receive a reply back from datacash (which was that I was ending duff xml . The duff xml is not really

RE: [ cf-dev ] Regular Expressions...

2002-12-04 Thread Robertson-Ravo, Neil (RX)
Cool, cheers Paul -Original Message- From: Paul Johnston [mailto:[EMAIL PROTECTED]] Sent: 04 December 2002 13:24 To: [EMAIL PROTECTED] Subject: [ cf-dev ] Regular Expressions... As per previous discussions on this list about Regular Expressions, I have started (which means it's not finis

RE: [ cf-dev ] MAC and file upload probs again

2002-12-04 Thread Alex Skinner
Macs are a pain the arse is this i.e 4.5 ? I'd use 2 hidden controls one for each of the form fields when the user puts some data in a form field the hidden control corresponding is set a true status through javascript. Only insert the image or work with the image on the server side if the corre

RE: [ cf-dev ] Regular Expressions...

2002-12-04 Thread Paul Johnston
Sorry about the double posting... Oops! Paul Johnston Technical Architect PJ Net Solutions Ltd http://www.pjnetsolutions.com +44 (0)7866 573013 -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

RE: [ cf-dev ] MAC and file upload probs again

2002-12-04 Thread Snake
So u have to submit the form, click back, fill in the other form and then submit that. Do u think muppet users will figure that one out. NOPE -Original Message- From: Matt Horn [mailto:[EMAIL PROTECTED]] Sent: 04 December 2002 13:12 To: [EMAIL PROTECTED] Subject: RE: [ cf-dev ] MAC and fi

[ cf-dev ] Regular Expressions...

2002-12-04 Thread Paul Johnston
As per (many) previous discussions on this list about Regular Expressions, I have started (which means it's nowhere near finished) a site on Regular Expressions. If you want to have a look, please go to http://www.pjnetsolutions.com/regex/ and currently only the "simple" section works and is about

[ cf-dev ] Regular Expressions...

2002-12-04 Thread Paul Johnston
As per previous discussions on this list about Regular Expressions, I have started (which means it's not finished) a site on Regular Expressions. If you want to have a look, please go to http://www.pjnetsolutions.com/regex/ and currently only the "simple" section works and is about half complete.

RE: [ cf-dev ] MAC and file upload probs again

2002-12-04 Thread Matt Horn
thats the point so the other form won't get uploaded unless you SPECIFICALLY hit its upload button but Taz's solution is better *grumble* At 13:06 04/12/2002 +, you wrote: You cannot upload multiple forms. Onlt the one submitted one will get sent. -Original Message- From: Matt Ho

RE: [ cf-dev ] datacash

2002-12-04 Thread Paul Johnston
What is the problem with it? Is there no response or is it just that you don't get the correct response or what? Assuming you can't use XML COM object (and let's face it, that's not really a big problem is it), then is it literally a post that you are doing? Is it an SSL site as well? Paul Pau

RE: [ cf-dev ] datacash

2002-12-04 Thread Douglas McKenzie
ok, thats good to know. But what if you're running cf on linux? -Original Message- From: Douglas Humphris [mailto:[EMAIL PROTECTED]] Sent: 04 December 2002 09:34 To: [EMAIL PROTECTED] Subject: RE: [ cf-dev ] datacash Oh and you can read the response through: objXMLHTTP.responseText D --

RE: [ cf-dev ] MAC and file upload probs again

2002-12-04 Thread Snake
FFS I hate macs, they are so flippin gay. -Original Message- From: Taz -=TT=- [mailto:[EMAIL PROTECTED]] Sent: 04 December 2002 13:01 To: [EMAIL PROTECTED] Subject: Re: [ cf-dev ] MAC and file upload probs again You need to disable the form field in javascript on submit if there's n

RE: [ cf-dev ] MAC and file upload probs again

2002-12-04 Thread Snake
You cannot upload multiple forms. Onlt the one submitted one will get sent. -Original Message- From: Matt Horn [mailto:[EMAIL PROTECTED]] Sent: 04 December 2002 12:57 To: [EMAIL PROTECTED] Subject: Re: [ cf-dev ] MAC and file upload probs again put them in different forms? At 12:47 04

Re: [ cf-dev ] MAC and file upload probs again

2002-12-04 Thread Taz -=TT=-
You need to disable the form field in javascript on submit if there's nothing in it. There should be some stuff about this in the archive Taz -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EM

Re: [ cf-dev ] MAC and file upload probs again

2002-12-04 Thread Matt Horn
put them in different forms? At 12:47 04/12/2002 +, you wrote: OK whats the deal with this on a MAC. Two formfields for file upload. If you upload something in the first and not the second, the second still submits something and it has the same length as the first, and thus you process it

[ cf-dev ] MAC and file upload probs again

2002-12-04 Thread Snake
OK whats the deal with this on a MAC. Two formfields for file upload. If you upload something in the first and not the second, the second still submits something and it has the same length as the first, and thus you process it thinking there was a file upload, which of course generates an error.

RE: [ cf-dev ] OT: Linux IDE for CF

2002-12-04 Thread Tim Blair
> Jedit + it has plugins for coldfusion Cheers Alex, just what I was looking for. Tim. --- Tim Blair Web Application Engineer, Rawnet Limited Direct Phone : +44 (0) 1344 393 441 Switchboard : +44 (0) 1344 393 040 --

[ cf-dev ] FW: Lists vs. Arrays vs. Structures

2002-12-04 Thread Rich Wild
For anyone who doesn't subscribe to cf-talk, I thought this post by Michael Dinowitz was pretty interesting -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 04 December 2002 05:06 To: CF-Talk Subject: Lists vs. Arrays vs. Structures I'm rewriting my CFMakeT

Re: [ cf-dev ] Automated Stored Procedure Writing - The Solution in CF

2002-12-04 Thread duncan . cumming
why these numbers for your array? I'm sure there's an obvious reason that I don't know about. Duncan Cumming IT Manager http://www.alienationdesign.co.uk mailto:[EMAIL PROTECTED] Tel: 0141 575 9700 Fax: 0141 575 9600 Creative solutions in a technical world

RE: [ cf-dev ] IIS connectors (urgent)

2002-12-04 Thread duncan . cumming
what's different between Default and the others? all sites are running? do they all have similar host headers, or does default have just an IP address, or a different IP address from the others, etc etc. Make another site the same as the Default in all ways, turn default off and switch that one

[ cf-dev ] Automated Stored Procedure Writing - The Solution in CF

2002-12-04 Thread Paolo Piponi
Since nobody had a solution to my previous query I've gone and done it myself and thought I'd share it with you. It's crude but it'll automate the writing of basic SQL INSERTS and UPDATES and the related CF code. I haven't attempted to write good code, but simply wrote it as fast as possible. If an

RE: [ cf-dev ] IIS connectors (urgent)

2002-12-04 Thread Aidan Whitehall
> I ran into something like this when I was trying to get Flash > remoting to work on a hulti honed server. The defaultinatsall > only installs the jrun scripts directory on the default site. I think > this is a bug and you need to download and install the CFMX > updater then do the conector thing

Re: [ cf-dev ] IIS connectors (urgent)

2002-12-04 Thread Giles Roadnight
I ran into something like this when I was trying to get Flash remoting to work on a hulti honed server. The defaultinatsall only installs the jrun scripts directory on the default site. I think this is a bug and you need to download and install the CFMX updater then do the conector thing. I had a

Re: [ cf-dev ] cfupdate - was cfselect..brain parp

2002-12-04 Thread Tom Smith
yeah, but I still prefer to write my own code for things like that. and I really, really hate cfinsert / cfupdate as I am sure you have to put them in a specific order or name them the same as the db fields not used it in over 3 years now as I've been using stored procedures for a very long t

[ cf-dev ] IIS connectors (urgent)

2002-12-04 Thread Aidan Whitehall
W2K Server, no web site under Default, three other web sites. I just ran the RemoveIISConnectors.bat file and it deleted the JRunScripts folder from all the web sites, including the Default Web Site. Ran the IISConnectors.bat file and it recreated JRunScripts in all web site root folders except on

RE: [ cf-dev ] cfselect..brain parp

2002-12-04 Thread Robertson-Ravo, Neil (RX)
Yep, think I will, I just removed all CFFORM gumf and went with a generic script. -Original Message- From: Taz -=TT=- [mailto:[EMAIL PROTECTED]] Sent: 04 December 2002 10:46 To: [EMAIL PROTECTED] Subject: Re: [ cf-dev ] cfselect..brain parp > that said, why does it not work? CFSelect is

Re: [ cf-dev ] cfselect..brain parp

2002-12-04 Thread Giles Roadnight
Ahhh, thjat does sound useful. I was writing a query the other day that I did not know the data type of one field. I had to put a cfcatch around it and if it failed try it as a numeric field instead. Thanks for letting us know. - Original Message - From: "Snake" <[EMAIL PROTECTED]> To: <[

RE: [ cf-dev ] cfselect..brain parp

2002-12-04 Thread Snake
Actually TOM cfinsert and cfupdate are very useful because they figure out the column data types for you and thus you do not need to know what they are. Very useful for doing a dynamic insert or update when u are not sure what fields u will actually be using. -Original Message- From: Tom

Re: [ cf-dev ] cfselect..brain parp

2002-12-04 Thread duncan . cumming
yes. Duncan Cumming IT Manager http://www.alienationdesign.co.uk mailto:[EMAIL PROTECTED] Tel: 0141 575 9700 Fax: 0141 575 9600 Creative solutions in a technical world -- Get your domain names online from: http://www.alienati

Re: [ cf-dev ] cfselect..brain parp

2002-12-04 Thread Tom Smith
is that the same as the cfinsert (you know the crappy database insert and update tags) and things like that? rubbish. unless you are learning and don't know any better - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, December 04, 2002 10:49 AM Subjec

Re: [ cf-dev ] cfselect..brain parp

2002-12-04 Thread duncan . cumming
one of those tags that when i first started to learn CF, over 3 years ago, I thought, "hey this looks pretty handy", along with CFGrid, CFTextInput etc. Then wised up, and haven't used them since. Duncan Cumming IT Manager http://www.alienationdesign.co.uk mailto:[EMAIL PROTECTED] Tel: 0141 57

Re: [ cf-dev ] cfselect..brain parp

2002-12-04 Thread Tom Smith
have you thought about using values in your cfselect? personally I don't know what the problem is as I hate cf-form type functions, and write my own js for that kind of thing, if needed. might be worth trying it with values in each of the select things. - Original Message - From: "Roberts

Re: [ cf-dev ] OT: Linux IDE for CF

2002-12-04 Thread Tom Smith
that looks so nice:) - Original Message - From: "Alex Skinner" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 03, 2002 10:21 AM Subject: RE: [ cf-dev ] OT: Linux IDE for CF > http://www.joshuasmiller.com/jedit/index.cfm > > checkout the jedit resources > >

Re: [ cf-dev ] cfselect..brain parp

2002-12-04 Thread Taz -=TT=-
> that said, why does it not work? CFSelect is a crappy tag. I don't think its ever been much use. Put it down to: "just one of those things" Taz -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

RE: [ cf-dev ] cfselect..brain parp

2002-12-04 Thread duncan . cumming
must be a problem with CF's auto javascript. which is why you need to write your own. just never use cfselect as it's very limiting. Duncan Cumming IT Manager http://www.alienationdesign.co.uk mailto:[EMAIL PROTECTED] Tel: 0141 575 9700 Fax: 0141 575 9600 Creative solutions in a technical wo

RE: [ cf-dev ] cfselect..brain parp

2002-12-04 Thread Robertson-Ravo, Neil (RX)
that said, why does it not work? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 04 December 2002 10:25 To: [EMAIL PROTECTED] Subject: Re: [ cf-dev ] cfselect..brain parp don't use cfselect, use and write your own javascript. Duncan Cumming IT Manager htt

RE: [ cf-dev ] cfselect..brain parp

2002-12-04 Thread Robertson-Ravo, Neil (RX)
yep, thats what I thoughtcheers my man -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 04 December 2002 10:25 To: [EMAIL PROTECTED] Subject: Re: [ cf-dev ] cfselect..brain parp don't use cfselect, use and write your own javascript. Duncan Cumming IT Ma

Re: [ cf-dev ] cfselect..brain parp

2002-12-04 Thread duncan . cumming
don't use cfselect, use and write your own javascript. Duncan Cumming IT Manager http://www.alienationdesign.co.uk mailto:[EMAIL PROTECTED] Tel: 0141 575 9700 Fax: 0141 575 9600 Creative solutions in a technical world -- Get

[ cf-dev ] cfselect..brain parp

2002-12-04 Thread Robertson-Ravo, Neil (RX)
uurgh, why the heck is not working? I just cant see it? -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED]

RE: [ cf-dev ] OT: Linux IDE for CF

2002-12-04 Thread Alex Skinner
http://www.joshuasmiller.com/jedit/index.cfm checkout the jedit resources K ALex -Original Message- From: Paul Johnston [mailto:[EMAIL PROTECTED]] Sent: 04 December 2002 10:10 To: [EMAIL PROTECTED] Subject: RE: [ cf-dev ] OT: Linux IDE for CF Where's the plugin for coldfusion then? L

RE: [ cf-dev ] OT: Linux IDE for CF

2002-12-04 Thread Paul Johnston
Where's the plugin for coldfusion then? Link would be good! Paul Paul Johnston Technical Architect PJ Net Solutions Ltd http://www.pjnetsolutions.com +44 (0)7866 573013 > -Original Message- > From: Alex Skinner [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, December 03, 2002 10:03 AM > To

RE: [ cf-dev ] Microsoft Access GUID?

2002-12-04 Thread Robertson-Ravo, Neil (RX)
yeah, I know but you are so accomodating ;-) to be honest I never noticed that in SQL Server! -Original Message- From: Rich Wild [mailto:[EMAIL PROTECTED]] Sent: 04 December 2002 10:00 To: '[EMAIL PROTECTED]' Subject: RE: [ cf-dev ] Microsoft Access GUID? > Really? have you for an exam

RE: [ cf-dev ] Microsoft Access GUID?

2002-12-04 Thread Rich Wild
> Really? have you for an example? well to be honest Neil, you *could* do a simple example yourself. But since I'm here now: CF UUID: E8FCE361-1020-FE52-86C21AC95E730836 SQL UUID: 92E655D0-FF27-4792-A6D1-006C7E36A04B -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/

RE: [ cf-dev ] OT: Linux IDE for CF

2002-12-04 Thread Alex Skinner
Jedit + it has plugins for coldfusion Alex -Original Message- From: Tim Blair [mailto:[EMAIL PROTECTED]] Sent: 04 December 2002 09:55 To: [EMAIL PROTECTED] Subject: [ cf-dev ] OT: Linux IDE for CF Hey everyone, Does anyone have any suggestions for an IDE for developing CF under Linux?

[ cf-dev ] OT: Linux IDE for CF

2002-12-04 Thread Tim Blair
Hey everyone, Does anyone have any suggestions for an IDE for developing CF under Linux? At the moment I'm using a combination of kate and vi, but I was wondering if there was anything more suitable to CF? Cheers, Tim. --- Tim Blair Web Appli

RE: [ cf-dev ] datacash

2002-12-04 Thread Douglas Humphris
Oh and you can read the response through: objXMLHTTP.responseText D -Original Message- From: Douglas Humphris Sent: 04 December 2002 09:33 To: [EMAIL PROTECTED] Subject: RE: [ cf-dev ] datacash Hi Douglas, Use this code to talk to DataCash: objXMLHTTP = createObject("COM","m

RE: [ cf-dev ] datacash

2002-12-04 Thread Douglas Humphris
Hi Douglas, Use this code to talk to DataCash: objXMLHTTP = createObject("COM","microsoft.xmlhttp"); objXMLHTTP.open("POST","#Attributes.ServerName#",false); objXMLHTTP.setRequestHeader("Content-Type", "text/xml"); objXMLHTTP.send(XMLDataString); where XMLDataS

RE: [ cf-dev ] Microsoft Access GUID?

2002-12-04 Thread Robertson-Ravo, Neil (RX)
Really? have you for an example? kinda defeats he purpose of a GUUID? -Original Message- From: Rich Wild [mailto:[EMAIL PROTECTED]] Sent: 04 December 2002 08:35 To: '[EMAIL PROTECTED]' Subject: RE: [ cf-dev ] Microsoft Access GUID? > No Access doesn't have this, but ColdFusion does. Cr

Re: [ cf-dev ] Microsoft Access GUID?

2002-12-04 Thread Taz -=TT=-
> problem with that is that CF's UUIDs have a different format to SQL Server's > so when he comes to integrate it with SQL Server he'll have to do extra work > to create new ones, unless he stays using CF for the UUIDs, which is just > extra overhead for the cf server. Have I missed something here

RE: [ cf-dev ] datacash

2002-12-04 Thread Martin Gill
It works in CF4.5 but none of the other versions due to the way that CFHTTP was changed to fix a bug. The whole thing has caused me a lot of grief. What you have to do is use the Microsoft XML object to package up the XMLHttp and then send it. When Douglas Humphris gets into work he should be able

RE: [ cf-dev ] Microsoft Access GUID?

2002-12-04 Thread Rich Wild
> No Access doesn't have this, but ColdFusion does. CreateUUID() problem with that is that CF's UUIDs have a different format to SQL Server's so when he comes to integrate it with SQL Server he'll have to do extra work to create new ones, unless he stays using CF for the UUIDs, which is just extra