RE: Exporting from ColdFuion to a Excel file

2007-10-12 Thread William Seiter
You can write it into a table format and then save the file to the server as an '.xls' file. Then create a dynamic link to download that file from the server. Ben's method, if it works for you, is better though. -- William E. Seiter Have you ever read a book that changed your life? Go to:

Re: ColdFusion 8 Issue with CFFTP

2007-10-12 Thread Chandan Kumar
you can use http://www.adobe.com/cfusion/mmform/index.cfm?name=wishform I guess! anyways i have logged the bug for you . Fix should be available in updater ~chandan ~| ColdFusion is delivering applications solutions at at top

Making advanced search options for a database using CF8

2007-10-12 Thread Ali Majdzadeh
Hi: I am working on a project which its main idea is, making a dynamic website contanins the basic information about certain companies and gives the users advanced search option through the database. The basic options will be free (all companies can add their info) but when a company pays the

Encoding for cfmail containing japanese character problem

2007-10-12 Thread NUGROHO NOTO
I just installed CF8 developer... and have some encoding problem when sending mailing list in utf-8 format. I had put these in my page. cfcontent type=text/html; charset=utf-8 cfprocessingdirective pageencoding=utf-8 also... I have these... cfmail query=mailinglist to=#email# from=webmaster

ObjectBreeze VS. Transfer

2007-10-12 Thread Joeri B
Hi, I want to build a small CMS with an ORM tool. It has a small relational database. I found two ORM tools, which I liked when reading the documentation. 1. Objectbreeze: very very very simple, it has relationships on the fly. 2. Transfer: simple, a bit more complicated but nothing I cant

ObjectBreeze vs. Transfer

2007-10-12 Thread Joeri B
Hi, I want to build a small CMS with an ORM tool. It has a small relational database. I found two ORM tools, which I liked when reading the documentation. 1. Objectbreeze: very very very simple, it has relationships on the fly. 2. Transfer: simple, a bit more complicated but nothing I cant

objectBreeze vs Transfer

2007-10-12 Thread Joeri B
Hi, I want to build a small CMS with an ORM tool. It has a small relational database. I found two ORM tools, which I liked when reading the documentation. 1. Objectbreeze: very very very simple, it has relationships on the fly. 2. Transfer: simple, a bit more complicated but nothing I cant

RE: Making advanced search options for a database using CF8

2007-10-12 Thread Peterson, Chris
Ali, I'm not trying to be snippy, but you broke a few cardinal rules when asking for help: 1) your 1st question is not really a specific question, it sounds more like you want someone to do your research for you and you don't want to have to do anything at all. When asking on a board like this,

Re: CFGRID Select Row

2007-10-12 Thread Azadi Saryev
well, the full local docs are at {cfwebroot}/CFIDE/scripts/ajax/ext/docs/ they are frames-based, like the online ones, and i pasted the link to the actual info frame only. in the full docs interface, expand API Reference - Ext - grid to get to the main grid section hth Azadi Saryev

Re: Value concatenation

2007-10-12 Thread Terry Schmitt
I'm not totally following your question or where the error is from, but is the DocID in both the form action and hidden input? I'm unable to locate where the values concatenate. When I click on the button twice, I get the following error msg, Returns the value, 16,16. I'm not sure what

Re: Can a ColdFusion application see what processes are scheduled?

2007-10-12 Thread gary gilbert
I don't believe that cfschedule is the tag for the job. CFschedule lets you schedule, run or delete events. What events are currently scheduled are not accessible by cfschedule. I took a look at the administrator API's in webroot/cfide/adimapi and checked the descriptions of them but I didnt see

Re: Can a ColdFusion application see what processes are scheduled?

2007-10-12 Thread Aaron Rouse
Could try using the service factory to get a list of them: http://tutorial475.easycfm.com/ On 10/12/07, gary gilbert [EMAIL PROTECTED] wrote: I don't believe that cfschedule is the tag for the job. CFschedule lets you schedule, run or delete events. What events are currently scheduled are

Re: Fire and forget CFTHREADs / CF8

