CFCONTENT, Excel and Word

2001-09-26 Thread Kay Smoljak
Hi all, I have two questions about generating Excel and Word files with CFCONTENT. 1. Is there a way to programmatically rename a worksheet cell in Excel? 2. I need to generate a Word file with an Excel object (also generated by CF) embedded. Is there any way to do this? I can't think of how to

RE: Source Controlled Web Development - help needed

2001-09-26 Thread Andrew Scott
Hey I am just saying that, this is the ideal solution! Of courser with the added bonus of backups etc that Duane mentioned, this should be looked at for all developers. It annoys me when a company wants things done cheaply! You didn't explain why it is not an option!! Regards, Andrew Scott --

Re: Source Controlled Web Development - help needed

2001-09-26 Thread Toby Tremayne
Thanks Andrew, the problem is however that we have absolutely no option of running spectra on each workstation... Toby Life is poetry, write it in your own words --

Re: mod function?

2001-09-26 Thread Michael Vinson
Thanks Duane Duane Boudreau wrote: > the mod() function is mod, but its treated more like an operator: ~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.

RE: mod function?

2001-09-26 Thread Duane Boudreau
the mod() function is mod, but its treated more like an operator: > -Original Message- > From: Michael Vinson [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, September 26, 2001 11:48 PM > To: CF-Talk > Subject: mod function? > > > newbie needs to know if CF 5 has a mod() function befo

mod function?

2001-09-26 Thread Michael Vinson
newbie needs to know if CF 5 has a mod() function before he goes blind )> tanks, mv ~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/cf-t

RE: Source Controlled Web Development - help needed

2001-09-26 Thread Duane Boudreau
I've been using Visual Source for 5 or 6 years, and although it has its "quirks", its worked pretty well for me in the past. At the place I am at now, we use a 5 servers, Dev, SQA, Staging and Production, Control. 1) Dev is where we do our free for all development. 2) SQA is the first line of in

RE: Configuring apache server

2001-09-26 Thread Pete Freitag
The apache module should be in CFUSION/BIN and called ApacheModuleColdFusion.dll To install CF for apache all you really have to do is add this line to httpd.conf and restart apache. LoadModule coldfusion_module c:/cfusion/bin/ApacheModuleColdFusion.dll Note that you need to use forward slashes

RE: Configuring apache server

2001-09-26 Thread Andrew Scott
Do a search on the KB for apache and you'll find the stubs you are looking for!! Regards, Andrew Scott -Original Message- From: Robert Everland [mailto:[EMAIL PROTECTED]] Sent: Thursday, 27 September 2001 13:15 PM To: CF-Talk Subject: Configuring apache server Alright I finally liste

Configuring apache server

2001-09-26 Thread Robert Everland
Alright I finally listened to Gartner and am dumping IIS(just kidding) actually I want to play around with Apache but can't seem to find the apache module. It didn't get installed when I installed CF Enterprise evaluation. Is there another place I have to go to get this, also is there a knowldge b

RE: Source Controlled Web Development - help needed

2001-09-26 Thread Andrew Scott
Allaire do make recommendations in the KB articles! When I have done this it has always been wit Source Safe! Ideally you need to do something like this. 1) Source Repository Server 2) Web Server 3) Work Station for each user. Now the source repository doesn't need to be its own server, but it

RE: CFGRID problems in CF5 (need workaround)

2001-09-26 Thread Kwang Suh
I have taken a look at some of those grids. I'd just extend one of those :) Ahh, OO programming. --- Dave Watts <[EMAIL PROTECTED]> wrote: > > I'm writing a new grid. A super grid. A grid > with every > > function I've wanted but Allaire has never put in. > > > > I now possess enough Java

OT: Source Controlled Web Development - help needed

2001-09-26 Thread Toby Tremayne
Apologies for the OT post, but I really need some input here... We're trying to set up a new dev/staging/production environment with source control. One of our major problems / decisions is based aorund the development cycle and how it works with source control. Obviously the maxim "work local

RE: ColdFusion Pages Not Loading Reliably w/Server 5 (Linux)

2001-09-26 Thread Andrew Scott
Sounds like some rouge code hanging the service:-) Regards, Andrew Scott -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, 27 September 2001 12:37 PM To: CF-Talk Subject: ColdFusion Pages Not Loading Reliably w/Server 5 (Linux) I have just recently

ColdFusion Pages Not Loading Reliably w/Server 5 (Linux)

2001-09-26 Thread cfusion
I have just recently installed ColdFusion Server 5 (Professional) for Linux, and am having a very serious problem which I found a few mentions of after searching the Internet, but unfortunately, no solutions! Whenever I try to access any ColdFusion page, even the Administrator page, one of the f

Registry for Executive

2001-09-26 Thread net_man
I am looking for the Registry Entry that makes CF Executive stop trying to start RDS when it is disabled. Thanks, Robert ~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Arc

RE: Highlight Script

2001-09-26 Thread Ron Hornbaker
Peter, Great script, but it left me wondering about users (like me) who don't click on form elements after the first one. A little more embedded code, and a little less code, and you can make it work when tabbing through the fields, too: