Re: Slightly OT...

2000-03-25 Thread WBB
Documentation is pretty much universal, feature set usually falls within a certain fixed set of parameters and any bugs are usually a subset of your own, just ask any grand parent ;) Contrats from Northern California ;) Everyone's in good condition, but as expected, the documentation is

Re: Setting Up SQL 7

2000-03-25 Thread David Clay
thank you Dave Clay Interent Facilitator Trus Joist [EMAIL PROTECTED] 03/25/00 01:19PM Setup a user in SQL 7 specifically for your ColdFusion app, giving that user select, insert, delete, and update rights to the corresponding database. Then, in CF Administrator, when you setup the datasource

Re: Problems with CFX_EXCEL

2000-03-25 Thread Stephen Garrett
Ok, try this on: CFX_Excel Query="Test" Take the results of the Query "TEST" File="C:\XLS\OUTPUT.XLS" Write the results to a new spreadsheet called "C:\XLS\OUTPUT.XLS" Workbook="C:\TEMPLATES\TEST.XLS" using a spreadsheet of the name "C:\TEMPLATES\TEST.XLS" as an input

RE: Does the SQL7 Desktop Server Evaluation Work with ColdFusion? ?

2000-03-25 Thread Nick McClure
I have used the eval of SQL Server Standard with Cold Fusion, and I have used the Eval on SQL Server 7 Desktop running on an NT Workstation 4.0 SP4 I have never run SQL Server on a 9x environment but MS Claims that it will work. Check your protocols and make sure the CF box and the SQL box

RE: Does the SQL7 Desktop Server Evaluation Work with ColdFusion? ?

2000-03-25 Thread Peter Tilbrook
Also I found you need Win2000 Advanced Server to run the Enterprise Edition. Naturally I only found this out AFTER getting the standard server up and running. Hopefully the upgrade won't be too painful. -Original Message- From: Jessica Shea [mailto:[EMAIL PROTECTED]] Sent: Sunday, 26

RE: how to use SSL in coldfusion

2000-03-25 Thread Ken Wilson
You use SSL the same in CF as you would in any application. Didn't CF at one time require you to run the server in a less-than-desirable mode if you needed to connect via SSL? Ken -- Archives:

Re: CF, Javascript and Form Select Boxes - Need Help

2000-03-25 Thread David Shadovitz
I'll take a look, but I see right away that the function cover_price has no opening bracket. -David On Sat, 25 Mar 2000 20:49:32 -0600 "Chris Montgomery" [EMAIL PROTECTED] writes: Howdy folks, If any Javascript wizards have a few moments and can help, I would certainly appreciate it.

RE: CF, Javascript and Form Select Boxes - Need Help

2000-03-25 Thread Chris Montgomery
David, Thanks a bunch. I just checked the file and the opening bracket is in fact there. Don't know why/how it got dropped when I copied and pasted it. SCRIPT LANGUAGE="Javascript"//function to change the cover price as multiple quantities are chosen function cover_price(form)