RE: [KCFusion] now what?

2001-08-23 Thread Don Buck
Could I make a request that we have a meeting on RDS next time. What it really does, How it works, How we should be using it? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Bryan LaPlante Sent: Wednesday, August 22, 2001 12:59 AM To: [EMAIL

RE: [KCFusion] now what?

2001-08-23 Thread Keith Purtell
That's a good idea. I've never gotten RDS to work. Keith Purtell, Web/Network Administrator VantageMed Operations (Kansas City) Email: [EMAIL PROTECTED] http://www.vmdc.net/ CONFIDENTIALITY NOTICE: This email message, including any attachments, is for the sole use of the intended recipient(s)

RE: [KCFusion] now what?

2001-08-23 Thread Ron Hornbaker
That's a good idea. I've never gotten RDS to work. I couldn't live without it... number 1 feature of CF Studio imo. Makes working with remote files as fast and simple as being there. Just think of it as FTP, only faster. :) -Ron

RE: [KCFusion] now what?

2001-08-23 Thread Don Buck
Sounds like we may have the person to do the presentation -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Ron Hornbaker Sent: Thursday, August 23, 2001 10:27 AM To: [EMAIL PROTECTED] Subject: RE: [KCFusion] now what? That's a good idea. I've

RE: [KCFusion] now what?

2001-08-23 Thread Keith Purtell
Yes, indeed. Thank you, Ron, for volunteering! Keith Purtell, Web/Network Administrator VantageMed Operations (Kansas City) Email: [EMAIL PROTECTED] CONFIDENTIALITY NOTICE: This email message, including any attachments, is for the sole use of the intended recipient(s) and may contain

RE: [KCFusion] now what?

2001-08-23 Thread Ron Hornbaker
Except the presentation would take only about 30 seconds. 1. Make sure the CF-RDS service is started. 2. Enable in in the CF Admin web interface. 3. Add a new RDS server to Studio, entering the host name or IP, any username you wish, and the password assigned in step 2. 4. Connect! :) Ron

RE: [KCFusion] now what?

2001-08-23 Thread Keith Purtell
The only that gets me is the same old list of databases. I don't see where FTP, only faster comes into this? Keith Purtell, Web/Network Administrator VantageMed Operations (Kansas City) Email: [EMAIL PROTECTED] CONFIDENTIALITY NOTICE: This email message, including any attachments, is for the

[KCFusion] Arrays

2001-08-23 Thread Don Buck
I'm storing stuff in an array on one form. Is there any way to pass the whole array to another form intact? Without having to break it down into its individual elements Don Buck (816) 761-5430 Chief Information Officer ShareValue Inc. http://www.sharevalue.com

RE: [KCFusion] Arrays

2001-08-23 Thread Justin Hansen
You could try something like this It is a custom tag that I wrote for a multi-step ordering process. It takes all the form.vars and sticks them in a session.struct.vars then converts all the fields in the struct back into form vars. You can just keep running through multiple forms and end up

RE: [KCFusion] Arrays

2001-08-23 Thread Justin Hansen
Forgot to mention Just call the tag at the top of every page that receives the form and/or needs the form data. -Original Message- You could try something like this It is a custom tag that I wrote for a multi-step ordering process. It takes all the form.vars and sticks them in a

[KCFusion] isDefined(dynamic)

2001-08-23 Thread LaPlante, Bryan
While running a custom tag that takes scope and variable attributes I am trying to concatenate the two together and then see if a scope.variable has been created. If I try the following code I get an error. cfset temp = attributes.scope '.' attributes.variable I get an error message here about

[KCFusion] Who is in charge of the group?

2001-08-23 Thread Nathan Stanford
One more... Who is in charge of the CFUserGroup in KC? Thanks, Nathan __ The KCFusion.org list and website is hosted by Humankind Systems, Inc. List Archives http://www.mail-archive.com/cf-list@kcfusion.org

RE: [KCFusion] Who is in charge of the group?

