OT Forcing download after N seconds

2006-09-12 Thread Adrian Lynch
eaders and content type but it's not working. Thanks. Adrian Lynch http://www.halestorm.co.uk/ ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, de

RE: including into a cfset

2006-09-05 Thread Adrian Lynch
Not sure about your reasons, but you can do: Adrian -Original Message- From: Daniel Kessler [mailto:[EMAIL PROTECTED] Sent: 05 September 2006 15:43 To: CF-Talk Subject: including into a cfset okay, I'm sure this is cause I'm just not thinking right this morning, but I've s

RE: Weird CGI error

2006-09-05 Thread Adrian Lynch
Typo, CGI not GGI. Ade -Original Message- From: Richard Cooper [mailto:[EMAIL PROTECTED] Sent: 05 September 2006 11:52 To: CF-Talk Subject: Weird CGI error Hi, I'm getting and odd CGI variable error. I've wrapped CGI.query_string in a if stament. However, when there is a query string

RE: code indentation

2006-08-23 Thread Adrian Lynch
Press tab :OD Oh come on, you all thought it! -Original Message- From: krish P [mailto:[EMAIL PROTECTED] Sent: 23 August 2006 18:00 To: CF-Talk Subject: code indentation please someone can help me out with how to indent the source code in cfeclipse? ~~~

RE: creating a list from copy and pasted text from notepad...

2006-08-23 Thread Adrian Lynch
Check they are actually spaces. Forget about /n or /r, and I think these should be \n but not in CF... Ade -Original Message- From: D F [mailto:[EMAIL PROTECTED] Sent: 23 August 2006 13:14 To: CF-Talk Subject: creating a list from copy and pasted text from notepad... Hi there, I'm tryin

RE: Need help building pages with multiple queries and tables

2006-07-19 Thread Adrian Lynch
You mean like: School Type 1 - School 1 - School 2 - School 3 School Type 2 - School 4 - School 5 - School 6 ? Try this: SELECT s.SchoolName, s.SchoolID, st.SchoolType FROM School s INNER JOIN SchoolType st ON s.SchoolTypeID = st.SchoolTypeID ORDER BY st.School

RE: Web Services - Not for production or development

2006-07-05 Thread Adrian Lynch
Would there be a way to have the webserver strip this out? Ade -Original Message- From: Peter Tilbrook [mailto:[EMAIL PROTECTED] Sent: 05 July 2006 11:51 To: CF-Talk Subject: Re: Web Services - Not for production or development The Developer Edition modifies the headers sent to the brow

RE: how to change allowed IP addresses for the developer edition?

2006-07-03 Thread Adrian Lynch
Restart CF. Ade -Original Message- From: Marc Bakker [mailto:[EMAIL PROTECTED] Sent: 03 July 2006 11:49 To: CF-Talk Subject: how to change allowed IP addresses for the developer edition? Hello , I got this messsage You tried to access the developer edition from a disallowed IP (xx.xx.x

RE: IFNULL in QoQ

2006-06-30 Thread Adrian Lynch
I don't think that's the case. They remain as NULLs until they are used. Could be wrong though. Adrian -Original Message- From: Ben Nadel [mailto:[EMAIL PROTECTED] Sent: 30 June 2006 15:44 To: CF-Talk Subject: RE: IFNULL in QoQ Nick, As far as I know, ColdFusion queries do not have NU

RE: OT ASP's query param

2006-06-28 Thread Adrian Lynch
oint.com/article/sql-injection-attacks-safe/5 http://www.4guysfromrolla.com/webtech/112702-1.shtml * Ken Ferguson 214.636.6126 * > -----Original Message- > From: Adrian Lynch [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 28, 2006 10:15 AM > T

OT ASP's query param

2006-06-28 Thread Adrian Lynch
Need to stop SQL inject in an ASP CMS. I can't find reference to parameterisation in classic ASP. Any links or pointers. Thanks. Adrian Lynch ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:244960 Archives:

RE: getLocale() is always English

2006-06-27 Thread Adrian Lynch
I think he wants GetLocale() to return "Español (Estándar)" Ade -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: 27 June 2006 10:16 To: CF-Talk Subject: RE: getLocale() is always English -Original Message- From: Aidan Whitehall [mailto:

RE: learning flash

2006-06-18 Thread Adrian Lynch
I have no idea about that product, but this is a cracking site: http://gotoandlearn.com/ Ade -Original Message- From: Bob Imperial [mailto:[EMAIL PROTECTED] Sent: 18 June 2006 17:53 To: CF-Talk Subject: learning flash Happy Father's day to all you Dad's out there!!! Does anybody out th

RE: How to get several resultsets from SP

2006-05-22 Thread Adrian Lynch
:[EMAIL PROTECTED] Sent: 22 May 2006 11:48 To: CF-Talk Subject: Re: How to get several resultsets from SP On Friday 19 May 2006 18:00, Adrian Lynch wrote: > Conditional logic might change the number. But the definition of a SP is fixed. -- Tom Chiver

RE: Google Analytics?

2006-05-21 Thread Adrian Lynch
"96.71% of visiters are using Flash, about 80% are using version 8 or better (a little over 1.5% are using 9)" Don't you mean 8.5? -Original Message- From: Michael Dinowitz [mailto:[EMAIL PROTECTED] Sent: 21 May 2006 19:51 To: CF-Talk Subject: Re: Google Analytics? Here are some stats I

RE: How to get several resultsets from SP

2006-05-19 Thread Adrian Lynch
Conditional logic might change the number. -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: 12 May 2006 15:39 To: CF-Talk Subject: RE: How to get several resultsets from SP Surely if it is an SP you will know how many it is returning?! -Original Me

RE: ARGH! - Three Months in the future query problem

2006-05-18 Thread Adrian Lynch
You might want to test the boundary cases because the time portion of datetimes can cause trouble for you. Adrian -Original Message- From: Les Mizzell [mailto:[EMAIL PROTECTED] Sent: 18 May 2006 05:28 To: CF-Talk Subject: Re: ARGH! - Three Months in the future query problem Duh! This d

RE: What CMS for .cfm?pageid=

2006-05-13 Thread Adrian Lynch
But does that mean 'id=' or 'anything='? -Original Message- From: James Holmes [mailto:[EMAIL PROTECTED] Sent: 13 May 2006 13:13 To: CF-Talk Subject: Re: What CMS for .cfm?pageid= >From Google's own guidelines: "Don't use "&id=" as a parameter in your URLs, as we don't include these pag

RE: Coldfusion with Godaddy

2006-05-06 Thread Adrian Lynch
Which probably means they have a list of default pages with index.htm higher than .cfm. Adrian -Original Message- From: Jim Wright [mailto:[EMAIL PROTECTED] Sent: 06 May 2006 21:51 To: CF-Talk Subject: Re: Coldfusion with Godaddy On 5/6/06, Will Tomlinson <[EMAIL PROTECTED]> wrote: > >D

RE: saving an XML file into a variable with cfinclude

2006-05-06 Thread Adrian Lynch
Try: the extra white space might have been causing the problem. Adrian -Original Message- From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: 05 May 2006 18:32 To: CF-Talk Subject: saving an XML file into a variable with cfinclude I'm taking a stab at writing a form creator/handler v

RE: Displaying array items with Next-n Records functionality

2006-05-06 Thread Adrian Lynch
Start your loop at the desired index. Adrian -Original Message- From: Joy Holman [mailto:[EMAIL PROTECTED] Sent: 05 May 2006 20:45 To: CF-Talk Subject: Displaying array items with Next-n Records functionality I want to show results from an array that's created from query results:

RE: SQL Stored Procedure Param

2006-05-04 Thread Adrian Lynch
You're using the cfprocparam tag incorrectly. Should your type be "inout"? Adrian -Original Message- From: Richard Dillman [mailto:[EMAIL PROTECTED] Sent: 05 May 2006 04:50 To: CF-Talk Subject: OT: SQL Stored Procedure Param I have a stored proc in SQl Server 2000 with a variable @ID v

RE: ASP.Net book for CF programmer

2006-05-04 Thread Adrian Lynch
programmer Adrian...(or others who know) Can you use Visual Web Developer 2005 Express to develop pages other than .aspx? Can .cfm pages be created using it doing hand coding? Rick -Original Message----- From: Adrian Lynch [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 03, 2006 2:56 AM T

RE: ASP.Net book for CF programmer

2006-05-02 Thread Adrian Lynch
I've been using Visual Web Dev(2005 Express, is there another version?) lately. One thing to keep in mind is that it's for .Net 2.0 and from the info I've found on the web, you can't make it only play with 1.0 or 1.1. Not a big deal but worth noting if you're building something for a 1.0/1.1 envir

RE: ASP.Net book for CF programmer

2006-05-02 Thread Adrian Lynch
Was just about to sign up when I spotted: "Offer good in the United States and Canada only through June 30, 2006, while supplies last." :O( -Original Message- From: Nathan Strutz [mailto:[EMAIL PROTECTED] Sent: 01 May 2006 17:10 To: CF-Talk Subject: Re: ASP.Net book for CF programmer W

RE: CF_AVERY

2006-05-01 Thread Adrian Lynch
I could have sworn it was cf_avery and not CF_AveryRTF! That's why it was hard to find... Check the exchange on macromedia/adobe for cf_averyrtf. Adrian -Original Message- From: Jenny Gavin-Wear [mailto:[EMAIL PROTECTED] Sent: 01 May 2006 09:25 To: CF-Talk Subject: CF_AVERY Does anyone

RE: Printing from CF

2006-04-30 Thread Adrian Lynch
cfdocument and/or cf_avery can work nicely for this. Adrian -Original Message- From: Jenny Gavin-Wear [mailto:[EMAIL PROTECTED] Sent: 30 April 2006 01:26 To: CF-Talk Subject: Printing from CF Hi all, I've putting together an application for a courier and they need to have address label

RE: COM object return

2006-04-29 Thread Adrian Lynch
Maybe I'm looking at the code wrong, but are your own vars. You know what they are because you set them: What am I missing? -Original Message- From: Philip Dunn [mailto:[EMAIL PROTECTED] Sent: 29 April 2006 19:17 To: CF-Talk Subject: Re: COM object return >If w and h are public prope

RE: Group field name

2006-04-28 Thread Adrian Lynch
Looking a bit further... form.sitetype.value will be undefined. You will have to loop over the radio buttons checking each to see if it's checked. Try something like: