Re: DoD ECA PKI

2009-12-20 Thread James Holmes
Assuming that the client cert is used in an SSL negotiation, Try SSLOptions +ExportCertData mxAjax / CFAjax docs and other useful articles: http://www.bifrost.com.au/blog/ 2009/12/19 Chad Baloga cbal...@gmail.com: We are using Apache on our web servers.  Do you know what I need to add to my

CF 8 and Access 2007

2009-12-20 Thread Terry Troxel
How do I create an ODBC connection using an Access 2007 Database in CF 8? ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive:

Re: Export to Excel Asian locale

2009-12-20 Thread Leigh
looks fine in tbird 3.0 using utf-8. HoF's list archive doesn't seem to support unicode though. Yes, I was surprised when it did not display correctly on the list. -Leigh ~| Want to reach the ColdFusion community

Re: Export to Excel Asian locale

2009-12-20 Thread Leigh
cfprocessingdirective pageencoding=utf-8 Thanks for that. I forgot to paste the directive. -Leigh ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing

Re: Export to Excel Asian locale

2009-12-20 Thread Victor Moore
Thank you both for sticking with this. Using your examples and playing around with the code i managed to get it going. Thanks again Victor On Sun, Dec 20, 2009 at 9:07 AM, Leigh cfsearch...@yahoo.com wrote: cfprocessingdirective pageencoding=utf-8 Thanks for that. I forgot to paste the

Re: Export to Excel Asian locale

2009-12-20 Thread Paul Hastings
On 12/20/2009 9:07 PM, Leigh wrote: cfprocessingdirective pageencoding=utf-8 Thanks for that. I forgot to paste the directive. in *this* case it wasn't actually required, basic knee-jerk reaction on my part. ~| Want to

Re: Export to Excel Asian locale

2009-12-20 Thread Leigh
in *this* case it wasn't actually required, basic knee-jerk reaction on my part. Better safe that sorry. It did not actually work for me in Eclipse without the directive ;-) ~| Want to reach the ColdFusion community

Re: DoD ECA PKI

2009-12-20 Thread Chad Baloga
Should SSL_CLIENT_CERT appear in the debug info, ie CGI variable, or do you need to use some sort of function to get it? Assuming that the client cert is used in an SSL negotiation, Try SSLOptions +ExportCertData ~| Want

Re: DoD ECA PKI

2009-12-20 Thread James Holmes
The cert should be available in SSL_CLIENT_CERT. It's PEM encoded (if it's there at all). http://httpd.apache.org/docs/2.0/mod/mod_ssl.html#ssloptions mxAjax / CFAjax docs and other useful articles: http://www.bifrost.com.au/blog/ 2009/12/21 Chad Baloga cbal...@gmail.com: Should

Looking for Select Full Tag Functionality in Aptana / CFECLIPSE

2009-12-20 Thread Christian N. Abad
Howdy, Folks! I am looking to upgrade to Aptana / CFECLIPSE, and desperately need it to have the Select Full Tag functionality like HomeSite does. So, this brings me to my questions: 1) Does this functionality exist in the newer versions of the Aptana / CFECLIPSE IDE? 2) If not,

Error when trying to insert a decimal value

2009-12-20 Thread Logan Lynn
I've spent the past three hours trying to figure out what in the world is going wrong. I'm trying to insert a simple Decimal value into a mysql 5 database when I get the following error: Error casting an object of type java.lang.String to an incompatible type. This usually indicates a

Re: Error when trying to insert a decimal value

2009-12-20 Thread James Holmes
Check that attributes.rating is in fact a number and not just an empty string . If you want a 0 when inserting an empty string, use the val() function. mxAjax / CFAjax docs and other useful articles: http://www.bifrost.com.au/blog/ 2009/12/21 Logan Lynn ljl...@gmail.com: I've spent the past

Re: changing cfreport format with direct link

2009-12-20 Thread Anthony Doherty
Does anyone have any idea on this??? Hi I have designed a number of reports for a user and they are exported into PDF format. I used the report builder to design the reports and also set the output to PDF there, but now the user wants to be able to choose between PDF or EXCEL so instead