No Subject

2000-05-16 Thread Frederic COLLIN
This is a multi-part message in MIME format. --=_NextPart_000_002D_01BFBF1A.B6493850 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi, Does someone know a good custom tag making a QUERY SORT ? Thanks.

Forums

2000-05-15 Thread Frederic COLLIN
HI, Did someone has already use the Forum www.orbwave.com ? Thanks. Fred -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or

Variable creation

2000-05-12 Thread Frederic COLLIN
Hi, I'd like to evaluate in a CFLOOP 3 fields named field1 field2 field3 from a cfform. I'd like to create dynamically the name of a variable. What's wrong with the following code : cfloop index="i" from="1" to="3" cfif #form.field#i# is not "" cfoutput OK cfoutput /cfif

Re: Variable creation - correction

2000-05-12 Thread Frederic COLLIN
Variable creation Date: Fri, 12 May 2000 07:02:45 PDT This should work... cfloop index="i" from="1" to="3" cfset formField = "form.field" "#i#" cfif #formfield# is not "" cfoutput #evaluate(formField)#

Re: Session variable problem

2000-05-12 Thread Frederic COLLIN
Hi, Does someone know some good Forums written in Cold Fusion ? Thanks. -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or

Forums

2000-05-12 Thread Frederic COLLIN
Hi, Does someone know some good Forums written in Cold Fusion ? Thanks. PS : Sorry wrong subject with my previous message -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit

Re: Forums

2000-05-12 Thread Frederic COLLIN
Where can I download it to test it ? - Original Message - From: paul smith [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, May 12, 2000 5:07 PM Subject: Forums It is cool. Written by Xing Li [EMAIL PROTECTED] and Dan Switzer [EMAIL PROTECTED] best, paul At 07:47 AM

Re: Getting Key Field after Insert

2000-05-03 Thread Frederic COLLIN
Hi, How can I sort the results of a query without using ORDER BY in my sql statement ? Thanks -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit

Re: SQL.COUNT question

2000-04-19 Thread Frederic COLLIN
Try this, cfquery datasource="qwerty" name="asdfgh" select count(*) as myvar from customer where CustomerName='My_Name' /cfquery cfoutput query="asdfgh" #myvar# /cfoutput -- Regards, Alex mailto:[EMAIL PROTECTED] Certified HTML

CFMAIL

2000-04-12 Thread Frederic COLLIN
Hi, Does anyone know what is the maximum of mails sent by the CFMAIL tag in one time ? Thanks -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit