Re: Oracle 11g Stored Proccedure won't talk to our ColdFusion code.

2010-07-23 Thread Scott McAllister
Hi Ian, What happens if you change the cfsqltype attribute of the cfprocparam tag to be cf_sql_numeric ? -Scott We are attempting to execute a stored procedure with this piece of code. cfstoredproc returncode=yes datasource=purload procedure=co_error.check_records debug=yes cfprocparam

Re: Pretty XML

2010-03-10 Thread Scott McAllister
Cool! http://cflib.org/udf/indentXml ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive:

Re: Pretty XML

2010-03-06 Thread Scott McAllister
Got it! Thanks to all that replied and helped! Barney, I used your UDF and it worked as a fantastic starting point. The XML displayed to the screen and was formatted almost perfectly. The one issue that I had, which I think you mention in your blog post, was that it was increasing the indent

Pretty XML

2010-03-05 Thread Scott McAllister
I've been given the task of outputting XML to the page in a readable format. We want all the XML tags to still display, but we want the output to be formatted pretty. If I use something like ToString(XmlParse(xmlString)) the source behind the page looks perfect, but the output to the screen

Re: HTML to PDF help needed ActivePDF just died on me

2009-01-14 Thread Scott McAllister
Phil, I don't have any experience with ActivePDF, but I have wrestled with cfdocument a lot recently and have built up a nice collection of links on the subject. You mentioned that using CSS sucked in cfdocument, and that triggered the thought of this article I found that discussed getting

Re: cfdocument issue - header / footer cutting off content

2008-11-13 Thread Scott McAllister
I am confronting a similar problem, although I do have values set for my cfdocument margins. What values would be deemed as correct? I'm using 0.25 on all margins except for marginbottom=0.75. In my situation I'm creating a series of pdfs that have a variable length of text. On most of the

Conditional Header in cfdocument

2008-05-19 Thread Scott McAllister
I originally posted this as a reply to another post in the CF-Community form that I found through a search. Apologies for the double post. Using cfdocument I am creating a PDF that starts with an information page that requires no header, and then needs produce a header on each following page.

Re: WebDAV

2007-07-10 Thread Scott McAllister
Thank you for pointing me in the right direction, Dave. -Scott How well does CF interact with WebDAV? I've been given the task to upload files through WebDAV and have been having a hard time finding information on it. Is it possible? What exactly do you mean by interact? WebDAV is a web

WebDAV

2007-07-09 Thread Scott McAllister
How well does CF interact with WebDAV? I've been given the task to upload files through WebDAV and have been having a hard time finding information on it. Is it possible? -Scott ~| Upgrade to Adobe ColdFusion MX7 The most