Re: CFMX 7 Installer woes, can't even get the installer to extract (XP/IIS)

2005-05-19 Thread Kay Smoljak
On 5/20/05, Jeff <[EMAIL PROTECTED]> wrote: > I downloaded the CFMX 7 installer (don't even have CFMX 6 installed, it's a > new computer) and it kept asking me to choose another location to extract > the installer to. Your installer is corrupt. Download it again. I nearly ripped all my hair out o

Re: Short URL / URL redirection

2005-05-19 Thread C. Hatton Humphrey
And House of Fusion's custom version: http://houseoffusion.com/tinyurl.cfm On 5/19/05, Tony Weeg <[EMAIL PROTECTED]> wrote: > and dont forget > > www.antiwrap.com ~| Logware (www.logware.us): a new and convenient web-based time

Re: Short URL / URL redirection

2005-05-19 Thread Tony Weeg
and dont forget www.antiwrap.com i might even get around to writing a web service for it so that you can post a url, and get back an "anti-wrap" url tony On 5/19/05, Michael Bramwell <[EMAIL PROTECTED]> wrote: > You can try something like this > > http://www.ibc.com.au/fwd/l.cfm?lID=invest2005

CFMX 7 Installer woes, can't even get the installer to extract (XP/IIS)

2005-05-19 Thread Jeff
Windows XP Pro. Gig of ram. IIS. I downloaded the CFMX 7 installer (don't even have CFMX 6 installed, it's a new computer) and it kept asking me to choose another location to extract the installer to. Over and over and over...so I googled it, and found the CF Livedocs that mention the problem, and

Re: Short URL / URL redirection

2005-05-19 Thread Michael Bramwell
You can try something like this http://www.ibc.com.au/fwd/l.cfm?lID=invest20050509 which points to this code in l.cfm links = StructNew(); StructInsert(links, "emailPrivacy20050509", "http://asia.tech.yahoo.com/050504/afp/050504082225aht.html";);

Re: Short URL / URL redirection

2005-05-19 Thread Jim McAtee
I know a LOT of people are very skeptical about clicking on tinyurls and similarly obvious redirection URLs. They can be used to shorten a URL for convenience, but can also be abused and send unsuspecting users to web pages that they'd rather not visit. This probably isn't a problem if both th

XML and Entity files

2005-05-19 Thread Paul Wilson
I have an XML file and a corresponding Entity file (.ent), that I need to join together using CF. Is it possible? e.g. In the XML file attribute_name="&rtm31_3;" In the Entity file I need to out put an XML doc that has attribute_name="value here" Thanks

Re: Short URL / URL redirection

2005-05-19 Thread Jim McAtee
It's easily done, but I'm not sure why using application.cfm is necessary. Why not do both the db lookup and server side redirect in one CF file? - Original Message - From: "Robert Munn" <[EMAIL PROTECTED]> To: "CF-Talk" Sent: Thursday, May 19, 2005 5:02 PM Subject: RE: Short URL / URL

RE: title for CFCHART?

2005-05-19 Thread Connie DeCinko
More info: http://www.gpoint.com/ -Original Message- From: Nick Gompper [mailto:[EMAIL PROTECTED] Sent: Thursday, May 19, 2005 3:31 PM To: CF-Talk Subject: RE: title for CFCHART? I'm using v7. If you define your own XML style for your chart, you can specify the title using the title

Re: Expected = instead of <(0x3C)

