[cfaussie] Re: query function to delete a row from a query

2006-04-09 Thread Gavin Cooney
you could just do a QofQ WHERE id something and if you use cfquery name=sameNameAsExistsingQuery, it would be the same thing HTH On 4/7/06, Andrew Mercer [EMAIL PROTECTED] wrote: doesnt look like you can do a delete in QoQ On 4/7/06, Andrew Mercer [EMAIL PROTECTED] wrote: Does

[cfaussie] Re: Web server level authentication

2006-04-09 Thread Gavin Cooney
how about a slightly different approach? store all the pdfs outside of the webroot. Then when a user logs in, create a symbolic link to the pdf uuid.pdf points to the pdf outside the web root. Then on session close (CF7) delete the sym link. Then you can use CF based authentication not IIS

[cfaussie] Re: OT: It's Official - Run Windows XP on your MacIntel w/ Boot Camp and the future Leopard OS

2006-04-06 Thread Gavin Cooney
Robin, you're selling macs now? Gav On 4/6/06, Robin Hilliard [EMAIL PROTECTED] wrote: Come and join us... resistance is futile. plugTalk to us for special deals on Intel Macs for cfaussie members! /plug __ Robin Hilliard-- www.gavcooney.com

[cfaussie] Re: MAX US tour - interested?

2006-04-06 Thread Gavin Cooney
what's the dates? On 4/6/06, Robin Hilliard [EMAIL PROTECTED] wrote: Apologies for the cross-post. We're looking into the feasibility of organising a tour to MAX in Las Vegas later this year. With enough preparation and some sponsors we may be able to put together a package to get

[cfaussie] Re: MAX US tour - interested?

2006-04-06 Thread Gavin Cooney
, at 11:00 PM, Gavin Cooney wrote: what's the dates? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups cfaussie group. To post to this group, send email to cfaussie@googlegroups.com To unsubscribe from this group, send

[cfaussie] Re: OT: eclipse weirdness

2006-04-03 Thread Gavin Cooney
hey i'm on OS X and re-installed cfeclipse just last week -so i have a fresh copy. And this doesn't happen to me. So it could be one of your other plugins? maybe a fresh install would fix it... but that is a bit drastic! Gav On 4/3/06, Toby Tremayne [EMAIL PROTECTED] wrote: That's the

[cfaussie] query of query error CF7

2006-03-29 Thread Gavin Cooney
I have some code that worked fine in CF 6.1 but doesn't work in CF7. I try to do a simple query of query like this cfquery name=qFilteredSpList dbtype=query SELECT * FROM qSpList WHERE course_type = cfqueryparam cfsqltype=CF_SQL_VARCHAR value=#filterCourseType# ORDER BY

[cfaussie] Re: query of query error CF7

2006-03-29 Thread Gavin Cooney
is in the query? Mark On 3/30/06, Gavin Cooney [EMAIL PROTECTED] wrote: I have some code that worked fine in CF 6.1 but doesn't work in CF7. I try to do a simple query of query like this cfquery name=qFilteredSpList dbtype=query SELECT * FROM qSpList WHERE course_type

[cfaussie] Re: query of query error CF7

2006-03-29 Thread Gavin Cooney
it works. you legend! Thanks a lot. On 3/30/06, Mark Mandel [EMAIL PROTECTED] wrote: Hmnnn... Maybe try adding the 'xx' across the rows at the top until you find which one is causing the issue. It is definatley a data typing issue. Mark On 3/30/06, Gavin Cooney [EMAIL PROTECTED] wrote

[cfaussie] Re: Site Wide Error Template - SQL?

2006-03-29 Thread Gavin Cooney
Scott, does the amount of information available to the site-wide template change when check/uncheck the Enable Robust Exception Information in the Debugging Logging Debugging Settings of CF admin? Cheers Gav On 3/30/06, Joel Cass [EMAIL PROTECTED] wrote: This seems to work for me: cfif

[cfaussie] Re: Is there a trick to making MySQL play with CFMX7?

2006-03-20 Thread Gavin Cooney
Certified Advanced ColdFusion Developer AFP Webworks http://afpwebworks.com ColdFusion, PHP, ASP, ASP.NET hosting from AUD$15/month On 3/20/06, Gavin Cooney [EMAIL PROTECTED] wrote: i used the unsupported version. it was easy, and it worked perfectly on a number of different machines

[cfaussie] Re: cfexecute linux problem

2006-03-09 Thread Gavin Cooney
-math2png -D 250 / cfexecute name = /bin/sh arguments = #arArguments# outputFile = /vhosts/mydomain.com/htdocs/latex/test.png timeout=5 / works a treat! Thanks again. Gav On 3/9/06, Gavin Cooney [EMAIL PROTECTED] wrote: i put in a time out of 20 seconds and now get this error thrown

[cfaussie] cfexecute linux problem

2006-03-08 Thread Gavin Cooney
hi folks, i've a small cfexecute problem on a linux machine. i'm sure it's something very very simple, but i've not used cfexecute much before so i hoped one of you would be able to help me out? I've got latex installed on my server. http://en.wikipedia.org/wiki/Help:Formula it means i can run

[cfaussie] Re: WebDu Who's going ?

2006-02-21 Thread Gavin Cooney
i'll be there. At the Banquet too... the best part last year. It'll be good to meet you all again. On 2/22/06, Tom MacKean [EMAIL PROTECTED] wrote: I'll be a WebDU virgin this year. Be gentle with me. (Not going to the banquet, though) Tom MacKean

[cfaussie] Re: WebDu Who's going ?

2006-02-21 Thread Gavin Cooney
thanks for reminding me. necking... it's just a word that i never heard used that way before! anyway, i'm gonna stay away from the sambucas this year. They always end in tears. Gav On 2/22/06, Mark Stanton [EMAIL PROTECTED] wrote: Anyone remember this classic

[cfaussie] Re: WebDu Who's going ?

2006-02-21 Thread Gavin Cooney
On 2/22/06, Jon Austin [EMAIL PROTECTED] wrote: On 2/22/06, Gavin Cooney [EMAIL PROTECTED] wrote: anyway, i'm gonna stay away from the sambucas this year. They always end in tears. You say that now... Someone remember to take a digital camera. Good idea! i'll try to get everyone

[cfaussie] Ruby on Rails

2006-02-21 Thread Gavin Cooney
On the subject of WebDU, is anyone going to any of the day 0 training sessions? I was considering going to the Ruby on Rails one. http://www.aviditybytes.com/ruby_on_rails_workshop_sydney_australia/ Gav --~--~-~--~~~---~--~~ You received this message because

[cfaussie] problem with apache mod_rewrite and ColdFusion

2006-02-01 Thread Gavin Cooney
Hey all, i'm trying to do an apache mod_rewrite and it's driving me nuts. Can anyone help? RewriteRule .*/pox /go.html this works fine RewriteRule .*/pox /go.cfm if the url is: /pox/something.cfm it works fine if it's /pox/something/ (with or without the trailiing /) it throws this exact