FOPService WebService

2002-10-13 Thread W Luke
Hi, Just wondering if anyone's managed to get CapeScience's FOPService (XML-PDF generator) webservice working. (URL below). I'm not having much joy at all http://www.xmethods.net/ve2/ViewListing.po?serviceid=150651 Rgds Will

Re: Flash CFMX - What's this about?

2002-10-13 Thread W Luke
Kennerly, Rick H CIV [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] mil... We're rebuilding our old ASP intranet site as CF (my first CF site, version is MX). I have a header.cfm and a footer.cfm both called by application.cfm. Is header.cfm in a different directory (such as

Re: Flash CFMX - What's this about?

2002-10-13 Thread S . Isaac Dealey
Kennerly, Rick H CIV [EMAIL PROTECTED] wrote We're rebuilding our old ASP intranet site as CF (my first CF site, version is MX). I have a header.cfm and a footer.cfm both called by application.cfm. Is header.cfm in a different directory (such as includes/) than your Application.cfm and

RE: US Postal Service Shipping Countries

2002-10-13 Thread Bud
On 10/13/02, Michael Kear penned: Well I know you're looking for a wider and more general answer, but on that specific one, you'd be better to use Cook Islands rather than New Zealand. Cook Islands is a protectorate of NZ and a long way away. Just as in the US context, you'd put GUAM rather

RE: Flash CFMX - What's this about?

2002-10-13 Thread Kennerly, Rick H CIV
Will Isaac Is header.cfm in a different directory (such as includes/) than your Application.cfm and Index.cfm files? First of all thanks for answering. You've of course hit the nail on the head. The Application (and OnRequestEnd.cfm--little cognitive slip there--thanks, Isaac) are in the

A way to NOT send empty form fields

2002-10-13 Thread Stephen Kellogg
All, I have a form that is generated from a query result set containing 350 plus rows. I then have 8 form fields (PER row) for them to use if needed. I am wondering if there is a way to NOT pass empty form fields, the same way the checkboxes don't get passed unless there is a check in the box.

RE: A way to NOT send empty form fields

2002-10-13 Thread Stephen Kellogg
FYI, The solution CAN be for IE only. I'm working with CF 5.0, windows based, IIS Thanks again Stephen __ All, I have a form that is generated from a query result set containing 350 plus rows. I then have 8 form fields (PER row) for them to use if needed. I am wondering if there is a

RE: Possible cffile bug in CFMX

2002-10-13 Thread Andrew Tyrone
I figured out a way around this problem, using the JavaCast() function: cfset myVar = 2 / cfset myOtherVar = JavaCast(string,myVar + 1) / cffile action=write file=#filePath# output=#myOtherVar# addnewline=no / andy -Original Message- From: Chris Kief [mailto:[EMAIL PROTECTED]]

RE: A way to NOT send empty form fields

2002-10-13 Thread Kwang Suh
You can use Javascript to check the form before submittion, and disable the ones that are empty. Disabled fields do not submit. -Original Message- From: Stephen Kellogg [mailto:[EMAIL PROTECTED]] Sent: Sunday, October 13, 2002 9:54 AM To: CF-Talk Subject: RE: A way to NOT send

Javascript got inserted in all code on webserver?

2002-10-13 Thread Dave
Does anyone what the heck this code is used for? It got inserted into all code on the webserver and cuts off the bottom portion of the code when you view the sourcecode or download the file. -- script language=JavaScript function SymError() { return

Re: A way to NOT send empty form fields

2002-10-13 Thread S . Isaac Dealey
All, I have a form that is generated from a query result set containing 350 plus rows. I then have 8 form fields (PER row) for them to use if needed. I am wondering if there is a way to NOT pass empty form fields, the same way the checkboxes don't get passed unless there is a check in

Re: Javascript got inserted in all code on webserver?

2002-10-13 Thread S . Isaac Dealey
Looks like a hack to me... function SymError() doesn't appear to do anything ( or shouldn't ), so there wouldn't be any purpose for declaring it in the first place, much less setting the window.onerror event handler to it... SymWinOpen appears to be a replacement for the window.open function

Re: Javascript got inserted in all code on webserver?

2002-10-13 Thread Bob Haroche
That looks like it *might* be code generated by Symantec firewall's pop up window blocker. Zone Alarm generates and inserts similar code into all web pages by (I guess) acting as a local proxy server on the machine it's installed on. I know the ZA comparable code interferes with body onLoad

Re: Javascript got inserted in all code on webserver?

2002-10-13 Thread S . Isaac Dealey
hmm... seems like it'd be so much more practical to use a plugin that affects the browser directly rather than modifying the html... That looks like it *might* be code generated by Symantec firewall's pop up window blocker. Zone Alarm generates and inserts similar code into all web pages by

