RE: Grouping help

2004-04-03 Thread Pascal Peters
cfquery name=qTest datasource=#request.dsn# SELECT theTitle, theDate FROM theTable ORDER BY theDate /cfquery cfoutput query=qTest group=theDate == #DateFormat(qTest.theDate, d)# ==br cfoutput - #qTest.theTitle#br /cfoutput /cfoutput Pascal -Original Message- From: Jake McKee

Running CF MX and BlueDragon in the same box

2004-04-03 Thread Spectrum Web
It's possible? Thanx in advance. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Query Output in a cfscript

2004-04-03 Thread Pascal Peters
-Original Message- From: Cutter (CF-Talk) [mailto:[EMAIL PROTECTED] Sent: zondag 28 maart 2004 3:22 To: CF-Talk Subject: Re: Query Output in a cfscript Yes, but I'm not trying to actually 'write' the data to a page at this point. I only want to create the color objects

RE: desktop application

2004-04-03 Thread Andrew Tyrone
How about PHP?Blasphemy, yes, but a simple solution.It doesn't sound like you need some fancy, glorified interface to collect email addresses. Then you get to dabble in something different (if you haven't used it already) and charge for it to boot! Andy -Original Message- From: Burns,

Re: desktop application

2004-04-03 Thread Stephen Moretti
Dick Applebaum wrote: ahhh ... if only we had CFAnywhere. :) ~cough~bluedragon Thats what CFAnywhere became.Plus you're showing your age now Dick.. ;) Unfortuately doesn't really help John with a cross-platform desktop application.Yeah I know it should run everywhere, but nothing is

Re: Running CF MX and BlueDragon in the same box

2004-04-03 Thread Rob
On Sat, 2004-04-03 at 05:08, Spectrum Web wrote: It's possible? Thanx in advance. http://www.newatlanta.com/c/products/bluedragon-beta/download/home Download the Installation Guide(pdf) Look at section 3.2 Running Alongside ColdFusion and Servlet/JSP Engines ( My xpdf program for some reason

RE: Grouping help

2004-04-03 Thread Charlie Griefer
Jake: I have a tutorial on grouping in CF here: http://tutorial150.easycfm.com/ Hope that helps :) Charlie -Original Message- From: Jake McKee [mailto:[EMAIL PROTECTED] Sent: Saturday, April 03, 2004 12:04 AM To: CF-Talk Subject: Grouping help I'm trying to run a query then

Re: desktop application

2004-04-03 Thread Dick Applebaum
Unless I am mistaken, the company that made cfAnywhere was purchased by Allaire cfAnywhare became JRun I have always felt that CF would be very good for ad hoc desktop apps. With the advent of the initial version of CFMX and its integrated JRun, and integrated RDBMS (PointBase) it seemed that

Re: Grouping help

2004-04-03 Thread Jake .
Unfortunately, that method yielded: == Date == Entry == Date == Entry == Date == Entry Ideas? cfquery name=qTest datasource=#request.dsn# SELECT theTitle, theDate FROM theTable ORDER BY theDate /cfquery cfoutput query=qTest group=theDate == #DateFormat(qTest.theDate, d)# ==br cfoutput -

Re: Grouping help

2004-04-03 Thread Jake .
Thanks, I appreciate the help. Looks like part of my problem is (as always) the fact that I'm using dates. Does this method work with dates? I have a tutorial on grouping in CF here: http://tutorial150.easycfm.com/ Hope that helps :) Charlie [Todays Threads] [This Message]

RE: desktop application

2004-04-03 Thread Brad Roberts
Re-posting Steve Nelson's suggestion: ... CFML on the desktop... http://www.pcaonline.com/coral/index.cfm ...Looks pretty powerful -Brad -Original Message- From: Dick Applebaum [mailto:[EMAIL PROTECTED] Sent: Saturday, April 03, 2004 12:02 PM To: CF-Talk Subject: Re: desktop application

RE: desktop application

