CF8 :: cfpresentaion - links

2007-07-24 Thread AJ Mercer
Has any one had a look at cfpresentation tags in CF8? I have put in a link, but it is now working :-( Does it have to be converted to a flash kind of link?? Is there a way to set a slide so it does not automatically go to the next slide? At the moment I am just clicking pause, then stepping

Re: Running CF7 on 64 bit Windows

2007-07-24 Thread Jim McAtee
From: Jochem van Dieten Jim McAtee wrote: I thought I'd asked this either here or the CFServer list and was told it wasn't a problem. Can we run CF7 on 64 bit Windows Server 2003? Dual 64bit Xeon 5130s, and IIS6 as the web server. You can run CF as a 32 bit application on 64 bit

Re: CF8 :: cfpresentaion - links

2007-07-24 Thread Sean Corfield
On 7/23/07, AJ Mercer [EMAIL PROTECTED] wrote: I have put in a link, but it is now working :-( Correct. Links don't seem to be active in the generated SWFs. I don't know whether that is a bug or just a known limitation. Is there a way to set a slide so it does not automatically go to the next

Re: CF8 :: cfpresentaion - links

2007-07-24 Thread AJ Mercer
Thanks Sean, it is only appropriate you answer my question seeing as I knocked the idea of using cfpresentation from you :-) CFEclipse does not know about autoplay or advance - but CF8 does. Thx On 7/24/07, Sean Corfield [EMAIL PROTECTED] wrote: On 7/23/07, AJ Mercer [EMAIL PROTECTED]

Re: CF8 :: cfpresentaion - links

2007-07-24 Thread Sean Corfield
On 7/24/07, AJ Mercer [EMAIL PROTECTED] wrote: it is only appropriate you answer my question seeing as I knocked the idea of using cfpresentation from you :-) LOL! I think I was the first fan of the tags while everyone else was going Huh?. I wish it was easier to re-skin the preso but for a

RE: Running CF7 on 64 bit Windows

2007-07-24 Thread John Mason
I'll leave this for the New Atlanta guys but you might consider using Bluedragon since they are planning to support CF on 64-bit/Windows before Adobe does.. http://www.newatlanta.com/products/bluedragon/self_help/docs/7_0/BlueDragon_ 70_Whats_New.pdf Page 32 Support for 64-bit operating systems

OT: AJAX (Just a little)

2007-07-24 Thread Robert Rawlins - Think Blue
Hello Guys, I think I'm looking for an Ajax solution, although this may actually just be a simple piece of plain old JavaScript. I'm looking to have an image pop-up when someone mouse over's a link, so I have a list of images and when the user moves their mouse over the images a small

Re: [coldspring-dev] intermittent errors: Bean definition for bean named: bean_name could not be found

2007-07-24 Thread Tom Chiverton
On Monday 23 Jul 2007, [EMAIL PROTECTED] wrote: Hello, I've just deployed my first application using ColdSpring and I'm getting occasional bean could not be found errors. How are you creating, storing and initialising the BeanFactory ? -- Tom Chiverton

Re: OT: AJAX (Just a little)

2007-07-24 Thread Phillip M. Vector
Please note that this may annoy your customer base. I know personally, if I'm scrolling thru a webpage and all of a sudden, an image pops up when I didn't want it to, that drives me nuts. :) But anyway, what you want to do is set up your ajax to send a request to load the image when

RE: OT: AJAX (Just a little)

2007-07-24 Thread Robert Rawlins - Think Blue
Thanks for the concern Philip, this stuff annoys the carp out of me too, however this is for an image gallery so is actually fairly appropriate. Thanks again mate, Rob -Original Message- From: Phillip M. Vector [mailto:[EMAIL PROTECTED] Sent: 24 July 2007 10:07 To: CF-Talk Subject: Re:

Date Comparison

2007-07-24 Thread Robert Rawlins - Think Blue
Guys, I'm trying to evaluate a date against now() to try and see if the date is more than 5 minutes old, I'm sure I've used this method before but for some reason I'm struggling to get it working. cfif LOCAL.qMyQuery.DateTime LT dateadd('m', -5, now())

AW: Date Comparison

2007-07-24 Thread t.o.
isn't 'm' a month? try with 'n' T. -Ursprüngliche Nachricht- Von: Robert Rawlins - Think Blue [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 24. Juli 2007 11:16 An: CF-Talk Betreff: Date Comparison Guys, I'm trying to evaluate a date against now() to try and see if

RE: Date Comparison

2007-07-24 Thread Robert Rawlins - Think Blue
isn't 'm' a month? D'oh! You're spot on mate, thanks, Rob -Original Message- From: t.o. [mailto:[EMAIL PROTECTED] Sent: 24 July 2007 10:29 To: CF-Talk Subject: AW: Date Comparison isn't 'm' a month? try with 'n' T. -Ursprüngliche Nachricht- Von: Robert Rawlins - Think

Re: OT: AJAX (Just a little)

2007-07-24 Thread Web Specialist
Robert, please look this jQuery plugin: http://examples.learningjquery.com/62/demo/ ClueTip plugin is a nice feature displaying content(html, images, and so on) from Ajax calls. Maybe could help you! Cheers 2007/7/24, Robert Rawlins - Think Blue [EMAIL PROTECTED] : Thanks for the concern

RE: OT: AJAX (Just a little)

2007-07-24 Thread Robert Rawlins - Think Blue
Thanks WebSpecialist, That looks to be exactly what I'm looking for, I'll give it a shot this afternoon, looks fantastic though. Thanks, Rob -Original Message- From: Web Specialist [mailto:[EMAIL PROTECTED] Sent: 24 July 2007 11:14 To: CF-Talk Subject: Re: OT: AJAX (Just a little)

Running unix scripts from coldfusion

2007-07-24 Thread Giles Roadnight
Hi All I've been asked to add a couple of buttons to a flash tool to run some unix scripts on the server. I've never used CF on unix before and haven't used CF that much recently. What is the best way of doing this? I assume I need to sue CFEXECUTE within a cfc or somethign along those lines?

Re: Running unix scripts from coldfusion

2007-07-24 Thread Tom Chiverton
On Tuesday 24 Jul 2007, [EMAIL PROTECTED] wrote: What is the best way of doing this? I assume I need to sue CFEXECUTE within a cfc or somethign along those lines? Yup. Set the CFC access to remote and call it as a webservice, or via RemoteObject(). Is there any way of delaying the reply from

RE: AJAX (Just a little)

2007-07-24 Thread Jim Davis
-Original Message- From: Robert Rawlins - Think Blue [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 24, 2007 4:16 AM To: CF-Talk Subject: OT: AJAX (Just a little) Hello Guys, I'm looking to have an image pop-up when someone mouse over's a link, so I have a list of images and

Re: hooking up IMS Lite

2007-07-24 Thread Dominic Watson
:) Great thanks, what we like to hear. Dominic On 23/07/07, Matt Robertson [EMAIL PROTECTED] wrote: very easy. If you've ever config'd a mail server before you should be in for about 5 minutes' work. -- [EMAIL PROTECTED] Janitor, The Robertson Team mysecretbase.com

Re: [CF-Dev] Reminder - Two CFUG meetings tonight!

2007-07-24 Thread Tom Chiverton
On Tuesday 24 Jul 2007, [EMAIL PROTECTED] wrote: Hope there's something for everyone there. I'll be at the SCFUG online meeting ­ hope to see you all there. If not, there's Adobe eseminar on 'Buzzword - Raising the RIA Bar with Rick Treitman' :-) -- Tom Chiverton

Re: OT: AJAX (Just a little)

2007-07-24 Thread Claude Schneegans
I think I'm looking for an Ajax solution, although this may actually just be a simple piece of plain old JavaScript. I'd go with plain Javascript and have images preloaded in this case. Getting the image from the server on the fly would be too long. It wouldn't be a pop-up but a flop up ;-/ --

SnipEx Public Servers

2007-07-24 Thread Jason Fill
Besides cflib, does anyone know of any other public SnipEx servers? I am curious as to some of the other Snippets developers find helpful etc. Thanks Jason ~| Download the latest ColdFusion 8 utilities including Report

Re: OT: AJAX (Just a little)

2007-07-24 Thread Phillip M. Vector
Coolcool. :) Looks like you already got the help you need then. I'll leave it to the pros. :) Robert Rawlins - Think Blue wrote: Thanks for the concern Philip, this stuff annoys the carp out of me too, however this is for an image gallery so is actually fairly appropriate. Thanks again

HTTP_HOST not defined

2007-07-24 Thread Claude Schneegans
Hi, I just found this erreor in my error log this morning. Thee error was cause by CGI.HTTP_HOST being not defined. I wonder how this could happen, since the server (IIS) is supposed to answer a missing host header with an error 400. If the header was supplied with an empty string, the CF

OT: WebSite Email Address

2007-07-24 Thread Mik Muller
Hey all, I've been hosting community websites and clients with my software for years and up until now any email that originates from the website due to a posting has been addressed From: the site admin, whoever that may be for the site. E.g.: Michael Muller [EMAIL PROTECTED] I'm now rethinking

RE: HTTP_HOST not defined

2007-07-24 Thread Ben Nadel
What's even stranger (or maybe I maybe I am not understanding) is that the CGI object in ColdFuion never returns an error for key references. If you referred to: CGI.blam_foo_bar_dang ColdFusion would return an empty string, not an error. So, I am not sure where in your code cause even cause an

RE: WebSite Email Address

2007-07-24 Thread Andy Matthews
How is it a privacy issue to show the from address as the email of the person sending the email? The sender has chosen to send an email, and they have chosen to include their email address as part of the submission. There's no reasonable guarantee of privacy for them. andy -Original

Re: HTTP_HOST not defined

2007-07-24 Thread Claude Schneegans
ColdFusion would return an empty string, not an error. Actually, I just use HTTP_HOST, not CGI.HTTP_HOST, this could explain the difference. In the dump, the CGI scope contains no variable HTTP_HOST. -- ___ REUSE CODE! Use custom tags; See

RE: HTTP_HOST not defined

2007-07-24 Thread Ben Nadel
Ahhh. Gotcha. I am out of ideas :) Server stuff is not my thing. .. Ben Nadel Certified Advanced ColdFusion MX7 Developer www.bennadel.com Need ColdFusion Help? www.bennadel.com/ask-ben/ -Original Message- From: Claude Schneegans [mailto:[EMAIL PROTECTED] Sent:

CF8 and cfimage captchas

2007-07-24 Thread James Smith
While messing around with CF8 I inevitably came across cfimage and tried creating a captcha with the following line of code... cfimage action=captcha text=iamhuman fontsize=24 difficulty=low width=250 height=40 / Unfortunately our servers have a barcode

Re: SnipEx Public Servers

2007-07-24 Thread Christopher Jordan
I don't know of any. I've got a bunch of snippets. Maybe I should start a SnipEx server. :o) Chris On 7/24/07, Jason Fill [EMAIL PROTECTED] wrote: Besides cflib, does anyone know of any other public SnipEx servers? I am curious as to some of the other Snippets developers find helpful etc.

RE: CF8 and cfimage captchas

2007-07-24 Thread Ben Nadel
James, Check out this page: http://www.bennadel.com/blog/772-Learning-ColdFusion-8-CFImage-Part-II-T ag-Based-Image-Manipulation.htm The CFImage tag, when used as CAPTCHA has a fonts attribute which takes a comma delimited list of fonts to use. .. Ben Nadel Certified

Re: OT: AJAX (Just a little)

2007-07-24 Thread Christopher Jordan
I agree that jQuery is the way to go for lightweight JS libraries with ajax and DOM updating capabilities, and it's hard to beat for the number and quality of plug-ins that are available for it. Chris On 7/24/07, Web Specialist [EMAIL PROTECTED] wrote: Robert, please look this jQuery plugin:

RE: HTTP_HOST not defined

2007-07-24 Thread Dave Watts
Actually, I just use HTTP_HOST, not CGI.HTTP_HOST, this could explain the difference. In the dump, the CGI scope contains no variable HTTP_HOST. If you refer to an unscoped variable that doesn't exist, you're going to get an error, even though you wouldn't get an error from a nonexistent CGI

RE: HTTP_HOST not defined

2007-07-24 Thread Oğuz_Demirkapı
In one of our customer site error handler I get sometimes msg as Error resolving parameter HTTP_USER_AGENT. :) In same error handler I have CGI scope dump and it is true that it is not defined there. Probably this is because of some robots etc. which does not provide user agent information

RE: HTTP_HOST not defined

2007-07-24 Thread Dave Watts
Probably this is because of some robots etc. which does not provide user agent information but it is also weird for me. :) However, if you refer to CGI.HTTP_USER_AGENT rather than just HTTP_USER_AGENT, CF will resolve it to an empty string rather than an undefined variable. Dave Watts, CTO,

Re: HTTP_HOST not defined