RE: cfencode utility for CFMX seems missing

2002-10-13 Thread CS
Bryan, Thanks, it was my own fault, I was doing keyword search of cfencrypt.exe under CFMX bin installation, since Macromedia changed the name from cfencrypt to cfencode from 4.5?, for what strange reason, I remember 'cfencrypt.exe' but not the newer 'cfencode.exe', naturally I couldn't find it,

Google's API - News Groups too?

2002-10-13 Thread W Luke
Hi, Sorry for the OT. I was wondering if anyone knew whether Google's API included searching their News and Groups sub-sites? Thanks Will ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription:

RE: Possible cffile bug in CFMX

2002-10-13 Thread Chris Kief
Michael, I appreciate your quick response to this matter and thanks for pointing out the good old toString() function. :) Regards, Chris -Original Message- From: Michael Corbridge [mailto:[EMAIL PROTECTED]] Sent: Sunday, October 13, 2002 4:43 AM To: CF-Talk Subject: RE: Possible

Re: Google's API - News Groups too?

2002-10-13 Thread Doug
Sure do. This address is filtered through the open relay database at http://www.ordb.org and is virus scanned by ANTIVIR http://www.dwhite.ws mailto:[EMAIL PROTECTED] - Original Message - From: W Luke [EMAIL PROTECTED]

error resolving parameter ?!?!?!?!

2002-10-13 Thread S . Isaac Dealey
Everyone's going to think I've lost my mind completely... CF 5, Win2000 Server ... I have a file which includes several other files, and I'm getting an error on the evaluation of a given structure element, so I use cfdump prior to the include to make sure it's in the structure and it is. So I

Re: SOT: RegEx

2002-10-13 Thread I-Lin Kuo
Willy, It seems like you're using a different dialect of RegExp than CF uses. Try [0-9]+x[0-9]+ as your regexp --- Patric Stumpe [EMAIL PROTECTED] wrote: Hi Willy, if it's always the same structure you could get use ListGet(myString, 3, ' ') With space as delimiter. Just a thought...

RE: How is CFMX J2EE implemented?

2002-10-13 Thread Chris Norloff
I disagree. I like to hear about other ways to do CFML, particularly in the J2EE arena. And Vince Bonfanti, of Blue Dragon fame, gave an excellent and informative talk on CF J2EE for the Maryland CFUG. http://www.cfug-md.org/talks/deploying_cfml_j2ee_servers.ppt

Re: error resolving parameter ?!?!?!?!

2002-10-13 Thread S . Isaac Dealey
Apparently this had to do with my attempting to overwrite a previously set local variable called settings with a new local variable called settings .. The problem seems to resolve itself when I structappend() the attributes scope into the existing local variable intead of trying to replace it.

RE: Screen Resolution

2002-10-13 Thread Tilbrook, Peter
HEAD !-- Set default stylesheet for Netscape users at 800 x 600 -- link rel=stylesheet type=text/css href=netscape.css !-- Set variable stylesheets for Internet Explorer users -- SCRIPT LANGUAGE=JavaScript !-- Original: Bob Pearson and Leah Murray ([EMAIL PROTECTED]) -- !-- Web Site:

Re: Suggestions for UML or Object Modeling books for use with ColdFus ion MX

2002-10-13 Thread Sean A Corfield
On Thursday, Oct 10, 2002, at 12:40 US/Pacific, Smith, Don , , WHS/PSD wrote: So who has a good book to recommend? I'm looking for a book that uses broad concepts that can be implemented in CFMX, so something like Object Modeling for Visual Basic would contain a lot of info I just

RE: Flash CFMX - What's this about?

2002-10-13 Thread Dave Watts
I have a header.cfm and a footer.cfm both called by application.cfm. Right now I'm using the local server on this machine to test. I have the latest flash player installed. In the header.cfm a file a Flash movie is called but it doesn't play. Here's the code: object

RE: Suggestions for UML or Object Modeling books for use with ColdFus ion MX

2002-10-13 Thread John Wilker
I've read much of: UML Distilled: A Brief Guide to the Standard Object Modeling Language http://www.amazon.com/exec/obidos/ASIN/020165783X/ref=cm_wl_ovu-pg.2-pos 18/102-3725997-2913724?coliid=I2LGAKH96ITG8P It was pretty good. Covers use cases, actors the whole sha-bang. You might want to take

Access Security Problem

2002-10-13 Thread Andy Ousterhout
I've added security to my Access 2000 database as follows: CF System - Full Data User SysRead - Read User SysNew - New Data user SysUpt - Update Data User I've set Coldfusion login to CFSystem. When I try to do my first read using SysRead ID, I get a database error - No read permission. Any

RE: Access Security Problem

2002-10-13 Thread John Wilker
Do you provide login info in the DSN definition? I think that is where you would have to do it, or in the query itself. Not completely sure, haven't done much with access security. J. John Wilker Web Applications Consultant, Writer Macromedia Certified ColdFusion Developer Founder/President IE

RE: Access Security Problem

2002-10-13 Thread Andy Ousterhout
Yes, I've added User Name and password to the query. I must be missing something else... -Original Message- From: John Wilker [mailto:[EMAIL PROTECTED]] Sent: Sunday, October 13, 2002 9:04 PM To: CF-Talk Subject: RE: Access Security Problem Do you provide login info in the DSN

RE: Access Security Problem

2002-10-13 Thread John Wilker
Are you doing both? L and P in the query and L and P in the DSN? Maybe you can't do that? J. John Wilker Web Applications Consultant, Writer Macromedia Certified ColdFusion Developer Founder/President IE CFUG www.red-omega.com Whatever is wrong it is better than a poke in the eye with a sharp

Re: Access Security Problem

2002-10-13 Thread Doug
Directory permissions? Must have SYSTEM permissions This address is filtered through the open relay database at http://www.ordb.org and is virus scanned by ANTIVIR http://www.dwhite.ws mailto:[EMAIL PROTECTED] - Original

RE: Access Security Problem

2002-10-13 Thread Andy Ousterhout
What must have System permissions? CF? -Original Message- From: Doug [mailto:[EMAIL PROTECTED]] Sent: Sunday, October 13, 2002 9:22 PM To: CF-Talk Subject: Re: Access Security Problem Directory permissions? Must have SYSTEM permissions This address

RE: Access Security Problem

2002-10-13 Thread Andy Ousterhout
L P (I've tried putting User Name Password in Query and putting SystemRead in Query and CF System in ODBC def in CF Admin. Andy -Original Message- From: John Wilker [mailto:[EMAIL PROTECTED]] Sent: Sunday, October 13, 2002 9:17 PM To: CF-Talk Subject: RE: Access Security Problem

RE: Access Security Problem

2002-10-13 Thread John Wilker
Login and Password. What happens if you use just one? Will that work? Make the DSN have the high level access and take the L and P out of the query. At least that might help rule out an access problem. J. John Wilker Web Applications Consultant, Writer Macromedia Certified ColdFusion Developer

Re: Access Security Problem

2002-10-13 Thread Doug
The directory where the database is, that is if you are on a NTFS system. This address is filtered through the open relay database at http://www.ordb.org and is virus scanned by ANTIVIR http://www.dwhite.ws mailto:[EMAIL PROTECTED]

Re: cfx_pwtextcrypt

2002-10-13 Thread Kay Smoljak
Hi all, I work for the company that produces cfx_pwtextcrypt. Sorry I almost missed this thread - don't have time to check CF-Talk all that often. If you have any questions about it, you can always email us directly at [EMAIL PROTECTED] We haven't come across any issues using the tag on CF4,

RE: Access Security Problem

2002-10-13 Thread Andy Ousterhout
Ok, I used Admin User ID and Password in DSN and nothing in the query. Same problem. -Original Message- From: John Wilker [mailto:[EMAIL PROTECTED]] Sent: Sunday, October 13, 2002 9:36 PM To: CF-Talk Subject: RE: Access Security Problem Login and Password. What happens if you use

RE: Access Security Problem

2002-10-13 Thread Andy Ousterhout
Ok. I am running XP Professional and am signed in under an Admin User Name (I know, not smart...). Do I need to give CF special permission to the directory? If so, how do I do that? Andy -Original Message- From: Doug [mailto:[EMAIL PROTECTED]] Sent: Sunday, October 13, 2002 9:40 PM

Re: Suggestions for UML or Object Modeling books for use with ColdFus ion MX

2002-10-13 Thread Sean A Corfield
Yes, that's a pretty solid book (almost anything by Martin Fowler is worth reading - check out his website: http://www.refactoring.com). On Sunday, Oct 13, 2002, at 16:37 US/Pacific, John Wilker wrote: I've read much of: UML Distilled: A Brief Guide to the Standard Object Modeling Language

cf_upsprice connection failure on local box only

2002-10-13 Thread Matthew P. Smith
I'm developing an ecommerce site on my local server, and I'm using cf_upsprice to get shipping rates. It has been working fine, but has suddenly stopped working. I only get a connection failure. I can cfhttp to a different url on the server, and the ups tag works fine on my live