Editing CF Generated Javascript

2002-02-27 Thread Daniel Quinones
Hello, Is there a way to edit the javascript that CF automatically generates in the templates when you use CFFORM and CFINPUT ?? Thanks, Dan Quinones __ Why Share? Dedicated Win 2000 Server ยท PIII 800 / 256 MB RAM / 40 GB HD

Strange Query of Query Behavior

2002-02-14 Thread Daniel Quinones
Hello, I am doing a query that extracts all sales info for an employee in a particular time frame. Then I am doing 2 querys of that query as seen: SELECT SalesAmount AS Sales1Sum FROM SalesQuery Where BonusDeal = 1 SELECT SalesAmount AS Sales2Sum FROM SalesQuery Where BonusDeal = 0 This is w

Re: SQL Server on a separate machine

2002-02-10 Thread Daniel Quinones
you have to configure Cold fusion to run as a different user in the services panel of your admin tools. Make the cold fusion application server run as a different user, preferably a user that has access to the SQL server. Dan - Original Message - From: "Kay Smoljak" <[EMAIL PROTECTED]>

Verify Fails on SQL Server ODBC

2002-02-08 Thread Daniel Quinones
Hello, Sitting at home on a friday night he he, And I just installed SQL 7 on one of my W in 2000 servers and can pass the test and connection in my clients odbc connection but not in CF administrator! I tried with use trusted connection checked and unchecked with admin and password specified.

CF Reporting

2002-02-08 Thread Daniel Quinones
Hello Everyone, I was curious as to what the general consensus was on how reports are done in CF. I looked in quite a few places and didn't really get any good info. So far I have designed all reports in HTML and set them up to export to excel or word, but was just wondering what others