2004-04-03 Thread Michael T. Tangorre
How about MS Access? You could then FTP the file to a server where you could use a linked table to access the email addresses, etc.. Mike -Original Message- From: Andrew Tyrone [mailto:[EMAIL PROTECTED] Sent: Saturday, April 03, 2004 10:04 AM To: CF-Talk Subject: RE: desktop

RE: Grouping help

2004-04-03 Thread Jeff Garza
If you are using dates to group by, make sure to get rid of any extraneous information from the datefield.If you are using SQL Server, a datetime field will return the date, hours, minutes, seconds, and milliseconds.You can use a CAST or CONVERT function in your SQL statement to limit what is

RE: Grouping help

2004-04-03 Thread Andrew Tyrone
If you are using SQL Server, here is one solution I came up with: cfquery datasource=for_testing name=Events SELECT EntryInfo, DATENAME(mm,EntryDate) + ' ' + CAST(DATEPART(d,EntryDate) AS varchar(2)) AS DisplayDate, EntryDate FROM DateGroup ORDER BY EntryDate /cfquery cfoutput

Re: desktop application

2004-04-03 Thread Dick Applebaum
Yes it does however win only On Apr 3, 2004, at 10:00 AM, Brad Roberts wrote: Re-posting Steve Nelson's suggestion: ... CFML on the desktop... http://www.pcaonline.com/coral/index.cfm ...Looks pretty powerful -Brad   -Original Message-   From: Dick Applebaum [mailto:[EMAIL

never saw this error...

2004-04-03 Thread Dan Farmer
Website was working fine... suddenly I get this error. Not sure what could be causing it. Error Diagnostic Information ODBC Error Code = 08004 (Data source rejected establishment of connection) [Microsoft][ODBC Microsoft Access Driver] Too many client tasks. __

DWMX generated CF Login/Logout code

2004-04-03 Thread J M
Hi, I have a CF site that I developped in DWMX. As it is a freebie, I made use of a lot of the automatic code generation features of DWMX to save time. One of the features I used was the log-in/log-out code. Everything was working great until this week when my host moved the site to a new box

RE: never saw this error...

2004-04-03 Thread C. Hatton Humphrey
Error Diagnostic Information ODBC Error Code = 08004 (Data source rejected establishment of connection) [Microsoft][ODBC Microsoft Access Driver] Too many client tasks. I'll take a stab at it but maybe it's time to upsize to a better database solution.MS Access has a finite number of

CF Hosting (beaten to death I know)

2004-04-03 Thread Stacy Young
Looking for an ISP with solid CF experience (CFMX 6.1, SQL Server/MySQL). Primary concern of stability and uptime as this will be for mission critical application. I'd prefer a Canadian site but it's not a necessity! Price is not a concern (within reason of course) Appreciate any feedback!

RE: desktop application

2004-04-03 Thread Rob
On Sat, 2004-04-03 at 10:00, Brad Roberts wrote: Re-posting Steve Nelson's suggestion: ... CFML on the desktop... http://www.pcaonline.com/coral/index.cfm ...Looks pretty powerful I though he said it needed to run on Mac. Does that run on Mac? -- Rob [EMAIL PROTECTED] [Todays Threads]

RE: CF Hosting (beaten to death I know)

2004-04-03 Thread Michael T. Tangorre
HostMySite.com Highly recommended. Not located Canada though... They are based in Delaware. Mike Looking for an ISP with solid CF experience (CFMX 6.1, SQL Server/MySQL). Primary concern of stability and uptime as this will be for mission critical application. I'd prefer a Canadian site

RE: CF Hosting (beaten to death I know)

2004-04-03 Thread Stacy Young
Thx Michael, I think I'm actually down to them and CrystalTech... Stace _ From: Michael T. Tangorre [mailto:[EMAIL PROTECTED] Sent: Saturday, April 03, 2004 6:33 PM To: CF-Talk Subject: RE: CF Hosting (beaten to death I know) HostMySite.com Highly recommended. Not located Canada

RE: CF Hosting (beaten to death I know)

2004-04-03 Thread Eric Hoffman
Cfdynamics.com _ From: Stacy Young [mailto:[EMAIL PROTECTED] Sent: Saturday, April 03, 2004 5:22 PM To: CF-Talk Subject: CF Hosting (beaten to death I know) Looking for an ISP with solid CF experience (CFMX 6.1, SQL Server/MySQL). Primary concern of stability and uptime as this will be for

Re: CF Hosting (beaten to death I know)

2004-04-03 Thread Dick Applebaum
Stace Might look at paconline.net -- I think they are in BC. http://www.pacificonline.com/services/hosting/ I set up a small site in their servers -- oh about 3 1/2 years ago: http://pearloftheday.com/pearloftheday/ I did the back end -- converted an ASP site to CF. There are actually about

RE: CF Hosting (beaten to death I know)

2004-04-03 Thread Paul Kenney
I have several sites that are running at CrystalTech, and I can say that I don't think I would go with anyone else.Their phone support is great and the site admin application is second to none.On top of that, their prices are really good. Paul Kenney [EMAIL PROTECTED] 916-212-4359 -Original

Javascript cookie

2004-04-03 Thread Eric Hoffman
Ok, been awhile since I attempted a _javascript_ cookie in which I actually expire it instead of cfcookie... What is wrong with my syntax? This works setting the basic cookie: else{ c#attributes.containerid#.style.display= ; document.cookie = 'c#attributes.containerid# = yes';

RE: Javascript cookie

2004-04-03 Thread Michael T. Tangorre
You are missing your single quotes around the cookie value. Notice that the following works. document.cookie = 'c#attributes.containerid# = yes'; However, the following does not. document.cookie = cokname + = 'no;'; document.cookie = cokname + = + escape(value) + expString; HTH, Mike

RE: Javascript cookie

2004-04-03 Thread Eric Hoffman
Well, I defined cokname so maybe thats where I am confused?I need single quotes even around the variable? _ From: Michael T. Tangorre [mailto:[EMAIL PROTECTED] Sent: Saturday, April 03, 2004 7:17 PM To: CF-Talk Subject: RE: _javascript_ cookie You are missing your single quotes around the

Re: Force image refresh

2004-04-03 Thread Andrew Grosset
try adding a _javascript_ variable: img src="" 9000)# width=150 height=60 name=activationImage (I used cfcontent to generate and return the image in the above) [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: desktop application

2004-04-03 Thread Brad Roberts
Don't think so... but I'm sure he could use Virtual PC? http://www.apple.com/macosx/applications/virtualpc/ -Brad -Original Message- From: Rob [mailto:[EMAIL PROTECTED] Sent: Saturday, April 03, 2004 6:23 PM To: CF-Talk Subject: RE: desktop application On Sat, 2004-04-03 at 10:00, Brad

RE: CF Hosting (beaten to death I know)

2004-04-03 Thread Tony Weeg
experthost.com its canuck-ian :) tony r e v o l u t i o n w e b d e s i g n [EMAIL PROTECTED] www.revolutionwebdesign.com its only looks good to those who can see bad as well -anonymous -Original Message- From: Michael T. Tangorre [mailto:[EMAIL PROTECTED] Sent: Saturday, April

RE: Javascript cookie (nm)

2004-04-03 Thread Eric Hoffman
var never = new Date() never.setTime(never.getTime() + 2000*24*60*60*1000); var expString = ; expires= + never.toGMTString(); document.cookie = 'c#attributes.containerid# = no'+ escape(value) + expString; works.oops.thanks. _ From: Eric Hoffman [mailto:[EMAIL PROTECTED] Sent: Saturday,

RE: Javascript cookie (nm)

2004-04-03 Thread Michael T. Tangorre
No problem. Those quotes will get you everytime in JS. works.oops.thanks. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: desktop application

2004-04-03 Thread Dick Applebaum
Sure he could -- but it sounds like he is doing this for artistic people as well asbusiness people. I suspect that the artists are the ones with the Macs, and that they would not tolerate the imposition of the windows desktop. I use a Mac and, yes, VPC when necessary -- I just can't/won't use

RE: CF Hosting (beaten to death I know)

2004-04-03 Thread Jim Davis
I second CrystalTech.I host several sites, one of which gets a freakish amount of traffic for a few days each year - they've never let us down. Jim Davis _ From: Paul Kenney [mailto:[EMAIL PROTECTED] Sent: Saturday, April 03, 2004 7:29 PM To: CF-Talk Subject: RE: CF Hosting (beaten to

Re: CF Hosting (beaten to death I know)

2004-04-03 Thread Doug White
Stand by for the flood of advertising! :-) == Stop spam on your domain, Anti-spam solutions http://www.clickdoug.com/mailfilter.cfm For hosting solutions http://www.clickdoug.com == - Original Message - From: Stacy

Re: CF Hosting (beaten to death I know)

2004-04-03 Thread bret
I third it -- one of the few hosting companies I've used who is actually proactive, and simulatneously adds features and drops prices. My only complaint is that their billing system is a little inflexible if you are a reseller or government agency who doesn't have the speediest accounts

RE: CF Hosting (beaten to death I know)

2004-04-03 Thread Stacy Young
Thanks all... Will deliberate some more...but at least it's narrowed down. Thanks! _ From: bret [mailto:[EMAIL PROTECTED] Sent: Saturday, April 03, 2004 10:45 PM To: CF-Talk Subject: Re: CF Hosting (beaten to death I know) I third it -- one of the few hosting companies I've used who is

Keeping state with JavaScript

2004-04-03 Thread Jim McAtee
Maybe not the best subject line.Here's what I'm trying to do: I've got a CF generated page that uses _javascript_ CSS to expand contract (hide unhide, actually) several blocks containing numerous html links.When the user expands a block and then clicks a link, the new URL is displayed in the