more migration woes

2004-02-17 Thread Sangeeta Karmokar
Can anyone help me Please. Intially I was working on PC so Coldfusion Server was running on PC, but now in my office they have shifted PC to Mac OS X. You know in PC how we cansave all database in db folder and cfm pages in WWWroot folder of the server and then later from Admin section we can

Transfer to Mac OS X Server

2004-02-17 Thread Sangeeta Karmokar
Can anyone help me Please Intially I was working on PC so Coldfusion Server was running on PC, but now in my office they have shifted PC to Mac OS X. You know in PC how we cansave all database in db folder and cfm pages in WWWroot folder of the server and then later from Admin section we can

RE: Splitting Access DB Columns

2004-02-17 Thread Pascal Peters
I don't know that much about access sql, but you can do it in cf. First create the new fields for city and zip. cfquery name=qCity datasource=... Select city, id from tbl /cfquery cfset regexp = ^(.+)[[:space:]]+([0-9]+)$ cfloop query=qCity cfset stTmp = REFindNoCase(regexp,qCity.city,1,true)

Re: new version of the cfeclipse plugin (1.1.0)

2004-02-17 Thread Thomas Chiverton
On Tuesday 17 February 2004 05:57 am, Rob Rohan wrote: There is a new cfeclipse plug-in (1.1.0) 3.0M7 (note M7). I don't know whos Fault it was, but it's much faster now :-) This version adds a bit of key bindings ... Cold Fusion menu I was thinking about starting to learn how to add them

Re: Transfer to Mac OS X Server

2004-02-17 Thread Rob Rohan
On Mon, 2004-02-16 at 22:56, Sangeeta Karmokar wrote: Can anyone help me Please Intially I was working on PC so Coldfusion Server was running on PC, but now in my office they have shifted PC to Mac OS X. Congratulations :) You know in PC how we cansave all database in db folder and

Re: new version of the cfeclipse plugin (1.1.0)

2004-02-17 Thread Rob Rohan
On Tue, 2004-02-17 at 00:31, Thomas Chiverton wrote: On Tuesday 17 February 2004 05:57 am, Rob Rohan wrote: There is a new cfeclipse plug-in (1.1.0) 3.0M7 (note M7). I don't know whos Fault it was, but it's much faster now :-) I wish it was me... but it was them :(. The fonts look way

Re: new version of the cfeclipse plugin (1.1.0)

2004-02-17 Thread Thomas Chiverton
On Tuesday 17 February 2004 08:38 am, Rob Rohan wrote: The fonts look way better on Linux now too. :hadn't notice any difference, what are they meant to have done ? to do cool stuff like tree views etc. So much to learn so little time :) And collapse of the code view based on it... mmm...

Re: new version of the cfeclipse plugin (1.1.0)

2004-02-17 Thread Rob Rohan
On Tue, 2004-02-17 at 00:43, Thomas Chiverton wrote: On Tuesday 17 February 2004 08:38 am, Rob Rohan wrote: The fonts look way better on Linux now too. :hadn't notice any difference, what are they meant to have done ? It just looks less GTKish to me (perhaps I've been up too long) - the

RE: Regular expression help

2004-02-17 Thread Pascal Peters
cfscript regexp = ##[[:space:]]*([0-9]{2-3}); stTmp = REFindNoCase(regexp,str,1,true); if(stTmp.pos[1]) result = Mid(str,stTmp.pos[2],stTmp.len[2]); else result = ; /cfscript If you need to find all, you do it in a loop: cfscript regexp = ##[[:space:]]*([0-9]{2-3}); results = ArrayNew(1);

RE: new version of the cfeclipse plugin (1.1.0)

