RE: OnRequestEnd.cfm problems

2000-05-12 Thread andrew m kneisler
ssage- 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 kneisle

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 dir

Cold Fusion Studio 4.0

2000-04-17 Thread andrew m kneisler
--openmail-part-0aa2bc92-0001 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: Quoted-Printable Content-Disposition: inline Has anyone found a good retail place to buy Cold Fusion Studio 4.0 or 4.5??? =A0 Andrew Kneisler=20 BNMD/ODS User Interface Team Phone: 913-315-6

Style Sheets and Netscape 4.x

2000-04-03 Thread andrew m kneisler
--openmail-part-0a2b5f99-0001 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: Quoted-Printable Content-Disposition: inline Can anyone shed some light on getting this style sheet to work in Netscape?=A0 I works great in IE 5.0, and based on some documentation I read rec

Pulling current URL Path

2000-03-31 Thread andrew m kneisler
--openmail-part-0a1eecc6-0001 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Content-Disposition: inline I am running into a problem when calling an Error Custom Tag which displays text for an error page. I would like to sharpen up the page with a template heade

RE: Formatting Input Fields

2000-03-31 Thread andrew m kneisler
(remember, cfinput is nothing more than an tag that renders some javascript validation when it is called by the browser. --- Billy Cravens [EMAIL PROTECTED] - Original Message ----- From: "andrew m kneisler" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday

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

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 ? I want to format the input text and size of the input field box. Any suggestions? Will CFINPUT work?

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 F