2007-10-12 Thread Charles Sheehan-Miles
On Oct 11, 2007, at 9:37 PM, Mark Mandel wrote: Charles, What makes you think that a Thread doesn't end when the code stops processing? Mark It shows up sitting in the server monitor until I actually restart Coldfusion, which is not something I want to do when it goes to production.

Re: How to write this regex?

2007-10-12 Thread Claude Schneegans
I gave it a shot Claude! Ha ha, good luck ! ;-) -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address: [EMAIL PROTECTED]) Thanks.

RE: Exporting from ColdFuion to a Excel file

2007-10-12 Thread Steve Sequenzia
I have tried a few ways to export from CF to Excel. I tried a basic query and used cfcontent to download the file. I tried cfreport. They both seem to work fine but a security warning pops up on the client computer when the file is opened. It seems to only come up on computers running Office 07.

Remove pasted word xml code

2007-10-12 Thread Keith McGee
Can anyone tell me how to remove the xml code, that text pasted from word or works ads. For examlpe P class=MsoNormal style=MARGIN: 0in 0in 0pt I want to remove this and just insert the text from the text field. ~| Get the

Re: Query Question

2007-10-12 Thread Claude Schneegans
think that I need to look at redoing this table for sure. If you can redesign the table, the best way to handle hierarchy is using a recursive template like a custom tag, called with only the parentId as parameter. The root elements in the the tree have parentId = 0. --

Re: OT Sys-con at it again

2007-10-12 Thread Brian Kotek
http://www.briankotek.com/blog/index.cfm/2007/10/9/James-Hamilton-SysCon-Shill-Or-Just-a-Misguided-Imbicile-Either-Way-He-Needs-to-Shut-Up On 10/12/07, Ben Forta [EMAIL PROTECTED] wrote: Oh, I couldn't help myself. :-) No links, but ...

Re: Checkbox validation

