Re[4]: CFFTP

2002-03-10 Thread Critz
oi Steve!! I'll give it a shot. thanks -- Best regards, Critter, MMCP Certified ColdFusion Developer Crit[s2k] - CF_ChannelOp Network=EFNet Channel=ColdFusion - Sunday, March 10, 2002, 1:38:22 AM, you wrote: SO Not sure if it would help, but you

Re: OT: my own box

2002-03-10 Thread Bud
On 3/10/02, Jason Davis penned: I'm about to start co-locating next month my own win2K server box. from installting, through service packs, hotfixes, sql server and all that... I'm wondering if anyone can share thoughts on installing IIS My best advice is DON'T, if you can possibly help it. I

RE: OT: my own box

2002-03-10 Thread Eric J Hoffman
Just on a pragmatic note, there is no web server software or OS that is inherently 100% secure. All take due diligence to create a safe environment. Website Pro over IIS? Cool. IIS over Website Pro? Cool. Linux over M$? Cool. M$ over Linux? Cool. Just do your homework securing it and the

RE: 401.3 Unauthorized: Unauthorized due to ACL on resource

2002-03-10 Thread David Clover
Though nobody offered anything on this - I've now discovered that the IUSR_servername account was not listed as a user of the z:\cfusion folders - and now I've run CACLS through the folders and added it, all is well. It's not at all clear how it happened - it may have been during a file restore

WOT: INACCESSIBLE_BOOT_DEVICE error on Win2k

2002-03-10 Thread David Grabbe
Hello all, This is not even remotely a CF question :) but the contributors to this list have a broad range of experience, so I'm hoping somebody has run into this before and has a solution. One of our older Win2k machines went down -- the m-board is fried (bad power supply)

Re: INACCESSIBLE_BOOT_DEVICE error on Win2k

