RE: Multiple CFLOOPs

2000-09-13 Thread Olive, Christopher M Mr NMR
well, that loop will display the first value of query_a.field_a for every row of query_b. then the second value of queryy_a.field_a, and so on. somehow i don't think that's what you want. :) Chris Olive, DOEHRS Website Administrator -Original Message- From: Roger Lim [mailto:[EMAIL

RE: Hah! I'm an idiot!

2000-09-12 Thread Olive, Christopher M Mr NMR
why not use a verity collection? Chris Olive, DOEHRS Website Administrator -Original Message- From: Gavin Myers [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 12, 2000 9:25 AM To: '[EMAIL PROTECTED]' Subject: Hah! I'm an idiot! So i'm the only cold fusion programmer here at

RE: if CF server down...

2000-09-12 Thread Olive, Christopher M Mr NMR
one problem. think about what you just asked. "if CF server is down, can the CF server handle this error?" if the service isn't on, how could the application.cfm file get included and processed? Chris Olive, DOEHRS Website Administrator -Original Message- From: Robert Orlini

RE: REGEX for a space

2000-09-08 Thread Olive, Christopher M Mr NMR
why don't you treat each line as a space delimited list? loop over it and stick the appropriate variables in. Chris Olive, DOEHRS Website Administrator -Original Message- From: Andrea Wasik(CancerSource) [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 07, 2000 3:46 PM To: [EMAIL

RE:

2000-09-08 Thread Olive, Christopher M Mr NMR
um...you do understand that client and session variables rely on cookies, right? specifically, CFID and CFTOKEN. Chris Olive, DOEHRS Website Administrator -Original Message- From: Robert Everland [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 07, 2000 4:43 PM To: '[EMAIL

RE: Access Field Names with Blanks in them

2000-09-08 Thread Olive, Christopher M Mr NMR
you also need to alias the table name to use with CF SELECT [6 AM] as toodamnearly ... and you would ref it in CFOUTPUT as #toodamnearly# -Original Message- From: JustinMacCarthy [mailto:[EMAIL PROTECTED]] Sent: Friday, September 08, 2000 12:03 PM To: [EMAIL PROTECTED]

RE: Is CF a high risk application?

2000-09-07 Thread Olive, Christopher M Mr NMR
additionally, the CF service does not have to be run as an administrator. Chris Olive, DOEHRS Website Administrator -Original Message- From: JustinMacCarthy [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 07, 2000 5:08 AM To: [EMAIL PROTECTED] Subject: Re: Is CF a "high risk

RE: CFDIRECTORY Filtering?

2000-09-07 Thread Olive, Christopher M Mr NMR
i don't believe you can do it with the filter property. however, you could just drop that logic into the display code. if the file name is Main_Table.xls, don't show it there. Chris Olive, DOEHRS Website Administrator -Original Message- From: Claremont, Timothy S [mailto:[EMAIL

RE: CFFTP Question

2000-09-06 Thread Olive, Christopher M Mr NMR
yes, but is the CF service running as someone that has administrative rights or rights to that directory? Chris Olive, DOEHRS Website Administrator -Original Message- From: Kevin Schmidt [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 05, 2000 5:26 PM To: [EMAIL PROTECTED] Subject:

RE: newbie:Structure problem

2000-09-06 Thread Olive, Christopher M Mr NMR
you need to assign the struct key name to the id, and the value you wish to assign to it as its value. the way you have it now, you're assigning each id to the key "Service_Scope_ID", which just overwrites the valuse iteratively. your code snippet is a bit cryptic, but this is what i THINK

RE: Dynamic Dropdowns From Queries?

2000-08-31 Thread Olive, Christopher M Mr NMR
look into nate weiss' fabulous TwoSelectsRelated tag on allaire's developer's exchange. Chris Olive, DOEHRS Website Administrator -Original Message- From: Gina Shillitani [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 31, 2000 1:44 PM To: '[EMAIL PROTECTED]' Subject: Dynamic

RE: Oracle Concatenation???

2000-08-31 Thread Olive, Christopher M Mr NMR
you use ||. as in... SELECT image_title, 'http://www.hello.com/empower/global/' || filename AS image_location FROM images ORDER BY image_title Chris Olive, DOEHRS Website Administrator -Original Message- From: Duane Boudreau [mailto:[EMAIL PROTECTED]]

RE: Query with a Query problem!

2000-08-30 Thread Olive, Christopher M Mr NMR
by default, if you don't specify a QUERY attribute in the CFOUTPUT, and just scope the variable with the query name, you'll get the first record. if you wrap the second CFQUERY in a CFOUTPUT, you'll be good. eg. CFOUTPUT QUERY="Query1" CFQUERY NAME="Query2" DATASOURCE="#Search#" SELECT

RE: RE: OT: Securing Code ( was Download Code)

2000-08-30 Thread Olive, Christopher M Mr NMR
actually, that's incorrect. if there is no IP verbiage in the contract, and the work is not "for hire" (W2 employees), the IP remains with the contractor that created the software, not the company for which the software was contractually created. Chris Olive, DOEHRS Website Administrator

RE: RE: OT: Securing Code ( was Download Code)

2000-08-30 Thread Olive, Christopher M Mr NMR
lto:[EMAIL PROTECTED]] Sent: Wednesday, August 30, 2000 1:42 PM To: [EMAIL PROTECTED] Subject: RE: RE: OT: Securing Code ( was "Download Code") Do you have links or other references for this? I'm interested in learning more. Thanks, Steve -Original Message- From: Olive, Christop

RE: Session

2000-08-29 Thread Olive, Christopher M Mr NMR
yes, you'll get different sessions. think about that. you just answered the question when you said "cookies for sure". CF tracks sessions through the CFID and CFTOKEN cookies. Chris Olive, DOEHRS Website Administrator -Original Message- From: Dave Hannum [mailto:[EMAIL PROTECTED]]

RE: IE and frames

2000-08-29 Thread Olive, Christopher M Mr NMR
you have to right-click on a link and select "open in new window". i like NS' way better. :) Chris Olive, DOEHRS Website Administrator -Original Message- From: Robyn Follen [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 29, 2000 10:22 AM To: '[EMAIL PROTECTED]' Subject: OT: IE and

RE: cfparam question

2000-08-28 Thread Olive, Christopher M Mr NMR
actually, you only need #s in the default value field. if you use # in the name field, it defines a variable named whatever's in client.CustomerCompany instead of the variable names "client.CustomerCompany." Chris Olive, DOEHRS Website Administrator -Original Message- From: Milks, Jim

RE: Parsing Email

2000-08-28 Thread Olive, Christopher M Mr NMR
look into the CFPOP tag. (of course, this is assuming that the destination address is in a POP3 copatible mail system. :) Chris Olive, DOEHRS Website Administrator -Original Message- From: Jacob McKee [mailto:[EMAIL PROTECTED]] Sent: Monday, August 28, 2000 1:46 PM To: '[EMAIL

RE: Yet another filesize question

2000-08-25 Thread Olive, Christopher M Mr NMR
M Mr NMR To: '[EMAIL PROTECTED]' Sent: 25/08/00 9:20 AM Subject: RE: Yet another filesize question that makes me feel better. it's gonna be a good weekend. :) (actually, its a DOD project. but i'm a contractor, so who cares about *my* sexual orientation? sides, they didn't ask) :) Chris Olive

RE: Referring to variables

2000-08-24 Thread Olive, Christopher M Mr NMR
]] Sent: Thursday, August 24, 2000 10:05 AM To: [EMAIL PROTECTED] Subject: RE: Referring to variables Thanks, Chris! You could refer to it without the scope, though, right? Ter Original Message Follows From: "Olive, Christopher M Mr NMR" [EMAIL PROTECTED] Reply-To: [EMAIL

RE: Yet another filesize question

2000-08-24 Thread Olive, Christopher M Mr NMR
i feel so unloved. :) Chris Olive, DOEHRS Website Administrator -Original Message- From: Milks, Jim [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 24, 2000 11:02 AM To: '[EMAIL PROTECTED]' Subject: RE: Yet another filesize question Thanks Dave. JM -Original Message-

RE: splitting strings

2000-08-24 Thread Olive, Christopher M Mr NMR
since "word1,word2,word3" is a comma delimited list, use list functions. ex, CFSET listowords = "word1,word2,word3" CFSET firstword = ListGetAt(listowords, 1) CFSET secondword = ListGetAt(listowords, 2) ... Chris Olive, DOEHRS Website Administrator -Original Message- From: Peter

RE: Access 97 and 2000

2000-08-23 Thread Olive, Christopher M Mr NMR
without introducing some major instabilities. - Original Message - From: "Olive, Christopher M Mr NMR" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, August 22, 2000 4:47 PM Subject: RE: Access 97 and 2000 that's actually incorrect. i am currently running both offic

RE: Newbie Cold Fusion Studio Question

2000-08-23 Thread Olive, Christopher M Mr NMR
what is your test file's extension? if it isn't .cfm, CF server won't pick it up and do anything with it. Chris Olive, DOEHRS Website Administrator -Original Message- From: Kim Woodbridge [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 23, 2000 2:44 PM To: [EMAIL PROTECTED]

RE: Division in Cold Fusion?

2000-08-23 Thread Olive, Christopher M Mr NMR
#DecimalFormat(variable)# this will automatically use two decimal places. search for it in the help if you want another format. Chris Olive, DOEHRS Website Administrator -Original Message- From: Peter Benoit [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 23, 2000 3:06 PM To:

RE: RE: Newbie Cold Fusion Studio Question

2000-08-23 Thread Olive, Christopher M Mr NMR
3:14 PM To: [EMAIL PROTECTED] Subject: Re: RE: Newbie Cold Fusion Studio Question Chris, Yes, it's .cfm. I named the file exactly as it said to in the documentation. Thanks, Kim "Olive, Christopher M Mr NMR" [EMAIL PROTECTED] 08/23 2:48 PM what is your test file's extension? i

RE: Advanced Security set-up

2000-08-22 Thread Olive, Christopher M Mr NMR
you do, but Advanced Security only comes with Enterprise (AFAIK.) do you have Professional? Chris Olive, DOEHRS Website Administrator -Original Message- From: Ashley Hart [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 22, 2000 10:35 AM To: [EMAIL PROTECTED] Subject: Advanced

RE: Access 97 and 2000

2000-08-22 Thread Olive, Christopher M Mr NMR
that's actually incorrect. i am currently running both office versions. (at one point, i had 4.3 on there, too!) the key with microsoft is to install their products in DATE ORDER, oldest first. if you install 97, then 2000, selecting "do not remove old applications" in the 2000 install,

RE: getting UserID in WinNT

2000-08-21 Thread Olive, Christopher M Mr NMR
"Olive, Christopher M Mr NMR" [EMAIL PROTECTED] To: "'[EMAIL PROTECTED]'" [EMAIL PROTECTED] Subject: RE: getting UserID in WinNT Message-ID: [EMAIL PROTECTED] :) isn't that always the way? :) what browsers are getting the login box? if it's NS, that's not avoidable. NS

RE: Replicate DB Functions on CD?

2000-08-21 Thread Olive, Christopher M Mr NMR
it's good to know i'm good for SOMETHING on monday morning. :) why not run your CF app as normal, save the result HTML pages, and stick them on the CD? it'll be the "look and feel" but not the functions. of course, you'd have to limit the navigation path through your site, as well as the

RE: How To Create A Live Session Counter

2000-08-21 Thread Olive, Christopher M Mr NMR
you could use an application level array/structure. you wouldn't have a "true" live counter, because people that don't "log out" would only be tracked by timeouts. close enough for gov't work, though. :) Chris Olive, DOEHRS Website Administrator -Original Message- From:

RE: getting UserID in WinNT

2000-08-18 Thread Olive, Christopher M Mr NMR
:) isn't that always the way? :) what browsers are getting the login box? if it's NS, that's not avoidable. NS won't pass the userid information along to a microsoft server. NTCR is only for IE. and clear text (the only way a netscape person can pass his information to the server) will ALWAYS

RE: Cold Fusion and mapped drives

2000-08-17 Thread Olive, Christopher M Mr NMR
mapped drives are only visible to the account that mapped them. ergo, if you log in, map a drive, and then CF tries to see it, the user under whose context CF runs will NOT be able to see the drive. AFA UNCs, CF has always complained when i tried to use them. has this been fixed in 4.5.x?

RE: Cold Fusion and mapped drives

2000-08-17 Thread Olive, Christopher M Mr NMR
i am aware of the permissions issues with the CF account. i remember trying the UNC with CFFILE, and it told me to piss off. i'll have to go RTFM (again.) Chris Olive, DOEHRS Website Administrator -Original Message- From: JustinMacCarthy [mailto:[EMAIL PROTECTED]] Sent: Thursday,

RE: getting UserID in WinNT

2000-08-17 Thread Olive, Christopher M Mr NMR
CGI.REMOTE_USER this will only be available if anonymous access for the page/directory is off. Chris Olive, DOEHRS Website Administrator -Original Message- From: Johnson, Dana [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 17, 2000 9:58 AM To: '[EMAIL PROTECTED]' Subject: getting

RE: Select Distinct not so distinct

2000-08-11 Thread Olive, Christopher M Mr NMR
when you select distinct(name), foo, bar, baz ... it returns all the distinct combinations of the selected fields. Chris Olive, DOEHRS Website Administrator -Original Message- From: Harold Goodson [mailto:[EMAIL PROTECTED]] Sent: Friday, August 11, 2000 1:48 PM To: [EMAIL PROTECTED]

RE: Query Delete?

2000-08-10 Thread Olive, Christopher M Mr NMR
why can't you handle that logic at display time? check to see to what the user has permissions, and display accordingly? Chris Olive, DOEHRS Website Administrator -Original Message- From: Planet CF [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 09, 2000 4:46 PM To: [EMAIL

RE: Printing with Javascript function

2000-08-10 Thread Olive, Christopher M Mr NMR
well, the confirm box will ask for a Yes/No answer, then when you try to print, the browser generates its own print window. there is no way to avoid the browser print window. Chris Olive, DOEHRS Website Administrator -Original Message- From: James Taavon [mailto:[EMAIL PROTECTED]]

RE: CF Studio

2000-08-07 Thread Olive, Christopher M Mr NMR
are you out of disk space? that was happening to me when my HD was full. Chris Olive, DOEHRS Website Administrator -Original Message- From: Ken M. Mevand [mailto:[EMAIL PROTECTED]] Sent: Saturday, August 05, 2000 1:49 AM To: 02 cf-talk Subject: CF Studio anyone has experienced this

RE: The FORM structure

2000-08-04 Thread Olive, Christopher M Mr NMR
why not copy the form structure to some local struct, modify that, and send THAT to the custom tag? Chris Olive, DOEHRS Website Administrator -Original Message- From: Planet CF [mailto:[EMAIL PROTECTED]] Sent: Friday, August 04, 2000 10:54 AM To: [EMAIL PROTECTED] Subject: The FORM

RE: Multiple Select List

2000-08-03 Thread Olive, Christopher M Mr NMR
or you could use the IN keyword. WHERE EmployeeID IN (#FORM.EmployeeID#) Chris Olive, DOEHRS Website Administrator -Original Message- From: Bud [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 02, 2000 5:28 PM To: [EMAIL PROTECTED] Subject: Re: Multiple Select List On 8/2/00,

RE: Finding an element in an array

2000-08-03 Thread Olive, Christopher M Mr NMR
wel, it's not really allaire's fault. from an implementation standpoint, you shouldn't "need" to search for something within an array. an array should be indexed by some contiguous set of indices, and is usually used for storing information related to those indices. it allows random access to

RE: Allaire security problem - anyone know solution?

2000-08-03 Thread Olive, Christopher M Mr NMR
it is an MS issue. MS has a hotfix out on it, and Allaire has just included this issue in their latest security bulletin. Chris Olive, DOEHRS Website Administrator -Original Message- From: Dave Wilson [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 03, 2000 12:27 PM To: [EMAIL

RE: Help! (2)

2000-08-02 Thread Olive, Christopher M Mr NMR
that's not technically correct. if you SELECT DISTINCT Column1, Column2 you will get the distinct combinations of Column1, Column2. Chris Olive, DOEHRS Website Administrator -Original Message- From: Dave Hannum [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 02, 2000 11:10 AM To:

RE: HTTP Error 500

2000-08-02 Thread Olive, Christopher M Mr NMR
is the CF server running? is IIS? Chris Olive, DOEHRS Website Administrator -Original Message- From: Chapman, Katrina [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 02, 2000 12:42 PM To: '[EMAIL PROTECTED]' Subject: HTTP Error 500 I'm getting error's trying to get CF pages to

RE: Help! (2)

2000-08-02 Thread Olive, Christopher M Mr NMR
that are associated with each distinct column 1. What's wrong? Can't you read my mind? Dave - Original Message - From: "Olive, Christopher M Mr NMR" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, August 02, 2000 11:28 AM Subject: RE: Help! (2) that's not technically correc

RE: Help with OUTPUT of some Querys

2000-08-01 Thread Olive, Christopher M Mr NMR
why not just do a joined query? SELECT c.SI_Category_name, i.si_item_name FROM SI_categories c, si_items i WHERE c.category_id = i.category_id ORDER BY c.si_category_name, i.si_item_name then, when you output, do a TABLE CFOUTPUT QUERY="qname"

RE: Insert date and time into database

2000-07-31 Thread Olive, Christopher M Mr NMR
the syntax is UPDATE hitclear SET cleardate = '#now()#' WHERE table_id = 'reeldemand' you have the set and where clauses reversed. Chris Olive, DOEHRS Website Administrator -Original Message- From: Jacob [mailto:[EMAIL PROTECTED]] Sent: Monday, July 31, 2000 2:34 PM To: [EMAIL

RE: Custom Tag for Date and Time

2000-07-28 Thread Olive, Christopher M Mr NMR
why not just insert '#DateFormat(Now())# #TimeFormat(Now())#' ? Chris Olive, DOEHRS Website Administrator -Original Message- From: James Taavon [mailto:[EMAIL PROTECTED]] Sent: Friday, July 28, 2000 11:22 AM To: [EMAIL PROTECTED] Subject: Custom Tag for Date and Time Any one have a

RE: Job Titles

2000-07-27 Thread Olive, Christopher M Mr NMR
i lean toward "Web Tyrant" for myself. Chris Olive, CIO, Web Tyrant cresco technologies http://www.crescotech.com -Original Message- From: Angél Stewart [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 27, 2000 1:53 PM To: [EMAIL PROTECTED] Subject: OT: Job Titles Hey! Its time for us