re: Con't thread from CF-Comunnity

2004-03-25 Thread Bushy
Hi, Sorry for the repeating thread but I was getting nowhere on CF-Community so I thought I'd ask you guys since I have no idea WTF is going on! I'm getting this error and I've followed the suggestions of other members like extended the timeout of SESSION and APPLICATION variables from the

RE: Grabbing username account from Windows login screen

2004-03-16 Thread Bushy
--Original Message Text--- From: [EMAIL PROTECTED] Date: Tue, 16 Mar 2004 11:03:49 -0600 what if your webserver is not in the same domain as your users PC? On the other end, your webserver needs full acces to the AD, correct? Doug -Original Message- From: Ian Skinner [mailto:[EMAIL

RE: Grabbing username account from Windows login screen

2004-03-16 Thread Bushy
ok...but whats weird is I UNCHECKED the Anonymous access and CHECKED the Integrated Windows authentication and when I go the the website I still get prompted for a username/password via NT authentication. WTF? --Original Message Text--- From: Ian Skinner Date: Tue, 16 Mar 2004 08:52:27 -0800

re: Grabbing username account from Windows login screen

2004-03-15 Thread Bushy
Hi, To access my app I have the user authenticate using windows authentication. I then pass the username to my application via cfset auth = listLast(#CGI.AUTH_USER#, \) Now the server has been put on our domain. Rather than have the windows authentication I would prefer to grab the username used

RE: FTP client recommendations?

2004-03-04 Thread Bushy
I like FlashFXP --Original Message Text--- From: Jesse Houwing Date: Thu, 04 Mar 2004 13:57:12 +0100 I've been using FTP Voyager since version 4 and loved it. Tried CuteFTP, CrystalFTP, WS_FTP Pro (euwh), FileZilla, but always went back to FTP Voyager. If you need a good free ftp client, go

Re: Using CFFile

2003-12-16 Thread Bushy
Use this Java FTP Applet http://www.jscape.com --Original Message Text--- From: Robert Orlini Date: Mon, 15 Dec 2003 14:45:50 -0500 Using CFfile, how do I copy more than one file at a time? The code below works great copying one file, but does not accept more than one. For example lets say I

Re: alternative to CFFTP

2003-12-09 Thread Bushy
Try this http://www.jscape.com/ftpapplet/index.html --Original Message Text--- From: Dan Farmer Date: Mon, 08 Dec 2003 18:52:21 + I need to pull files from an FTP site...unfortunatley this ISP is not allowing the CFFTP tag... great then I asked what tags they disabled... and they

Re: cfif dynamic lt / gt

2003-12-03 Thread Bushy
RTFM --Original Message Text--- From: Wurst, Keith D. Date: Wed, 3 Dec 2003 14:10:47 -0500 hey everyone. i want to write a cfif tag that checks to see if a var is defined and switches the gt / lt attribute based on that check. for example - if the variable is defined, then write cfif blah lt 4

re: Query of a query - sort order not correct?

2003-12-02 Thread Bushy
Hi, I'm doing a query on a query but it won't sort properly. With the upper it gives an error saying lower(IsDirectory) is not a column that can be sorted on. Why? If I remove the upper to just ORDER BY IsDirectory DESC, Name the code will run but the sorting order is not correct. CFQUERY

Unsubscribing

2003-12-02 Thread Bushy
Sorry to leave... [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

re: Querying a query getting an error?

2003-11-28 Thread Bushy
Hi, I'm trying to get the proper order of the directories. Bascially don't list the directories/files as case sensitive. I'm running the following query: cfftp action="" stoponerror=no name=rootfiles directory=#url_dir# connection=test cfquery name=dirlisting dbtypequery SELECT IsDirectory,

re: Correct syntax

2003-11-27 Thread Bushy
Hi, I'm passing the following from one template to another... A HREF="" 1/A br A HREF="" 1/A Then I'm doing the following: CFIF IsDefined(results) Do This CFELSE Do Else /CFIF How can I check if the results are yes or no? CFIF IsDefined(results) IS yes ?? /CFIF [Todays Threads]

RE: Correct syntax

2003-11-27 Thread Bushy
0 Is results set up as a yes/no field? -Original Message- From: Bushy [mailto:[EMAIL PROTECTED] Sent: Thursday, November 27, 2003 7:57 AM To: CF-Talk Subject: re: Correct syntax Hi, I'm passing the following from one template to another... A HREF="" 1/A br A HREF=""

RE: Correct syntax

2003-11-27 Thread Bushy
Worked great. Mucho Grande! --Original Message Text--- From: BOUDOT Christian Date: Thu, 27 Nov 2003 14:00:25 +0100 CFIF IsDefined(results) and result eq yes if result is not defined the 2e _expression_ will not be evaluated -Original Message- From: Bushy [mailto:[EMAIL PROTECTED

RE: Correct syntax

2003-11-27 Thread Bushy
Yea but I find most books don't have good enough examples for what I want to do or they are over my head. Do they have ColdFusion for Dummies? --Original Message Text--- From: Angel Stewart Date: Thu, 27 Nov 2003 09:43:15 -0400 Bushy... You really should take the time to read through

Re: Correct syntax

2003-11-27 Thread Bushy
I want to do or they are over my head. Do they have ColdFusion for Dummies? --Original Message Text--- From: Angel Stewart Date: Thu, 27 Nov 2003 09:43:15 -0400 Bushy... You really should take the time to read through the Building CF Applications book that came with CF, and purchase

RE: Correct syntax

2003-11-27 Thread Bushy
you should try to go to an introductory class. I know its hard for some people to sit and 'learn' a language by reading a book. I caught my ass trying to learn C from just a book (still haven't learnt it heh heh) ;-) Just trying to help out :-) -Gel -Original Message- From: Bushy [mailto

re: Can this be done??

2003-11-26 Thread Bushy
Hi, I have a frame split in half (topframe bottomframe). I the top frame I'm listing directories/files which have links to them. Beside each directory/file is an image that when clicked I want to send the link information to the bottom frame asthe path. Each time a link is clicked the bottom

RE: Can this be done??

2003-11-26 Thread Bushy
not necessarily reflect those of the U.S. Department of State or any affiliated organization(s).Nor have these opinions been approved or sanctioned by these organizations. This e-mail is unclassified based on the definitions in E.O. 12958. -Original Message- From: Bushy [mailto:[EMAIL PROTECTED

Re: Can this be done??

2003-11-26 Thread Bushy
it is but certainly give you examples of things that you could use to achieve what you want -Original Message- From: Bushy [mailto:[EMAIL PROTECTED] Sent: 26 November 2003 14:02 To: CF-Talk Subject: RE: Can this be done?? Do you know where I could find some examples? --Original Message Text

RE: Can this be done??

2003-11-26 Thread Bushy
it is but certainly give you examples of things that you could use to achieve what you want -Original Message- From: Bushy [mailto:[EMAIL PROTECTED] Sent: 26 November 2003 14:02 To: CF-Talk Subject: RE: Can this be done?? Do you know where I could find some examples? --Original Message Text

Re: Can this be done??

2003-11-26 Thread Bushy
- Original Message ----- From: Bushy [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, November 26, 2003 8:25 AM Subject: Re: Can this be done?? --Original Message Text--- From: Kevin Graeme Date: Wed, 26 Nov 2003 08:20:45 -0600 Actually, depending on how he's doing things _javascr

Re: Can this be done??

2003-11-26 Thread Bushy
Message - From: Bushy [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, November 26, 2003 9:12 AM Subject: Re: Can this be done?? Cool. I got it to work using the URL variable. How can I keep adding or concatenate each selection to the URL.item variable I'm displaying

Re: Can this be done??

2003-11-26 Thread Bushy
he results to the bottom frame which works fine. I put the cfset into the bottom.cfm file. When I click on another link the ITEMLIST does not get appended. Am I using the correct CF code? What am I doing wrong? --Original Message Text--- From: Bushy Date: Wed, 26 Nov 2003 10:40:11 -0500 Nope. --Origin

Re: Can this be done??

2003-11-26 Thread Bushy
fine. I put the cfset into the bottom.cfm file. When I click on another link the ITEMLIST does not get appended. Am I using the correct CF code? What am I doing wrong? --Original Message Text--- From: Bushy Date: Wed, 26 Nov 2003 10:40:11 -0500 Nope. --Original Message Text--- From:

RE: Can this be done??

2003-11-26 Thread Bushy
if listlen(client.big_list) GT 0 cfloop index=i list=#client.big_list# #i#br /cfloop /cfif Is that what you're after? -Original Message----- From: Bushy [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 26, 2003 1:24 PM To: CF-Talk Subject: Re: Can this be done?? That typo is OK in my code.

RE: CF and ASP

2003-11-24 Thread Bushy
Can I have some ASP code in my test.cfm file? Its a breadcrumb writting in ASP. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

re: Breadcrumb in CF

2003-11-24 Thread Bushy
How can I do something similar in CF using the below ASP code? % Function BreadCrumbs() Dim lstrPathAry Dim llngMaxIndex Dim lstrPath Dim lstrHTML lstrPathAry = Split(Request.ServerVariables(PATH_INFO), /) llngMaxIndex = UBound(lstrPathAry) - 1 lstrHTML = BYou are here:/B lstrPath

Re: CF and ASP

2003-11-24 Thread Bushy
Yea...I found a few on MM exchange. They just need a little modifying --Original Message Text--- From: Larry C. Lyons Date: Mon, 24 Nov 2003 21:04:30 -0500 Bushy wrote: Can I have some ASP code in my test.cfm file? Its a breadcrumb writting in ASP. Why bother? There are several very good

re: OT - George Bush - State of the Union Address

2003-11-20 Thread Bushy
LOL... http://www.ebaumsworld.com/presaddress2.shtml [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: OT - George Bush - State of the Union Address

2003-11-20 Thread Bushy
. Pete Bushy wrote: LOL... http://www.ebaumsworld.com/presaddress2.shtml [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

REPOST: Creating treeview structure using cfftp? HOW COME NO ONE IS REPLYING???

2003-11-19 Thread Bushy
Hi, Is it possible to create a treeview structure using cfftp similar to the following and by clicking on the directory will drilldown? + dir1 + dir2 + dir3 + dir4 Click on dir2 + dir2 + subdir1 + subdir2 file1 file1 file1 I've done something similar using cfdirectory and cfloop but I'm stuck

RE: REPOST: Creating treeview structure using cfftp? HOW COME NO ONE IS REPLYING???

2003-11-19 Thread Bushy
on Amazon. I can't recommend highly enough that anyone programming ColdFusion should own at least ONE copy of this book.Many of the answers you seek are there. J -Original Message- From: Bushy [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 19, 2003 7:31 AM To: CF-Talk Subject: REPOST

re: REPOST: Implementing cfftp along with cfdirectory????

2003-11-18 Thread Bushy
Hi, The CF code below displays directories/files on D: drive on the server using cfdirectory. I have an app where I want to FTP into the server and list directories/files the same way. I'm not sure how to incorporate CFFTP into the below code to produce the output? Can someone give me a hand?

Creating treeview structure using cfftp?

2003-11-18 Thread Bushy
Hi, Is it possible to create a treeview structure using cfftp similar to the following and by clicking on the directory will drilldown? + dir1 + dir2 + dir3 + dir4 Click on dir2 + dir2 + subdir1 + subdir2 file1 file1 file1 I've done something similar using cfdirectory and cfloop but I'm stuck

re: Using cfftp for treeview structure

2003-11-17 Thread Bushy
Hi, I've used cfdirectory and cffile to create a treeview for my app and it works great. Now I require the use of cfftp to display directories/files on a server but would also like the similar functionality of cfdirectory and cffile. I'm not sure how to go about this? When I click on a directory

re: Implementing cfftp along with cfdirectory????

2003-11-17 Thread Bushy
Hi, The script below displays directories/files on the server using cfdirectory etc. How can I incorporate a cfftp with the below code which also allows the drilldown etc. --HTML-- HEAD titleDirectory Listing/title style .dlinks {font-family:arial, verdana, helvetica,

RE: Changes in a Directory CFDIRECTORY

2003-11-14 Thread Bushy
What do you mean store it in a scope and then cache it? How? --Original Message Text--- From: Raymond Camden Date: Thu, 13 Nov 2003 11:42:56 -0600 The result of cfdirectory is a query. You can store it in scope you want and cache it. If you want to store it into a db, you need to convert it to a

RE: Changes in a Directory CFDIRECTORY

2003-11-14 Thread Bushy
application.qDir = qDir It is then stored in the application scope and available as long as the application doesn't time-out or you alter the var. Don't forget to lock if you are not on CFMX. -Oorspronkelijk bericht- Van: Bushy [mailto:[EMAIL PROTECTED] Verzonden: vr 14/11/2003 12:55 Aan: CF-Talk

RE: Changes in a Directory CFDIRECTORY

2003-11-14 Thread Bushy
. All need locking before CFMX. In CFMX, only lock to avoid race conditions. -Oorspronkelijk bericht- Van: Bushy [mailto:[EMAIL PROTECTED] Verzonden: vr 14/11/2003 13:52 Aan: CF-Talk CC: Onderwerp: RE: Changes in a Directory CFDIRECTORY Is it better to put store it in a application

RE: Changes in a Directory CFDIRECTORY

2003-11-14 Thread Bushy
: Bushy [mailto:[EMAIL PROTECTED] Verzonden: vr 14/11/2003 13:52 Aan: CF-Talk CC: Onderwerp: RE: Changes in a Directory CFDIRECTORY Is it better to put store it in a application scope or session variable? Is either one fast than the other? Whats the pros and cons? [Todays Threads

RE: Changes in a Directory CFDIRECTORY

2003-11-14 Thread Bushy
bericht- Van: Bushy [mailto:[EMAIL PROTECTED] Verzonden: vr 14/11/2003 14:11 Aan: CF-Talk CC: Onderwerp: RE: Changes in a Directory CFDIRECTORY I see. So I have a web interface that will be accessed by 50+ users. A treeview listing of directories allowing editing/deleteing files etc. So I

re: cfftp

2003-11-14 Thread Bushy
Hi, I'm using cfftp to connect to a server to list /directory/files. I want to be able to check if whats being displayed is a directory or file. Like cfif ... dir display this image and cfif ... file display this image? This is what I have... cfftp action="" connection=ftpconnect ... cfftp

re: cfftp

2003-11-14 Thread Bushy
How can I sort the directories/files of my output with the directories being listed first and then files using cfftp? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Using cfhttp to access FTP via IE

2003-11-05 Thread Bushy
This is driving me nuts. The problem is my expertise. --Original Message Text--- From: Lewis Sellers Date: Tue, 04 Nov 2003 15:35:45 -0500 Your browser is an HTTP client and an FTP client. If you want to perform FTP operations from CF, you'll have to use CFFTP instead of CFHTTP. Dave Watts,

RE: Using cfhttp to access FTP via IE

2003-11-05 Thread Bushy
Exactly but I want to be able to biuld this into a frameset. __ | || |ftp://server1|ftp://server2| | || | || | || |___ |__ | Doesn't seem to work in my app. If I open just a separate IE window and type in the ftp path it works just fine but not

OT: Viewing client hard drive via web server.

2003-11-04 Thread Bushy
Hi, I've tried everything from www.planet-source-code.com using ASP and ActiveX. The code does browse the server contents but I require to view the client hard drive. I thought Active X would do the trick but... Is there *anything* out there does does what I require? [Todays Threads] [This

RE: Viewing client hard drive via web server.

2003-11-04 Thread Bushy
namespace in asp.net. I can't remember off the top of my head if you can view a clients hard drive with that or not. I know I wrote some code to view directories and files on PC's over the network with asp.net, which you can do with CF as well. Ben -Original Message- From: Bushy [mailto:[EMAIL

RE: Viewing client hard drive via web server.

2003-11-04 Thread Bushy
: Bushy [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 04, 2003 12:39 PM To: CF-Talk Subject: OT: Viewing client hard drive via web server. Hi, I've tried everything from www.planet-source-code.com using ASP and ActiveX. The code does browse the server contents but I require to view the client

Using cfhttp to access FTP via IE

2003-11-04 Thread Bushy
Hi, If I do the following from within IE I can access the server and contents ftp://username:password@IPADDRESS/data But within my app I'm using the following and it doesn't work. Keeps telling me Connection Failure? What am I doing wrong? cfhttp url=""> method=get username=username

RE: Viewing client hard drive via web server.

2003-11-04 Thread Bushy
to have admin rights though I believe. I don't know if you could read a users hard drive coming to your site though, unless you had a com object written in ActiveX. I could be wrong on that, not sure. Ben -Original Message- From: Bushy [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 04

Re: Using cfhttp to access FTP via IE

2003-11-04 Thread Bushy
Is there any reason CFFTP wouldn't work for you?Does that fail as well? - Jim Bushy wrote: Hi, If I do the following from within IE I can access the server and contents ftp://username:password@IPADDRESS/data But within my app I'm using the following and it doesn't work. Keeps telling me

Re: Using cfhttp to access FTP via IE

2003-11-04 Thread Bushy
- From: Bushy To: CF-Talk Sent: Tuesday, November 04, 2003 12:01 PM Subject: Using cfhttp to access FTP via IE Hi, If I do the following from within IE I can access the server and contents ftp://username:password@IPADDRESS/data But within my app I'm using the following and it doesn't work

OT: Visual basic/ActiveX

2003-11-03 Thread Bushy
Hi, I'd like to dabble a little with VB. Should I be learning VB 6 or VB .Net? Is there that much of a difference between the two? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Visual basic/ActiveX

2003-11-03 Thread Bushy
are not satisfied with my service, my job isn't done! - Original Message - From: Bushy [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, November 03, 2003 7:10 AM Subject: OT: Visual basic/ActiveX | Hi, | | I'd like to dabble a little with VB. Should I be learning VB 6 or VB .Net

OT: ActiveX controls within .CFM files

2003-10-31 Thread Bushy
Hi, Has anyone ever used an ActiveX control using the object tag in a HTML document to display a treeview of the PCs hard drive via web browser? Whats the correct ActiveX Control to use to do this? I used CTTreeView Control. I'm playing arounf with ActiveX Control Pad and added the following

OT: ActiveX controls within .CFM files

2003-10-31 Thread Bushy
Hi, Has anyone ever used an ActiveX control using the object tag in a HTML document to display a treeview of the PCs hard drive via web browser? Whats the correct ActiveX Control to use to do this? I used CTTreeView Control. I'm playing arounf with ActiveX Control Pad and added the following

re: Mapped drives on server not displaying...why?

2003-10-30 Thread Bushy
Hi, I'm trying to access two mapped drive letters but I can't get the directories to display. I ran a test and mapped a drive letter to a directory on the server and it worked. If I point to two different servers I get nothing. Why? I tried using the UNC path in my cfdirectory like so... cfset

RE: Mapped drives on server not displaying...why?

2003-10-30 Thread Bushy
--Original Message Text--- From: Dave Watts Date: Thu, 30 Oct 2003 11:06:50 -0500 I'm trying to access two mapped drive letters but I can't get the directories to display. I ran a test and mapped a drive letter to a directory on the server and it worked. If I point to two different servers

RE: Mapped drives on server not displaying...why?

2003-10-30 Thread Bushy
a how to do list for this problem some time ago, and the above is what I remember from it. Maybe someone else on the list can point you to an article that explains the procedure in more detail. TK -Original Message- From: Bushy [mailto:[EMAIL PROTECTED] Sent: Thursday, October 30, 2003 10:55 AM

Re: Mapped drives on server not displaying...why?

2003-10-30 Thread Bushy
What happens if the server running CF and my application are not on the same domain as the other two servers directories I'm trying to access? --Original Message Text--- From: David Delbridge Date: Thu, 30 Oct 2003 10:27:23 -0800 Here's an Active Directory approach (and, actually, the non-AD

re: Cont'd thread...Sending files from client to server and visa-versa

2003-10-29 Thread Bushy
Hi, To send files back and forth from the server to the client PC could I use the folliwing? cffile - client to server cfcontent - server to client If so, how would some of you guys/gals go about this. I've also seen a file on the net upload.dll which is being used to send files but I think

re: Using cfftp

2003-10-29 Thread Bushy
I'm a little confused. Looking at the attributes available for cfftp like GetFile and PutFile. Will this allow me to select a file off the server and ftp the file to my PC? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Using cfftp

2003-10-29 Thread Bushy
ttp://www.pedromendes.com http://www.cmvm.pt -Original Message- From: Bushy [mailto:[EMAIL PROTECTED] Sent: quarta-feira, 29 de Outubro de 2003 15:20 To: CF-Talk Subject: re: Using cfftp I'm a little confused. Looking at the attributes available for cfftp like GetFile and PutFile. Will this allow me to sel

RE: Using cfftp

2003-10-29 Thread Bushy
Message- From: Bushy [mailto:[EMAIL PROTECTED] Sent: 29 October 2003 15:20 To: CF-Talk Subject: re: Using cfftp I'm a little confused. Looking at the attributes available for cfftp like GetFile and PutFile. Will this allow me to select a file off the server and ftp the file to my PC

RE: Using cfftp *UPDATE*

2003-10-29 Thread Bushy
\myfile.xls type=application/msexcel deletefile=No Bert -Original Message- From: Bushy [mailto:[EMAIL PROTECTED] Sent: 29 October 2003 15:20 To: CF-Talk Subject: re: Using cfftp I'm a little confused. Looking at the attributes available for cfftp like GetFile and PutFile. Will this allow

Re: Using cfftp

2003-10-29 Thread Bushy
- Original Message - From: Bushy To: CF-Talk Sent: Wednesday, October 29, 2003 10:27 AM Subject: RE: Using cfftp Really? Thats what I want. People are telling me this can't be done? --Original Message Text--- From: Pedro Mendes Date: Wed, 29 Oct 2003 15:24:42 - From what I understand

RE: Using cfftp

2003-10-29 Thread Bushy
OK but how do people develop applications with the type of functionality I want via a web interface? There must be a way. I guess the only simple solution would be to install a FTP server on 50+ PCs in-house. Then all PC's are configured using DHCP. Can I easily grab the IP of the client PC and

RE: Using cfftp

2003-10-29 Thread Bushy
--Original Message Text--- From: Dave Watts Date: Wed, 29 Oct 2003 13:22:52 -0500 OK but how do people develop applications with the type of functionality I want via a web interface? There must be a way. To be perfectly honest, I'm not really sure what you're trying to do. You might find it

re: CGI.REMOTE_ADDR

2003-10-29 Thread Bushy
When I output the CGI.REMOTE_ADDR it returns 127.0.0.1 Yet if I go to a command prompt and do a ipconfig I get the actual IP address assigned via DHCP. How get I get the PC IP? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

re: re: Continued thread...uploading/downloading from server to PC?

2003-10-28 Thread Bushy
Hi all, I've been searching on the net for something that would allow me to ftp files from the server to my PC and visa-versa. Does anyone have any snippet that would do this? Can it be done with cffile? Help!!! [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User

RE: Continued thread...uploading/downloading from server to PC?

2003-10-28 Thread Bushy
? -Original Message- From: Bushy [mailto:[EMAIL PROTECTED] Sent: 28 October 2003 16:26 To: CF-Talk Subject: re: Continued thread...uploading/downloading from server to PC? Hi all, I've been searching on the net for something that would allow me to ftp files from the server to my PC and visa-versa. Does

re: Passing input selections to another template?

2003-10-28 Thread Bushy
Hi, I have a form with multiple input checkboxes. How can I pass the results of all the check boxes that were checked to my other template.cfm? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Passing input selections to another template?

2003-10-28 Thread Bushy
PROTECTED] 410.548.2337 -Original Message- From: Bushy [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 28, 2003 12:49 PM To: CF-Talk Subject: re: Passing input selections to another template? Hi, I have a form with multiple input checkboxes. How can I pass the results of all the check

RE: Passing input selections to another template?

2003-10-28 Thread Bushy
OK...Maybe I'm missing something or most likely didn't explain it properly. For example I have the following: form action="" method=Post target=right input type=submit name=download value=Execute cfdirectory... cfloop... input type=checkbox name=submit value=download a href=""> /cfloop /form

re: CFFTP

2003-10-27 Thread Bushy
Hi, When specifying a directory using cfftp does it do a recursive FTP? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

re: Displaying directories on client PC

2003-10-27 Thread Bushy
Hi, I have a template (frames) that displays directories/files in the left frame of the server. I want to be able to display all the drives on the client PC in the right frame. Currently its displaying either drive C or D based on the dropdown selection menu. [Todays Threads] [This Message]

Fwd: re: Displaying directories on client PC

2003-10-27 Thread Bushy
Sorry, didn't quite finish. Hit the return by accident. So...how can I display a directory on the client PC? Hi, I have a template (frames) that displays directories/files in the left frame of the server. I want to be able to display all the drives on the client PC in the right frame.

Re: re: Displaying directories on client PC

2003-10-27 Thread Bushy
. Think about it.would you want a web site to have access to your machine/drives/directories/files? - Original Message - From: Bushy To: CF-Talk Sent: Monday, October 27, 2003 10:47 AM Subject: Fwd: re: Displaying directories on client PC Sorry, didn't quite finish. Hit the return

re: RECURSIVE DELETE

2003-10-26 Thread Bushy
Hi, I'm creating a app that allows me to list directories/files on the server. I have this working great. I have input checkboxes beside each directory and individual files. The user has the option of checking individual files to delete or by selecting a directory deletes that directory and all

re: RECURSIVE DELETE **UPDATE**

2003-10-26 Thread Bushy
have any snippets? Thanks --Original Message Text--- From: Bushy Date: Sun, 26 Oct 2003 07:30:19 -0500 Hi, I'm creating a app that allows me to list directories/files on the server. I have this working great. I have input checkboxes beside each directory and individual files. The user has

re: RECURSIVE DELETE **UPDATE**

2003-10-26 Thread Bushy
have any snippets? Thanks --Original Message Text--- From: Bushy Date: Sun, 26 Oct 2003 07:30:19 -0500 Hi, I'm creating a app that allows me to list directories/files on the server. I have this working great. I have input checkboxes beside each directory and individual files. The user has

OT: select dropdown

2003-10-24 Thread Bushy
Hi, Is it possible to change the look of a dropdown selection? I want to get rid of the shaded outline. Can it be down with CSS? If so, what are the style changes? select name=dd style= option.. option.. option.. option.. /select [Todays Threads] [This Message] [Subscription] [Fast

RE: select dropdown

2003-10-24 Thread Bushy
Oct 2003 08:06:55 -0400 Start here... http://www.macromedia.com/devnet/mx/dreamweaver/articles/css_forms.html http://www.macromedia.com/devnet/mx/dreamweaver/articles/css_forms.html -Original Message- From: Bushy [mailto:[EMAIL PROTECTED] Sent: Friday, October 24, 2003 8:00 AM To: CF

RE: select dropdown

2003-10-24 Thread Bushy
Oct 2003 08:06:55 -0400 Start here... http://www.macromedia.com/devnet/mx/dreamweaver/articles/css_forms.html http://www.macromedia.com/devnet/mx/dreamweaver/articles/css_forms.html -Original Message- From: Bushy [mailto:[EMAIL PROTECTED] Sent: Friday, October 24, 2003 8:00 AM To: CF

RE: select dropdown

2003-10-24 Thread Bushy
about all ive been able to figure out how to modify. ...tony tony weeg senior web applications architect navtrak, inc. www.navtrak.net [EMAIL PROTECTED] 410.548.2337 -Original Message- From: Bushy [mailto:[EMAIL PROTECTED] Sent: Friday, October 24, 2003 8:38 AM To: CF-Talk Subject: RE

re: Stripping extra backslashes from URLDecode from UNC path

2003-10-23 Thread Bushy
Hi, I can't seem to get rid of an extra backslash when I'm outputting from my cfdirectory. Below is an example output and the code I'm using to try and get rid of the extra slash. cfset sr = #URLDecode(URLEncodedFormat(dir))# The above outputs the following: \\MYSERVER\test\ I then do a

RE: Stripping extra backslashes from URLDecode from UNC path

2003-10-23 Thread Bushy
That was it! Thanks. Whats the difference? --Original Message Text--- From: Tangorre, Michael Date: Thu, 23 Oct 2003 07:35:51 -0400 How about just a normal replace as apposed to a REReaplce.? -Original Message- From: Bushy [mailto:[EMAIL PROTECTED] Sent: Thursday, October 23, 2003 7

Using cfswitch, cfcase

2003-10-22 Thread Bushy
Hi, Whats wrong with the code snippet below? I'm using cfdirectory to list the contents checking the file extension. On the a href I've removed my JS which causes a popup window to appear just to make it easier to read. I get a context validation error in tag CFSWITCH. cfif

RE: Using cfswitch, cfcase

2003-10-22 Thread Bushy
Doh Thanks --Original Message Text--- From: [EMAIL PROTECTED] Date: Wed, 22 Oct 2003 12:32:19 +0100 Haven't closed the cfswitch statement after the cfdefaultcase -Original Message- From: Bushy [mailto:[EMAIL PROTECTED] Sent: 22 October 2003 12:20 To: CF-Talk Subject: Using

OT: carriage return in JS

2003-10-22 Thread Bushy
Hi, I have a JS menu in my application. The JS calls in a file were you can setup the menus with links etc. I want to manually break a line but if I put in a br the JS menu outputs br. How can I force a crriage return in JS? [Todays Threads] [This Message] [Subscription] [Fast

re: Using cfdirectory

2003-10-22 Thread Bushy
Hi, I'm using cfdirectory to display directories/files on the server. Everything works fine even when I map a drive letter and specify that as the default. cfparam name=ftpdir default=S:\\ cfdirectory action="" directory=#ftpdir# name=ftplist sort=name If I try and map a drive letter on the

RE: Using cfdirectory

2003-10-22 Thread Bushy
. -Original Message- From: Bushy [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 22, 2003 2:13 PM To: CF-Talk Subject: re: Using cfdirectory Hi, I'm using cfdirectory to display directories/files on the server. Everything works fine even when I map a drive letter and specify

RE: Using cfdirectory

2003-10-22 Thread Bushy
. -Original Message- From: Bushy [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 22, 2003 2:13 PM To: CF-Talk Subject: re: Using cfdirectory Hi, I'm using cfdirectory to display directories/files on the server. Everything works fine even when I map a drive letter and specify

RE: Using cfdirectory

2003-10-22 Thread Bushy
it to.You may need to use UNC Paths to make the connection. \\servername\sharename\dir file://\\servername\sharename\diretc. There are some KB articles on the MM website regarding this. I'll try that. Thanks mon! -Original Message- From: Bushy [mailto:[EMAIL PROTECTED] Sent: Wednesday, October

RE: Using cfdirectory

2003-10-22 Thread Bushy
it to.You may need to use UNC Paths to make the connection. \\servername\sharename\dir file://\\servername\sharename\diretc. There are some KB articles on the MM website regarding this. I'll try that. Thanks mon! -Original Message- From: Bushy [mailto:[EMAIL PROTECTED] Sent: Wednesday, October

re: Nested cfelse...

2003-10-20 Thread Bushy
Hi, I have a piece of code where I'm checking a session variable cfif right(SESSION.strFile[i]4) is .txt Do this... cfelse cfif right(SESSION... Do this... cfelse cfif right(SESSION... Do this... cfelse cfif right(SESSION... Do this... This goes for 20nested cfelse. Is there a way to do

RE: Nested cfelse...

2003-10-20 Thread Bushy
I've never used cfelseif and cfswitch/cfcase. Could you give me an example using my below code? --Original Message Text--- From: Hugo Ahlenius Date: Mon, 20 Oct 2003 14:44:03 +0200 Bushy, Are you aware of cfelseif and cfswitch/cfcase? Did you check the performance of you current code

re: Nested cfelse...

2003-10-20 Thread Bushy
Then I would have multiple occurences then. For Example: cfswitch _expression_=#right(session.strFile[i], 4)# cfcase value=.txtstuff/stuff cfdefaultcasewhatever/cfdefaultcase /cfswitch cfswitch _expression_=#right(session.strFile[i], 4)# cfcase value=.logstuff/stuff

RE: Nested cfelse...

2003-10-20 Thread Bushy
on cfdefaultcase ... /cfdefaultcase /cfswitch -Original Message- From: Bushy [mailto:[EMAIL PROTECTED] Sent: 20 October 2003 13:52 To: CF-Talk Subject: RE: Nested cfelse... I've never used cfelseif and cfswitch/cfcase. Could you give me an example using my below code? --Original Message

  1   2   3   >