2002-03-10 Thread Neil H.
Are you using the same Drive Controller (I.e. IDE or SCSI). We have found that if you have the same motherboard to use temporarily you can install drivers for whatever else you are using beforehand. Let us know what you figure out. Neil - Original Message - From: David Grabbe [EMAIL

RE: INACCESSIBLE_BOOT_DEVICE error on Win2k

2002-03-10 Thread David Grabbe
Both systems (fried and new) are IDE...the old m-board is legacy (old) enough that I haven't been able to find a matching model. David -Original Message- From: Neil H. [mailto:[EMAIL PROTECTED]] Sent: Sunday, March 10, 2002 11:45 AM To: CF-Talk Subject: Re:

Re[2]: INACCESSIBLE_BOOT_DEVICE error on Win2k

2002-03-10 Thread Jim Priest
If it's IDE then you might also try to pop the drive into an existing box with a current, working Win2000 installation. If the drive is really OK you should be able to access the drive and copy/backup the data on it. But if the power supply managed to take out your MB, then I'd probably be

RE: INACCESSIBLE_BOOT_DEVICE error on Win2k

2002-03-10 Thread David Clover
One solution is to get a new machine which does boot, and temporarily hook this drive up as an additional slave to the IDE - and see whether you can 'see' it as a drive from the first one. At least you might be able to rescue some data from it that way. David Clover IT

is there a way to get a count of elements in a list??

2002-03-10 Thread Jeff Fongemie
Hello everyone, I have a list that is populated by a form sumbit and it looks like this, but will have more names. cfset namelist = #form.name1#, #form.name2#, #form.name3# Is there a way to count the elements in that list? I have a form with 10 name textboxes. A user may only submit

Re: is there a way to get a count of elements in a list??

2002-03-10 Thread Critz
oi Jeff!! listlen(list) -- Best regards, Critter, MMCP Certified ColdFusion Developer Crit[s2k] - CF_ChannelOp Network=EFNet Channel=ColdFusion - Sunday, March 10, 2002, 7:37:34 PM, you wrote: JF Hello everyone, JF I have a list that is

RE: is there a way to get a count of elements in a list??

2002-03-10 Thread Joseph DeVore
It sounds like you are looking for the listLen() function. cfset length=listLen(yourList) HTH, Joseph DeVore VeloxWeb Technologies -Original Message- From: Jeff Fongemie [mailto:[EMAIL PROTECTED]] Sent: Sunday, March 10, 2002 4:38 PM To: CF-Talk Subject: is there a way to get a count

Re: is there a way to get a count of elements in a list??

2002-03-10 Thread Nathan Chen
Do you need to count the how many items in a list? If so, use function ListLen. Nathan Chen - Original Message - From: Jeff Fongemie [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Sunday, March 10, 2002 5:37 PM Subject: is there a way to get a count of elements in a list??

RE: is there a way to get a count of elements in a list??

2002-03-10 Thread Pete Freitag
cfset length = ListLen(namelist) + Pete Freitag ([EMAIL PROTECTED]) CTO, CFDEV.COM ColdFusion Developer Resources http://www.cfdev.com/ -Original Message- From: Jeff Fongemie [mailto:[EMAIL PROTECTED]] Sent: Sunday, March 10, 2002 7:38 PM

Re: is there a way to get a count of elements in a list??

2002-03-10 Thread Jeff Fongemie
Hello cf-talk, On Sun, 10 Mar 2002, at 16:50:46 you carefully wrote: JD It sounds like you are looking for the listLen() function. JD cfset length=listLen(yourList) Wow, this group is so cool. Sunday evening here, working at home, and I feel like I have a room full of CF people I can just

cfhtmlhead

2002-03-10 Thread Brian Scandale
Is there a similar tag to cfhtmlhead that is used to add content into the body tag? Can't seem to find it if it exists thanks, Brian __ Why Share? Dedicated Win 2000 Server ยท PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER

Re: cfhtmlhead

2002-03-10 Thread Jon Hall
cfoutput :) What are you trying to accomplish? jon Brian Scandale wrote: Is there a similar tag to cfhtmlhead that is used to add content into the body tag? Can't seem to find it if it exists thanks, Brian __ Why

unicode users

2002-03-10 Thread Paul Hastings
quick dirty: who all's making use of unicode now with cf5 or cf4.5? how much data do you have stocked away? Paul Hastings [EMAIL PROTECTED] Director Environmental Information Center Thailand

siteminder single signon

2002-03-10 Thread Mak Wing Lok
is the siteminder version shipped with CF support single sign-on feature as of the original siteminder from Netegrity? if yes, how can it be configure or use with CF? __ Do You Yahoo!? Try FREE Yahoo! Mail - the world's greatest free email!

Re: cfhtmlhead

2002-03-10 Thread Brian Scandale
Sometimes I want to use cfhtmlhead to push some JavaScript into the head tag. Then in the body tag I want to include onLoad=JavaScriptFunctionCall(). However, the body is part of the incHeader.cfm which is included on ALL pages I'm using... so I need a way to place it there in a dynamic way.

input readonly or disabled

2002-03-10 Thread Brian Scandale
I've been using disabled in text form fields quite a bit lately when I need to gray out something and keep users from changing it... Today I notice that Netscrape seems to not honor the readonly/disabled. Am I just coding this wrong or does Netscrape truly not recognize these two attributes

RE: cfhtmlhead

2002-03-10 Thread Steve Oliver
Well, you could do something like this in your pages. cfset variables.JavaHeader = 1 cfinclude template=incHeader.cfm cfhtmlhead text=blah blah blah Then in your incHeader.cfm, put something like this. cfif isDefined(Variables.JavaHeader) body onLoad=JavaScriptFunctionCall()

RE: input readonly or disabled

2002-03-10 Thread Steve Oliver
No your right, not until Netscape 6 was readonly and disabled introduced, whereas IE as supported it since version 4.0 There is a way to get around this though :) input type=text name=blah onfocus=this.blur() _ steve oliver senior internet developer atnet solutions,