2005-05-19 Thread Daniel Kang
The table definition is: CREATE TABLE [QAnswerExp] ( [QNo] [varchar] (50) COLLATE SQL_Latin1_General_CP1_CI_AS NULL , [QA] [int] NULL , [QB] [int] NULL , [QC] [int] NULL , [QD] [int] NULL , [QE] [int] NULL , [QF] [int] NULL , [QG] [in

RE: Short URL / URL redirection

2005-05-19 Thread Robert Munn
tinyurl is great for posting on forums and the like, but I don't think I would use it for commercial purposes. I'm not sure the way their system works, but it seems like it would be easy to make a URL-forwarding system using nothing but application.cfm and index.cfm. application.cfm would con

RE: cfdocument pdf problem with developer edition

2005-05-19 Thread Rob Condon
Thanks. I don't know what's wrong in my setup but the watermark hides the entire output on my computer! My solution is to deploy it to our staging server which has the licensed version installed. What a pain! > -Original Message- > From: Connie DeCinko [mailto:[EMAIL PROTECTED] > Se

RE: Shared CF Host security

2005-05-19 Thread Dave Watts
> At this point I might make a suggestion that you completely > delete this thread before it gets googled. > We know about the problem and a solution is being > vigourously sought after but I see no point in having every > hacker online alerted to this until a solution is found. > > IMO, rem

RE: title for CFCHART?

2005-05-19 Thread Nick Gompper
I'm using v7. If you define your own XML style for your chart, you can specify the title using the title tag: Here's an snippet that I generated using WebCharts3D (see http://livedocs.macromedia.com/coldfusion/7/htmldocs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=ColdFusion_Documentation&fil

RE: Shared CF Host security

2005-05-19 Thread Tim Laureska
Excellent idea Dave -Original Message- From: dave [mailto:[EMAIL PROTECTED] Sent: Thursday, May 19, 2005 6:07 PM To: CF-Talk Subject: RE: Shared CF Host security Mike D. At this point I might make a suggestion that you completely delete this thread before it gets googled. We know about

RE: CFMX 6.1/7 transition strategy

2005-05-19 Thread Connie DeCinko
Are you not able to adequately test and develop locally? -Original Message- From: Richard Colman [mailto:[EMAIL PROTECTED] Sent: Thursday, May 19, 2005 2:46 PM To: CF-Talk Subject: CFMX 6.1/7 transition strategy Currently hosting on Crystaltech. My current production site is 6.1. I nee

RE: Short URL / URL redirection

2005-05-19 Thread CollicuttL
http://tinyurl.com/ -Original Message- From: Mark Leder [mailto:[EMAIL PROTECTED] Sent: May 19, 2005 14:07 To: CF-Talk Subject: Short URL / URL redirection Hi all, I'm wanting to figure out how to take a long CF URL and convert to a short URL for use in emails, etc. Any methods, best

RE: Shared CF Host security

2005-05-19 Thread dave
Mike D. At this point I might make a suggestion that you completely delete this thread before it gets googled. We know about the problem and a solution is being vigourously sought after but I see no point in having every hacker online alerted to this until a solution is found. IMO, removing

CFMX 6.1/7 transition strategy

2005-05-19 Thread Richard Colman
Currently hosting on Crystaltech. My current production site is 6.1. I need to setup and use a development site for developing and staging new code to the production site. I am sorely tempted to make the dev. site CFMX7 because I would like to start using some of the new features and functions. H

Short URL / URL redirection

2005-05-19 Thread Mark Leder
Hi all, I'm wanting to figure out how to take a long CF URL and convert to a short URL for use in emails, etc. Any methods, best practices, etc. I really don't know where to start. Thanks, Mark ~| Logware (www.logware.us)

RE: [OT] Free ftp/sftp server

2005-05-19 Thread Jack Dalaa
I can definitely recommend FileZilla server as well. Have used it on a very busy FTP site in a production environment for more than a year, without any significant problems. Actually switched from Serv-U to FileZilla way back, when it was time to pay for a ServU upgrade, and I'm never going ba

RE: Shared CF Host security

2005-05-19 Thread Jamie Price
forget I said that - I figured it out. :-) ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try

Re: PayflowPro and CFMX

2005-05-19 Thread Simeon Bateman
The files they have on the download manager, are not the most current version. And if you contact support they will send you the right ones. I am guessing your buddy Marc, got the right ones. Just in case anybody who doesnt know marc runs into this. they are aware of the problem and eager to he

RE: Shared CF Host security

2005-05-19 Thread Jamie Price
I'm trying to test one of the scripts provided to my by Dave in a Windows environ but I'm getting this error: 500 Translator.WrongCase/buddman/jspbrowser/browser.jspbrowser.jspBrowser.jsp Translator.WrongCase/buddman/jspbrowser/browser.jspbrowser.jspBrowser.jsp Can anyone tell me how to make th

Handle Counts... comparing notes

2005-05-19 Thread Geoffrey Brown
Hi, I have a fairly busy website, running on a couple of decent sized servers. I'm wondering about the significance of the "CF Handle Count" value in the admin reporting section. During non-peak hours, my handle count will be around 2,000 or so. During peak hours, it generally averages around 8,

RE: PayflowPro and CFMX

2005-05-19 Thread Kevin Penny
HA - Big thanks to Marc from ColdfusionCart (http://www.coldfusioncart.com) for the help on this one - he sent me his files .jar .class and the .0 cert file - and somehow either in my extraction or package extraction - my files were different - once I got the good files from Marc - the page comp

Re: CF Enterprise Edition vs. CF Standard Edition

2005-05-19 Thread Calvin Ward
Well, one key difference is the performance of cfmail, the enterprise edition can handle a lot more, a lot faster. I don't have the numbers, but there's some information out there about that. - Calvin On 5/19/05 3:02 PM, "Ken Ketsdever" <[EMAIL PROTECTED]> wrote: > We will be increasing the use

RE: CF Enterprise Edition vs. CF Standard Edition

2005-05-19 Thread Ken Ketsdever
We've been fighting with that for 3 years now. Pro's and Con's to every solution we've come up with, but nothing has been overwhelmingly successful. -Original Message- From: Connie DeCinko [mailto:[EMAIL PROTECTED] Sent: Thursday, May 19, 2005 12:12 PM To: CF-Talk Subject: RE: CF Enter

RE: CF Enterprise Edition vs. CF Standard Edition

2005-05-19 Thread Ken Ketsdever
We will be increasing the use of CFMAIL with time. Including an application to send out 25,000 e-mail based newsletters at least once a month. -Original Message- From: Calvin Ward [mailto:[EMAIL PROTECTED] Sent: Thursday, May 19, 2005 11:50 AM To: CF-Talk Subject: Re: CF Enterprise Editi

RE: CF Enterprise Edition vs. CF Standard Edition

2005-05-19 Thread Connie DeCinko
Standard does not come with Oracle drivers. -Original Message- From: Ken Ketsdever [mailto:[EMAIL PROTECTED] Sent: Thursday, May 19, 2005 11:31 AM To: CF-Talk Subject: RE: CF Enterprise Edition vs. CF Standard Edition We do run Oracle and we are looking for real life experiences as to

RE: PayflowPro and CFMX

2005-05-19 Thread Kevin Penny
I'm seeing a NULL Pointer exception - and it seems I have everything setup - If I remove the hostaddress attribute - I get a message such that the hostaddress attribute is required - thus telling me it's hitting the cfx tag ok. java.lang.NullPointerException - is my error Code Nippet below:

RE: Anyone know of a more elegant way to do this?

2005-05-19 Thread SStewart
Hopefully it'll be after my shelf-life is long gone :P sas Scott A. Stewart, Web Application Developer Engineering Consulting Services, Ltd. (ECS) 14026 Thunderbolt Place, Suite 300 Chantilly, VA 20151 Phone: (703) 995-1737 Fax: (703) 834-5527 -Original Message- From: Ewok [mailto:[E

Re: CF Enterprise Edition vs. CF Standard Edition

2005-05-19 Thread S . Isaac Dealey
Good thing I'm in ft lauderdale. :) "a syncrhonous" or "gate way"? > In Texas that's three words. > On 5/19/05, S. Isaac Dealey <[EMAIL PROTECTED]> wrote: >> two words: asynchronous gateway >> >> > We are looking at moving up to MX7 from MX6.1 Standard. >> > How would you sell the idea of movin

Re: CF Enterprise Edition vs. CF Standard Edition

2005-05-19 Thread Calvin Ward
There are quite a few performance differences. Do you do a lot of cfmail? - Calvin On 5/19/05 1:48 PM, "Ken Ketsdever" <[EMAIL PROTECTED]> wrote: > We are looking at moving up to MX7 from MX6.1 Standard. How would you sell > the idea of moving from Standard to Enterprise? What are the compell

RE: cfdocument pdf problem with developer edition

2005-05-19 Thread Connie DeCinko
You should be able to see your report. That message appears as a watermark on the Dev version. -Original Message- From: Rob Condon [mailto:[EMAIL PROTECTED] Sent: Thursday, May 19, 2005 11:10 AM To: CF-Talk Subject: cfdocument pdf problem with developer edition Hi, Should pdf generat

RE: CF Enterprise Edition vs. CF Standard Edition

2005-05-19 Thread Dave Watts
> We are actually doing that now. However, we thought someone > might bring something up that we've not thought of or be able > to identify a use of a particular feature that has resulted > in a huge time / money / job / sanity saving development. I'm a big fan of the multiserver deployment op

RE: Anyone know of a more elegant way to do this?

2005-05-19 Thread SStewart
Hopefully it'll be after my shelf-life is long gone :P sas Scott A. Stewart, Web Application Developer Engineering Consulting Services, Ltd. (ECS) 14026 Thunderbolt Place, Suite 300 Chantilly, VA 20151 Phone: (703) 995-1737 Fax: (703) 834-5527 -Original Message- From: Ewok [mailto:[E

RE: CF Enterprise Edition vs. CF Standard Edition

2005-05-19 Thread Dave Watts
> If you hook to Oracle, you really need Enterprise. No, not necessarily. You may be able to get what you need with Oracle's own JDBC drivers. I seem to recall hearing about problems with the Oracle thin client and BLOB/CLOB fields, but you could also use the Oracle OCI JDBC driver. Of course, it

RE: Anyone know of a more elegant way to do this?

2005-05-19 Thread Ewok
No problem (and good luck) Let us know if you shut the doors when you hit 99ZZ :^O -Original Message- From: SStewart [mailto:[EMAIL PROTECTED] Sent: Thursday, May 19, 2005 9:11 AM To: CF-Talk Subject: RE: Anyone know of a more elegant way to do this? Ewok... This works, Thanks sa

Re: form->database->form help needed

2005-05-19 Thread Deanna Schneider
Been there, had that client. You do still need to keep in mind things like whether or not a record is "complete" if they haven't filled everything in, when you're storing data like this. And, you might want to consider adding something like "Step 2 of 546." to your screens, so people can see how

RE: CF Enterprise Edition vs. CF Standard Edition

2005-05-19 Thread Ken Ketsdever
We do run Oracle and we are looking for real life experiences as to why, what advantages have you experienced by moving to or using Enterprise. We have at least four versions of Oracle running 8.1.6 8.1.7 8.6 9.2 >>Connie If you hook to Oracle, you really need Enterprise. Confidentiality

RE: CF Enterprise Edition vs. CF Standard Edition

2005-05-19 Thread Ken Ketsdever
We are actually doing that now. However, we thought someone might bring something up that we've not thought of or be able to identify a use of a particular feature that has resulted in a huge time / money / job / sanity saving development. -Original Message- From: Dave Watts [mailto:[E

RE: CF Enterprise Edition vs. CF Standard Edition

2005-05-19 Thread Connie DeCinko
If you hook to Oracle, you really need Enterprise. -Original Message- From: Ken Ketsdever [mailto:[EMAIL PROTECTED] Sent: Thursday, May 19, 2005 10:49 AM To: CF-Talk Subject: CF Enterprise Edition vs. CF Standard Edition We are looking at moving up to MX7 from MX6.1 Standard. How wou

RE: CF Enterprise Edition vs. CF Standard Edition

2005-05-19 Thread Dave Watts
> We are looking at moving up to MX7 from MX6.1 Standard. How > would you sell the idea of moving from Standard to > Enterprise? What are the compelling reasons for spending the > extra cash on Enterprise? Purse strings are fairly tight > here, but with a well defined argument it is not impo

CFUNITED interview 10 - Farcry CMS; Flash Sound; MiniMAX

2005-05-19 Thread Michael Smith
In this issue of ColdFusion conference and training news: 1. CFUNITED News - Team CFUNITED, MiniMax 2. ColdFusion Live! Every Thursday 12:30pm 3. "FarCry : A Free ColdFusion-based CMS" interview with Steve Rittler 4. "Creating Sound for Flash Movies" interview with Jeffry Houser Happy coding - Mi

RE: cfdocument pdf problem with developer edition

2005-05-19 Thread Dave Watts
> Should pdf generation with cfdocument work with the developer > edition? My pdf outputs a full page with the message > "Macromedia ColdFusion MX 7 Developer Edition Not for > Production Use". I can see a momentary image of the > document but it is quickly covered with this message. The

Re: Verity and Security

2005-05-19 Thread Raymond Camden
Are you inside a cfloop query=your search result, or cfoutput query=yoursearchresult? custom2 is one of the columns returned in the query result. On 5/19/05, Ian Vaughan <[EMAIL PROTECTED]> wrote: > Ray / Jerry > > That seems to have solved that problem, but it is stating that the > custom2 varia

Re: CF Enterprise Edition vs. CF Standard Edition

2005-05-19 Thread Marlon Moyer
In Texas that's three words. On 5/19/05, S. Isaac Dealey <[EMAIL PROTECTED]> wrote: > two words: asynchronous gateway > > > We are looking at moving up to MX7 from MX6.1 Standard. > > How would you sell the idea of moving from Standard to > > Enterprise? What are the compelling reasons for spend

cfdocument pdf problem with developer edition

2005-05-19 Thread Rob Condon
Hi, Should pdf generation with cfdocument work with the developer edition? My pdf outputs a full page with the message "Macromedia ColdFusion MX 7 Developer Edition Not for Production Use". I can see a momentary image of the document but it is quickly covered with this message. The flashPa

Re: CF Enterprise Edition vs. CF Standard Edition

2005-05-19 Thread S . Isaac Dealey
two words: asynchronous gateway > We are looking at moving up to MX7 from MX6.1 Standard. > How would you sell the idea of moving from Standard to > Enterprise? What are the compelling reasons for spending > the extra cash on Enterprise? Purse strings are fairly > tight here, but with a well def

RE: How do you logout of a Breeze Presentation?

2005-05-19 Thread Damien McKenna
That's all kinds of shades of "wrong". Urk! -- Damien McKenna - Web Developer - [EMAIL PROTECTED] The Limu Company - http://www.thelimucompany.com/ - 407-804-1014 #include > -Original Message- > From: Connie DeCinko [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 19, 2005 1:12 PM >

Re: form->database->form help needed

2005-05-19 Thread daniel kessler
thank you for your fine comments. I agree and argued that point this morning so I'm in the process of removing them now. :-) >This isn't an answer to any of your questions, but just real briefly >if you're going to prepopulate the field with something like "What's >your vision." you should use s

Re: form->database->form help needed

2005-05-19 Thread S . Isaac Dealey
> btw, here's an example of one of the pages, not that it > will help I think: > http://hhp.umd.edu/empower/situation_analysis/s_vision_01_ > test.cfm This isn't an answer to any of your questions, but just real briefly if you're going to prepopulate the field with something like "What's your visi

Re: ColdFusion MX 7 for J2EE and RDS with a context-root other than /CFIDE

2005-05-19 Thread wolf2k5
On 5/19/05, wolf2k5 wrote: > Is there any way to have Dreamweaver MX 2004 (7.0.1) to connect to my > CFMX7 installation via RDS using the /cfmx7 context-root (the RDS > entry point should be http://localhost/cfmx7/CFIDE/main/ide.cfm)? Apparently Homesite 5.5 can do it:

CF Enterprise Edition vs. CF Standard Edition

2005-05-19 Thread Ken Ketsdever
We are looking at moving up to MX7 from MX6.1 Standard. How would you sell the idea of moving from Standard to Enterprise? What are the compelling reasons for spending the extra cash on Enterprise? Purse strings are fairly tight here, but with a well defined argument it is not impossible to c

Re: setting up Java in CF5

2005-05-19 Thread Joe Eugene
You should be able to just drop the *.jar file in WEB-INF/lib and use createObject(). Joe Eugene - Original Message - From: "Joshua OConnor-Rose" <[EMAIL PROTECTED]> To: "CF-Talk" Sent: Thursday, May 19, 2005 12:38 PM Subject: Re: setting up Java in CF5 > I suppose I should describe w

Re: form->database->form help needed

2005-05-19 Thread daniel kessler
>I think he's just talking about a simple multi-page form, but instead of >storing the info in the session scope and inserting upon completion, he's >inserting between each page. well it's a distinct form on each page, but yes, I go to the db between each page for an UPDATE >So, Daniel, yes -

Re: Copy a entire directory

2005-05-19 Thread Massimo, Tiziana e Federica
> Is there a way to use cf to copy and paste a complete directory. You can try this out: http://www.olimpo.ch/tmt/cfc/tmt_file_io/ Massimo Foti Tools for ColdFusion and Dreamweaver developers: http://www.massimocorner.com ~~

Re: CFMX XML/XSLT questions....

2005-05-19 Thread Joe Eugene
If you dont really have a purpose for XSLT, dont use it. XSLT is slow. Just the parse the xml file (xmlParse()) and use xPath expressions to pull out whatever you need. If the xml data doesnt change that often, you could cache the parsed xml doc. Joe Eugene - Original Message - From: "J

RE: Copy a entire directory

2005-05-19 Thread CollicuttL
-Original Message- From: Dwayne Cole [mailto:[EMAIL PROTECTED] Sent: May 19, 2005 10:29 To: CF-Talk Subject: Copy a entire directory Is there a way to use cf to copy and paste a complete directory. ~| Logware (www.l

Copy a entire directory

2005-05-19 Thread Dwayne Cole
Is there a way to use cf to copy and paste a complete directory. ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client wit

OT: How do you logout of a Breeze Presentation?

2005-05-19 Thread Connie DeCinko
I've noticed an issue that seems to be knew while watching Breeze presentations. After the meeting, if I just close my browser, the audio continues to play. This seems to occur if I have other browser windows still open. I don't see a way to logout of a presentation. It appears that the sound o

RE: Shared CF Host security

2005-05-19 Thread Dave Watts
> You could delete the JIntegra directory from the harddisk, > presumably that disables COM too :) Actually, I'm not sure that would disable COM from CF. The stuff in that directory consists mainly of helper and diagnostic applications. I suspect you'd have to delete the jintegra.jar file within

Re: setting up Java in CF5

2005-05-19 Thread Joshua OConnor-Rose
I suppose I should describe where I am now. The gnu-crypto.jar is in the folder listed in the java settings class path. I'm using create object on the page: // Create DES/ColdFusion Java objects desObj = CreateObject( "java", "com.gnu.crypto.cipher.TripleDES" ); and this is the error. Unhandle

RE: but funny just the same.

2005-05-19 Thread S . Isaac Dealey
> He forgot the HEAD tag ;-) Maybe he thought that would be impolite (or too painful)... :P s. isaac dealey 954.522.6080 new epoch : isn't it time for a change? add features without fixtures with the onTap open source framework http://www.fusiontap.com http://coldfusion.sys-con.com/author/48

Re: setting up Java in CF5

2005-05-19 Thread Thomas Chiverton
On Thursday 19 May 2005 17:14, Simon Cornelius P. Umacob wrote: > DES3.init(); :nods ..init() on a Java object runs the constructor, so you must do that (and give any options it needs, javaCast() may be your friend). -- Tom Chiverton Advanced ColdFusion Programmer ~~~

Re: Lost variables scope

2005-05-19 Thread S . Isaac Dealey
Well you can store it in any persistent scope that will be available on each page. Request is reasonable enough for a single function, although if you really wanted to have it cached, you could just as well store it in application or even server scope. The syntax for getting it into the request sco

Re: coldfusion mx 7 for j2ee: tomcat won't stop

2005-05-19 Thread wolf2k5
On 5/17/05, Sean Corfield <[EMAIL PROTECTED]> wrote: > I don't see this problem with Tomcat 4.x (on OSX) so maybe this is a > Tomcat 5.x issue? Mind you, neither version of Tomcat is actually > supported as a deployment platform for CFMX, according to the System > Requirements pages on the MM webs

setting up Java in CF5

2005-05-19 Thread Simon Cornelius P . Umacob
Joshua, You might want to try looking up the CreateObject() function in the CF docu. I haven't used CF5 though (nor am I very knowledgeable in invoking external Java apps), but I think initializing the library in version 5 looks something like this: DES3 = CreateObject("java", "gnu.crypto.cip

Re: Verity and Security

2005-05-19 Thread Jerry Johnson
Listen to Ray more than me, because I half (thankfully) flushed all Verity knowledge from my brain 6 months ago. Now it is full of FTS search knowledge. I also never used the custom fields, but instead customized the .zon and .ddd files. When I searched, I always wrote my verity queries like: (#

CFMX XML/XSLT questions....

2005-05-19 Thread Jeff Waris
What I am doing is not earth shattering by any means but I am looking for the most efficient way to do it. The XML is generated on the fly and about the only options I have is the date range I give to create the file. I would like to be able to sort, filter and display it back to the user based o

RE: form->database->form help needed

2005-05-19 Thread Dawson, Michael
>twice about your design - that's a lot of round trips to the database. You could, In addition, you will need to have a lot of NULLable fields in your database. That, in turn, can lose some of your design intent. Once the entire form has been submitted, as far as the user is concerned, have the

Re: Lost variables scope

2005-05-19 Thread Kevin Bridges
The code I am working has survived several generations of developers and is a convoluted mess. I would love nothing more than to be able to properly scope the variables being used throughout the rest of the application. The original application developers (if you want to call them that) did n

RE: Verity and Security

2005-05-19 Thread Ian Vaughan
Ray / Jerry That seems to have solved that problem, but it is stating that the custom2 variable is undefined Error Occurred While Processing Request Variable CUSTOM2 is undefined. The error occurred in \home\itsearchresults.cfm: line 104 102 : 103 : 104 : 105 : 106 :

Re: form->database->form help needed

2005-05-19 Thread Deanna Schneider
I think he's just talking about a simple multi-page form, but instead of storing the info in the session scope and inserting upon completion, he's inserting between each page. So, Daniel, yes - you can retrieve the record set you're working with and store it. I'd probably go with storing it in

Re: Verity and Security

2005-05-19 Thread Jerry Johnson
Remember to escape the double quotes (put two doublequotes together) within a doulequoted string ... "#HTMLEditFormat(Form.Criteria)# and CF_CUSTOM2 ""#session.groupname#""" Jerry Johnson Web Developer On 5/19/05, Ian Vaughan <[EMAIL PROTECTED]> wrote: > Jerry > > Thanks for the tip, just trie

Re: Verity and Security

2005-05-19 Thread Raymond Camden
Remember to escape quotes. You would need to change "#session.groupname#" to ""#session.groupname#"". I'm not convinced htat is your problem - but try it. On 5/19/05, Ian Vaughan <[EMAIL PROTECTED]> wrote: > Jerry > > Thanks for the tip, just tried what you suggested > > name = "GetResu

setting up Java in CF5

2005-05-19 Thread Joshua OConnor-Rose
I'm trying to set up CF5 to do DESEDE encryption and I'm not having much luck. So I find a java library that may do the trick but I haven't set up java objects in Cold fusion 5 before. Has anybody ever set up gnu-crypto java librarys on CF5 or anything other library. If I put the gnu-crypto.jar

RE: but funny just the same.

2005-05-19 Thread Damien McKenna
He forgot the HEAD tag ;-) -- Damien McKenna - Web Developer - [EMAIL PROTECTED] The Limu Company - http://www.thelimucompany.com/ - 407-804-1014 #include > -Original Message- > From: Bob Flynn [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 18, 2005 10:37 PM > To: CF-Talk > Subject

RE: Verity and Security

2005-05-19 Thread Ian Vaughan
Jerry Thanks for the tip, just tried what you suggested However I am getting the following error Error Occurred While Processing Request Invalid CFML construct found on line 72 at column 80. ColdFusion was looking at the following text: # The CFML compiler was processing: a CFSEARCH tag

Re: Lost variables scope

2005-05-19 Thread S . Isaac Dealey
> Hi, > I have am modifying a badly written mx6.1 system. I have > a request.core > Object that has methods that allow cfscript to use > ... ie > request.core.include( 'file.cfm' ) (cfinclude), > request.core.dump( > variables ) (cfdump); > I have a segment of code that contains these lines: >

RE: Verity and Security

2005-05-19 Thread Ian Vaughan
Ray Yeah when removing the second portion ( and CF_CUSTOM2 #session.groupname#" ) and cfdump the results I am seeing custom 2 with the correct groupname for that document i.e. 'ALL IT' ~| Logware (www.logware.us): a new and c

Re: Expected = instead of <(0x3C)

2005-05-19 Thread Ryan Duckworth
Daniel, Your data is bad. I just ran the code that I posted below on CF 6.1 & 7. I just put some junk data (all numeric) in a test query and it graphs perfectly. Send me this: I guarantee you have some non-numberic values in your query!!! select * from QAnswerExp Ryan Duckworth Macromed

Re: form->database->form help needed

2005-05-19 Thread S . Isaac Dealey
I have to admit, I'm thoroughly lost... maybe an ascii-art picture of what you're trying to describe might help? > I have an application where each page is a single field > and between > each page, that field information is sent to the database. > There's a > template page that gets copied by the

RE: [OT] Free ftp/sftp server

2005-05-19 Thread Dave Merrill
Thanks, looks like this may be the one to go with. Wish it was cross-platform, but that's not a real need, just a preference to learn the quirks of one app for future situations. Thanks again, Dave > Check out the FileZilla project on sourceforge. Their main product is an > ftp/sftp client, but

RE: MXNA Screensaver

2005-05-19 Thread Connie DeCinko
http://www.peterelst.com/blog/index.php?p=44&c=1 -Original Message- From: Mike Chambers [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 18, 2005 4:55 PM To: CF-Talk Subject: Re: MXNA Screensaver Do you have a URL to it? Or know who developed it? mike chambers [EMAIL PROTECTED] On May

Re: Shared CF Host security

2005-05-19 Thread Jamie Price
>> >> You will want to disable Java and COM. With CF 6.1 that means you >> need to disable all object access, with CF 7 you can disable just >> Java and COM. >> Are you referring to simply disabling the createobject(Java) and createobject(COM) CFML functions? ~~

Re: Expected = instead of <(0x3C)

2005-05-19 Thread Daniel Kang
It is: select * from QAnswerExp tia On 5/19/05, Ryan Duckworth <[EMAIL PROTECTED]> wrote: > Can you please post your entire cfchart tag. > > Thanks, > > Ryan Duckworth > Macromedia ColdFusion Certified Professional > > Uhlig Communications > 10983 Granada Lane > Overland P

form->database->form help needed

2005-05-19 Thread Daniel Kessler
I have an application where each page is a single field and between each page, that field information is sent to the database. There's a template page that gets copied by the content people and their own form element is added to the form template. I've set it up so that the page in between will

Lost variables scope

2005-05-19 Thread Kevin Bridges
Hi, I have am modifying a badly written mx6.1 system. I have a request.core Object that has methods that allow cfscript to use ... ie request.core.include( 'file.cfm' ) (cfinclude), request.core.dump( variables ) (cfdump); I have a segment of code that contains these lines: request.core.dum

Re: Verity and Security

2005-05-19 Thread Raymond Camden
I'm not sure then. I just tried a test locally with a collection created from a fake query. I then used: and it worked fine. Maybe add a cfoutput above to ensure your session.groupname is what you really think it is. On 5/19/05, Ian Vaughan <[EMAIL PROTECTED]> wrote: > Ray > > Yeah when removi

Re: Expected = instead of <(0x3C)

2005-05-19 Thread Ryan Duckworth
Can you please post your entire cfchart tag. Thanks, Ryan Duckworth Macromedia ColdFusion Certified Professional Uhlig Communications 10983 Granada Lane Overland Park, KS 66211 (913) 754-4272 On 5/18/05, Daniel Kang <[EMAIL PROTECTED]> wrote: > When I run cfcharts, I am getting the error

RE: [OT] Free ftp/sftp server

2005-05-19 Thread RADEMAKERS Tanguy
Dave, Check out the FileZilla project on sourceforge. Their main product is an ftp/sftp client, but they also have a server product. I haven't used it, but i've been *real* impressed with the client in terms of how often they release, fix bugs, patch security problems, etc - so i'd say the server

Re: Verity and Security

2005-05-19 Thread Jerry Johnson
I haven't been following this thread, so I may be repeating something already said, but... Don't you need to put the groupname in double quotes (make it a phrase) if it contains spaces or reserved words for verity queries? so... ""#session.groupname#"" Jerry Johnson Web Developer On 5/19/05,

RE: Verity and Security

2005-05-19 Thread Ian Vaughan
Ray Yeah when removing the second portion ( and CF_CUSTOM2 #session.groupname#" ) and cfdump the results I am seeing custom 2 with the correct groupname for that document i.e. ' ALL IT' -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED] Sent: 19 May 2005 14:16 To: CF

RE: Display Automated tasks in CF5

2005-05-19 Thread Pascal Peters
Not for CF5, you can use cfregistry to get them. watch out for the wrap in the branch Pascal > -Original Message- > From: Robertson-Ravo, Neil (RX) [mailto:Neil.Robertson- > [EMAIL PROTECTED] > Sent: 19 May 2005 14:44 > To: CF-Talk > Subject: RE: Display Automated tasks in CF5 > > cl

Re: Display Automated tasks in CF5

2005-05-19 Thread Qasim Rasheed
Since you running CF5, you won't get access to service factory object. As far as I can tell, schedule tasks must be present some where in your system registry. On 5/19/05, Cesana, Paolo <[EMAIL PROTECTED]> wrote: > Hi Neil, > I had tried that already prior to posting > > Diagnostics: Unhandle

RE: Display Automated tasks in CF5

2005-05-19 Thread Robertson-Ravo, Neil (RX)
In fact, your best bet would be just login to the CFIDE on CF5 and look at the page which lists them and you will get the code from that page. I cannot remember off hand as I have not touched CF5 for over 2 years! -Original Message- From: Cesana, Paolo [mailto:[EMAIL PROTECTED] Sent

RE: Display Automated tasks in CF5

2005-05-19 Thread Robertson-Ravo, Neil (RX)
Doh! Ignore that! I just read the subject ;-) -Original Message- From: Cesana, Paolo [mailto:[EMAIL PROTECTED] Sent: 19 May 2005 14:19 To: CF-Talk Subject: RE: Display Automated tasks in CF5 Hi Neil, I had tried that already prior to posting Diagnostics: Unhandled System exceptio

RE: Display Automated tasks in CF5

2005-05-19 Thread Robertson-Ravo, Neil (RX)
Are you on MX? -Original Message- From: Cesana, Paolo [mailto:[EMAIL PROTECTED] Sent: 19 May 2005 14:19 To: CF-Talk Subject: RE: Display Automated tasks in CF5 Hi Neil, I had tried that already prior to posting Diagnostics: Unhandled System exception ! java.lang.ClassNotFoundExcep

  1   2   >