Re: Reading from an Excel file through ColdFusion.

2007-02-01 Thread hussain shaikh
Ben, It was a mistake on my part. Actually I implemented your code picked up from this link http://www.bennadel.com/index.cfm?dax=blog:472.view I guess the code present here is the older version with limited capabilities. I will try-out the stuff present in the link which you have posted here. T

Re: CF code inside database column

2007-02-01 Thread Mary Jo Sminkey
> I can't seem to remember if it's possible to get CF to parse/execute > coldfusion tags that are inside a database column. For instance, I > have a resultset that I am going to output and the column i'm > outputting has html tags with a cf tag mixed in there as well. One way I've done this in

Re: CF code inside database column

2007-02-01 Thread Mark Mandel
You have to write it out to a file beforehand, and then cfinclude it... But I have to ask.. why are you doing this? Mark On 2/2/07, Robert F <[EMAIL PROTECTED]> wrote: > I can't seem to remember if it's possible to get CF to parse/execute > coldfusion tags that are inside a database column. Fo

CF code inside database column

2007-02-01 Thread Robert F
I can't seem to remember if it's possible to get CF to parse/execute coldfusion tags that are inside a database column. For instance, I have a resultset that I am going to output and the column i'm outputting has html tags with a cf tag mixed in there as well. I thought maybe wrapping an Evalu

Writing PPT files

2007-02-01 Thread Todd Mathews
Anyone have any experience generating PowerPoint documents from CF? We need to add images and text descriptions to a PPT file. Each file will have 400-500 images and a few lines of text. Does anyone know of a CFMX or other component that can write native PPT files? Todd Mathews ~

RE: Daily procedures for using Subversion

2007-02-01 Thread Eric Roberts
You could also put each project in a separate repository. If you do this, they will all have their own version numbers. Eric -Original Message- From: Richard Kroll [mailto:[EMAIL PROTECTED] Sent: Thursday, 01 February 2007 08:19 To: CF-Talk Subject: RE: Daily procedures for using Subve

RE: Reading from an Excel file through ColdFusion.

2007-02-01 Thread Eric Roberts
That's pretty cool...they should list that as a feature so we know about it...thx Eric -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: Thursday, 01 February 2007 04:46 To: CF-Talk Subject: RE: Reading from an Excel file through ColdFusion. Not sure th

Re: Canadian Hosting Company as good as Crystaltech

2007-02-01 Thread Jim Wright
Mike Elmalem wrote: > Hi All > > Looks like we have been hit with the patriot act here in canada as wel. > Some of my clients who are currently being hosted at Crystaltech have made > requests to me that their data can no longer be hosted on american servers > as their database could be confiscate

Re: Canadian Hosting Company as good as Crystaltech

2007-02-01 Thread Alan Rother
experthost.com Used them for years. pretty good company. nice enough people. On 2/1/07, Mike Elmalem <[EMAIL PROTECTED]> wrote: > > Hi All > > Looks like we have been hit with the patriot act here in canada as wel. > Some of my clients who are currently being hosted at Crystaltech have made > re

Canadian Hosting Company as good as Crystaltech

2007-02-01 Thread Mike Elmalem
Hi All Looks like we have been hit with the patriot act here in canada as wel. Some of my clients who are currently being hosted at Crystaltech have made requests to me that their data can no longer be hosted on american servers as their database could be confiscated. They are super paranoid but

Re: EQ vs IS

2007-02-01 Thread Claude Schneegans
>>Syntactically correct Ooops sorry, I used the French word ;-) ~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs http:http://ad.doubleclick.net/clk;56760587;14748456

Re: EQ vs IS

2007-02-01 Thread Doug Brown
It would even be more Syntactically correct :-p Doug B. - Original Message - From: "Claude Schneegans" <[EMAIL PROTECTED]> To: "CF-Talk" Sent: Thursday, February 01, 2007 7:39 PM Subject: Re: EQ vs IS > >>I use "is" for numeric comparisons and "eq" for > all others. > > How about IS

RE: Session not being maintained - Problem solved

2007-02-01 Thread Kevan Stannard
Problem solved. The subdomain we were using contained an underscore. test_site.ourdomain.com.au Of course I never thought to include that in my emails to the list! The underscore is not a valid domain name character. We switched to using a hyphen and suddenly our cookies (and sessions) started

RE: Session not being maintained - Problem solved

2007-02-01 Thread Kevan Stannard
Problem solved. The subdomain we were using contained an underscore. test_site.ourdomain.com.au Of course I never thought to include that in my emails to the list! The underscore is not a valid domain name character. We switched to using a hyphen and suddenly our cookies (and sessions) started

Re: EQ vs IS

2007-02-01 Thread Claude Schneegans
>>I use "is" for numeric comparisons and "eq" for all others. How about IS EQ ? That would be more correct syntaxically ;-) -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address:

Re: Session not being maintained

2007-02-01 Thread Doug Brown
http://www.coldfusionmuse.com/index.cfm/2006/7/28/sessions.and.subdomains Hope this helps Doug B. - Original Message - From: "Kevan Stannard" <[EMAIL PROTECTED]> To: "CF-Talk" Sent: Thursday, February 01, 2007 6:58 PM Subject: RE: Session not being maintained > One additional b

RE: Session not being maintained

2007-02-01 Thread Kevan Stannard
Some more info: I am accessing the site from 1) http://testsite.ourdomain.com.au/ - not working 2) http://testsite/ - working When I ping these domains they return different IP addresses (both external IPs). Thanks -Original Message- From: Kevan Stannard [mailto:[EMAIL PROTECTED] Sen

RE: Session not being maintained

2007-02-01 Thread Kevan Stannard
One additional bit of information: I am accessing this site via a subdomain: http://testsite.ourdomain.com.au/test/ Internally, I can access the same code via a server's name: http://testsite/test/ This second option IS retaining the session. -Original Message- From: James Holmes [mai

Re: Session not being maintained

2007-02-01 Thread James Holmes
OK, for some reason the browser isn't accepting/setting the correct cookies, regardless of what it claims. Perhaps delete all cookies form the browser and clear the cache - then see what happens. On 2/2/07, Kevan Stannard <[EMAIL PROTECTED]> wrote: > Thanks James > > These are standard installs of

Re: Session not being maintained

2007-02-01 Thread James Holmes
No extra overhead of which I am aware. The difference in behaviour, when cookies are enabled, is that the session ends when the user closes the browser (or at the timeout, of course) rather than staying current between the browser opening and closing.This may or may not be a problem. J2EE sessions

RE: Session not being maintained

2007-02-01 Thread Kevan Stannard
Thanks James These are standard installs of IE with no fiddling with cookie settings AFAIK. No toolbars/helpers present on any of the test browsers. I have tried accessing my test page from both internally and externally and get the same results. I have also added the sites to the trusted sites

Re: Session not being maintained

2007-02-01 Thread AJ Mercer
Hi James, Is there any overhead using j2ee session variables? Is there any reason why you wouldn't want to activate them? On 2/2/07, James Holmes <[EMAIL PROTECTED]> wrote: > > OK, so you aren't using J2EE session variables, which means that > persistent cookies are being set (rather than sessio

Re: Session not being maintained

2007-02-01 Thread James Holmes
OK, so you aren't using J2EE session variables, which means that persistent cookies are being set (rather than session-based ones); these are often treated more harshly by cookie blockers. Check again for the cookie settings in IE or any toolbars/helpers loaded into IE, as this is the problem. On

RE: Session not being maintained

2007-02-01 Thread Kevan Stannard
I have tested on a number of machines and all are set to allow cookies. I have tested in IE7 and IE6 with the same behaviour, but Firefox 2.0 seems to be fine. I have also tries changing the privacy setting within IE to allow all cookies for our test internal server, but the problem continues. Y

Re: Session not being maintained

2007-02-01 Thread AJ Mercer
does you browser accept cookies? try this for your refresh link Refresh ColdFusion works out if it needs to append CFID and CFTOKEN to the URL - like if cookies are not enabled. On 2/2/07, Kevan Stannard <[EMAIL PROTECTED]> wrote: > > Hi > > > > I have an application on our server that is not be

Re: Session not being maintained

2007-02-01 Thread AJ Mercer
does you browser accept cookies? try this for your refresh link Refresh ColdFusion works out if it needs to append CFID and CFTOKEN to the URL - like if cookies are not enabled. On 2/2/07, Kevan Stannard <[EMAIL PROTECTED]> wrote: > > Hi > > > > I have an application on our server that is not b

Session not being maintained

2007-02-01 Thread Kevan Stannard
Hi I have an application on our server that is not being maintained across pages. I have set up a test directory with only two files: Application.cfm -- index.cfm -- BEFORE: AFTER: Refresh When I execute index.cfm, this i

Re: Multiple Instances and Virtual Directories...

2007-02-01 Thread Matthew Williams
Please point me to any document stating as much. Now, if the customers would write better code (rather their developers), I would have much fewer issues ;). Since they don't, and it takes near to 6 months to a year to affect changes, this is the only path I have to travel down. Please keep in

Re: Ajax, RIA, and JavaScript

2007-02-01 Thread Rey Bango
Brad, It sounds like what you're asking for is on-demand loading of JS or packaging. Try taking a look at these links for suggestions: http://www.nabble.com/dynamic-plugin-loading-tf2889880.html#a8077929 http://www.jspax.org/ Rey Brad Wood wrote: > Ok, here's a wide open question: > >

Re: CF and Windows Vista

2007-02-01 Thread Bruce Sorge
I had the same problem on my XP Pro machine. When setting up CF, it is going to ask you where the IIS is residing (or something like that). Instead of selecting the default server, you need to actually point it to the inetpub/wwwroot directory. I know I have the naming wrong but I think that you kn

Re: SQL QUestion

2007-02-01 Thread Bruce Sorge
Damn! Always the simple shit that gets me. Thanks. On 2/1/07, Jochem van Dieten <[EMAIL PROTECTED]> wrote: > > Bruce Sorge wrote: > > OK, I figured it out pretty much. So now I have this: > > > > CREATE TABLE #tempduplicatedata > > ( > > Code NVARCHAR(20) > > ) > > > > > > --Identify and save dup

Re: Multiple Instances and Virtual Directories...

2007-02-01 Thread Jochem van Dieten
Matthew Williams wrote: > > How am I the lucky one to find all the odd-ball issues. Because you don't tell your customers that running multiple clusters on one server and / or multiple clusters in one site is not supported beforehand :) Jochem ~

Re: SQL QUestion

2007-02-01 Thread Jochem van Dieten
Bruce Sorge wrote: > OK, I figured it out pretty much. So now I have this: > > CREATE TABLE #tempduplicatedata > ( > Code NVARCHAR(20) > ) > > > --Identify and save dup data into temp table > INSERT INTO #tempduplicatedata INSERT INTO #tempduplicatedata (code) > SELECT Code FROM Codes > GROUP

CF and Windows Vista

2007-02-01 Thread John Cox
Perhaps this question has been raised and I have missed it, so apologies in advance. Has anyone had success installing the developer version of CF on Windows Vista? For some reason, the installer didn't configure IIS / CF (no mime, etc). It's been a while since I installed on XP with IIS or Apac

RE: BUG in cfchart url??

2007-02-01 Thread Brad Wood
Lol *woosh* That was the sound of your joke flying over my head. ~Brad -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: Thursday, February 01, 2007 5:37 PM To: CF-Talk Subject: Re: BUG in cfchart url?? My point was that "FAST" is a search engine (we us

Ajax, RIA, and JavaScript

2007-02-01 Thread Brad Wood
Ok, here's a wide open question: We are going back through our application and trying to introduce more Ajax where we can to dynamically add content when we can instead of reloading the entire page. Example: we often use a tabbed interface, and for performance reasons, we only load the content

Re: BUG in cfchart url??

2007-02-01 Thread Robertson-Ravo, Neil (RX)
My point was that "FAST" is a search engine (we use it) and that it is as good, if not better, than Google at it's job. "This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England, Number

RE: BUG in cfchart url??

2007-02-01 Thread Brad Wood
Lol Thanks for the link. Well, as far as the bots being fast, I posted this question to the list YESTERDAY. I Googled it TODAY and it was the FIRST result in the list. That sounds fast to me. Michael D said the other day that he has up to 6 bots hit houseoffusion.com in the same second. ~Brad

Re: BUG in cfchart url??

2007-02-01 Thread Robertson-Ravo, Neil (RX)
And no, the Google bots are not "FAST" :-) "This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is confidential and may also be privileg

Re: BUG in cfchart url??

2007-02-01 Thread Robertson-Ravo, Neil (RX)
Indeed, www.Adobe.com/go/wish "This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is confidential and may also be privileged. It is

Re: Interacting with SOAP

2007-02-01 Thread Robertson-Ravo, Neil (RX)
The problem I think is Axis/CF will never be able to consume a non-rpc, ColdFusion based web service unless all it returns is a simple string. "This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registere

RE: BUG in cfchart url??

2007-02-01 Thread Brad Wood
Man, I'm talking to a wall with this one I guess. SOMEBODY has to have that bug submission form for Adobe though. I think it ends with "/wish". ~Brad -Original Message- From: Brad Wood Sent: Thursday, February 01, 2007 12:45 PM To: CF-Talk Subject: RE: BUG in cfchart url?? So does the

RE: Interacting with SOAP

2007-02-01 Thread Ben Nadel
Tony, I ran into very similar problems when I tried to create my first Web service. The STUB file gets created and then you either have to reset it or update it manually. I am not sure. I found some great notes on it on bprucell.org and then came up with this: http://www.bennadel.com/index.cfm?da

RE: Reading from an Excel file through ColdFusion.

2007-02-01 Thread Ben Nadel
Hussain, I am not sure why that would be erroring. I have tested with with multiple sheets and it seems to work nicely. It is, however, very early in the development stage, so it is bound to be buggy. If you send me the XLS file you are using, I can play around with it (ben [ .at. ] bennadel.com).

Re: GoDaddy and FlashForms

2007-02-01 Thread Doug Brown
Bruce, Look like this has been an issue for alot of people. Copy your cfide over from your dev box to your root directory and make sure that the To: "CF-Talk" Sent: Thursday, February 01, 2007 3:34 PM Subject: Re: GoDaddy and FlashForms > I can see it in nutscrape > > Doug B. > > > > > ---

Re: GoDaddy and FlashForms

2007-02-01 Thread Bruce Sorge
Thanks. I emailed their tech support. Hopefully I will hear from them soon, otherwise I have to redo the site using HTML forms. I suppose I could do a browser check, and if they have IE then direct them to an HTML version and FF/NS users get to see the pretty flash. Naw, need to get the issue fixed

Re: GoDaddy and FlashForms

2007-02-01 Thread Doug Brown
I can see it in nutscrape Doug B. - Original Message - From: "Bruce Sorge" <[EMAIL PROTECTED]> To: "CF-Talk" Sent: Thursday, February 01, 2007 3:30 PM Subject: Re: GoDaddy and FlashForms > > > > I am not sure. Need to ask the techs that question. However, I would guess > > that

Re: GoDaddy and FlashForms

2007-02-01 Thread Bruce Sorge
> > I am not sure. Need to ask the techs that question. However, I would guess > that it is since the application works fine in FF but not in IE (have not > gotten around to downloading/installing Netscrape to test). Bruce Does the appropriate virtual directory for /CFIDE exist? > > Dave Watts,

Re: GoDaddy and FlashForms

2007-02-01 Thread Doug Brown
This probably has absolutely nothing to do with it but...Do you have access to the cfide directory on the server? I know other people have had similar issues and had to set a copy of the cfide in the root of their site. Doug B. - Original Message - From: "Bruce Sorge" <[EMAIL PROTECTE

RE: GoDaddy and FlashForms

2007-02-01 Thread Dave Watts
> Anyone using GoDaddy and have Flash Forms running? I just > loaded an app and my flash forms are not showing. I can look > at the source and see that everything is there for Flash, but > nothing shows up. > http://www.daleprizes.com/index.cfm is the first page where > the form should appear.

Re: Validating dates based on select field?

2007-02-01 Thread Christopher Jordan
I'd suggest using AJAX to allow ColdFusion to do the form validation without the page needing to refresh. This solution would really be a combination of JavaScript and CF. Patrick Farabee wrote: > Are you looking for a CF solution or are you looking to validate using > javascript before the for

Re: Validating dates based on select field?

2007-02-01 Thread Patrick Farabee
Are you looking for a CF solution or are you looking to validate using javascript before the form is submitted? If you are looking for CF solution, then DateDiff() is your friend. It's basically just DateDiff("D",startdate,enddate) to get the difference in days between two dates... so DateDiff("

Re: GoDaddy and FlashForms

2007-02-01 Thread Bruce Sorge
Here is what is on line 42: CF_RunContent('http://download.macromedia.com/pub/shockwave/cabs/fl

Validating dates based on select field?

Hi All, I have a form that I am trying to fulfill the following scenario. Does anyone have any advise/solutions? I have a registration form. On the form are the following fields: US State Pulldown Country Pulldown 5 Night Hotel Pulldown 3 Night Hotel Pulldown Arrival Date (pop-up calendar) De

Re: GoDaddy and FlashForms

Yeah, me too. weird thing is that it works fine in Firefox and not IE. Bruce Sorge "I'm a mawg: half man, half dog. I'm my own best friend!" On 2/1/07, Andy Matthews <[EMAIL PROTECTED]> wrote: > > I'm getting some sort of js error in IE7. > > Line 42 (object expected). > >

RE: GoDaddy and FlashForms

I'm getting some sort of js error in IE7. Line 42 (object expected). -Original Message- From: Bruce Sorge [mailto:[EMAIL PROTECTED] Sent: Thursday, February 01, 2007 2:01 PM To: CF-Talk Subject: GoDaddy and FlashForms Anyone using GoDaddy and have Flash Forms running? I just loaded an

Re: OT-Image Maps

Not that I would ever suggest using something this resource intensive on a website, but you might want to check out the javascript vector graphics project at: http://www.walterzorn.com/jsgraphics/jsgraphics_e.htm With some hacking and slashing you might be able to make his stuff workable as you

Disregard GoDaddy Flash Form

Well I just found out that is working. Something is up with IE, it works great in FF. Funny thing is, It works on my machine! -- Bruce Sorge "I'm a mawg: half man, half dog. I'm my own best friend!" ~| Upgrade to Adobe ColdFus

GoDaddy and FlashForms

Anyone using GoDaddy and have Flash Forms running? I just loaded an app and my flash forms are not showing. I can look at the source and see that everything is there for Flash, but nothing shows up. http://www.daleprizes.com/index.cfm is the first page where the form should appear. I am working wit

Re: Links to Network shares in Safari

Thanks for the warning, but I just tried it in IE 7 and it works fine. On 2/1/07, Zaphod Beeblebrox <[EMAIL PROTECTED]> wrote: > as a warning, it's probably going to stop working on IE7. At least that's > been our experience with our intranet. > > > On 2/1/07, Jacob Munson <[EMAIL PROTECTED]> wro

Variables Magically Vanish?

I have addressed this particular annoyance by putting an isdefined() check on my value before attempting to use it, but does anyone know what could cause this? In the beginning of a CFM page, I have: This is not in any block other than the main body of the script... that is, it is outside any

Variables Magically Vanish?

I have addressed this particular annoyance by putting an isdefined() check on my value before attempting to use it, but does anyone know what could cause this? In the beginning of a CFM page, I have: This is not in any block other than the main body of the script... that is, it is outside any

Re: Links to Network shares in Safari

as a warning, it's probably going to stop working on IE7. At least that's been our experience with our intranet. On 2/1/07, Jacob Munson <[EMAIL PROTECTED]> wrote: > > I've got some local users that use Macs, and one of our Intranet pages > has videos that people can view. This works in IE, but

Re: cfdirectory loading time issue

LISTINFO="name" is great for performance, Question this removes all information about the file/directory. So in a cftree how would you define the difference between a file and directory? ~| Upgrade to Adobe ColdFusion MX7 Expe

RE: sql question

You may want to recompile the sp... It may have been compiled before the "statistics" for the tables involved were updated. You could check the query plan of the sp vs. the query to see how they differ. (Not sure what db you are using...) Mark -Original Message- From: Tim Do [ma

RE: sql question

How many records are coming back? How are you calling it? I have ran tests before for where running exec sp_name in side of a cfquery was faster than cfstoredproc. Just a thought. Also are you sure the stored proc is really taking 20 seconds to run OR is the CF page just taking 17 seconds to pr

OT: sql question

I have a stored procedure that is taking 15-20 seconds to run. However, if I take the query inside the stored procedure and run it... it only takes 2-3 seconds. I've read something about parameter sniffing but not sure if it applies to my stored procedure. Here is my sp: CREATE PROC dbo.get_

RE: BUG in cfchart url??

So does the lack of reply mean no one has ever heard of this? I guess I could go submit it as a bug to Adobe. I just did a Google search and the only hit I could find was a link to my original post. (Wow, the Google bots are FAST) Does someone have the link handy to submit a bug to Adobe? Than

Re: SQL QUestion

Bruce Sorge wrote: > I have a lot of duplicate information in a table. I know how to query to > find the dupes, but I am having problems with deleting them (there are > thousands). I tried this: create a clone of your table but make your "key" duplicated column as a unique key setting the index t

RE: SQL QUestion

I actually bloged about this earlier this month. See here: http://www.ruslansivak.com/index.cfm/2007/1/10/Deleting-duplicate-rows-from- SQL-Server Russ > -Original Message- > From: Bruce Sorge [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 01, 2007 12:26 PM > To: CF-Talk > Subject

Re: CFC DAO/Bean Generator

I was looking for a code generator a few weeks ago. I was using http://rooibos.maestropublishing.com/ for generating beans. It was great, but I wanted something for my DAO CRUD methods also. I spent a night figuring out Transfer ORM (ttp://www.compoundtheory.com/?action=transfer.index) and I hav

Re: SQL QUestion

OK, I figured it out pretty much. So now I have this: CREATE TABLE #tempduplicatedata ( Code NVARCHAR(20) ) --Identify and save dup data into temp table INSERT INTO #tempduplicatedata SELECT Code FROM Codes GROUP BY Code HAVING COUNT(Code) > 1 --Confirm number of dup rows SELECT @@ROWCOUNT AS '

Re: SQL QUestion

Bruce Sorge wrote: > I have a lot of duplicate information in a table. I know how to query to > find the dupes, but I am having problems with deleting them (there are > thousands). I tried this: > > DELETE > FROM CODES > WHERE Code = > (SELECT Code, > COUNT(Code) AS NumOccurrences > FROM Codes > G

RE: SQL QUestion

Without looking too hard, would using a TOP 1 in the sub select work? -Original Message- From: Bruce Sorge [mailto:[EMAIL PROTECTED] Sent: 01 February 2007 17:26 To: CF-Talk Subject: SQL QUestion I have a lot of duplicate information in a table. I know how to query to find the dupes, but

Re: SQL QUestion

Bruce, One way to accomplish this is to query your (unique) records and populate another table with the same structure with that data. Once it is done, then you can re-populate that table from the table you created. Hope that makes sense. Doug B. - Original Message - From: "Bruce Sorg

RE: previous date

Thanks all. Fixed! -Original Message- From: Ben Forta [mailto:[EMAIL PROTECTED] Sent: Thursday, February 01, 2007 11:50 AM To: CF-Talk Subject:RE: previous date You want #DateFormat(Now()-1, "dd")# -Original Message- From: Orlini, Robert [mailto:[EMAIL PROTECTE

SQL QUestion

I have a lot of duplicate information in a table. I know how to query to find the dupes, but I am having problems with deleting them (there are thousands). I tried this: DELETE FROM CODES WHERE Code = (SELECT Code, COUNT(Code) AS NumOccurrences FROM Codes GROUP BY Code HAVING ( COUNT(Code) > 1 ))

Re: CFC DAO/Bean Generator

Brian Rinaldi's Illudium P-36 Code Generator. http://code.google.com/p/cfcgenerator/downloads/list - Original Message - From: "Marco Antonio C. Santos" <[EMAIL PROTECTED]> To: "CF-Talk" Sent: Thursday, February 01, 2007 8:53 AM Subject: CFC DAO/Bean Generator > Anyone know a good CFC

RE: Interacting with SOAP

I can say that from that dump you will never be able to consume it using CF. -Original Message- From: Tony Hicks [mailto:[EMAIL PROTECTED] Sent: 01 February 2007 15:47 To: CF-Talk Subject: Re: Interacting with SOAP That is extremely helpful. It won't help me get it done, but near as

Links to Network shares in Safari

I've got some local users that use Macs, and one of our Intranet pages has videos that people can view. This works in IE, but not in Firefox or Safari: href="file:///\\midland\info\#enewsVideo#" Any ideas on what I could do for non-IE users? I've done this before but can't remember what I did.

CFC DAO/Bean Generator

Anyone know a good CFC DAO and Bean generator other than CFCCreator? Cheers ~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs http:http://ad.doubleclick.net/clk;567605

Re: previous date

Jacob is right, you want to use dateAdd here On 2/1/07, Jacob Munson <[EMAIL PROTECTED]> wrote: > > Use DateAdd > > On 2/1/07, Orlini, Robert <[EMAIL PROTECTED]> wrote: > > I using #DateFormat(Now(),"dd")-1# to get a previous date. However, > using it today it gives me the previous date of 0 a

RE: previous date

You want #DateFormat(Now()-1, "dd")# -Original Message- From: Orlini, Robert [mailto:[EMAIL PROTECTED] Sent: Thursday, February 01, 2007 11:45 AM To: CF-Talk Subject: previous date I using #DateFormat(Now(),"dd")-1# to get a previous date. However, using it today it gives me the previou

Re: previous date

Orlini, Robert wrote: > I using #DateFormat(Now(),"dd")-1# to get a previous date. However, using it > today it gives me the previous date of 0 as opposed to 31. > > How do I get it to generate the previous date as the 31st as opposed to 0? > #DateFormat(Now()-1,"dd")#

Re: previous date

dateAdd('d', -1, now()) day(dateAdd('d', -1, now())) On 2/1/07, Orlini, Robert <[EMAIL PROTECTED]> wrote: > I using #DateFormat(Now(),"dd")-1# to get a previous date. However, using it > today it gives me the previous date of 0 as opposed to 31. > > How do I get it to generate the previous date a

RE: previous date

#DateFormat(DateAdd("d",-1,Now()),"dd")# -Original Message- From: Orlini, Robert [mailto:[EMAIL PROTECTED] Sent: Thursday, February 01, 2007 10:45 AM To: CF-Talk Subject: previous date I using #DateFormat(Now(),"dd")-1# to get a previous date. However, using it today it gives me the pre

Re: previous date

Use DateAdd On 2/1/07, Orlini, Robert <[EMAIL PROTECTED]> wrote: > I using #DateFormat(Now(),"dd")-1# to get a previous date. However, using it > today it gives me the previous date of 0 as opposed to 31. > > How do I get it to generate the previous date as the 31st as opposed to 0? > > I'm still

RE: thread-saftey of application-instantiated components

Typically you would have something like this in your cfcs: [actual implementation] Using is good way to do it, but that will limit application scalability. Tero Pikala -Original Message- From: James Holmes [mailto:[EMAI

previous date

I using #DateFormat(Now(),"dd")-1# to get a previous date. However, using it today it gives me the previous date of 0 as opposed to 31. How do I get it to generate the previous date as the 31st as opposed to 0? I'm still new as to understanding this. Thanks! Robert O. HWW ~~~

Re: images not respecting clear in cfdocument PDF

Ok, I know it's been months since I started this thread, but I had to put this project on hold for quite awhile, and also wait for my IT guy to install the latest update to CF on the server to make sure that wasn't the cause of the problem. The problem is still happening. Since it's been so lon

RE: Daily procedures for using Subversion

Chris, You should probably ask for some help on the svn-users list. The version number thing comes up there all the time, and svn has a single revision number for the repository, not for each file. You should not worry about that revision number. The way we work is: Every developer has the

Re: Interacting with SOAP

That is extremely helpful. It won't help me get it done, but near as I could figure, it wasn't my programming. I hate the idea of submitting the xml manually, but if it must be done, it must be done. I've never worked with such an undocumented web service in my life. Here is how getMyAuctions is

RE: OT-Image Maps

Sounds like you need to start by first creating a dynamic gif with your coordinates and the shading and then create dynamically create the coresponding image map with the links. Terry Troxel -Original Message- From: Sandra Clark [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 31, 200

Re: Showing actual used value from cfqueryparam tag

>Example code. > > select > I was under the impression that CFQUERYPARAM just validates and typecasts the value as you specify... so you would get something like (not sure of exact syntax being sent) SELECT CAST(1.5 as integer) Which would return 1 row with an unnamed column value of eit

What does applicationToken actually do?

Can anyone explain what applicationToken actually does in ? I've got two applications on the same server, and, though I have this attribute, authorizing under one context does not show me authorized under the other. If that's not its function, what is it there for? TIA, Oblio This email message

RE: thread-saftey of application-instantiated components

> Yes, the separate calls could get inconsistent data. This is what the > CFLOCK tag is for. This is true only if the method is calling / using instance data. Rich Kroll ~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 & MX

RE: thread-saftey of application-instantiated components

There is the possibility for race conditions, so it depends what your component is doing. If your component has the following method: This method in an application scoped component is thread safe. There is no instance data that could change for each request

RE: Daily procedures for using Subversion

You said that you thought of putting the entire web root under source control. Is the web root one project, or do you have multiple applications running under it? If it is one project then can create a repository where the trunk would be your entire web root. The repository structure would look

RE: Daily procedures for using Subversion

We have three developers working on various parts of a single site. We each have our own development branch; I only commit to mine occasionally. My branch contains a copy of the entire site, as does everyone else. When our branch is stable or an update needs to be rolled out, we checkout the tru

Re: thread-saftey of application-instantiated components

Yes, the separate calls could get inconsistent data. This is what the CFLOCK tag is for. On 2/1/07, Leitch, Oblio <[EMAIL PROTECTED]> wrote: > If I create a component (potentially long-running) and instantiate it > into the application scope (so all pages can access it), how thread-safe > will it

  1   2   >