Re: Using PDF's...

2006-11-10 Thread Eric Davis
Rick, I'm pretty sure you must have Acrobat Reader to view a PDF document. They could post the MS Office documents to to their site. MS has readers for Excel, Word and Powerpoint available on their site. You could also suggest FlashPaper since just about everyone has flash installed too.

RE: String Function in Update Form

2004-09-15 Thread Eric Davis
BINGO! Thanks... Eric Davis Webmaster, Worthington Public Library 820 High St. Worthington, Ohio 43085 E-mail: [EMAIL PROTECTED] WWW: http://www.worthingtonlibraries.org    Phone: 614-645-2620 Ext. 236 Fax: 614-645-2629 -Original Message- From: Joe Rinehart [mailto:[EMAIL

String Function in Update Form

2004-09-15 Thread Eric Davis
code for the update form: Here's what this code outputs: Title: Marysville Obviously I need to add some sort of a string function to accommodate the quotes in the title data. Any recommendations? Eric Davis Webmaster, Worthington Public Library 820 High St. Worthingt

RE: ColdFusion Blog

2004-09-11 Thread Eric Davis
John, Thanks very much for the recommendation. Fuseblog is working very well for me & my five year old technology! Eric Davis Webmaster, Worthington Public Library 820 High St. Worthington, Ohio 43085 E-mail: [EMAIL PROTECTED] WWW: http://www.worthingtonlibraries.org    Phone: 614

ColdFusion Blog

2004-09-10 Thread Eric Davis
Could someone recommend a Blog application that is written in ColdFusion? We are currently running ColdFusion Server Version 5, 0, 0, 0, on Windiws NT 4.0, Service Pack 6. Thanks! Eric Davis Webmaster, Worthington Public Library 820 High St. Worthington, Ohio 43085 E-mail: [EMAIL

Re: CFMX on OracleAS 10g Problem

2004-08-12 Thread eric . davis
I know it's not supported, but according to OTN it will run on AS10g, and I've seen on the forum that people have successfully done it.  If someone has it working could you please respond to my posting. Thanks. >AFAIK, Oracle is not a supported J2EE server for CFMX 6.1. I've heard some >people req

CFMX on OracleAS 10g Problem

2004-08-11 Thread eric . davis
ic D. OTN document: http://otn.oracle.com/pub/notes/technote_coldfusion.html?_template=/ocom/technology/content/print Macromedia document: http://www.macromedia.com/support/coldfusion/j2ee/cfmxj2ee_home.html - Eric Davis Intra/Internet Administrator Virginia Mason Medical Cente

Re: CFMX 6.1 and Order By Error

2004-05-10 Thread Eric Davis
Thanks for the additional info.  I tried the square brackets, and they work for straight database queries as well.   -Eric >>> [EMAIL PROTECTED] 5/10/04 11:00:23 AM >>> Adding to that, in that case it was specifically in a QueryOfQuery and referencing "section" as "[section]" made it work. -Kevin

Re: CFMX 6.1 and Order By Error

2004-05-10 Thread Eric Davis
hat the column that kills it? -d - Original Message - From: "Eric Davis" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, May 10, 2004 11:14 AM Subject: CFMX 6.1 and Order By Error > I'm having a very strange problem with CFMX. I'

CFMX 6.1 and Order By Error

2004-05-10 Thread Eric Davis
I'm having a very strange problem with CFMX. I'm creating a very simply query. debug> SELECT ACDReports.ReportID, ACDReports.Site, ACDReports.Section, ACDReports.ReportName FROM ACDReports ORDER BY ACDReports.Site,ACDReports.Section,ACDReports.ReportName However, when I add more than one field

RE: SQL Question

2003-09-26 Thread Eric Davis
Cutter, I usually handle this type of situation in the , not in the query. Like this: ...output records...This way I do a simple query, then filter out the records that have an emptyor NULL value in a field, in this case the Event field.Eric Davis Webmaster, Worthington Public Library 820 H

Re: Question about cf and ldap

2003-08-27 Thread Eric Davis
Fullname usually refers to the complete ldap path to the specific object in question so it should look something like o=Anne Arundel Community College,ou=admins,cn=username. Sometimes the order is reversed meaning the cn comes first. Also, you may have to substitute '/' for ',' in the fullname

Why can't COM just work in CFMX?

2003-07-08 Thread eric . davis
I've gotten this error before, and in this case for some reason the object wasn't properly registered. I had to unregister it, reregister it, and I believe actually reboot before the change took effect. ~| Archives: http://www

COM object adding extra characters to arrays when passed

2003-07-08 Thread Eric Davis
I'm attempting to use Novell's ActiveX components to query and update their eDirectory LDAP server. The problem I'm having is that extra characters are being added to the objects attributes when they are being passed between objects. In this instance. I instantiate the NWIDIRQuery object to

Why can't COM just work in CFMX?

2003-07-08 Thread eric . davis
Have you tried: You appear to be creating the object in ASP. -Eric ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 F

Why can't COM just work in CFMX?

2003-07-08 Thread eric . davis
Have you tried: You appear to be creating the object in ASP. -Eric ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 F

Why can't COM just work in CFMX?

2003-07-08 Thread eric . davis
Have you tried: You appear to be creating the object in ASP. -Eric ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 F

Linking from Intranet to Active Web site causes error

2003-03-12 Thread Eric Davis
installed ColdFusion over three years ago. We need HELP on this. Any suggestions? Eric Davis Webmaster, Worthington Public Library 820 High St. Worthington, Ohio 43085 E-mail: [EMAIL PROTECTED] WWW: http://www.worthingtonlibraries.org <http://www.worthingtonlibraries.org> Phone: 614-645-2

RE: Using CFEXECUTE from a Web Browser???

2002-10-24 Thread Eric Davis
It probably is a permission issue, the local system account needs to have the right to "iteract with the desktop" in order to run an application. Also, I have found that putting the commands in a .bat file works best. -Eric D. >>> [EMAIL PROTECTED] 10/23/02 8:28:41 PM >>> I checked and ColdFusi

OLEDB Data Source Authentication Problem

2000-11-21 Thread Eric Davis
urce Login. I try "admin" and also my CF Administrator Login & Password, but I get an "authentication failed" every time! Any suggestions? Eric Davis ~~ Structure your ColdFusion code with Fusebox. Get the official book at http