2007-10-12 Thread Rick Root
You mean your output isn't parsing the CFML code? Either coldfusion isn't installed, or isn't installed properly, or you're not executing a file that coldfusion parses (ie, you've got CFML code on an .htm or .html file) Rick On 10/12/07, Steve LaBadie [EMAIL PROTECTED] wrote: I have created a

Re: Remove pasted word xml code

2007-10-12 Thread Larry Lyons
Can anyone tell me how to remove the xml code, that text pasted from word or works ads. For examlpe P class=MsoNormal style=MARGIN: 0in 0in 0pt This is not XML but HTML. Any way, to remove it, all you need are regular expressions. To build on Claude's comments, there's a very good UDF at

Checkbox validation

2007-10-12 Thread Steve LaBadie
I have created a form with checkboxes (the person can make multiple choices). Adult/Teen Classes: input type=checkbox name=adults value=session1 / Session 1: input type=checkbox name=adults value=session2 / Session2: input type=checkbox name=adults value=session3 / Session 3: input

Re: Query Question

2007-10-12 Thread Claude Schneegans
I would add a column hierarchyLevel and order by that column That won't do it: you can have element at the same level, but in completely distinct branches in the hierarchy. -- ___ REUSE CODE! Use custom tags; See

Excel, POI, and HTML Tables (was Re: Memory Issue)

2007-10-12 Thread Rick Root
Oh dear. I just attempted to use Ben Nadel's POUtility.cfc to create my excel spreadsheet. Couple of problems. #1 - it took 141 seconds instead of 45 seconds. 3x longer. #2 - it used almost 500 MB of RAM. 2x more. #3 - it had less functionality - my method of producing the file as HTML tables

Re: CFSetting RequestTimeout Not Working

2007-10-12 Thread Rick Root
coldfusion processing does not start until *AFTER* the file is completely posted to the server. So I'm not sure that would have anything to do with it anyway. That being said.. what exactly is the error you're seeing? Is it a timeout error showing in the application.log? (also, it's been

Re: objectBreeze vs Transfer

2007-10-12 Thread Brian Kotek
Transfer is good but takes some getting used to (be careful with the cache as it can bite you if you don't keep it in mind). On 10/12/07, Joeri B [EMAIL PROTECTED] wrote: Hi, I want to build a small CMS with an ORM tool. It has a small relational database. I found two ORM tools, which I

RE: Why does this code disable styling?

2007-10-12 Thread Rick Faircloth
It's all just b../b at this point. It's just a calendar app that I created for my use and I wanted to distinguish some headings in the textfield where I enter details. At this point, b../b would be all I would probably use. Rick -Original Message- From: Azadi Saryev

Re: OT Sys-con at it again

2007-10-12 Thread Michael Dinowitz
1. CFDJ came out in the fall of 1999, which makes their claims to 10 years (and 12 years in some marketing materials) blatant lies. 2. They're using a sock puppet to put forth 'expert' testimony 3. A magazine does not live or die on the merit of a single advertiser. 4. They must truly be in

RE: How to write this regex?

2007-10-12 Thread Rick Faircloth
Wow... pretty complicated... thanks, Bobby! Rick -Original Message- From: Bobby Hartsfield [mailto:[EMAIL PROTECTED] Sent: Friday, October 12, 2007 12:22 PM To: CF-Talk Subject: RE: How to write this regex? I'm sure there is probably a better way... such as a simple regex..

Re: Value concatenation

2007-10-12 Thread Candice toro
I have 15 documents on one page and there are ack buttons for each document listed. If I click the button once, i return to the current page; if i click another button, i get the error msg. Does this help? Thanks I'm not totally following your question or where the error is from, but is

RE: Checkbox validation

2007-10-12 Thread Steve LaBadie
It's not parsing, the page is .cfm document. If a person choose all options it displays like this session1session2session3session4session5 The whole site is coldfusion, all other apps are working fine. I even tried using the delimiter=, attribute in the cfloop. Steve LaBadie, Web Manager East

RE: Remove pasted word xml code

2007-10-12 Thread Robert Harrison
Can anyone tell me how to remove the xml code, that text pasted from word or works ads. For examlpe P class=MsoNormal style=MARGIN: 0in 0in 0pt This is not XML but HTML. Any way, to remove it, all you need are regular expressions. Another option is to open it in word then copy/paste the text

Re: Training Powerpoints for Sales

2007-10-12 Thread C. Hatton Humphrey
I'm sure others will have plenty of reasons, but my suggestion would be to actually create the presentation using CF8's new presentation tags. Then, on the last slide of the presentation, make note that you used CF8 for what they just witnessed. I would not mind creating and posting

Re: Checkbox validation

2007-10-12 Thread Charlie Griefer
On 10/12/07, Steve LaBadie [EMAIL PROTECTED] wrote: It's not parsing, the page is .cfm document. If a person choose all options it displays like this session1session2session3session4session5 The whole site is coldfusion, all other apps are working fine. I even tried using the delimiter=,

Re: Exporting from ColdFuion to a Excel file

2007-10-12 Thread Robert Mack
I have a different problem falling under the same topic. I'm trying to download a .csv file from ColdFusion to Excel via a browser. My code is: cfheader name=Content-Type value=text/csv cfheader name=Content-Disposition value=attachment; filename=Target_File_Name.csv cfcontent

ANSWER: Can a ColdFusion application see what processes are scheduled?

2007-10-12 Thread Robert Mack
I can see the current scheduled processes through the administrator, but is there a way for my application to see what scheduled processes are active, and when they will next run? Thanks, Bob Mack The answer is on Ben Fortas' blog:

RE: OT Sys-con at it again

2007-10-12 Thread Brad Wood
Lol. You're approach is working already... http://www.google.com/search?hl=enq=James+Hamilton+sys-conbtnG=Search First result. ~Brad -Original Message- From: Brian Kotek [mailto:[EMAIL PROTECTED] Sent: Friday, October 12, 2007 12:03 PM To: CF-Talk Subject: Re: OT Sys-con at it again

Re: OT Sys-con at it again

2007-10-12 Thread Charlie Griefer
two things... 2nd to last paragraph: ...considered another strong step by Adobe on its way to dismentaling ColdFusion. dismentaling? last paragraph: What Adobe is doing with ColdFusion is very similar to what Borland did in 1986. They bought Ashton Software for the sole purpose of killing

RE: Training Powerpoints for Sales

2007-10-12 Thread Dawson, Michael
I'm sure others will have plenty of reasons, but my suggestion would be to actually create the presentation using CF8's new presentation tags. Then, on the last slide of the presentation, make note that you used CF8 for what they just witnessed. M!ke -Original Message- From: C. Hatton

RE: Checkbox validation

2007-10-12 Thread Robert Harrison
It's because check boxes need separate names. It's the HTML form, not CF. If you want multi-select use a multi-select combo box (which will give you a delimited string) ... OR if you need checkboxes give them different names. If the check boxes are output from a query and you don't know the

Re: Exporting from ColdFuion to a Excel file

2007-10-12 Thread Robert Mack
I have a different problem falling under the same topic. I'm trying to download a .csv file from ColdFusion to Excel via a browser. My code is: cfheader name=Content-Type value=text/csv cfheader name=Content-Disposition value=attachment; filename=Target_File_Name.csv cfcontent

Re: Value concatenation

2007-10-12 Thread Janet MacKay
I'm not totally following your question or where the error is from, but is the DocID in both the form action and hidden input? That would be my guess. This question was posted before with a different subject. http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:53834

Re: Killing a login

2007-10-12 Thread Qasim Rasheed
If you are on CFMX, you can use J2EE session which will expire on browser close. HTH On 10/12/07, Richard Colman [EMAIL PROTECTED] wrote: I am trying to provide a logout function on my site. I have tried various combination like: cfcookie name = UserID value

CFSetting RequestTimeout Not Working

2007-10-12 Thread Shane Trahan
I have a CFC file that consistantly times out. Even if I put the CFSETTING REQUESTTIMEOUT to a high setting it seems to ignore it. Is there a limit to what can be set? Could it be something on my IIS server that is trumping the CFSETTING? What should I be looking for to increase the timeout?

RE: How to write this regex?

2007-10-12 Thread Bobby Hartsfield
I'm sure there is probably a better way... such as a simple regex.. youll need Doom for that one but until then try this... cfsavecontent variable=txt This is a test of something a href=test.cfm title=testAnd this is a link/abr / This is another test but with an image tag img src=somimg.jpg al /

RE: Killing a login

2007-10-12 Thread Richard Colman
By setting the cookie and session variables (shown in the code) that I am trying to destroy on a logout. The login script checks for a session variable, or presence of the cookie. -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED] Sent: Friday, October 12, 2007 9:10 AM

RE: Killing a login

2007-10-12 Thread Robert Harrison
But the login presists until the browser is closed. Yes it will persist until you check it again. First expire the cookie. Then process a command that checks the cookie and if it doesn't exists, kill your session variables and kick them out. You will need to add the routine (or include) to

Flash form rich text editor

2007-10-12 Thread Jason Durham
Looks like Pim is no longer keeping up on his blog and the download URL is broken. http://cfpim.blogspot.com/2005/04/rich-textarea-for-flash-cfforms.html Are there any others in existence? ___ Jason Durham

RE: OT Sys-con at it again

2007-10-12 Thread Ben Forta
Oh, I couldn't help myself. :-) No links, but ... http://www.forta.com/blog/index.cfm/2007/10/12/A-Moment-Of-Silence-For- --- Ben -Original Message- From: Ben Forta [mailto:[EMAIL PROTECTED] Sent: Friday, October 12, 2007 11:51 AM To: CF-Talk Subject: RE: OT Sys-con at it again Yep,

Re: Killing a login

2007-10-12 Thread Jochem van Dieten
Richard Colman wrote: I am trying to provide a logout function on my site. Is there any way to kill a login without exiting the browser? How do you log users in? Jochem ~| ColdFusion 8 - Build next generation apps today,

Killing a login

2007-10-12 Thread Richard Colman
I am trying to provide a logout function on my site. I have tried various combination like: cfcookie name = UserID value = #session.client_id# expires = NOW cfset structDelete(cookie,'UserID') / CFSET

RE: OT Sys-con at it again

2007-10-12 Thread Ben Forta
Yep, I am not responding on my blog either. I don't want to give them the traffic. But Jason Delmore did respond ... http://www.cfinsider.com/index.cfm/2007/10/12/Is-Adobe-Officially-killing-Co ldFusion --- Ben -Original Message- From: Ryan, Terrence [mailto:[EMAIL PROTECTED] Sent:

OT Sys-con at it again

2007-10-12 Thread Ryan, Terrence
Just saw this today. http://java.sys-con.com/read/441186.htm I'm intentionally not blogging it to not give them my (paltry) traffic, but talk about sour grapes. I guess none of us can ever leave a job, because according to sys-con, it means that as we walk out the door our former

Re: ColdFusion 8 Upgrade Affecting ASP Applications

2007-10-12 Thread Jochem van Dieten
Steve Moore wrote: I was sure this was coincidental, but has now happened for the second time on another server. Server A was upgraded from CF 7.02 to CF 8 on a Saturday. On Monday an ASP application on server suddenly took 5+ minutes just to display a login screen. Worked fine the previous

Re: Making advanced search options for a database using CF8

2007-10-12 Thread Ali Majdzadeh
Dear sir: Thanks for the reply. I'm deeply sorry for my mistake. It was not on purpose and you are right I should reconsider my mailing server. Sorry again. Benign Tom Chiverton [EMAIL PROTECTED] wrote: On Friday 12 Oct 2007, [EMAIL PROTECTED] wrote: Hi: Three strikes. Get a new mail

RE: Query Question

2007-10-12 Thread Svetlana Rudkovsky
Bruce, I would add a column hierarchyLevel and order by that column ~Svetlana Rudkovsky      o        o  @..@   ()  ( )--( )   o0..0o -Original Message- From: Bruce Sorge [mailto:[EMAIL PROTECTED] Sent: Thursday, October 11, 2007 6:04 PM To:

Re: Making advanced search options for a database using CF8

2007-10-12 Thread Ali Majdzadeh
Dear sir: Thanks for the reply. I'm really sorry for sending the questions 3 times. I didn't do it on pupose. The mailing server showed no adding and I thiught it was my IE problem or wireless internet internet which is now working very well these days. Anyway I am really sorry and I do

Re: Remove pasted word xml code

2007-10-12 Thread Claude Schneegans
Can anyone tell me how to remove the xml code, that text pasted from word or works ads. For examlpe P class=MsoNormal style=MARGIN: 0in 0in 0pt This is not XML but HTML. Any way, to remove it, all you need are regular expressions. -- ___ REUSE CODE! Use

RE: Value concatenation

2007-10-12 Thread Svetlana Rudkovsky
Candice, Concatenation happens because you have two form input elements with the same name. HTH ~Svetlana Rudkovsky Applications Developer, DIT Inc. 571-246-7197 o       o        o  @..@   ()  ( )--( )   o0..0o -Original Message- From: Candice

Pivot Query Display

2007-10-12 Thread Tech Gate
I have a SQL query for the output I need to have: cfquery ... select a.Dept, a.JobTitle, e.Shift, e.ExposureType, e.device, e.ExposureDate from exposure e, AssociatePersonal a where e.AssociateIDEx = a.AssociateID /cfquery The output I need to have is the sample output at

Re: Memory Issue

2007-10-12 Thread Rick Root
Along those same lines, it seems save to assume that THIS also creates a new string isntance every iteration: cfloop list=#fields# index=ThisCol Since I know list processing is slow (at least it's slower in CF7)... and I don't want to be creating 10 million strings... I tried converting the list

Re: Why does this code disable styling?

2007-10-12 Thread Claude Schneegans
Hmmm... CF_REextract looks useful, but the problem is that I'd have to know enough regex to tell it what RE1 and RE2 should be. If I knew that, I could probably write the regex. Not really, because REextract needs much simpler regexp to do the job, so you only need to master the basic about

ColdFusion 8 Upgrade Affecting ASP Applications

2007-10-12 Thread Steve Moore
I was sure this was coincidental, but has now happened for the second time on another server. Server A was upgraded from CF 7.02 to CF 8 on a Saturday. On Monday an ASP application on server suddenly took 5+ minutes just to display a login screen. Worked fine the previous week. That ASP

Re: Making advanced search options for a database using CF8

2007-10-12 Thread Tom Chiverton
On Friday 12 Oct 2007, [EMAIL PROTECTED] wrote: Hi: Three strikes. Get a new mail server, or calm down and wait. -- Tom Chiverton. Are you a great ColdFusion programmer, who knows Reactor and ColdSpring, and has done some Flex work ? Would you like to work for a top 30 law firm in

Re: Memory Issue

2007-10-12 Thread Rick Root
On 10/11/07, Brian Kotek [EMAIL PROTECTED] wrote: Also, I am almost positive that Replace() is creating another string variable under the hood, which means in this nested loop that could be a huge number of new CF string variables, depending on how many iterations you're doing. cfset

Re: Can a ColdFusion application see what processes are scheduled?

2007-10-12 Thread Molly Abraham
You may want to try: cfschedule action=run task=__list It provides a list of scheduled tasks on a server, tho' not a particularly 'pretty' one. ~| ColdFusion is delivering applications solutions at at top companies around

Re: Returns the value, 16,16?? Please help!

2007-10-12 Thread Tom Chiverton
On Thursday 11 Oct 2007, [EMAIL PROTECTED] wrote: You'll get smarter answers if you say some words in your post. Sometimes I thing someone is testing a Turing entry... -- Tom Chiverton. Are you a great ColdFusion programmer, who knows Reactor and ColdSpring, and has done some Flex work ?

Re: Why does this code disable styling?

2007-10-12 Thread Azadi Saryev
do you always only have b .../b formatting in yout text, or can it be any html tag (hope not)? Azadi Rick Faircloth wrote: Hmmm... CF_REextract looks useful, but the problem is that I'd have to know enough regex to tell it what RE1 and RE2 should be. If I knew that, I could probably

Making advanced search options for a database using CF8

2007-10-12 Thread Ali Majdzadeh
Hi: I am working on a project which its main idea is, making a dynamic website contanins the basic information about certain companies and gives the users advanced search option through the database. The basic options will be free (all companies can add their info) but when a company pays

Making advanced search options for a database using CF8

2007-10-12 Thread Ali Majdzadeh
Hi: I am working on a project which its main idea is, making a dynamic website contanins the basic information about certain companies and gives the users advanced search option through the database. The basic options will be free (all companies can add their info) but when a company pays the

Re: Encoding for cfmail containing japanese character problem

2007-10-12 Thread Paul Hastings
NUGROHO NOTO wrote: I had put these in my page. cfcontent type=text/html; charset=utf-8 cfprocessingdirective pageencoding=utf-8 also... I have these... cfmail query=mailinglist to=#email# from=webmaster subject=#subject# missed the charset atribute. CFMAILPARAM NAME=MIME-Version

Re: Value concatenation

2007-10-12 Thread Candice toro
I have 15 documents on one page and there are ack buttons for each document listed. If I click the button once, i return to the current page; if i click another button, i get the error msg. Does this help? Thanks I'm not totally following your question or where the error is from, but is

SOT: Training Powerpoints for Sales

2007-10-12 Thread C. Hatton Humphrey
(Cross-posting to talk) Folks - I have been asked to give a brief (15 minute) presentation to our sales staff in a couple of weeks about ColdFusion, why we selected it as our primary development platform, some of the things that we can do with it (we have CF8) and blurbs for overcoming typical

RE: Exporting from ColdFuion to a Excel file

2007-10-12 Thread Will Swain
I didn't know that. That's really nice - I can see a lot of uses for this. -Original Message- From: Ben Forta [mailto:[EMAIL PROTECTED] Sent: 12 October 2007 02:43 To: CF-Talk Subject: RE: Exporting from ColdFuion to a Excel file Or, if the data is query data, use cfreport which can

Re: Exporting from ColdFuion to a Excel file

2007-10-12 Thread Rick Root
On 10/12/07, Steve Sequenzia [EMAIL PROTECTED] wrote: If you hit yes it opens fine. I am just concerned that this will confuse users and they will not open it. In our environment, that's not a problem because if they want the file, they have to open it :) Otherwise, they can't do their jobs!

cfsearch won't return suggestions-related keys in status structure

2007-10-12 Thread Jamie Jackson
(CFMX 7) Using: cfsearch name=site_results type=internet collection=#request.verityspider# criteria=#verityKeywords# status=site_results_status suggestions=always ContextPassages = 1 ContextBytes = 200 maxrows=50 /

Re: Killing a login

2007-10-12 Thread Claude Schneegans
The login script checks for a session variable, or presence of the cookie. The presence of the cookie should not be enough to be logged. Keep the userId in the cookie for user code preset in the login form, but use the session variable only to test for login done. --

RE: Killing a login

2007-10-12 Thread Robert Harrison
The login script checks for a session variable, or presence of the cookie. The presence of the cookie should not be enough to be logged. Keep the userId in the cookie for user code preset in the login form, but use the session variable only to test for login done. Absolutely. Use a session

Re: CFSetting RequestTimeout Not Working

2007-10-12 Thread Shane Trahan
Thank you Rick, With that in mind that the Coldfusion doesn't start processing until after the file is completely posted perhaps it is a setting on the IIS? I don't see anything in the application log The specific error is when trying to upload a file that is approximatly 20 to 21 MB in size.

Re: Checkbox validation

2007-10-12 Thread Rick Root
So it IS parsing the CFML. I was confused because you said : tried the list, but the tags also appeared in the output I think Charlie's got your answer. Rick On 10/12/07, Steve LaBadie [EMAIL PROTECTED] wrote: It's not parsing, the page is .cfm document. If a person choose all options

Re: SOT: Training Powerpoints for Sales

2007-10-12 Thread Will Tomlinson
(Cross-posting to talk) Folks - I have been asked to give a brief (15 minute) presentation to our sales staff in a couple of weeks about ColdFusion, why we selected it as our primary development platform, some of the things that we can do with it (we have CF8) and blurbs for overcoming typical

Re: Query Question

2007-10-12 Thread Bruce Sorge
Actually I am going to stop re-inventing the wheel and go with an open source CMS. Claude Schneegans wrote: I would add a column hierarchyLevel and order by that column That won't do it: you can have element at the same level, but in completely distinct branches in the hierarchy.

Re: How to write this regex?

2007-10-12 Thread Claude Schneegans
Wow... pretty complicated. Ok, then try this: CFSET myString='Some text here,b style=color:red; some text in bold/b and some othetext at the end' CF_REextract INPUTMODE = variable INPUT = myString RE1 = ^|| RE2 = ||$ OUTPUTMODE = query

RE: How to write this regex?

2007-10-12 Thread Bobby Hartsfield
Not the end result.. the end result is just... #noBreak(str)# :-) ..:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com ~| Get involved in the latest ColdFusion discussions, product development

Re: CFSetting RequestTimeout Not Working

2007-10-12 Thread Ian Skinner
It may not be a timeout issue but a upload throttle? I do not remember the exact numbers or how one configures it, but a search of the Microsoft - IIS knowledge base should turn up the details. That is where I have read about this issue. IIS has a maximum HTTP content size setting that can

Re: Excel, POI, and HTML Tables (was Re: Memory Issue)

2007-10-12 Thread Mike Chabot
It has been well over a year since I looked at this, but I also remember seeing memory issues when trying to create the Excel file via various cffunction calls. I had a process that created Excel files using POI functions that worked fine, and I wanted to make it more maintainable by dividing

RE: Excel, POI, and HTML Tables (was Re: Memory Issue)

2007-10-12 Thread Russ
Well you do realize that whenever you use strings, and you modify it, a brand new string has to be created, since Strings in java are immutable. You should use some java code and use something like StingBuffer instead to build out your string. This should help with memory utilization. Russ

SQL Concat Issue

2007-10-12 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
I am probably being dense or showing my ignorance here, but I have a legacy database that I need to run a query on like the following. Can anyone tell me how I can achieve the following. Right now I am getting an error that PubYear is not a valid column. Thank you! SELECT

RE: SQL Concat Issue

2007-10-12 Thread Russ
Try this SELECT AdINFO_Publication, ADINFO_PUBLICATIONDATE_YEAR+ '-' + ADINFO_PUBLICATIONDATE_MONTH + '-01' AS PubYear FROMcrAdInfo AND ADINFO_PUBLICATIONDATE_YEAR+ '-' + ADINFO_PUBLICATIONDATE_MONTH + '-01' BETWEEN

Re: Encoding for cfmail containing japanese character problem

2007-10-12 Thread NUGROHO NOTO
CFMAILPARAM NAME=Content-Type VALUE=text/plain; charset='utf-8' might work better. Thanks Paul... as always... you really i18n guru. and can these email services actually use utf-8 in your region? Hmm...I don't know have to find out... I also think they are not. in Japan still

RE: How to write this regex?

2007-10-12 Thread Rick Faircloth
Thanks, Claude! I'll check it out! Rick -Original Message- From: Claude Schneegans [mailto:[EMAIL PROTECTED] Sent: Friday, October 12, 2007 3:10 PM To: CF-Talk Subject: Re: How to write this regex? Wow... pretty complicated. Ok, then try this: CFSET myString='Some text

RE: How to write this regex?

2007-10-12 Thread Rick Faircloth
Ok, Bobby... that works, thanks! However, now I have to use br whenever I want a carriage return. What about having it ignore the Chr(13) ? Rick -Original Message- From: Bobby Hartsfield [mailto:[EMAIL PROTECTED] Sent: Friday, October 12, 2007 4:16 PM To: CF-Talk Subject: RE: How

Re: Value concatenation

2007-10-12 Thread Janet MacKay
Candice, I think the problem is you're passing the Doc_Id value in two places: In the URL here cfform action=../docs/docActionLog.cfm?#CGI.QUERY_STRING# and again in a hidden form field input type=hidden name=DocID value=#DocID# That's why the DocID value is 16,16 instead of just 16.

Using Japanese Text and CFIMAGE

2007-10-12 Thread Alan Rother
Hey All, Anyone out there used CF8 and CFIMAGE to create dynamic images that contain Japanese (well,really any double byte text language. Russian, Chinese, etc...) text yet? I'm having no luck on it, any help would be greatly appreciated. =] -- Alan Rother Adobe Certified Advanced ColdFusion

test

2007-10-12 Thread Janet MacKay
Test message sent at Saturday, 13 October 2007 01:25:26 (a.m.) GMT ~| Get the answers you are looking for on the ColdFusion Labs Forum direct from active programmers and developers.

column totals

2007-10-12 Thread Toby King
Hi there I have an application where I am outputing a number of sales figures for a year for various departments. Basically the table that I am outputing is in this format: Dept July Aug SepOctNov DecTotal A 23 24 20 18 15 50

Re: Encoding for cfmail containing japanese character problem

2007-10-12 Thread Paul Hastings
NUGROHO NOTO wrote: and can these email services actually use utf-8 in your region? Hmm...I don't know have to find out... I also think they are not. in Japan still shift_JIS is the most popular I think. for yahoo you'll usually get whatever region you signed up for, doesn't matter

RE: How to write this regex?

2007-10-12 Thread Bobby Hartsfield
Well for display, you would have to use a BR for a line break anyway... unless its wrapped in pre tags... If you still need to... you could just replace #chr(13)##chr(10)# with br / beforehand then put them back afterwards. Before replace(str, #chr(13)##chr(10)#, br /, all) After

New releases

2007-10-12 Thread Raymond Camden
Just a quick note about some new releases that might be of interest: Galleon 2 http://www.coldfusionjedi.com/index.cfm/2007/10/12/Update-3-Galleon-2 Major new release of my ColdFusion forums. BlogCFC 5.9 http://www.coldfusionjedi.com/index.cfm/2007/10/12/Update-2-BlogCFC-59 Minor update - but

Re: OT Sys-con at it again

2007-10-12 Thread Brian Kotek
Somehow I knew that it wouldn't take long, considering what a nobody this guy is (if it's even a real person). On 10/12/07, Brad Wood [EMAIL PROTECTED] wrote: Lol. You're approach is working already... http://www.google.com/search?hl=enq=James+Hamilton+sys-conbtnG=Search First result.

RE: How to write this regex?

2007-10-12 Thread Rick Faircloth
I ended up trying this #replace(noBreak(txt), #Chr(13)#, br /, All)# and it works fine... is that what you were getting at below? I didn't quite understand the before and after aspect. Rick -Original Message- From: Bobby Hartsfield [mailto:[EMAIL PROTECTED] Sent: Friday, October

  1   2   >