Question about setting session variables via dropdown (jump) menu.

2003-12-02 Thread John Munyan
I am new to session variables so the following is probably seem remedial (though several hours of searching hasn't shed any light on how this is done).  I am trying to move away from using url variables wherever possible.  I currently use a pull down which reposts the same page populating a couple

RE: Update Verity Collections Execution Time

2003-12-02 Thread Kwang Suh
This would imply that the code was looping over the recordset and updating the Verity collection one record at a time.  Inevitably this leads to massive fragmentation of the Verity index and consequentially VERY slow performance until you optimise the collection. Well, that wasn't really an

Re: US Sales Tax Question

2003-12-02 Thread Paul Giesenhagen
To where it is shipped as it's final destination. Made in Missouri - Shipped to warehouse in Kansas, sold to end user in Kentucky --- Kentucky tax. This is how I understand it ... but I would check with a tax fella! Paul Giesenhagen QuillDesign   - Original Message -   From: Stacy Youn

OT: US Sales Tax Question

2003-12-02 Thread Stacy Young
If a product is manufactured in one state but distributed from another...which state tax applies? From where it's shipped? Thanks! AVIS IMPORTANT: --- Les informations contenues dans le present document et ses pieces jointes sont strictement confidentielles et reserve

Re: Update Verity Collections Execution Time

2003-12-02 Thread Geoff Bowers
Kwang Suh wrote: >>> BTW, how many companies do you know that use the CF Verity engine >>> successfully? >> I know plenty, myself. That's not to say it's perfect (or even good), but it >> is adequate for many, at least. It also has the advantage of reliably being >> there for most CF installations,

RE: Update Verity Collections Execution Time

2003-12-02 Thread Kwang Suh
Well, I'm sure the price of CF includes the costs of licensing the Verity engine. -Original Message- From: Matt Liotta [mailto:[EMAIL PROTECTED] Sent: December 2, 2003 8:08 PM To: CF-Talk Subject: Re: Update Verity Collections Execution Time > I know plenty, myself. That's not to say it'

RE: Update Verity Collections Execution Time

2003-12-02 Thread Kwang Suh
-Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: December 2, 2003 5:06 PM To: CF-Talk Subject: RE: Update Verity Collections Execution Time > No, CF uses a castrated version of the K2 engine. God knows what > they castrated, other than the # docs limit. What makes you

Re: Update Verity Collections Execution Time

2003-12-02 Thread Geoff Bowers
[EMAIL PROTECTED] wrote: > No, CF uses a castrated version of the K2 engine.  God knows what they > castrated, other than the # docs limit. As far as I'm aware CF uses the standard K2 OEM engine.  The Verity/CF gateway reduces some of the functionality available but at the same time it greatly

Re: im about to blow up a cfmx server

2003-12-02 Thread peter . tilbrook
Have you turned off the class file caching in the administrator? Peter Tilbrook Transitional Services - Enterprise eSolutions Centrelink (http://www.centrelink.gov.au) 2 Faulding Street Symonston ACT 2609 Tel: (02) 62115927

Re: XmlSearch() returning Attribute Values

2003-12-02 Thread Massimo, Tiziana e Federica
> I don't really think the fact that XMLSearch will only return element arrays > is a big limitation. I don't think it's a big limitation either, just annoying Massimo Foti Certified Dreamweaver MX Developer Certified Advanced ColdFusion MX Developer http://www.massim

RE: im about to blow up a cfmx server

2003-12-02 Thread Tony Weeg
its on a server @ experthost.com and im not sure, i think so, im checking now. tony -Original Message- From: Michael Dinowitz [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 02, 2003 11:50 PM To: CF-Talk Subject: Re: im about to blow up a cfmx server This was changed in 6.1 and should

Re: im about to blow up a cfmx server

2003-12-02 Thread Michael Dinowitz
This was changed in 6.1 and should not be a problem anymore. Have you upgraded? > is there anything that can be done > with the annoying problem that is file is > on server, you ftp a new file up, and the PAGE > DOESNT FREAKIN CHANGE? i know its because the file > is compiled and the server might

RE: im about to blow up a cfmx server

2003-12-02 Thread cf-talk
There is a setting in CFMX. Save Class Files When you select this option, the class files generated by ColdFusion are saved to disk for reuse after the server restarts. Macromedia recommends this for production systems. During development, Macromedia recommends that you do not select this option.

im about to blow up a cfmx server

2003-12-02 Thread Tony Weeg
is there anything that can be done with the annoying problem that is file is on server, you ftp a new file up, and the PAGE DOESNT FREAKIN CHANGE? i know its because the file is compiled and the server might not know its a new one, but WTF, cant this be fixed or something? is there some stupid set

Intermittent error: caller scoped variable not found

2003-12-02 Thread Kay Smoljak
I'm working on an app which has a custom tag referring to a caller-scoped variable (CFMX 6.1, standalone server on Win2K). Intermittently, I get an error saying the variable was not found in the caller scope - after I refresh the page it's fine. I'm not 100% sure but I think that it only happens wh

Re: Update Verity Collections Execution Time

2003-12-02 Thread Matt Liotta
> I know plenty, myself. That's not to say it's perfect (or even good), > but it > is adequate for many, at least. It also has the advantage of reliably > being > there for most CF installations, which can potentially reduce the > installation dependencies of CF applications. > And you can't beat

RE: Visio for modeling?

2003-12-02 Thread Jeff Chastain
I actually have a copy of Adalon at work and have become very un-impressed with it.   The latest version is very unstable and does not generate fusedocs that are compliant with the dtd.  It tends to get in the way more than help. On top of that, I have a personal copy of Visio 2003, and don't ha

RE: Visio for modeling?

2003-12-02 Thread Michael T. Tangorre
Check out Adalon from synthis.  www.synthis.com It is an awesome program and probably exactly what you are looking for. Mike   _   From: Jeff Chastain [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 02, 2003 8:44 PM To: CF-Talk Subject: Visio for modeling? Does anybody use Visio for

Visio for modeling?

2003-12-02 Thread Jeff Chastain
Does anybody use Visio for modeling applications?  Specifically, I am looking for something to model FuseBox applications and FuseDocs.  I recently received a copy of Visio 2003, but having never used it, I am not sure where to start.  Any pointers? Thanks -- Jeff [Todays Threads] [This Messa

changing web root for cold fusion.

2003-12-02 Thread Ian Skinner
Ok, I've run into this problem before, but can not remember how I fixed it. I've just rebuilt my development environment onto a new compter.  It is a windows XP box.  I downloaded and installed the latest CF 6.1 server, this installation set up the coldfusion built-in web-server since I did not ye

RE: variables within variables

2003-12-02 Thread Dave Watts
You should be able to do this: IsDefined("Cookie.ans#i#")>#Cookie["ans#i#"]# or this: ... Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ phone: 202-797-5496 fax: 202-797-5444 [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: CFFUNCTION - Any thoughts??

2003-12-02 Thread Ubqtous
Bryan, On 12/2/2003 at 16:38, you wrote: BS> Somebody must have had to do thumbnails on the fly on Linux with BS> CFMX 6.1??  HELP!!! ;-) I'm still trying to read image height and width on the fly! When searching groups specifically for Linux/MX help I get lots of hits for things totally unrela

RE: variables within variables

2003-12-02 Thread Dan Farmer
Ok so what am I doing wrong here? value= isdefined('Evaluate("cookie.ans#i#")')>Evaluate("cookie.ans#i#") /> or value=bah /> Both produce this similar error   must be a syntactically valid variable name. 22.0486 (UTC) FILETIME=[653F6960:01C3B92C] > >Use square bracket notation > >C

RE: Update Verity Collections Execution Time

2003-12-02 Thread Dave Watts
> No, CF uses a castrated version of the K2 engine. God knows what > they castrated, other than the # docs limit. What makes you think that anything other than the maximum number of documents (a licensing limitation) has been changed? I haven't found any reason to believe this, although I can onl

Re: Update Verity Collections Execution Time

2003-12-02 Thread ksuh
No, CF uses a castrated version of the K2 engine.  God knows what they castrated, other than the # docs limit. BTW, how many companies do you know that use the CF Verity engine successfully? - Original Message - From: Geoff Bowers <[EMAIL PROTECTED]> Date: Tuesday, December 2, 2003 4:09 p

RE: Update Verity Collections Execution Time

2003-12-02 Thread Dave Watts
> > I suggested it was "more than likely" -- but dealing with the > > relevant facts never suits your style of arguement. > > Where are these relevant facts I am missing? You certainly haven't > presented a single fact. Can't we all just get along? Yuk, yuk, yuk. Dave Watts, CTO, Fig Leaf Soft

RE: diagrams for cfc's

2003-12-02 Thread Dave Watts
> Can anyone tell me why I am getting this error > > > Class coldfusion.runtime.java.JavaProxy can not access a member > of class Account with modifiers "" > > the java code is this >   > class Account > {  ... I'm not much of a Java programmer, but I think the default access modifier for class

Java error in coldfusion mx6.1

2003-12-02 Thread Andrew Scott
Can anyone tell me why I am getting this error Class coldfusion.runtime.java.JavaProxy can not access a member of class Account with modifiers "" the java code is this class Account {     public void Test()     {     }         public static boolean debugMode; } Regards Andrew Scott Techni

RE: diagrams for cfc's

2003-12-02 Thread Andrew Scott
Can anyone tell me why I am getting this error Class coldfusion.runtime.java.JavaProxy can not access a member of class Account with modifiers "" the java code is this class Account {     public void Test()     {     }         public static boolean debugMode; } Regards Andrew Scott Techni

Re: Update Verity Collections Execution Time

2003-12-02 Thread Matt Liotta
> I suggested it was "more than likely" -- but dealing with the relevant > facts never suits your style of arguement. > Where are these relevant facts I am missing? You certainly haven't presented a single fact. > Why bother to look to Lucene if Verity is more than adequate for the > task, ships

RE: Update Verity Collections Execution Time

2003-12-02 Thread Dave Watts
> Verity's history with CF has no bering on how well it performs > compared to other solutions that can be used with CF. Using that > logic all CF applications would be built using Pointbase since it > ships with CF as opposed to Oracle or some other enterprise database. I don't think that the

Re: Update Verity Collections Execution Time

2003-12-02 Thread Geoff Bowers
[EMAIL PROTECTED] wrote: > I agree with Matt.  The Verity that comes with CF sucks.  Hard. Oh well.  CF uses the standard Verity K2 engine.  So I guess Verity ought to just throw in the towel -- clearly all the folks out there using their product successfully for the last 5 years have been duped

RE: Update Verity Collections Execution Time

2003-12-02 Thread Dave Watts
> Does it sound correct that adding a single record to a verity > collection thru action = ''t necessarily sound "correct" or "incorrect". It's certainly possible. Without getting into whether Verity sucks or not, there are things that Verity is good at, and things that it's not so good at. Verit

RE: variables within variables

2003-12-02 Thread cf-talk
Try using the evaluate() function. -Novak -Original Message- From: Dan Farmer [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 02, 2003 2:05 PM To: CF-Talk Subject: variables within variables What is a way to evaluate variables like the following. I have a cookie variable and it's b

RE: variables within variables

2003-12-02 Thread Philip Arnold
Use square bracket notation Cookie["ans#i#"] Or Evaluate Evaluate("cookie.ans#i#") -Original Message- From: Dan Farmer [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 02, 2003 5:05 PM To: CF-Talk Subject: variables within variables What is a way to evaluate variables like the

variables within variables ... how to fix?

2003-12-02 Thread Dan Farmer
I may have sent this one out previously... my apologies if I did. How can I evaluate an _expression_ that has two variables in it... example : #cookie.ans#one## #cookie.ans#two## [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: variables within variables

2003-12-02 Thread Raymond Camden
I'm pretty sure yo can treat Cookie like a struct in mx #cookie["an#i#"]# [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

variables within variables

2003-12-02 Thread Dan Farmer
What is a way to evaluate variables like the following. I have a cookie variable and it's being processed within a loop with variable 'ans#i#' variables... Obviously I cannot do this... #cookie.ans#i## So what can I do? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe]

Re: Date Range Query Issues

2003-12-02 Thread Jochem van Dieten
Tony Weeg wrote: > sure...where? http://register.microsoft.com/mswish/suggestion.asp?from=cu&fu=%2Fisapi%2Fgomscom%2Easp%3Ftarget%3D%2Fmswish%2Fthanks%2Ehtm > www.microsoft.com/likeTheyCare.cfm You mean you buy software from a company that doesn't care about its customers? Jochem -- Who nee

RE: RE: diagrams for cfc's

2003-12-02 Thread Hassan Arteaga Rodriguez
I'm using MS Visio 2000 ..Is very good tool and come with many diagrams types and examples Regards __ MSc. Hassan Arteaga Rodríguez Microsoft Certified System Engineer. DIGI- Grupo de Desarrollo COPEXTEL, S.A. -Original Message- From: Mike Brunt [mailto:[EMAIL PROTECTED] Sent: Tuesd

RE: Date Range Query Issues

2003-12-02 Thread Tony Weeg
sure...where? www.microsoft.com/likeTheyCare.cfm ...tony tony weeg senior web applications architect navtrak, inc. www.navtrak.net [EMAIL PROTECTED] 410.548.2337 -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 02, 2003 4:50 PM To: CF-Talk S

Re: Update Verity Collections Execution Time

2003-12-02 Thread Geoff Bowers
Barney, Barney Boisvert wrote: > I didn't say anything about read speed.  I agree, verity is quite fast for > that.  The updates, however, are slow like a dog.  I don't think anyone can > argue that one.  If you've got a collection using verity that doesn't change > a whole lot, then verity is gre

Re: Date Range Query Issues

2003-12-02 Thread Jochem van Dieten
Tony Weeg wrote: > not going to work in sql server 2000, not from what I can see in the > docs File an enhancement request :-) Jochem -- Who needs virtual reality if you can just dream?  - Loesje [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: store dB - question re items

2003-12-02 Thread Jochem van Dieten
mayo wrote: > > TABLE ITEMS (table of all the items to be displayed/sold) > > itemID (PK) > > TABLE COLORS (table of all the potential colors - used to populate > itemColors) > > colorsID (PK) > color > > TABLE ITEMCOLORS (table listing all colors for a particular item) > > itemColorsID (PK)

RE: XmlSearch() returning Attribute Values

2003-12-02 Thread Samuel R. Neff
How about a = XMLSearch(xmlDoc, '/document/node); attrValue = a.xmlAttributes.attributeVal; I don't really think the fact that XMLSearch will only return element arrays is a big limitation. Sam --- Blog: http://www.rewindlife.com Charts: http://www.bl

Re: Update Verity Collections Execution Time

2003-12-02 Thread ksuh
I agree with Matt.  The Verity that comes with CF sucks.  Hard. - Original Message - From: Matt Liotta <[EMAIL PROTECTED]> Date: Tuesday, December 2, 2003 7:45 am Subject: Re: Update Verity Collections Execution Time > > Performance issues??  In a context that vague any solution on earth

Re: Update Verity Collections Execution Time

2003-12-02 Thread Geoff Bowers
Matt, Now your being just plain rude. Matt Liotta wrote: >  > Performance issues??  In a context that vague any solution on earth >  > could be deemed to have "performance" issues.  But for a free text >  > search over a 10,000 record collection for the average CF app you'd be >  > hard pushed to

Re: CFFUNCTION - Any thoughts??

2003-12-02 Thread Bryan Stevenson
nope...that doesn't do it either...aggghh!! Somebody must have had to do thumbnails on the fly on Linux with CFMX 6.1??  HELP!!! ;-) TIA Cheers Bryan Stevenson B.Comm. VP & Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED]

CFMail sending server.log

2003-12-02 Thread nerd
Here's a wierd one that we've been dealing with for a while. Every once in a blue moon, when CFMAIL is used to send email to a user, it instead sends our entire server.log file.   We don't see any pattern as far as when/why this is happening.  Also strange is the fact that it sends a log from a se

Re: Date Range Query Issues

2003-12-02 Thread Jochem van Dieten
DURETTE, STEVEN J (AIT) wrote: >   > The problem with your change is that it won't pick up partial overlays. Just run it. We actually need to test it twice, proving that the negator is the same as the operator is too much work for now: BEGIN; CREATE TABLE yourTable ( startDateField DATE, endD

RE: RE: diagrams for cfc's

2003-12-02 Thread Mike Brunt
Michael and Tony, I think this is what you are looking for - http://www.gskinner.com/gmodeler/launch.html Kind Regards - Mike Brunt Original Message --- there is a web based thing for creating uml designs, not sure of the url, but ive seen it here before someone will most

RE: diagrams for cfc's

2003-12-02 Thread Tony Weeg
there you go! I knew it would pop its head out...im bookmarking it  now :) ...tony tony weeg senior web applications architect navtrak, inc. www.navtrak.net [EMAIL PROTECTED] 410.548.2337 -Original Message- From: Cohen, Michael [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 02, 2003

RE: diagrams for cfc's

2003-12-02 Thread Michael T. Tangorre
Mike, Since I have also been getting into JAVA alot more as of late, I am using Poseidon from Gentleware. www.gentleware.com The community version of Poseidon is very nice, the only thing you can not do is print (and a few other minor things). Works good for CFCs, JAVA, and more... Mike

RE: diagrams for cfc's

2003-12-02 Thread Clint Tredway
go to gmodler.com Clint Tredway www.digital12studios.com Original Message: >From: "Tony Weeg" <[EMAIL PROTECTED]> >To: CF-Talk <[EMAIL PROTECTED]> >Subject: RE: diagrams for cfc's >Date: Tue, 2 Dec 2003 15:58:12 -0500 >there is a web based thing for creating uml designs, not sure of the url, >bu

RE: diagrams for cfc's

2003-12-02 Thread Stacy Young
gModeler? http://www.gskinner.com/gmodeler/app/run.asp Stace   _   From: Tony Weeg [mailto:[EMAIL PROTECTED] Sent: December 2, 2003 3:58 PM To: CF-Talk Subject: RE: diagrams for cfc's there is a web based thing for creating uml designs, not sure of the url, but ive seen it here before

RE: diagrams for cfc's

2003-12-02 Thread Andy Ousterhout
VISIO - UML.   -Original Message-   From: Michael Hodgdon [mailto:[EMAIL PROTECTED]   Sent: Tuesday, December 02, 2003 2:52 PM   To: CF-Talk   Subject: diagrams for cfc's   I was wondering what people are using to diagram CFC's.  Are you using UML diagrams or some other type of diagram?  D

RE: diagrams for cfc's

2003-12-02 Thread Cohen, Michael
http://www.gskinner.com/gmodeler/ -Original Message- From: Tony Weeg [mailto:[EMAIL PROTECTED] Sent: Tue 12/2/2003 3:58 PM To: CF-Talk Cc: Subject: RE: diagrams for cfc's there is a web based thing for creating uml designs, not sure of the url, but ive seen it here before someo

RE: diagrams for cfc's

2003-12-02 Thread Barney Boisvert
I started using Poseidon for UML (www.gentleware.com), which is pretty nice. Very complete and quite user friendly.  It's somewhat slow, because it's all Java, but certainly still usable.  They have several different versions, including a free one.  There are a few missing features, but I haven't w

RE: store dB - question re items

2003-12-02 Thread mayo
I agree. I think a join is easier to work with. But ... I guess I didn't ask the question properly. Which would be processed faster? A SQL join or having the items in one field.  Except for the shopping cart area, in which the colors would be placed in a list, they would be displayed in a comma d

RE: diagrams for cfc's

2003-12-02 Thread Tony Weeg
there is a web based thing for creating uml designs, not sure of the url, but ive seen it here before someone will most certainly chime in with it, im sure! ...tony tony weeg senior web applications architect navtrak, inc. www.navtrak.net [EMAIL PROTECTED] 410.548.2337 -Original Message-

diagrams for cfc's

2003-12-02 Thread Michael Hodgdon
I was wondering what people are using to diagram CFC's.  Are you using UML diagrams or some other type of diagram?  Do you recommend software (preferably shareware) to diagram CFC's Any suggestions? Mike [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: store dB - question re items

2003-12-02 Thread Tony Weeg
I think that's a matter of how you feel like looking up the data, string sorted is ok, but then what if that changes, you have to change the string, inside the table, but if its columnar and theres an row for each item/color pair I think it would be easier to have a join table that links an item to

RE: Date Range Query Issues

2003-12-02 Thread DURETTE, STEVEN J (AIT)
Jochem, OVERLAPS isn't a valid MSSql2K TSQL command.  I looked it up in the MSSQL Books online. Steve -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 02, 2003 3:38 PM To: CF-Talk Subject: Re: Date Range Query Issues Mickael wrote: > > Co

RE: Date Range Query Issues

2003-12-02 Thread DURETTE, STEVEN J (AIT)
Jochem, The problem with your change is that it won't pick up partial overlays. Mine works if you consider a few things. 1) the startdate and enddate have to be fully qualified datetimes. 2) there was one error an extra set of () needed to be included. So this works: select count(idFiel

Re: Looking Up Issues on MM Site

2003-12-02 Thread Jochem van Dieten
Chris Montgomery wrote: > Monday, December 1, 2003, 3:30:14 PM, Jochem van Dieten wrote: > >>You don't. You know the number if you filed the bug. > > So if you want to review past issue/bug reports to see if anyone has > already filed one before you want to file one, then you're out of luck? Yes

store dB - question re items

2003-12-02 Thread mayo
Up to now when creating a store I've been selling items such as CDs which would have band, title, check to see the amount still in stock, etc... Now I'm creating a store front for a sweater manufacturer. There are a variety of different sweaters. No problem :-) There are a variety of different co

Re: Weather Feed

2003-12-02 Thread Charlie Griefer
don't have the code handy, but i use http://www.ejse.com/services/xml_web_services.htm for a weather feed.  It's free (for now, at least...i've heard rumors that they were going to start charging). if you're on MX, should be easy enough to use MX's built in XML functions to parse the feed.  otherw

Re: Date Range Query Issues

2003-12-02 Thread Jochem van Dieten
Mickael wrote: > > Could you show me a statement where that is used, it sounds interesting just don't know  how it is used. Instead of SELECT  x FROM    yourtable WHERE   startDateField < '#formEndDate#'  AND endDateField > #formStartDate#' one would use: SELECT  x FROM    type = 'checktype'

Re: Date Range Query Issues

2003-12-02 Thread Jochem van Dieten
DURETTE, STEVEN J (AIT) wrote: >   > But you can use between >   > select count(idField) > from yourtable > where type = 'checktype' > and (startDateField between 'startdate' and 'enddate' > OR endDateField between 'startdate and 'enddate') That won't work, it won't detect the following overla

Weather Feed

2003-12-02 Thread Scott Wilhelm
Does anyone have a CF tag for retriving weather by zip? Thanks, Scott Scott Wilhelm Computer Technician/Web Developer http://www.sllboces.org [EMAIL PROTECTED] Canton (Mon/Tue/Wed) St. Lawrence-Lewis BOCES PO Box 231, 139 State Street Road Canton, NY 13617 P.   315-386-4504 x 164 F.   31

Re: XmlSearch() returning Attribute Values

2003-12-02 Thread Massimo, Tiziana e Federica
> It seems as if XML Search only returns element nodes, and that's it. Poor, > poor, poor planning, IMHO. > Yes, it only return Node Lists, I posted on LiveDocs about it. Mine is the first comment: http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/funca126.htm#wp427963 6 > Has anyone created

Re: XmlSearch() returning Attribute Values

2003-12-02 Thread Joe Eugene
The xmlSearch() returns an array of XML object nodes using regular XPath _expression_ like e.g.. myBook =  xmlSearch(xmlBooks, "Books/[EMAIL PROTECTED]'ColdFusion']"); Then you can plough through the array returned to do whatever Joe Eugene   - Original Message -   From: Alexander Sher

Re: Looking Up Issues on MM Site

2003-12-02 Thread Chris Montgomery
Howdy Jochem, Monday, December 1, 2003, 3:30:14 PM, Jochem van Dieten wrote: > You don't. You know the number if you filed the bug. So if you want to review past issue/bug reports to see if anyone has already filed one before you want to file one, then you're out of luck? Must lead to lots of du

Re:SQL to Access

2003-12-02 Thread Won Lee
If the sql server is on a remote server then you may also run a DTS via a stored procedure. The stored procedure has more limitations then the command line utility dtsrun. At 12:50 PM 12/2/2003 -0400, you wrote: >Is there a way, though, to have the user push a button on a page which you >initiat

Re:SQL to Access

2003-12-02 Thread Won Lee
You can create a batch file that will run at DTS. Look into the command dtsrun on Books Online. At 12:50 PM 12/2/2003 -0400, you wrote: >Is there a way, though, to have the user push a button on a page which you >initiate the DTS transaction?  The project's end users want to be able to >initiate

XmlSearch() returning Attribute Values

2003-12-02 Thread Alexander Sherwood
It seems as if XML Search only returns element nodes, and that's it. Poor, poor, poor planning, IMHO. Has anyone created a work around, for example, for doing the following: --- XMLSearch(xmlDoc, '/document/node/@attributeVal') --- to return the string value of the attribute "attributeVal" fo

help gurus!

2003-12-02 Thread jtnews
OK, I have a good one for all the gurus out there... I am trying to load test a fairly complex flash/CF App. I was able to record the flash AMF traffic using loadrunner, but I am not entirely certain where to go from here. I want to parameterize the AMF calls so I can simulate several users (an

CFMX is writing to application.log BUT not to windows eventLog

2003-12-02 Thread David Adams
I have a problem where I can trap an error in CFMX's application log but not in the w2k Eventlog even though the documentation states that I can. Here is my code: Here is an excerpt from the documentation: Under Logging Settings Page, there is a setting to "Use Operating System Logging Fac

RE: Iteration variables

2003-12-02 Thread Barney Boisvert
Just make sure it's a 'var' variable, and it'll be local to that specific function invocation.  That's one of the big reasons recusion is so elegant. You can't easily get that type of controlled variable scoping with iterative solutions. Cheers, barneyb > -Original Message- > From: Ryan M

RE: Iteration variables

2003-12-02 Thread John Burns
Probably a list or array would be easiest. (If I understand correctly)  Just look for the value in the nth place in the list/array. John Burns -Original Message- From: Ryan Mitchell [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 02, 2003 12:59 PM To: CF-Talk Subject: Iteration variabl

RE: Outputting to local Excel file

2003-12-02 Thread Tony Weeg
you can do two things...first thing is this... or and im not 100% on this way, but its something like this... with some attributes set in both, the list can help with that. but also, one more thing I would definitely recommend doing is to write the cfloop inside of a cfsavecontent tag,

suggestion for anyone with questions

2003-12-02 Thread John Burns
A lot of times, the questions people ask can be solved with a simple dump of the object they're working with.  I know this may be elementary to some, but for anyone new, or anyone who hasn't thought about this, try using and dump the object you're working with.  For instance, if you're working wit

RE: Date Range Query Issues

2003-12-02 Thread Candace Cottrell
Thanks guys ;) Now I just have to figure out how screwed (or unscrewed) I am for breaking up the dates. I've got a bit of work ahead of me and I'll let you know how it turns out. Thanks again! Candace K. Cottrell, Web Developer The Children's Medical Center One Children's Plaza Dayton, OH 454

Iteration variables

2003-12-02 Thread Ryan Mitchell
hello I'm writing a recursive function, and I need to hold variables relative to each iteration of the function... Which may have been changed further on down/up the line by another calling of the function So I need to hold values for each iteration How do you do this?! TIA, Ryan [Todays Th

Re: Date Range Query Issues

2003-12-02 Thread Mickael
Hi Jochem, Could you show me a statement where that is used, it sounds interesting just don't know  how it is used. Thanks Mike   - Original Message -   From: Jochem van Dieten   To: CF-Talk   Sent: Tuesday, December 02, 2003 10:12 AM   Subject: Re: Date Range Query Issues   Candace

RE: CFDIRECTORY: List Directories

2003-12-02 Thread Nathan Strutz
I use: SELECT name FROM dirs WHERE type = 'Dir' -nathan strutz   -Original Message-   From: brob [mailto:[EMAIL PROTECTED]   Sent: Tuesday, December 02, 2003 11:19 AM   To: CF-Talk   Subject: CFDIRECTORY: List Directories   Hey guys, I am using 5.0.  How do I get CFDIRECTORY to on

Re: CFDIRECTORY: List Directories

2003-12-02 Thread Randell B Adkins
Filter = "*." >>> [EMAIL PROTECTED] 12/02/03 01:19PM >>> Hey guys, I am using 5.0.  How do I get CFDIRECTORY to only retrieve the names of folders? Thanks! [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: IsDate( ) behaviour

2003-12-02 Thread Mark A. Kruger - CFG
Thanks for this - saves me 15 minutes of futzing with re... -mk   -Original Message-   From: Ubqtous [mailto:[EMAIL PROTECTED]   Sent: Tuesday, December 02, 2003 12:18 PM   To: CF-Talk   Subject: Re: IsDate( ) behaviour   Nick,   On 12/2/2003 at 13:09, you wrote:   NH> Yeah, I have run

Re: IsDate( ) behaviour

2003-12-02 Thread Kevin Graeme
Yeah, I got it. Late. Just a little slow here. -Kevin - Original Message - From: "Charlie Griefer" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, December 02, 2003 12:22 PM Subject: Re: IsDate( ) behaviour > I think he meant "unusual" in the fact that '1231/04' is

Embarassing printing problem

2003-12-02 Thread Laura Schlee
Hi all, I'm doing a query report for a list of personnel with single and/or multiple permits. The report page offers the option of sending the data to a printable page. My report print worked fine when it was listing every permit, but I have been asked to output the report so that permits are gro

Re: IsDate( ) behaviour

2003-12-02 Thread Charlie Griefer
I think he meant "unusual" in the fact that '1231/04' is not a valid date (?), yet isDate() evalutes to true, and dateFormat() accepts it as an argument. as far as whether or not it's expected behaviour or unusual...I vote for unusual. charlie   - Original Message -   From: Kevin Graeme

RE: IsDate( ) behaviour

2003-12-02 Thread Mark A. Kruger - CFG
Nick, Yeah - I can do that I guess, but it seems like a pain.  It was my guess that the "inline" evaluation feature was the culprit.  In CFMX you an do variable arithmetic short hand as in: x = 1 y = 2 #x+y# ... outputs 3. I was guessing that the evaulater some how converts my sting into 1231 d

CFDIRECTORY: List Directories

2003-12-02 Thread brob
Hey guys, I am using 5.0.  How do I get CFDIRECTORY to only retrieve the names of folders? Thanks! [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: IsDate( ) behaviour

2003-12-02 Thread Ubqtous
Nick, On 12/2/2003 at 13:09, you wrote: NH> Yeah, I have run into problems like that with using the NH> isDate().  The 1/1/1, .23334, and 2/3, all NH> return true if you used isDate to test for dates.  The way I NH> get around this is in addition to using NH> IsDate(), I use a regular _expression

Re: IsDate( ) behaviour

2003-12-02 Thread Nick Han
Yeah, I have run into problems like that with using the isDate().  The 1/1/1, .23334, and 2/3, all return true if you used isDate to test for dates.  The way I get around this is in addition to using IsDate(), I use a regular _expression_ to test for the date string format. Nick Han >>> [EMAIL

Re: IsDate( ) behaviour

2003-12-02 Thread Kevin Graeme
Hrm. Just looked closer at the string you're passing to DateFormat and I'm not sure why you're getting that result. Which is probably what you were asking about. -Kevin - Original Message - From: "Kevin Graeme" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, December

RE: Outputting to local Excel file

2003-12-02 Thread Greg.Morphis
Thanks.. I'll look into CFCONTENT.. I was using CFFILE and hitting nothing but road blocks.. -Original Message- From: Peter Amiri [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 02, 2003 12:04 PM To: CF-Talk Subject: RE: Outputting to local Excel file You can use the CFCONTENT tag to pu

RE: IsDate( ) behaviour

2003-12-02 Thread Raymond Camden
I'm guessing it saw it as the year 1231, month 4, and with no day, it uses day 1. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: IsDate( ) behaviour

2003-12-02 Thread Kevin Graeme
Because "IsDate" is for evaluation and "DateFormat" is for output formatting. -Kevin - Original Message - From: "Mark A. Kruger - CFG" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, December 02, 2003 12:04 PM Subject: IsDate( ) behaviour > If I have this string: >

RE: Outputting to local Excel file

2003-12-02 Thread Peter Amiri
You can use the CFCONTENT tag to push the file to the browser. Depending on the MIME type you set in the tag and the users file mappings they will either get a save as dialog box or the file will openup inside excel. -Peter Amiri [EMAIL PROTECTED] MySpace.com -Original Message- From:

  1   2   >