2007-07-24 Thread Claude Schneegans
If you refer to an unscoped variable that doesn't exist, you're going to get an error, even though you wouldn't get an error from a nonexistent CGI Exact, and this is precisely why i prefer to use unscoped cgi variables. I need to make a difference between undefined and blank variables. but

Re: HTTP_HOST not defined

2007-07-24 Thread Claude Schneegans
Probably this is because of some robots etc. which does not provide user agent information but it is also weird for me. In my case I can confirm that is was definitely a robot, although it claimed to be Mozilla compatible Could it be considered as safe to systematically refuse any request

RE: HTTP_HOST not defined

2007-07-24 Thread Dave Watts
Exact, but RFC clearly states that A client MUST include a Host header field in all HTTP/1.1 request messages . If the requested URI does not include an Internet host name for the service being requested, then the Host header field MUST be given with an empty value. [...] All

Re: HTTP_HOST not defined

2007-07-24 Thread Claude Schneegans
The RFC also states that the Host header is not required for HTTP/1.0 requests. Aaaah, that should explain. Thanks. -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address: [EMAIL

CFC file size

2007-07-24 Thread Pete Ruckelshaus
At what point does the actual file size or the number of methods in a CFC begin to impact performance? I ask because I'm building a fairly large site and am using a CFC as a database extraction layer for all of my SQL (this way I can have a different DAL for MS SQL, MySQL, Oracle, etc. and not

RE: HTTP_HOST not defined

2007-07-24 Thread Oğuz_Demirkapı
Changed it as CGI.HTTP_USER_AGENT and let us see what will happen. :) Dave, thanks for the tip! -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 24, 2007 1:47 PM To: CF-Talk Subject: RE: HTTP_HOST not defined Probably this is because of some robots

RE: CFC file size

2007-07-24 Thread Andy Matthews
My company has a CFC that's around that line size. Not sure how many methods. It doesn't seem to be overly impactful. -Original Message- From: Pete Ruckelshaus [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 24, 2007 1:16 PM To: CF-Talk Subject: CFC file size At what point does the

Re: CFC file size

2007-07-24 Thread Barney Boisvert
If it's a singleton, it shouldn't matter. File size and method count will have some effect on instantiation, but shouldn't matter after that. cheers, barneyb On 7/24/07, Pete Ruckelshaus [EMAIL PROTECTED] wrote: At what point does the actual file size or the number of methods in a CFC begin

The Texas Real Estate Site

2007-07-24 Thread Robert Harrison
If someone still has it can you please repost the that real-estate site from Texas that was posted last week (the one with all the cool flash). Thanks Robert B. Harrison Director of Interactive services Austin Williams 125 Kennedy Drive, Suite 100 Hauppauge NY 11788 T : 631.231.6600 Ext.

Re: OT: AJAX (Just a little)

2007-07-24 Thread Matt Quackenbush
+1 for jQuery. :) ~| Download the latest ColdFusion 8 utilities including Report Builder, plug-ins for Eclipse and Dreamweaver updates. http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta Archive:

xpaths and regex

2007-07-24 Thread Brad Wood
When using xmlsearch(), can I use regular expressions (or wild cards in general) with my xpath. I want to find a specific element in an XML document whose value has a specific string in it. ~Brad ~| ColdFusion is

Re: The Texas Real Estate Site

2007-07-24 Thread Patti Lee
A few months ago, I saw and app someone (in Texas I think) had developed that allowed you to search county real estate data.. this app was Flex/CF powered.. but I can't find it now... Anyone remember this app and know where it is? Maybe this one,

RE: The Texas Real Estate Site

2007-07-24 Thread Robert Harrison
Yep. Thanks Robert B. Harrison Director of Interactive services Austin Williams 125 Kennedy Drive, Suite 100 Hauppauge NY 11788 T : 631.231.6600 Ext. 119 F : 631.434.7022 www.austin-williams.com Great advertising can't be either/or... It must be . -Original Message- From: Patti Lee

Re: The Texas Real Estate Site

2007-07-24 Thread Rick Root
Unfortunately, that's *NOT* the one I was looking for.. that's a real estate listing tool, but doesn't allow you to search county real estate data (ie... tax valuations, owners, deed recording info, etc... ie, the county real estate database that contains information about every piece of real

Re: The Texas Real Estate Site

2007-07-24 Thread Phillip M. Vector
www.houseoffusion.com All emails are archived on the site. Robert Harrison wrote: If someone still has it can you please repost the that real-estate site from Texas that was posted last week (the one with all the cool flash).

RE: xpaths and regex

2007-07-24 Thread Ben Nadel
Brad, You can use * for the node name, but not sure about any regular expressions. If you are interested, I just wrote an introductory tutorial on Xpath in XmlSearch() and I don't remember seeing anything about RegEx as I was learning: http://www.bennadel.com/index.cfm?dax=blog:827.view If you

RE: xpaths and regex

2007-07-24 Thread Ben Nadel
Yeah, this does work: cfxml variable=xmlData root a1Meep/a1 a2Meep/a2 a3 b1Dink/b1 b2Meep/b2 /a3 a4Blam/a4 /root /cfxml cfset arrNodes =

Re: xpaths and regex

2007-07-24 Thread Ian Skinner
There are regex 'functions' in the newest specification of XML|XSLT|XPATH. But the xml parser used in CF as of version seven does not support them. I once had an extensive discussion with somebody on the Adobe Forums about code he was running in a late model XML editor the used Regex and how

RE: xpaths and regex

2007-07-24 Thread Brad Wood
Good to know. I need my wildcard to be WITHIN the text though. For instance, give me all nodes whose xmltext includes the text spid=100. Can you do: cfset arrNodes = XmlSearch( xmlData, //*[ text() = '*spid=100*' ] ) / ~Brad -Original Message- From: Ben Nadel [mailto:[EMAIL

RE: xpaths and regex

2007-07-24 Thread Ben Nadel
I am not finding any thing on this, at least not in ColdFusion. It looks like there are Full Text things for Xpath that work like RegEx, but not that I can figure out. .. Ben Nadel Certified Advanced ColdFusion MX7 Developer www.bennadel.com Need ColdFusion Help?

cfcontent

2007-07-24 Thread Chad Gray
I want cfcontent to take xml data from a query and force the user to download it as an XML file. Any tips? I keep getting a CF Error if I put the xml in the variable attribute of cfcontent. java.lang.String is not a supported variable type. The variable is expected to contain binary data.

RE: xpaths and regex

2007-07-24 Thread Brad Wood
Well, I guess I'll just stick to my current approach which is to use an xpath to get an array of candidate elements, and then just looping over them and doing a findnocase search on each one. It may not be as elegant, but I guess it will get the job done. ~Brad -Original Message-

Re: xpaths and regex

2007-07-24 Thread Ian Skinner
Are you open to alternate techniques then xmlSearch()? I have done similar work by creating XSLT strings|files with place holders. Then using replace() function, replace the place holder with the desired pattern to match at runtime and execute the XSLT with an xmlTransform() function.

Re: cfcontent

2007-07-24 Thread Ian Skinner
You don't put it in the variable paramter, but rather between the tags. cfcontent#myXMLString/cfcontent You will probably want to provide the proper content headers with cfheader... tags before this. ~| Enterprise web

Re: xpaths and regex

2007-07-24 Thread Ian Skinner
http://www.xml.com/pub/a/2003/06/04/tr.html Here is a link to regex capability in xpath and xslt 2.0. But CF does not support 2.0 at this time? Anybody know if CF8 might? ~| Get the answers you are looking for on the

RE: cfcontent

2007-07-24 Thread Ben Nadel
Chad, Variable only take binary values. Good news - you can easily convert string to binary: cfcontent type=text/xml variable=#ToBinary( ToBase64( 'YOUR_STRING' ) )# / .. Ben Nadel Certified Advanced ColdFusion MX7 Developer www.bennadel.com Need ColdFusion Help?

RE: cfcontent

2007-07-24 Thread Chad Gray
Thanks Ian and Ben, I got is working now. Next question. Firefox does not like the fact that the file name has spaces in it. With the below code the file that is saved is test With IE it replaces the space with an underscore. test_1234.xml cfheader name=Content-Disposition value=attachment;

RE: cfcontent

2007-07-24 Thread Ben Nadel
No worries: cfheader name=Content-Disposition value=attachment; filename=test 1234.xml Wrap file name in double quotes (NO single quotes)... Just remember to escape them . .. Ben Nadel Certified Advanced ColdFusion MX7 Developer www.bennadel.com Need ColdFusion Help?

RE: cfcontent

2007-07-24 Thread Chad Gray
Hah! Brilliant! Thanks Ben! -Original Message- From: Ben Nadel [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 24, 2007 5:29 PM To: CF-Talk Subject: RE: cfcontent No worries: cfheader name=Content-Disposition value=attachment; filename=test 1234.xml Wrap file name in double quotes

RE: xpaths and regex

2007-07-24 Thread Brad Wood
I am not married to xmlsearch at all. I don't want to build a hand grenade to kill my ants though. To tell you exactly what I am doing I built a simple web-based utility for SQL Server 2005 which shows me all the currently running processes on my SQL server, exactly what line of SQL they

RE: cfcontent

2007-07-24 Thread Ben Nadel
No worries. I only learned that last week :) http://www.bennadel.com/index.cfm?dax=blog:839.view Cheers. .. Ben Nadel Certified Advanced ColdFusion MX7 Developer www.bennadel.com Need ColdFusion Help? www.bennadel.com/ask-ben/ -Original Message- From: Chad Gray

Re: cfcontent

2007-07-24 Thread Ian Skinner
Use the URL encoding for a space [%20] perhaps? cfheader name=Content-Disposition value=attachment; filename=test%201234.xml But spaces in file names should usually be avoided when possible in web applications. ~| Check

RE: cfcontent

2007-07-24 Thread Chad Gray
Ya I tried that, but you get the literal %20 in the name... Ben's surrounding with double quotes fixed firefox to have the proper name, but IE still replaces the blanks with underscores. That is not too bad I would like IE to get the name absolutely right. -Original Message-

Re: This is a good one - another Regex question

2007-07-24 Thread Jide Aliu
Jide, why do you want to do this again?? What precisely are you gaining by moving the closing paragraph tag outside the UL? Hi Mark, I've been away for a couple of days, I've just seen your post. The long and short of it is that we have a client that has some sort of data feed process that

Re: reformatting data in text field

2007-07-24 Thread John P
That worked, Thanks for your help ~| Get the answers you are looking for on the ColdFusion Labs Forum direct from active programmers and developers. http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72catid=648

PGP...

2007-07-24 Thread Jake Pilgrim
So how does a person go about decrypting PGP via Coldfusion? Jake ~| Get the answers you are looking for on the ColdFusion Labs Forum direct from active programmers and developers.

Re: PGP...

2007-07-24 Thread Jordan Michaels
We use CFEXECUTE and the command-line tools, but I'm sure there are other ways. We've used this method with both PGP and GPG. Hope this helps! Warm regards, Jordan Michaels Vivio Technologies http://www.viviotech.net/ BlueDragon Alliance Member [EMAIL PROTECTED] Jake Pilgrim wrote: So how

Re: reformatting data in text field

2007-07-24 Thread Raymond Camden
I'm surprised no one mentioned ListQualify. On 7/24/07, John P [EMAIL PROTECTED] wrote: That worked, Thanks for your help ~| ColdFusion is delivering applications solutions at at top companies around the world in

Writing large data files

2007-07-24 Thread Garth Young
Hi, There have been previous posts about writing large data files from database queries and I have the same problem. The files I need to create may be up to 200-300MB in size (csv). I haven't tried in off-peak time but when I tried a large queries during normal hours it got a memory error.

Re: Writing large data files

2007-07-24 Thread Qasim Rasheed
I have released a UDF over at cflib.org, that will convert a ColdFusion query to CSV using JavaString Buffer which is considerably faster. http://www.cflib.org/udf.cfm?ID=1197 Thanks and let me know if you have any problem. Qasim On 7/24/07, Garth Young [EMAIL PROTECTED] wrote: Hi, There

JS errors/ IE7

2007-07-24 Thread Will Tomlinson
I'm visiting a friend's site with IE7, and getting a strange JS error from their live chat graphic. Don't spend much time on this it just kinda bugs me as to what would be causing it. www.a-cappella.com FF shows no errors. Thanks, Will

Re: JS errors/ IE7

2007-07-24 Thread Will Tomlinson
And I'm wonderin if that missing Doctype could cause the JS error... ~| Get the answers you are looking for on the ColdFusion Labs Forum direct from active programmers and developers.

Capturing Variable Correctly

2007-07-24 Thread Dakota Burns
I have a form that provides form elements (file uploads one text box per grouping) in a loop. The names of my form elements (specifically the problem one, which is the text box) are variables.textread, and I've concatenated an index value to each of the form fields. When the form is submitted,

Re: Capturing Variable Correctly

2007-07-24 Thread Charlie Griefer
#form[textread n]# where 'n' is your variable value. On 7/24/07, Dakota Burns [EMAIL PROTECTED] wrote: I have a form that provides form elements (file uploads one text box per grouping) in a loop. The names of my form elements (specifically the problem one, which is the text box) are

Pizzigati Prize for Software in the Public Interest due 8/1/07

2007-07-24 Thread Michael Smith
FYI if you have an open source app for non-profits check this out - Michael Mona Sanders wrote: Michael - I saw this today and thought you might know someone who would fit the bill... Hope all is well! The Antonio Pizzigati Prize for Software in the Public Interest will grant a $10,000

RE: Capturing Variable Correctly

2007-07-24 Thread Bobby Hartsfield
Try this... cfset text2learn = form['textread' i] / ..:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Dakota Burns [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 24, 2007 11:46 PM To: CF-Talk Subject: Capturing Variable Correctly I

Re: Capturing Variable Correctly

2007-07-24 Thread Dakota Burns
Works great - thanks Charlie! On 7/24/07, Charlie Griefer [EMAIL PROTECTED] wrote: #form[textread n]# where 'n' is your variable value. On 7/24/07, Dakota Burns [EMAIL PROTECTED] wrote: I have a form that provides form elements (file uploads one text box per grouping) in a loop. The

Re: Capturing Variable Correctly

2007-07-24 Thread Dakota Burns
All set. Thanks for your response Bobby. On 7/24/07, Bobby Hartsfield [EMAIL PROTECTED] wrote: Try this... cfset text2learn = form['textread' i] / ..:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Dakota Burns

Re: Writing large data files

2007-07-24 Thread Garth Young
I have released a UDF over at cflib.org, that will convert a ColdFusion query to CSV using JavaString Buffer which is considerably faster. http://www.cflib.org/udf.cfm?ID=1197 Thanks and let me know if you have any problem. Qasim The problem I have is that the Coldfusion query is not

RE: Invoking CFC with Javascript onclick event

2007-07-24 Thread Andrew Tyrone
-Original Message- From: Joel Watson [mailto:[EMAIL PROTECTED] Sent: Thursday, July 19, 2007 10:30 AM To: CF-Talk Subject: Re: Invoking CFC with Javascript onclick event form name=form1 input type=text name=commenter value=Joel input type=text name=commentText

How so I show prior month?

2007-07-24 Thread Dae
Need some assistance. I know cfoutput#dateformat(now(),'mmm ')#/cfoutput will put out current month and year (Jul 2007). What's the code to show prior month and year, so I see Jun 2007?? Thanks ~| ColdFusion is delivering

RE: JS errors/ IE7

2007-07-24 Thread Jim Davis
-Original Message- From: Will Tomlinson [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 24, 2007 11:18 PM To: CF-Talk Subject: JS errors/ IE7 I'm visiting a friend's site with IE7, and getting a strange JS error from their live chat graphic. Don't spend much time on this it

Re: How so I show prior month?

2007-07-24 Thread Charlie Griefer
look up dateAdd() in the docs. heck i'll even give you the link. all you have to do is click :) http://livedocs.adobe.com/coldfusion/7/htmldocs/0437.htm On 7/24/07, Dae [EMAIL PROTECTED] wrote: Need some assistance. I know cfoutput#dateformat(now(),'mmm ')#/cfoutput will put out

Re: Writing large data files

2007-07-24 Thread Brian Kotek
If your result set is bigger than the JVM size, then yes, there is no way you're going to be able to do anything unless you break it into smaller pieces or increase the JVM size. On 7/25/07, Garth Young [EMAIL PROTECTED] wrote: I have released a UDF over at cflib.org, that will convert a

RE: How so I show prior month?

2007-07-24 Thread Dale Fraser
cfoutput#dateformat(createDate(dateAdd(m, -1, now()),'mmm ')#/cfoutput Regards Dale Fraser http://dalefraser.blogspot.com -Original Message- From: Dae [mailto:[EMAIL PROTECTED] Sent: Wednesday, 25 July 2007 3:26 PM To: CF-Talk Subject: How so I show prior month? Need some

RE: Writing large data files

2007-07-24 Thread Jaime Metcher
I'd *really* be trying to get the DBMS to dump this file out. If that's completely out of the question, I'd look at cfexecute-ing some sort of batch query tool (not sure what this is for oracle - the mssql equivalent is bcp). As a last resort, maybe dropping into Java offers you something, but I