RE: [KCFusion] weired email

2003-10-17 Thread Keith Purtell
I've seen several. Looks like spam. Very annoying. 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 confid

Re: [KCFusion] CF 5 and Java

2003-10-16 Thread Adaryl Wakefield
CF 5 sans Java Adaryl Wakefield Aviator by passion Programmer by sheer force of will - Original Message - From: "Hale, Frederick L, WCS" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, October 16, 2003 1:28 PM Subject: [KCFusion] CF 5 and Java Is there anyone within the user

RE: [KCFusion] Error Executing Database Query

2003-10-16 Thread Bruce Dunwiddie
Title: Message   I can't see anything codewise that would cause that. I would think it'd be something in your setup for the otg datasource. Maybe you have it pointing to the wrong database or server? Bruce Dunwiddie Ticket Technology P: 866.543.3331 F: 913.451.7832 [EMAIL PROTECTED] --

RE: [KCFusion] Error Executing Database Query

2003-10-16 Thread Marco Seabra
Title: Message If you rename the field to aedt1 without the underscore, do you still get the error?   Marco Seabra -Original Message-From: Chris Holdman [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 15, 2003 04:59 PMTo: '[EMAIL PROTECTED]'Subject: [KCFusion] Error

RE: [KCFusion] cfmail validation in MX

2003-10-13 Thread hartwichr
Why don't you wrap your cfmail tag inside of a cfcatch/try block. Have it rethrow the error when it hits one and put the bad email address into a 2nd table for manual intervention. I think the rethrow tag allows the script to continue where it crashed. __

RE: [KCFusion] cfmail validation in MX

2003-10-13 Thread Matt Jones
Title: Message your best choice would be to validate the emails without trying to send them out, but if you must go that route, you could try something like          -Original Message-From: Chris Holdman [mailto:[EMAIL PROTECTED]Sent: Monday, October 13, 2003 1:28 PMTo

RE: [KCFusion] JRun issue when filling Verity on MX

2003-10-09 Thread Bruce Dunwiddie
913.451.7832 [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Benjamin Price Sent: Thursday, October 09, 2003 10:47 AM To: [EMAIL PROTECTED] Subject: RE: [KCFusion] JRun issue when filling Verity on MX I create another Query using the QueryNew

RE: [KCFusion] JRun issue when filling Verity on MX

2003-10-09 Thread Benjamin Price
DunwiddieSent: Thursday, October 09, 2003 12:29 PMTo: [EMAIL PROTECTED]Subject: RE: [KCFusion] JRun issue when filling Verity on MX What do you mean exactly by saying that you're creating another query object from the first recordset? Are you using query of query to create another reco

RE: [KCFusion] Client variables

2003-10-09 Thread Chris Holdman
, 2003 11:27 AM To: [EMAIL PROTECTED] Subject: RE: [KCFusion] Client variables yes, it is a SCOPE! what version of cf did you upgrade from? -Original Message- From: Chris Holdman [mailto:[EMAIL PROTECTED] Sent: Thursday, October 09, 2003 11:21 AM To: '[EMAIL PROTECTED]' S

RE: [KCFusion] JRun issue when filling Verity on MX

2003-10-09 Thread Bruce Dunwiddie
What do you mean exactly by saying that you're creating another query object from the first recordset? Are you using query of query to create another recordset, or are you looping over the first recordset to dynamically generate the sql for the second query? Bruce Dunwiddie Ticket Technology P

RE: [KCFusion] Client variables

2003-10-09 Thread Matt Jones
yes, it is a SCOPE! what version of cf did you upgrade from? -Original Message- From: Chris Holdman [mailto:[EMAIL PROTECTED] Sent: Thursday, October 09, 2003 11:21 AM To: '[EMAIL PROTECTED]' Subject: RE: [KCFusion] Client variables Well I am not sure if this is a problem

RE: [KCFusion] Client variables

2003-10-09 Thread Chris Holdman
Well I am not sure if this is a problem or not but one of my field names is 'request'and everything works weel on most of the pages of the application except for when I am querying the 'request' field. Is 'request' and reserved word in SQL or ColdFusion? Christopher V. Holdman Webmaster - Cit

RE: [KCFusion] CF MX and ODBC datasource with decode stmt

2003-10-01 Thread Minor, Beth
help some at the time. Beth -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 01, 2003 4:30 PM To: [EMAIL PROTECTED] Cc: Hagemeyer, David A. Subject: RE: [KCFusion] CF MX and ODBC datasource with decode stmt Beth, You might try using the

RE: [KCFusion] CF MX and ODBC datasource with decode stmt

2003-10-01 Thread jabrown
ODBC? -Original Message- From: Minor, Beth [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 01, 2003 4:20 PM To: [EMAIL PROTECTED] Cc: Hagemeyer, David A. Subject: RE: [KCFusion] CF MX and ODBC datasource with decode stmt Jeff, The Web server Oracle client is 9.2.0.1.0 The

RE: [KCFusion] CF MX and ODBC datasource with decode stmt

2003-10-01 Thread Minor, Beth
ED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 01, 2003 4:05 PM To: [EMAIL PROTECTED] Cc: Hagemeyer, David A. Subject: RE: [KCFusion] CF MX and ODBC datasource with decode stmt We use decode on ORACLE quite often and haven't had any problems since moving to MX. Can you post an example qu

RE: [KCFusion] CF MX and ODBC datasource with decode stmt

2003-10-01 Thread hartwichr
I am using Oracle just a little bit on MX updater 3. We aren't having any problems with our ODBC connection and I haven't seen that error message recently if at all. I just searched 2 lists of oracle error messages. One came up blank, the other found two occurences of 's01' (nothing for '01s0

RE: [KCFusion] CF MX and ODBC datasource with decode stmt

2003-10-01 Thread jabrown
We use decode on ORACLE quite often and haven't had any problems since moving to MX. Can you post an example query? What version of ORACLE? Jeff -Original Message- From: Minor, Beth [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 01, 2003 3:52 PM To: [EMAIL PROTECTED] Cc: Hagemeyer,

RE: [KCFusion] CFDirectory MUCH slower in CFMX, any way to speed it up?

2003-09-29 Thread Jeff Young
Title: Message I'd be willing to bet OS considerations and disk drive speed can affect that call as well. Also, as a programmer who has used the APIs, a multiprocessor system doesn't always help. It can sometimes hinder. Especially Intel's HyperThreading.   You could get a caching RAID card

RE: [KCFusion] CFLOOP Issue

2003-09-25 Thread Jim T Pickering
: Re: [KCFusion] CFLOOP Issue   The array idea is just a diffence in thought process. When I started learning CF I was taught to separate logic and presentation as much a possible so i would have tossed everything in the loop above the opening tag and I would have stored the count of instances

Re: [KCFusion] CFLOOP Issue

2003-09-25 Thread Adaryl Wakefield
] Sent: Thursday, September 25, 2003 9:09 PM Subject: RE: [KCFusion] CFLOOP Issue Uh, I just moved the tag below the cfoutput block, and it worked like a charm. This probably seemed fairly elementary and simple – but you know when you work on a getting over a series of

RE: [KCFusion] CFLOOP Issue

2003-09-25 Thread Jim T Pickering
works.   Thanks Adaryl   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Adaryl Wakefield Sent: Thursday, September 25, 2003 8:27 PM To: [EMAIL PROTECTED] Subject: Re: [KCFusion] CFLOOP Issue   Umm..maybe im not quite getting something in your question but..your

Re: [KCFusion] CFLOOP Issue

2003-09-25 Thread Adaryl Wakefield
Umm..maybe im not quite getting something in your question but..your cfoutput is outside the loop tags. Since that is the case then headlinePerSection keeps getting reassigned a new value each loop 4 then 5 then 6. Why not put an array in the loop so you could store the value each interation

Re: [KCFusion] Target audience - next CF meeting

2003-09-19 Thread Blue Skies Creative Group
> For those of you new to the list and new to ColdFusion, I can put on an intro > to CF meeting for either this user group, or more likely the MMUG sometime in > the next few months if there is a demand. Ryan, since I am needing a speaker for the October 14th meeting, I think you have just solved

Re: [KCFusion] Potential meeting, Wed, Sept 24

2003-09-19 Thread Blue Skies Creative Group
Ryan, if you have space available, I'd be interested in attending your soirée. Let me know. Thanks! Charmaine L. Keller-Hodge Blue Skies Creative Group 816.452.4159 office 816.668.5119 mobile www.BlueSkiesCreative.com > From: [EMAIL PROTECTED] > Reply-To: [EMAIL PROTECTED] > Date: Mon, 15 Sep

Re: [KCFusion] Target audience - next CF meeting

2003-09-18 Thread Katsuey
At 10:53 AM 9/18/2003, you wrote: For those of you new to the list and new to ColdFusion, I can put on an intro to CF meeting for either this user group, or more likely the MMUG sometime in the next few months if there is a demand. I'm just beyond "here is a web server and here is how you instal

Re: [KCFusion] Meeting Announcement - Hal Helms - Wednesday the 24th

2003-09-18 Thread Katsuey
At 12:57 AM 9/18/2003, you wrote: Coming next Wednesday, September 24th at 6pm... Hal Helms (www.halhelms.com)! Can you better describe the audience that would most benefit? Would a absolute newbie or someone who was thinking of using CF really benefit? Would hard core CF programmers benefit? Br

RE: [KCFusion] Cold Fusion Server

2003-09-16 Thread Ryan Hartwich
Title: Message Robert,   Ebay is the way to go, though you might want to search some of the other online auction sites like yahoo.  You might want to see if you can find some good size used software stores in your area.  Some of the local computer resellers that sell used may have a copy.  

RE: [KCFusion] web server trouble shooting (OT)

2003-09-16 Thread cfhelp
ipconfig /flushdns   This could happen If your LapTop was on a local network that also hosted the site and used an internal DNS server.   When you moved the laptop to another network it still has the old Resolver Cache. After so many attempts the Resolver Cache checks for a new versio

Re: [KCFusion] web server trouble shooting (OT)

2003-09-16 Thread Adaryl Wakefield
thout a problem.   Adaryl WakefieldAviator by passionProgrammer by sheer force of will - Original Message - From: Bruce Dunwiddie To: [EMAIL PROTECTED] Sent: Tuesday, September 16, 2003 3:06 PM Subject: RE: [KCFusion] web server trouble shooting (OT) Almost s

Re: [KCFusion] web server trouble shooting (OT)

2003-09-16 Thread Adaryl Wakefield
Dunwiddie To: [EMAIL PROTECTED] Sent: Tuesday, September 16, 2003 3:06 PM Subject: RE: [KCFusion] web server trouble shooting (OT) Almost sounds like a DNS problem or a localized internet routing problem. Did you by chance ping your server or do a tracert to it? What did you do to

RE: [KCFusion] web server trouble shooting (OT)

2003-09-16 Thread Bruce Dunwiddie
Almost sounds like a DNS problem or a localized internet routing problem. Did you by chance ping your server or do a tracert to it? What did you do to "coax" the KState's site into loading? Did you try following the same Remote Desktop steps that you took on the one laptop on one of the othe

RE: [KCFusion] Job Opportunity - Repost

2003-09-16 Thread Keith Purtell
I didn't get blank, but they kept showing up as rich text while being advertised as plain text. Keith Purtell, Web/Network Administrator VantageMed Operations (Kansas City) Email: [EMAIL PROTECTED] Voice: (816) 801-5200 Fax: (816) 880-4776 Toll-free: (800) 525-1101 CONFIDENTIALITY NOTICE

RE: [KCFusion] Job Opportunity - Repost

2003-09-16 Thread Bruce Dunwiddie
nope, emails seem to be working just fine. Bruce Dunwiddie Ticket Technology P: 866.543.3331 F: 913.451.7832 [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Justin Hansen Sent: Tuesday, September 16, 2003 10:10 AM To: [EMAIL PROTECTED] Sub

RE: [KCFusion] Job Opportunity

2003-09-16 Thread Justin Hansen
Ryan asked me to repost as text only ... There is a position or two open in my office. Please do not contact me directly regarding this position. If you are interested, please follow company protocol and fax in your resume. Thank you, Justin Hansen ---

RE: [KCFusion] Job Opportunity

2003-09-16 Thread Justin Hansen
Ryan asked me to repost as text only ... There is a position or two open in my office. Please do not contact me directly regarding this position. If you are interested, please follow company protocol and fax in your resume. Thank you, Justin Hansen ---

Re: [KCFusion] Potential meeting, Wed, Sept 24

2003-09-16 Thread Bryan LaPlante
Message - From: "Bruce Dunwiddie" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 16, 2003 10:28 AM Subject: RE: [KCFusion] Potential meeting, Wed, Sept 24 This might possibly be a silly question, but who is Hal Helms? What would the topic be? Bruce Dunwi

RE: [KCFusion] Potential meeting, Wed, Sept 24

2003-09-16 Thread Bruce Dunwiddie
This might possibly be a silly question, but who is Hal Helms? What would the topic be? Bruce Dunwiddie Ticket Technology P: 866.543.3331 F: 913.451.7832 [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of [EMAIL PROTECTED] Sent: Monday, Septe

RE: [KCFusion] Potential meeting, Wed, Sept 24

2003-09-16 Thread Fatino, Henry K [ITS]
I would like to attend. Henry Fatino Software Engineer Enterprise Web Solutions Intranet/Extranet Development 913.534.5897 (Office) 816.582.8079 (PCS) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, September 15, 2003 3:22 PM To: [EMAIL PROTECTED] Subj

RE: [KCFusion] Regex to search lines

2003-09-15 Thread Bruce Dunwiddie
It should be something to the effect of [EMAIL PROTECTED] , which will catch everything except for the first line in the file, except for the fact that studio doesn't seem to be recognizing \n at all and is just reading it as a n, shrug. Bruce Dunwiddie Ticket Technology P: 866.543.3331 F: 913.451

RE: [KCFusion] Regex to search lines

2003-09-15 Thread hartwichr
Eek, you have to manually clean thousands of addresses out. Sorry! Try pulling the data into CF to parse it and searching for line breaks by looking for ASC(??) or similar, the line return characters are 10 & 13 I believe. You could probably load the file to the server, load a file you make

RE: [KCFusion] Potential meeting, Wed, Sept 24

2003-09-15 Thread Jim T Pickering
Did you contact Mike Faulkner to see about Centriq? I bet you'd get a bigger turnout if you had the meeting in OP. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Monday, September 15, 2003 3:22 PM To: [EMAIL PROTECTED] Subject: [KC

RE: [KCFusion] CFFILE on MAC

2003-09-12 Thread cfhelp
users. Thanks for all the input. Oh, I am trimming the field. Rick -Original Message- From: Jim T Pickering [mailto:[EMAIL PROTECTED] Sent: Friday, September 12, 2003 11:23 AM To: [EMAIL PROTECTED] Subject: RE: [KCFusion] CFFILE on MAC Been reading the e-mail traffic on this. The

RE: [KCFusion] CFFILE on MAC

2003-09-12 Thread Jim T Pickering
om being uploaded. Rick -Original Message- From: Bruce Dunwiddie [mailto:[EMAIL PROTECTED] Sent: Friday, September 12, 2003 11:29 AM To: [EMAIL PROTECTED] Subject: RE: [KCFusion] CFFILE on MAC Yes, you would be able to upload any file in that case, but the question then comes down to, wh

RE: [KCFusion] CFFILE on MAC

2003-09-12 Thread Bruce Dunwiddie
file types using that stream. Bruce Dunwiddie Ticket Technology P: 866.543.3331 F: 913.451.7832 [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of cfhelp Sent: Friday, September 12, 2003 9:43 AM To: '[EMAIL PROTECTED]' Subject: RE:

RE: [KCFusion] CFFILE on MAC

2003-09-12 Thread cfhelp
: Bruce Dunwiddie [mailto:[EMAIL PROTECTED] Sent: Friday, September 12, 2003 11:29 AM To: [EMAIL PROTECTED] Subject: RE: [KCFusion] CFFILE on MAC Yes, you would be able to upload any file in that case, but the question then comes down to, what is it that you're trying to block out and why? Obvi

RE: [KCFusion] CFFILE on MAC

2003-09-12 Thread Bruce Dunwiddie
ent: Friday, September 12, 2003 9:26 AM To: '[EMAIL PROTECTED]' Subject: RE: [KCFusion] CFFILE on MAC I am specifying allowed MIMI types in the CFFILE tag but do not have a blank one. The error says that "/" Mimi Type is not allowed so I am thinking that will solve the proble

RE: [KCFusion] CFFILE on MAC

2003-09-12 Thread cfhelp
he ext? Thanks Rick -Original Message- From: Bruce Dunwiddie [mailto:[EMAIL PROTECTED] Sent: Friday, September 12, 2003 11:14 AM To: [EMAIL PROTECTED] Subject: RE: [KCFusion] CFFILE on MAC For some odd reason, I don't know that I've run into that problem, and I don't curren

RE: [KCFusion] CFFILE on MAC

2003-09-12 Thread Bruce Dunwiddie
For some odd reason, I don't know that I've run into that problem, and I don't currently have the resources to play and test with it, but I've got a few wacky ideas for you to play with. First, are you supplying any values for the accept attribute for CFFILE? If so, what? If not, have you tried put

RE: [KCFusion] Need CF Studio 4.5 - help!

2003-09-05 Thread Ron Hornbaker
A kind soul helped me already - problem solved! :) -Ron > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Behalf Of Ron Hornbaker > Sent: Friday, September 05, 2003 2:28 PM > To: [EMAIL PROTECTED] > Subject: [KCFusion] Need CF Studio 4.5 - help! > > > Hi Everyone,

Re: [KCFusion] OT: Monitoring FTP / controlling HD usage

2003-09-04 Thread Jim Hrdy
For limiting FTP usage, I would say a program like FTP Serv-U would work well. It will allow you to add limits to a users "space". For monitoring what is on the server, how much room is left and what files/folders are there, use a scheduled batch file and a program like Blat to email the informati

RE: [KCFusion] OP is AT capacity

2003-09-03 Thread Katsuey
At 09:32 PM 9/3/2003 -0500, you wrote: Hi Peggie, Well foot, I did not realize you were going to be at Corporate Woods! Oh well, I was just trying to help out. Me too. I'd offered to go to UMKC but Ryan said they still had room at OP. We did have a couple of empty chairs - but not many. Let me

RE: [KCFusion] OP is AT capacity

2003-09-03 Thread Johnny Sewell
stuff that we have been working on. His office is in an office complex at about 132nd and Old Metcalf. Johnny -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Katsuey Sent: Wednesday, September 03, 2003 4:05 PM To: [EMAIL PROTECTED] Subject: RE: [KCFusion] OP

RE: [KCFusion] OP is AT capacity

2003-09-03 Thread Katsuey
At 03:32 PM 9/3/2003 -0500, you wrote: Hi Ryan, If it will help I can attend the UMKC location. Johnny Then how am I to meet you? (-: Peggie Brown ((( ¸.-···- ^~~ ^ ( {>ªYª<} \ )_ `~-~/´ \,,/,,/ \,,,Í,,Í Brown Holdings LLC Group http://

RE: [KCFusion] OP is AT capacity

2003-09-03 Thread Johnny Sewell
Hi Ryan, If it will help I can attend the UMKC location. Johnny -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Wednesday, September 03, 2003 1:37 PM To: [EMAIL PROTECTED] Subject: [KCFusion] OP is AT capacity Be forwarned,

RE: [KCFusion] Wednesday Meeting - 2nd location available, in Overland Park!

2003-09-02 Thread bnnwabu
I'll attend at the Overland Park location. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, August 29, 2003 12:20 PM To: [EMAIL PROTECTED] Subject: [KCFusion] Wednesday Meeting - 2nd location available, in Overland Park! Due to popular demand, we are

RE: [KCFusion] Wednesday Meeting - 2nd location available, in Ove rland Park!

2003-08-29 Thread Kory Bakken
be to this list. If you really don't want all the emails, you can go to the web log of this list. -Original Message- From: Fatino, Henry K [ITS] [mailto:[EMAIL PROTECTED] Sent: Friday, August 29, 2003 2:37 PM To: [EMAIL PROTECTED] Subject: RE: [KCFusion] Wednesday Meeting - 2n

RE: [KCFusion] Wednesday Meeting - 2nd location available, in Ove rland Park!

2003-08-29 Thread Bruce Dunwiddie
a few emails guys? Bruce Dunwiddie Ticket Technology P: 866.543.3331 F: 913.451.7832 [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Fatino, Henry K [ITS] Sent: Friday, August 29, 2003 1:37 PM To: [EMAIL PROTECTED] Subject: RE: [KCFusion

RE: [KCFusion] Wednesday Meeting - 2nd location available, in Ove rland Park!

2003-08-29 Thread Fatino, Henry K [ITS]
SECOND THAT -Original Message- From: Glenn Crocker [mailto:[EMAIL PROTECTED] Sent: Friday, August 29, 2003 1:26 PM To: [EMAIL PROTECTED] Subject: RE: [KCFusion] Wednesday Meeting - 2nd location available, in Ove rland Park! Okay, the RSVP emails have officially gotten annoying. Can

RE: [KCFusion] Wednesday Meeting - 2nd location available, in Ove rland Park!

2003-08-29 Thread Glenn Crocker
ust 29, 2003 12:37 PM > To: '[EMAIL PROTECTED]' > Subject: RE: [KCFusion] Wednesday Meeting - 2nd location available, in > Ove rland Park! > > > Cheri Schappaugh > attending Overland Park location..rsvp > > -Original Message- > From

RE: [KCFusion] Wednesday Meeting - 2nd location available, in Overland Park!

2003-08-29 Thread Schappaugh, Cheri
Cheri Schappaugh attending Overland Park location..rsvp -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, August 29, 2003 12:20 PM To: [EMAIL PROTECTED] Subject: [KCFusion] Wednesday Meeting - 2nd location available, in Overland Park! Due to

Re: [KCFusion] Wednesday Meeting - 2nd location available, in Overland Park!

2003-08-29 Thread Girish_Kshirsagar
Ryan, I will be attending the Overland Park location. Thanks, Girish

RE: [KCFusion] Studio MX 2004 See It - Win It!

2003-08-27 Thread Hale, Frederick L, WCS
I haven't attended any of the meetings yet but I will try to may this one if you don't mind. Frederick Hale R.O.A.M. Support *Phone: 816-391-7745 * Fax: 816-391-5027 *E-Mail: [EMAIL PROTECTED] -Original Message- From: Ryan Hartwich [mailto:

Re: [KCFusion] Please RSVP for the Wednesday, Sept 3 meeting

2003-08-27 Thread Girish_Kshirsagar
I am planning to attend, Girish

Re: [KCFusion] Please RSVP for the Wednesday, Sept 3 meeting

2003-08-27 Thread Paul . Fisher
I'll be attending. Paul Fisher. __ The KCFusion.org list and website is hosted by Humankind Systems, Inc. List Archives http://www.mail-archive.com/[EMAIL PROTECTED] Questions, Comments or Glowing Praise.. mailto:[E

RE: [KCFusion] OT: Desktop automation text transfer

2003-08-27 Thread Keith Purtell
age- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Behalf Of Ellis, Randy > Sent: Wednesday, August 27, 2003 8:19 AM > To: '[EMAIL PROTECTED]' > Subject: RE: [KCFusion] OT: Desktop automation text transfer > > > Try using VBA in Excel, Word, or poss

RE: [KCFusion] OT: Desktop automation text transfer

2003-08-27 Thread Ellis, Randy
Try using VBA in Excel, Word, or possibly Outlook. Excel Macro example: Sub GetEmails() Dim myApp As New Outlook.Application Dim myNS As NameSpace Dim myFolder As MAPIFolder Dim myItems As Items Dim intLoopCounter As Integer, Idx As Integer Set myNS = myApp.GetNamespace(

Re: [KCFusion] OT: Desktop automation text transfer

2003-08-26 Thread Girish_Kshirsagar
Keith, You may want to read more on the APIs for Outlook.  I am reasonably sure there is a way to interface with Outlook database and retrieve all of the its stored objects.  Once you can figure out how to access those objects you can do automation via say OLE (object linking and embedding) which

RE: [KCFusion] XML error handling

2003-08-26 Thread Scott McWilliams
Thanks - works great. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Bruce Dunwiddie Sent: Tuesday, August 26, 2003 2:54 PM To: [EMAIL PROTECTED] Subject: RE: [KCFusion] XML error handling This should work for you or atleast give you the general idea of

RE: [KCFusion] XML error handling

2003-08-26 Thread Bruce Dunwiddie
This should work for you or atleast give you the general idea of how to handle the error. http://someurl.com"; method="Get" resolveurl="YES"> Bruce Dunwiddie Ticket Technology P: 866.543.3331 F: 913.451.7832 [EMAIL PROTECTED] -O

RE: [KCFusion] Help please

2003-08-22 Thread jabrown
:35 AMTo: [EMAIL PROTECTED]Subject: RE: [KCFusion] Help please can you be more specific? where on the server did you store the CFCs? if you used a cf mapped directory make sure you add the mapping to the testing server.   justin -Original Message-From: [EMAIL

RE: [KCFusion] Help please

2003-08-15 Thread Justin Hansen
can you be more specific? where on the server did you store the CFCs? if you used a cf mapped directory make sure you add the mapping to the testing server.   justin -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]Sent: Friday, August 15, 2003 10:56 AMTo:

RE: [KCFusion] security question

2003-08-14 Thread Bruce Dunwiddie
catch them. -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Adaryl WakefieldSent: Tuesday, August 12, 2003 10:24 AMTo: [EMAIL PROTECTED]Subject: Re: [KCFusion] security question Ok wait. I have not thought this all the way though I think

Re: [KCFusion] security question

2003-08-14 Thread Adaryl Wakefield
Oh and just to elemenate confusion Im trying to come up with a SAFE method..not a save method. A. - Original Message - From: Adaryl Wakefield To: [EMAIL PROTECTED] Sent: Tuesday, August 12, 2003 10:48 AM Subject: Re: [KCFusion] security question Im sorry

RE: [KCFusion] security question

2003-08-14 Thread Kory Bakken
vate the record, then you could manually review the deletes before committing any of them.  That's my 2 cents.   Kory -Original Message-From: Adaryl Wakefield [mailto:[EMAIL PROTECTED]Sent: Tuesday, August 12, 2003 10:48 AMTo: [EMAIL PROTECTED]Subject: Re: [KCFusion] security q

RE: [KCFusion] security question

2003-08-14 Thread Luke Templin
ience with it but given your description that might be a method to investigate. -Original Message-From: Adaryl Wakefield [mailto:[EMAIL PROTECTED]Sent: Tuesday, August 12, 2003 10:54 AMTo: [EMAIL PROTECTED]Subject: Re: [KCFusion] security question Oh and just to elemenate conf

RE: [KCFusion] security question

2003-08-14 Thread Bruce Dunwiddie
I don't know of a way to say make IE send different request headers, but if you're trying to test something, wouldn't cfpost work? -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Adaryl WakefieldSent: Monday, August 11, 2003 1:44 PMTo: [EMAIL

Re: [KCFusion] security question

2003-08-14 Thread Adaryl Wakefield
. A. - Original Message - From: Kory Bakken To: [EMAIL PROTECTED] Sent: Tuesday, August 12, 2003 10:54 AM Subject: RE: [KCFusion] security question Adaryl:   Yes, if a person has IEBoster (http://www.paessler.com/IEB)  running on their machine, hidden form

RE: [KCFusion] security question

2003-08-14 Thread Bruce Dunwiddie
y, August 12, 2003 9:54 AM To: [EMAIL PROTECTED] Subject: RE: [KCFusion] security question Adaryl: Yes, if a person has IEBoster (http:// www.paessler.com/IEB <http://www.paessler.com/IEB> ) running on their machine, hidden form fields are just a right-click away. You'd be better

RE: [KCFusion] security question

2003-08-14 Thread Kory Bakken
PROTECTED]Subject: RE: [KCFusion] security question I don't know of a way to say make IE send different request headers, but if you're trying to test something, wouldn't cfpost work? -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On B

Re: [KCFusion] security question

2003-08-14 Thread Adaryl Wakefield
asure is kinda lame too. the best I've got so far is that the user can only delete those tuples that are related to their login. A. - Original Message - From: Bruce Dunwiddie To: [EMAIL PROTECTED] Sent: Tuesday, August 12, 2003 11:33 AM Subject: RE: [KCFusion

Re: [KCFusion] security question

2003-08-14 Thread Adaryl Wakefield
ssage - From: Luke Templin To: [EMAIL PROTECTED] Sent: Tuesday, August 12, 2003 11:05 AM Subject: RE: [KCFusion] security question You may want to do everything through a stored procedure(s). As part of that stored procedure you could create multiple sql queries one of

Re: [KCFusion] Weird problem

2003-08-14 Thread Bradley Miller
Actually -- just asked this question on the DevMX list and got a fast response: To: [EMAIL PROTECTED] From: Todd <[EMAIL PROTECTED]> In-Reply-To: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="=_61532312==.ALT" Subject: Re: [mxdev]

Re: [KCFusion] security question

2003-08-12 Thread Adaryl Wakefield
PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August 12, 2003 11:57 AM Subject: RE: [KCFusion] security question > Well the checking in the database to make sure that the user is allowed to > delete that record is a good step to leave in. As for the rest, I'd probably > reco

RE: [KCFusion] Worldwide User Group Meeting - September 3

2003-08-09 Thread Ryan Hartwich
ailto:[EMAIL PROTECTED] On Behalf Of Johnny Sewell Sent: Friday, August 08, 2003 6:32 PM To: [EMAIL PROTECTED] Subject: RE: [KCFusion] Worldwide User Group Meeting - September 3 Ryan, Since I don't see anything about it on the User Group page of Devnet I wondered about what they are going

RE: [KCFusion] Worldwide User Group Meeting - September 3

2003-08-08 Thread Johnny Sewell
Ryan, Since I don't see anything about it on the User Group page of Devnet I wondered about what they are going to discuss. Will it be Breeze or the 6.1 release of CF or something else? Johnny -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ryan Hartwi

Re: [KCFusion] Hal & Topeka/Lawrence

2003-08-04 Thread Adaryl Wakefield
Heck! Are there any other CF coders even in Topeka or Lawrence besides Robert and I?! I feel like Im Neal Armstrong on the moon over here! A. - Original Message - From: "Ryan Hartwich" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 04, 2003 11:09 PM Subject: [KCFusion] Hal

Re: [KCFusion] DateDiff in SQL Query

2003-08-04 Thread Robert
Kory Bakken To: [EMAIL PROTECTED] Sent: Monday, August 04, 2003 8:10 AM Subject: RE: [KCFusion] DateDiff in SQL Query You cannot treat CustomerEnrollmentDate as a CF Variable until you are outside of that query.  The following where clause should get you what you

RE: [KCFusion] DateDiff in SQL Query

2003-08-04 Thread Kory Bakken
You cannot treat CustomerEnrollmentDate as a CF Variable until you are outside of that query.  The following where clause should get you what you need:   WHERE CustomerRefer = #Affiliate_ID#  AND CustomerEnrollmentDate between '#DateAdd('d',-7,createODBCDate(now()))#' and '#DateAdd('d',7,cre

RE: [KCFusion] ColdFusion File Security

2003-08-04 Thread Kory Bakken
Bruce: I am just guessing, but is it maybe that the files that you need to protect are the *.class files that MX produces and not the *.cfm files? Kory Bakken -Original Message- From: Bruce Phillips [mailto:[EMAIL PROTECTED] Sent: Friday, August 01, 2003 8:11 PM To: [EMAIL PROTECTED] Cc

Re: [KCFusion] DateDiff in SQL Query

2003-08-01 Thread Adaryl Wakefield
 Well all my reference books are at work and as it is firday night and im on my way out the door to go party just taking a quick glance at it but (and I may just be missing a piece of the puzzle here) but since you are selecting out CustomerEnrollementDate in the query don't you have to assi

Re: [KCFusion]

2003-07-30 Thread Adaryl Wakefield
statement but i had no clue you could embed ifs in query tags. Which is better from a speed standpoint? Choose a statement or embed the if?A. - Original Message - From: Kory Bakken To: [EMAIL PROTECTED] Sent: Wednesday, July 30, 2003 10:49 AM Subject: RE: [KCFusion

RE: [KCFusion]

2003-07-30 Thread Kory Bakken
If you do not use stored procedures, you could do this:   UPDATE blah SET thisAttribute = #var#NULL WHERE someStuff = someOtherStuff   The problem you had is that it reads: as and empty string and as the actual string "NULL" -Original Message-From: Adaryl Wakefield [mailto:

RE: [KCFusion]

2003-07-30 Thread Matt Jones
-Original Message-From: Adaryl Wakefield [mailto:[EMAIL PROTECTED]Sent: Wednesday, July 30, 2003 10:40 AMTo: [EMAIL PROTECTED]Subject: [KCFusion] I have need to update a table and set a value to NULL like   UPDATE blah SET thisAttribute = nullValueHere WHERE so

Re: [KCFusion] No CFUG meeting for July

2003-07-29 Thread Katsuey
At 05:04 PM 7/25/2003 -0500, you wrote: I am always looking for someone to present at a meeting. I am more than willing to assist you in preparing the content (technically as well as presentation skills). This is not rocket science, anyone can do it! Please, volunteer. Presenting helps you impr

RE: [KCFusion] outine gouping problems

2003-07-24 Thread Ellis, Randy
Title: Message Try adding a boolean flag:       NEW">     NEW                 #field1#    

RE: [KCFusion] ColdFusion Query Times Out

2003-07-23 Thread jabrown
estimate of the time needed? -Original Message-From: Bruce Phillips [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 23, 2003 1:13 PMTo: [EMAIL PROTECTED]Subject: RE: [KCFusion] ColdFusion Query Times Out TIMEOUT attribute in MX is now in seconds and not milliseconds as in CF 5

RE: [KCFusion] Updater 3

2003-07-23 Thread jabrown
Thanks. Its not looking like a problem with the Oracle setup. The same thing is occurring in Java. Jeff -Original Message- From: Ryan Hartwich [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 22, 2003 4:35 PM To: [EMAIL PROTECTED] Subject: RE: [KCFusion] Updater 3 Jeff, I was

RE: [KCFusion] ColdFusion Query Times Out

2003-07-23 Thread Bruce Phillips
CTED]On Behalf Of Bruce PhillipsSent: Wednesday, July 23, 2003 10:59 AMTo: [EMAIL PROTECTED]Subject: Re: [KCFusion] ColdFusion Query Times Out Here is the query.  I'm able to run this successfully on my ColdFusion Development Server, just not on my web host's ColdFusion

RE: [KCFusion] ColdFusion Query Times Out

2003-07-23 Thread bnnwabu
You do realize the timeout attribute is in milliseconds?  You are telling it to timeout after 260 milliseconds.   -Original Message- From: Bruce Phillips [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 23, 2003 11:59 AM To: [EMAIL PROTECTED] Subject: Re: [KCFusion] ColdFusion

RE: [KCFusion] ColdFusion Query Times Out

2003-07-23 Thread Bruce Dunwiddie
EMAIL PROTECTED]Subject: Re: [KCFusion] ColdFusion Query Times Out Here is the query.  I'm able to run this successfully on my ColdFusion Development Server, just not on my web host's ColdFusion Server.   select submissions.*, presenters.*, categories.

  1   2   3   4   5   6   7   8   9   10   >