2001-08-23 Thread Ron Hornbaker
The directors (from http://kcfusion.org/): Ron Hornbaker [EMAIL PROTECTED] Bryan LaPlante [EMAIL PROTECTED] Robin Greenhagen [EMAIL PROTECTED] -Ron -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Nathan Stanford Sent: Thursday, August 23, 2001

RE: [KCFusion] Jobs in your neck of the woods

2001-08-23 Thread Keith Purtell
Regarding cost of living, do you have a family? Looking for home or apartment (buy/rent)? Keith Purtell, Web/Network Administrator VantageMed Operations (Kansas City) Email: [EMAIL PROTECTED] CONFIDENTIALITY NOTICE: This email message, including any attachments, is for the sole use of the

RE: [KCFusion] now what?

2001-08-23 Thread Mark Kirkbride
I have some RDS connections to a server that doesn't exist anymore. Is there a way to delete it? When I try it says it can establish a connection. (Hmm, maybe that why I want to delete it in the first place?) Thanks all, Mark Kirkbride Information System Specialist FBD Consulting, Inc. (913)

RE: [KCFusion] isDefined(dynamic)

2001-08-23 Thread Greenhagen, Robin
Try DE() instead of Evaluate. I didn't try this, but it often works in these kinds of tricks. Robin Greenhagen President GreenSoft Solutions, Inc. -Original Message- From: LaPlante, Bryan [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 23, 2001 4:37 PM To: 'CF-List (E-mail) Subject:

[KCFusion] CFtelnet

2001-08-23 Thread cfhelp
I need to launch a telnet session and pass it commands through a webserver. Like CFFTP I do not want the user to see the telnet window so it must run on the server. It will telnet into a Solaris server and send Printing commands. I can stor all the commands in a SQL database and have

RE: [KCFusion] CFtelnet

2001-08-23 Thread Jeffrey J. Young
Sounds like a job for a COM Object to me... :) jeff -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of cfhelpSent: Thursday, August 23, 2001 6:58 PMTo: [EMAIL PROTECTED]Subject: [KCFusion] CFtelnet I need to launch a telnet session

RE: [KCFusion] CFtelnet

2001-08-23 Thread cfhelp
Shouldn't I be able to run a CGI script or VBscript that looks at the database and executes the telnet commands like a batch file? -Original Message- From: Jeffrey J. Young [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 23, 2001 5:55 PM To: [EMAIL PROTECTED] Subject:

RE: [KCFusion] CFtelnet

2001-08-23 Thread Templin, Luke
Just last week I implemented a perl script called by a cfexecute tag. Perl has a module Net::Telnet that makes the connection relatively easy to set up and manage. Here's the script #!/usr/bin/perl use strict; use Net::Telnet; my ($arg1, $arg2, $arg3, $arg4, $arg5) = @ARGV; my $telnet =

RE: [KCFusion] now what?

2001-08-23 Thread Jason Nokes
Call him R.D.S. Hornbaker -Original Message- From: Mark Kirkbride To: '[EMAIL PROTECTED]' Sent: 8/23/01 6:05 PM Subject: RE: [KCFusion] now what? Thanks, I was trying to kill it from Windows Explorer or from the database tab in ColdFusion Studio, but you have to do from the

Re: [KCFusion] Arrays

2001-08-23 Thread Daryl Banttari
Hmm... Serialize to WDDX and stuff it in a hidden form field using htmlEditFormat()...? Daryl - Original Message - From: Don Buck [EMAIL PROTECTED] To: CF-List [EMAIL PROTECTED] Sent: Thursday, August 23, 2001 12:32 PM Subject: [KCFusion] Arrays I'm storing stuff in an array on one

Re: [KCFusion] isDefined(dynamic)

2001-08-23 Thread Daryl Banttari
Did you try it without the quotes? cfif isDefined(temp) ... /cfif Daryl - Original Message - From: LaPlante, Bryan [EMAIL PROTECTED] To: 'CF-List (E-mail) [EMAIL PROTECTED] Sent: Thursday, August 23, 2001 4:36 PM Subject: [KCFusion] isDefined(dynamic) While running a custom tag that

Re: [KCFusion] CFtelnet

2001-08-23 Thread Daryl Banttari
I think cfx_tcpclient might be just the thing for you: http://www.intrafoundation.com/freeware.html Daryl - Original Message - From: cfhelp To: [EMAIL PROTECTED] Sent: Thursday, August 23, 2001 6:57 PM Subject: [KCFusion] CFtelnet I need to launch a telnet