2004-02-17 Thread John Beynon
Just put the 1.1 plugin into my plugins directory. I get tag insight but none of the new shortcut keys work...could it be me? -Original Message- From: Thomas Chiverton [mailto:[EMAIL PROTECTED] Sent: 17 February 2004 08:44 To: CF-Talk Subject: Re: new version of the cfeclipse plugin

Re: new version of the cfeclipse plugin (1.1.0)

2004-02-17 Thread Thomas Chiverton
On Tuesday 17 February 2004 08:48 am, Rob Rohan wrote: It just looks less GTKish to me (perhaps I've been up too long) - the edges seem more defined or something. I think it always had anti-aliased fonts if you picked the right ones in the preferences. Ahhh good call :) (gotta write that

data to/from client via ActiveX

2004-02-17 Thread Rich Wild
Has anyone used an ActiveX control to upload data on a client machine to a CF app on the server before? I'm looking an integrating an application of ours with legacy client software and need to send data down to the client as well as upload data from the client. How is it implemented - and

MACH II is what Macromedia used for building their website...

2004-02-17 Thread Massimo Foti
I know this topic was already debated to dead, but I think it may be interesting to see how people already misunderstand the facts... The post below was posted on Webdesign-L, a well-know mailing list with 2000+ subscribers Massimo - Original Message - From: Krassy [EMAIL PROTECTED] To:

Re: MACH II is what Macromedia used for building their website...

2004-02-17 Thread Thomas Chiverton
On Tuesday 17 February 2004 10:18 am, Massimo Foti wrote: - Original Message - From: Krassy [EMAIL PROTECTED] You might want to have a look at Fusebox and MACH II. (MACH II is what Macromedia used for building their website) Krassy Lyakov web.developer

Re: data to/from client via ActiveX

2004-02-17 Thread Thomas Chiverton
On Tuesday 17 February 2004 09:14 am, Rich Wild wrote: Has anyone used an ActiveX control to upload data on a client machine to a CF app on the server before? I've not done it, but sounds like a webservice is the way to go. -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749

Re: MACH II is what Macromedia used for building their website...

2004-02-17 Thread Massimo Foti
From: Krassy [EMAIL PROTECTED] You might want to have a look at Fusebox and MACH II. (MACH II is what Macromedia used for building their website) Krassy Lyakov web.developer http://www.krassycandoit.com MM employee sole-trader's to write their website ? How does shee know

Re: SQL Freetext

2004-02-17 Thread admin
can 'contains'be used to span multiple fts catalogs and return rows and ranks ? - Original Message - From: Philip Arnold To: CF-Talk Sent: Sunday, February 15, 2004 8:08 PM Subject: RE: SQL Freetext I'm presuming you're using SQL Server Why aren't you using CONTAINS()? It's a lot

RE: SQL Freetext

2004-02-17 Thread Philip Arnold
can 'contains'be used to span multiple fts catalogs and return rows and ranks ? To be honest, I don't know, as I always use FTS on one field and search just for that, returning in an order that I require... [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User

CFML/ASP equivalents

2004-02-17 Thread Lofback, Chris
Does anyone know of a resource that shows the ASP equivalents for CFML?Like what is the ASP equivalent for CFPARAM?A chart would be great.I've Googled it but haven't found anything. Thanks, Chris [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Opening File in Associated Software

2004-02-17 Thread Brad Roberts
Thank you, everyone!Works great.I'd kinda like to get rid of the IE open/save confirmation box that pops up.Even when unchecking Always ask before opening this type of file, it still asks. Anyway.Thanks again. -Brad -Original Message- From: Bryan Stevenson [mailto:[EMAIL PROTECTED] Sent:

Calling CFC from C# or Java?

2004-02-17 Thread Craig Earls
Are there any facilities to using flash remoting with a C# application or Java Application? To be clear I want to call a ColdFusion server from a GUI developed in C# or Java.I am sure I could do it using WebServices, but flash remoting is quite a bit more efficient. [Todays Threads] [This

cfmailparam Return-Receipt-To

2004-02-17 Thread Wim Lemmens
How on earth can I make this piece of code: cfmailparam name=Return-Receipt-To value=#form.mailFrom# actually let the receiving server sent a receipt? Yes, I am using it inside a cfmail tag that works. Maybe I have to use another procedure? Please tell me! [Todays Threads] [This Message]

RE: SQL Freetext

2004-02-17 Thread Robertson-Ravo, Neil (RX)
AFAIK CONTAINS on its own cannot span...have you investigated what the Microsoft Search service can do for you? From: Philip Arnold [mailto:[EMAIL PROTECTED] Sent: 17 February 2004 13:05 To: CF-Talk Subject: RE: SQL Freetext can 'contains'be used to

textarea field limit

2004-02-17 Thread Robert Orlini
Is there any way to limit how much text is put into a textarea field via a form? I want to prevent too many characters from being typed in similar to the maxlength field in a onle line text box. Thx. Robert O. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User

Re: Transfer to Mac OS X Server

2004-02-17 Thread Howard Fore
Sangeeta , I do all my CFMX development on OS X. I really don't see much difference between running JRun/CFMX on Windows and Mac. I changed the install directories from /opt/jrun4 to /Applications/jrun4 and /opt/cfmx to /Applications/cfmx. It isn't necessary but to work in /opt you need to be

RE: textarea field limit

2004-02-17 Thread John Stanley
Sure is, this is what I wrote, but I am sure it can be tweaked to be better;it fires off of the onKeyDown method for a text area function check_input_length(){ var the_counter; the_counter = eval(199 - (document.lookup_form.note_text.value.length + 1)); if (the_counter 0){

RE: textarea field limit

2004-02-17 Thread Pascal Peters
Only in _javascript_ function limitSize(obj,len,label){ if(obj.value.length len){ obj.value = obj.value.slice(0,len); if(label) alert(label + can be max. + len + characters long!); } } You can call this function in the js form validation and/or in the events of the textarea directly:

RE: textarea field limit

2004-02-17 Thread Robert Orlini
Thanks John. I'm new to _javascript_ some what. Is the 199 the limit of the number of characters? RO -Original Message- From: John Stanley [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 17, 2004 8:38 AM To: CF-Talk Subject: RE: textarea field limit Sure is, this is what I wrote,

RE: cfmailparam Return-Receipt-To

2004-02-17 Thread Pascal Peters
This should work, but AFAIK it is not the mail-server that is sending a receipt, but the recipients mail client Pascal Peters Certified ColdFusion MX Advanced Developer Macromedia Certified Instructor LR Technologies Av. E. De Mot, 19 1000 BRUSSELS, BELGIUM Tel: +32 2 639 68 70 Fax: +32 2 639 68

Flash, java file uploading applet

2004-02-17 Thread Craig Dudley
Does anyone use a flash or java client file uploading applet? I've been looking about at a few for a while now and none I've seen have quite been what I'm looking for. Criteria Must work in IE/mozilla/Safari on PC and or Mac Needs an upload progress status indicator Will integrate with

RE: textarea field limit

2004-02-17 Thread John Stanley
Yea, that's my arbitrary limit. Was dealing with a sql 6.5 db. You can expand that number to whatever you need. Just make sure that the id of the text field matches the object reference, and that the form name matches as well. You dont have to use my names, but just change the function to whever

Re: textarea field limit

2004-02-17 Thread Stephen Moretti
Nice little script... I was about to write something very similar myself, but now I'm just gonna pinch yours.;oD Thank a lot... Stephen Pascal Peters wrote: Only in _javascript_ function limitSize(obj,len,label){ if(obj.value.length len){ obj.value = obj.value.slice(0,len); if(label)

RE: textarea field limit

2004-02-17 Thread Robertson-Ravo, Neil (RX)
Yep, thats one to noteif you pass the form/field name in as arguments it will more generic... _ From: John Stanley [mailto:[EMAIL PROTECTED] Sent: 17 February 2004 13:47 To: CF-Talk Subject: RE: textarea field limit Yea, that's my arbitrary limit. Was dealing with a sql 6.5 db. You can

RE: cfmailparam Return-Receipt-To

2004-02-17 Thread Wim Lemmens
Read confirmations are sent by the receipients mail client, but delivery reports are not. If you send a mail with a request for a delivery report to a Hotmail address (or any other webmail), you receive the report even if the user didn't read the mail. Wim. -- Origineel Bericht -- Date: Tue,

RE: textarea field limit

2004-02-17 Thread Robert Orlini
Thanks John all for the advice. RO -Original Message- From: John Stanley [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 17, 2004 8:47 AM To: CF-Talk Subject: RE: textarea field limit Yea, that's my arbitrary limit. Was dealing with a sql 6.5 db. You can expand that number to

Cfcontent error

2004-02-17 Thread stas
I have the following error on MX 6.1/Win when I serve up a PDF file with cfcontent and press the Cancel button in the IE save file dialog box: The cause of this output exception was that: java.net.SocketException: Connection reset by peer: socket write error If I choose to save or open the file,

Re: MACH II is what Macromedia used for building their website...

2004-02-17 Thread Calvin Ward
What I'd like to see is some processes and experiences that folks have gone through while developing their methodologies and frameworks. Sort of what Matt has started on his blog (looking forward to the next bit): http://devilm.com/ - Calvin - Original Message - From: Massimo Foti To:

JAI Image resize gives rubbish images.

2004-02-17 Thread Stephen Moretti
Reading Java classes and methods and trying to work out how they all work and what I should be using has given me a permanent headache, so I hope someone out there can help. I've used and got working Matt Liota's ImageUtils cfc example/article.

RE: cfx_xslt problem (urgent)

2004-02-17 Thread Dave Watts
This might be a stupid question, but are you sure your XSL file and your original XML file are both well-formed? Even if they are not, the parser should be good enough to parse what it can and ignore with notes of what it can't. Same as when we write a program we need to add data

Re:Administrator mapping not working

2004-02-17 Thread Alisa Thomson
This method does work. However, I am not sure why it doesn't work as designed out of the box.This worked fine under CF5 and is supposed to work the same way under CFMX.We should not have to move those files under the web root. Also, I still have the issue with GetCurrentTemplatePath() including

Re: JAI Image resize gives rubbish images.

2004-02-17 Thread Matt Liotta
In the Java class you can replace InterpolationNearest with anyone of the following classes if you are looking to try different algorithms. InterpolationBicubic InterpolationBicubic2 InterpolationBilinear -Matt On Feb 17, 2004, at 9:27 AM, Stephen Moretti wrote: Reading Java classes and

Source control ans Studio 5

2004-02-17 Thread Jeff Beer
Hello all, Has anyone used PVCS with CF Studio 5? I have a project created in CFS Studio, it's mapped to PVCS.There are no errors, but opening a directory takes forever, and I'm not able to check out files - the option is greyed out on the right-click popup. Opening the same diretory in

Re:Looking for URL RegEx

2004-02-17 Thread Josen Ruiseco
In my scenario I am searching for any url within a string of text and then removing it. I am not familiar with how to begin using the method you speak of. Do you know of any documentation out there for that? Josen I just create an instance of java.net.URL with the supplied URL string. It is

RE: Source control ans Studio 5

2004-02-17 Thread Sandy Clark
I've done it with Networked drives. At the City of Los Angeles, I was in the office with the server and some other programmers were in an office a few blocks away. (PVCS 6 using CFStudio 5).PVCS was on a Unix Box. My connect times were pretty good, theirs were fairly slow.I would say it is the

Re: Looking for URL RegEx

2004-02-17 Thread Matt Liotta
In that case, a RegEx would be the best way. -Matt On Feb 17, 2004, at 9:15 AM, Josen Ruiseco wrote: In my scenario I am searching for any url within a string of text and then removing it. I am not familiar with how to begin using the method you speak of. Do you know of any documentation

Re: Carrying WDDX packet from form to form.

2004-02-17 Thread Troy Simpson
Where are client variables stored? Troy Tony Weeg wrote: cant you just store the wddx packet in an client variable...then just refer to it on the next page as such? tony r e v o l u t i o n w e b d e s i g n [EMAIL PROTECTED] www.revolutionwebdesign.com its only looks good to

Re: Carrying WDDX packet from form to form.

2004-02-17 Thread Calvin Ward
Database, Registry or Cookie depending on your application/server settings. - Calvin - Original Message - From: Troy Simpson To: CF-Talk Sent: Tuesday, February 17, 2004 10:40 AM Subject: Re: Carrying WDDX packet from form to form. Where are client variables stored? Troy Tony Weeg

Update an XML file with CFMX

2004-02-17 Thread J M
Hi all, I have a really simple app. for which I am storing config values in an XML file. I am parsing the values with no problems, but I now have questions about writing to it. Is there an easy way to change the value of a particular node with CF Functions or must I actually re-write the entire

RE: JAI Image resize gives rubbish images.

2004-02-17 Thread Adam Hope
Hi Stephen, To increase the quality of the images you need to add a new JPEGEncodeParam: Add this before your ParameterBlock() and before the JAI.create(). JPEGEncodeParam encodeParam = new JPEGEncodeParam(); encodeParam.setQuality(quality); Where quality is a float. I belive 0.0 is crap and 1

Re: JAI Image resize gives rubbish images.

2004-02-17 Thread Stephen Moretti
Cheers Matt and Adam, Adam I believe you are correct from what I remember of the brain-bleeding reading I've been doing! Stephen Adam Hope wrote: Hi Stephen, To increase the quality of the images you need to add a new JPEGEncodeParam: Add this before your ParameterBlock() and before

Re: JAI Image resize gives rubbish images.

2004-02-17 Thread Matt Liotta
That is obviously only true if the output format is JPEG. BTW, since it seems people are using this code and there clearly needs to be some updates, what do you think about putting the code up on OpenXCF and contributing the changes. I am happy to relicense my original work if others are willing

ID awkaly... thanks

2004-02-17 Thread chris
Yours ID ojhybidol -- Thank [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Source control ans Studio 5

2004-02-17 Thread Bert Dawson
We use Studio/VSS and it works fine, except over the VPN, when it slows right down to unworkable, both opening the project and opening individual files. It seemed to be a bit quicker using the VSS client to do checkin/checkout, but was still dog slow. Not sure why the right click option would be

RE: CFML/ASP equivalents

2004-02-17 Thread Shawn Regan
In asp it would just be setting a declaring a var Eample: Dim myString As String I have not really seen any site or book with the chart you are seeking. Pick up a cheap ASP 3 book. Shawn Regan -Original Message- From: Lofback, Chris [mailto:[EMAIL PROTECTED] Sent: Tuesday,

Re:Administrator mapping not working

2004-02-17 Thread Alisa Thomson
Actually, this isn't working for me.IE was not reporting the _javascript_ error, but when I try it in Mozilla I still see the same error in the _javascript_ console.The error is: Error:_CF_hasValue is not defined. This is one of the functions in cfform.js.The previous poster asked what the log

Re: Administrator mapping not working

2004-02-17 Thread Thomas Chiverton
On Tuesday 17 February 2004 15:16 pm, Alisa Thomson wrote: This is one of the functions in cfform.js.The previous poster asked what the log file states as the location of cfform.js.I do not see cfform.js mentioned in any of my log files. What is the actual HTML that has ended up for the form

RE: CFML/ASP equivalents

2004-02-17 Thread Lofback, Chris
I've got a cheap ASP book but the index is poor and I'm wasting a lot of time hunting for info.A comparison would be easier/more useful. Also, I didn't think that the Dim statement really replicates the way a CFPARAM tag sets a default value if the variable is undefined.Won't Dim overwrite the

RE: new version of the cfeclipse plugin (1.1.0)

2004-02-17 Thread Rob Rohan
On Tue, 2004-02-17 at 00:51, John Beynon wrote: Just put the 1.1 plugin into my plugins directory. I get tag insight but none of the new shortcut keys work...could it be me? What OS - winders, mac, linux? did you download the M7 version of eclipse? - email me off list and I'll see if I can

Anybody used Firebird, the database

2004-02-17 Thread Kwang Suh
Anybody ever seen or used this? http://www.firebirdsql.org/ [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

cf web app on a cd?

2004-02-17 Thread Nathan Shaw
Hi all, Done quite a bit of research on this and have come up empty so far. We have a client that would like to put his CF/SQL Server web app onto a cd for distribution. Is this possible? I found one product that can move asp web apps to a cd, but nothing for CF. Thanks, --Nathan

Re:cfx_xslt problem (urgent)

2004-02-17 Thread Don
I now believe both CFX_XSLT tag and MM's XmlTranform tag work, it's just that late last night, sort of new to this thing + late night (couldn't think straight), the URL I was using last night was invalid, and I failed to debug to see if the CFHTTP call is successful. Now, CF script

Re:cfx_xslt problem (urgent)

2004-02-17 Thread Don
Dave, Please elaborate on it's common to accidentally append debug output when serving XML documents via CF..Thanks. Don This might be a stupid question, but are you sure your XSL file and your original XML file are both well-formed? Even if they are not, the parser should be good enough

Re: JAI Image resize gives rubbish images.

2004-02-17 Thread Rob Rohan
On Tue, 2004-02-17 at 06:27, Stephen Moretti wrote: Reading Java classes and methods and trying to work out how they all work and what I should be using has given me a permanent headache, so I hope someone out there can help. if your head ache gets to be greater than 30 bucks you just

RE: CFML/ASP equivalents

2004-02-17 Thread Shawn Regan
I just tested this : testVar = Hello World Dim testVar response.write testVar and it still wrote out the value There really isn't anything in asp that works like CFPARAM. Shawn Regan -Original Message- From: Lofback, Chris [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 17,

RE: CFML/ASP equivalents

2004-02-17 Thread Shawn Regan
What are you trying to do? Shawn Regan -Original Message- From: Lofback, Chris [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 17, 2004 8:47 AM To: CF-Talk Subject: RE: CFML/ASP equivalents I've got a cheap ASP book but the index is poor and I'm wasting a lot of time hunting for

Re: Re:cfx_xslt problem (urgent)

2004-02-17 Thread Rob Rohan
On Tue, 2004-02-17 at 08:05, Chunshen Li wrote: I now believe both CFX_XSLT tag and MM's XmlTranform tag work, it's just that late last night, sort of new to this thing + late night (couldn't think straight), the URL I was using last night was invalid, and I failed to debug to see if the CFHTTP

Re:Administrator mapping not working

2004-02-17 Thread Alisa Thomson
I have tried several different things.If I do not include scriptSrc in the CFFORM tag and view source, I get /CFIDE/scripts/cfform.js.I also tried adding a new mapping in the administrator called cfscripts that mapped to document_root/scripts then put in the

Date Format Question

2004-02-17 Thread Jeff Fongemie
I've got a date-time that is goinmg to be passed to me as this: 2003:12:27 12:19:58 Can anyone suggest the best way to get that into a more friendly format as in.. 12/27/03 12:19pm ?? It obviously won't fit into standard dateformat function. Any ideas I can come up with are complicated. There

RE: CFML/ASP equivalents

2004-02-17 Thread Brad Roberts
I've ran into situations where a site like this would be very valuable. It would be great to take it a step further, with PHP comparisons as well. You could deal with each task (CF tag) individually, as well as compare small sample applications that demonstrated how things works together. I

RE: Date Format Question

2004-02-17 Thread Barney Boisvert
Date = parseDateTime(Rereplace(date, ^([0-9]{4}):([0-9]{2}):(.*)$, \1/\2/\3)); Date = dateFormat(date, ...); You might be able to get by with removing either parseDateTime() or the Rereplace(), but I'm not 100% sure. Cheers, barneyb -Original Message- From: Jeff Fongemie

RE: Administrator mapping not working

2004-02-17 Thread Mike Townend
erm... might be off a little.. but the /CFIDE/scripts mapping is at the webserver level not CF HTH -Original Message- From: Alisa Thomson [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 17, 2004 16:28 To: CF-Talk Subject: Re:Administrator mapping not working I have tried several

Re: Date Format Question

2004-02-17 Thread Jochem van Dieten
Jeff Fongemie said: I've got a date-time that is goinmg to be passed to me as this: 2003:12:27 12:19:58 Can anyone suggest the best way to get that into a more friendly format as in.. 12/27/03 12:19pm ?? It obviously won't fit into standard dateformat function. Any ideas I can come up

Re:cfx_xslt problem (urgent)

2004-02-17 Thread Don
Rob, please see below. Don On Tue, 2004-02-17 at 08:05, Chunshen Li wrote: I now believe both CFX_XSLT tag and MM's XmlTranform tag work, it's just that late last night, sort of new to this thing + late night (couldn't think straight), the URL I was using last night was invalid, and I

AOL issues with my session vars

2004-02-17 Thread Drew Harris
I have a client who is using their aol account and likely Windows to access their site. I have a form that allows people to sign up and another to update their information. In the forms I have checkboxes for them to select which groups they want to be a part of. !--- Update Example --- input

RE: CFML/ASP equivalents

2004-02-17 Thread Ryan Kime
Someone set up a wiki, and we'll get started. -Original Message- From: Brad Roberts [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 17, 2004 11:25 AM To: CF-Talk Subject: RE: CFML/ASP equivalents I've ran into situations where a site like this would be very valuable. It would be

RE: CFML/ASP equivalents

2004-02-17 Thread Shawn Regan
I'm surprised that there isn't a site out there already. Shawn Regan -Original Message- From: Ryan Kime [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 17, 2004 9:42 AM To: CF-Talk Subject: RE: CFML/ASP equivalents Someone set up a wiki, and we'll get started. -Original

Re:cfx_xslt problem (urgent)

2004-02-17 Thread Dave Carabetta
Dave, Please elaborate on it's common to accidentally append debug output when serving XML documents via CF..Thanks. Different Dave, but I believe he means that if you're serving this XML document via CF and you have debugging turned on (i.e., in development), then MX will add a bunch of

Re:Date Format Question

2004-02-17 Thread Jeff Fongemie
Am I missing something? I've got: cfset mydate=#myexifinfo.DateTimeOriginal# Original Date:#REReplace(mydate, ^([0-9]*):([0-9]*):(.*)$,\1-\2-\3)# This gives me exactly the same date time format as I input? The regex does not change anything? [Todays Threads] [This Message]

Re: Re:cfx_xslt problem (urgent)

2004-02-17 Thread Rob Rohan
The document had a bunch of errors like this: Window::transform: javax.xml.transform.TransformerConfigurationException: javax.xml.transform.TransformerException: javax.xml.transform.TransformerException: Non-whitespace text is not allowed in this position in the stylesheet! They could have been

Re:cf web app on a cd?

2004-02-17 Thread Jeremy Brodie
Forgetting about the licencing and pricing issues (see strong recomendation at the bottom of post) for a moment (for CF and SQL Server), you probally will not be able to run CF from a CD for the following reasons: Even using apache/Tomcat CF takes up at nearly 300MB of space (nearly 1/2 of the

query help...

2004-02-17 Thread Daniel Farmer
This is my query... select * from estates where featured = 1 and [ I want to select the oldest date_modified field here ] ~~ Daniel Farmer Coldfusion Developer / Sales / Producer 613.284.1684 ~~ [Todays Threads] [This Message]

RE: CFML/ASP equivalents

2004-02-17 Thread Lofback, Chris
Me too.I did find bits and pieces here and there but nothing comprehensive.It seems like someone would have this somewhere but I sure couldn't find it.That's why I asked... And what's a wiki anyway? Chris -Original Message- From: Shawn Regan [mailto:[EMAIL PROTECTED] Sent: Tuesday,

Re: query help...

2004-02-17 Thread Nick Han
select * from estates where featured = 1 and date_modified=(select max(date_modified) from estates) Nick Han [EMAIL PROTECTED] 02/17/04 10:14AM This is my query... select * from estates where featured = 1 and [ I want to select the oldest date_modified field here ]

RE: query help...

2004-02-17 Thread Tony Weeg
select * from estates where featured = 1 and date = (select max(date_modified) from estates where featured = 1) maybe? -Original Message- From: Daniel Farmer [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 17, 2004 1:15 PM To: CF-Talk Subject: query help... This is my query...

Re:Date Format Question

2004-02-17 Thread Jochem van Dieten
Jeff Fongemie said: I've got: cfset mydate=#myexifinfo.DateTimeOriginal# Original Date:#REReplace(mydate, ^([0-9]*):([0-9]*):(.*)$,\1-\2-\3)# This gives me exactly the same date time format as I input? The regex does not change anything? Could be if there is an error in the RegEx. But I

RE: Anybody used Firebird, the database

2004-02-17 Thread Steven Erat
FirebirdSQL works with CFMX.You must download their JDBC driver, add it to the classpath in the CFAdmin Java/JVM page, and then configure it as OTHER in the CFAdmin Datasource page. Last year there was a bug uncovered in the Jaybird driver for FirebirdSQL regarding inserts and updates, but the

Re: query help...

2004-02-17 Thread Daniel Farmer
this didn't work got error... using mySQL btw TCX][MyODBC]You have an error in your SQL syntax near - Original MTCX][MyODBC]You have an error in your SQL syntax near essage - From: Nick Han To: CF-Talk Sent: Tuesday, February 17, 2004 1:21 PM Subject: Re: query help... select * from

Re: query help...

2004-02-17 Thread Daniel Farmer
This didn't work either... TCX][MyODBC]You have an error in your SQL syntax near - Original Message - From: Tony Weeg To: CF-Talk Sent: Tuesday, February 17, 2004 1:24 PM Subject: RE: query help... select * from estates where featured = 1 and date = (select max(date_modified) from

RE: cf web app on a cd?

2004-02-17 Thread Burns, John
Did anyone look into coral?It's limited, but that's what it does. Search the archives and you'll find the links and discussions. John Burns -Original Message- From: Jeremy Brodie [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 17, 2004 12:15 PM To: CF-Talk Subject: Re:cf web app on a

The Dangers of Java

2004-02-17 Thread Deanna Schneider
Hi All, We're in the process of migrating to CFMX, and the server administrators have real reservations about allowing us to do anything with Java. They have disallowed read access, such that getPageContext().forward() won't even work. They've disallowed cfinvoke, cfimport, and cfobject by

Re: query help...

2004-02-17 Thread Steve Milburn
Daniel Farmer wrote: This is my query... select * from estates where featured = 1 and [ I want to select the oldest date_modified field here ] ~~ Daniel Farmer Coldfusion Developer / Sales / Producer 613.284.1684 ~~ [Todays

Re:cfx_xslt problem (urgent)

2004-02-17 Thread Don
Many thanks, Rob. Please see results after calling these two XSL files separately. http://68.32.61.40/ccbn/test_usingListXSL.cfm http://68.32.61.40/ccbn/test_usingTextXSL.cfm I kind of question the wisdom of getting all these XSL files from a remote site, and constantly checking if they would

RE: query help...

2004-02-17 Thread Burns, John
Why not select them ordered by date_modified and then just use the first record?Or if you're worried about passing all of that data back and forth you can use TOP (or whatever corresponds to your DB server) John Burns -Original Message- From: Steve Milburn [mailto:[EMAIL PROTECTED]

Re: Date Format Question

2004-02-17 Thread Ben Doom
It changes the colons to hypens. --Ben Doom Jeff Fongemie wrote: Am I missing something? I've got: cfset mydate=#myexifinfo.DateTimeOriginal# Original Date:#REReplace(mydate, ^([0-9]*):([0-9]*):(.*)$,\1-\2-\3)# This gives me exactly the same date time format as I input? The regex

Custom Tag for importing into ACT?

2004-02-17 Thread Ben Densmore
Does anyone know if there are any custom tags for importing some info from a form into ACT? I've looked on the MM exchange and on google but couldn't seem to find anything. Thanks, Ben [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re:cfx_xslt problem (urgent)

2004-02-17 Thread Don
Dave, Dave seems to be a nice name, I'll name my son Dave down the road :) Anyway, I did not interprete accidentally append debug output when serving XML documents via CF as that one needs to turn off debugging when doing XML stuff for turn on debugging for development is pretty standard, I can't

RE: query help...

2004-02-17 Thread Philip Arnold
select top 1 * from estates where featured = 1 Order by date_modified desc From: Daniel Farmer [mailto:[EMAIL PROTECTED] This is my query... select * from estates where featured = 1 and [ I want to select the oldest date_modified field here ] [Todays Threads] [This Message]

RE: query help...

2004-02-17 Thread Nick Han
In oracle, there is no 'top' select.In the scenario given, a sub select is the most efficient. My apology for not having asked Dan what DB he was using. Nick Han [EMAIL PROTECTED] 02/17/04 10:53AM Why not select them ordered by date_modified and then just use the first record?Or if you're

Re: The Dangers of Java

2004-02-17 Thread Matt Liotta
Well considering that 80% of all enterprises use Java for their web applications I suspect that your server administrators just aren't aware of the correct security procedures. Certainly that would appear to be true considering they disabled cfobject, but Java objects can still be created

Re: query help...

2004-02-17 Thread Daniel Farmer
OK that sounds like a good solution but how do I select the first record of a query ? - Original Message - From: Burns, John To: CF-Talk Sent: Tuesday, February 17, 2004 1:53 PM Subject: RE: query help... Why not select them ordered by date_modified and then just use the first

  1   2   >