RE: OnRequestEnd.cfm problems

2000-05-12 Thread andrew m kneisler
- From: webmaster [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 11, 2000 7:04 PM To: cf-talk Cc: webmaster Subject: Re: OnRequestEnd.cfm problems Is this a completely blank onrequestend.cfm or does it have something in it? - Original Message - From: "andrew m kneisler" [EMAIL

OnRequestEnd.cfm problems

2000-05-11 Thread andrew m kneisler
--openmail-part-0b88b59b-0001 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: Quoted-Printable Content-Disposition: inline Can anyone shed some light on possible limitations using OnRequestEnd.cfm?=A0 For some reason, when we add an OnRequestEnd.cfm in a particular

RE: Duplicate Values in a query

2000-03-30 Thread andrew m kneisler
--openmail-part-0a1399e0-0001 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Content-Disposition: inline Try this. ListValueCount(#List#,"ValueToFind") This function returns a number of instances for the specifed value in a list. Enjoy. Andrew Kneisler Cold

Formatting Input Fields

2000-03-30 Thread andrew m kneisler
--openmail-part-0a156088-0001 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Content-Disposition: inline Does anyone know of a way to format the inside of a input type="text"... ? I want to format the input text and size of the input field box. Any

RE: subtract elements of one list from another?

2000-03-30 Thread andrew m kneisler
--openmail-part-0a1570ef-0001 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Content-Disposition: inline Is there an easy way to take the elements of one list and remove them from another list? i.e. Subtract ListB from ListA to get ListC