Re: ColdFusion Builder what have I done?

2009-07-23 Thread Christine Davis
Hi All, After much trial and error I did find the short cut key that causes the mess. If you are seeing \r\n for your carraige return/line feeds you probably hit the shortcut key Ctrl+. (that is control and the period key). Hitting that combination again should clear up your workspace. I

RE: Still having problems with encrypt

2007-05-10 Thread Christine Davis
, and decoded it before we decrypted and everything has been fine ever since. We were using PBE, so this may not be the answer in your case, but it is something to consider. Christine Davis ColdFusion Lead Nations Technical Services Prairie Village, KS 913-748-8044 ext 4703 [EMAIL

RE: PBEWithMD5AndDES

2007-05-08 Thread Christine Davis
= PBEWithMD5AndDES; theEncoding = Base64; theSalt = BinaryDecode(c773218c7ec8ee99,Hex); theIterations = 20; test = Encrypt(theEncrytString, thePassword, theMethod, theEncoding, theSalt, theIterations); /cfscript Christine Davis ColdFusion Lead Nations Technical Services

PBEWithMD5AndDES

2007-05-07 Thread Christine Davis
the Java code in ColdFusion for this to be shared between the two apps, how do we do that? Thanks! Christine Davis ColdFusion Lead Nations Technical Services Prairie Village, KS 913-748-8044 ext 4703 [EMAIL PROTECTED] blocked::mailto:[EMAIL PROTECTED

RE: PBEWithMD5AndDES

2007-05-07 Thread Christine Davis
Unfortunately, the app where the code is in Java is separate from my application. I'm trying to communicate with it. It is not an application on my server. Christine Davis ColdFusion Lead Nations Technical Services Prairie Village, KS 913-748-8044 ext 4703 [EMAIL PROTECTED] -Original

RE: PBEWithMD5AndDES

2007-05-07 Thread Christine Davis
be created. In this instance it does not make sense to have the other application do the work instead of my application. If it did make sense to do that, I'd delete my application and be done with it Thanks! Christine Davis ColdFusion Lead Nations Technical Services Prairie Village, KS 913

RE: PBEWithMD5AndDES

2007-05-07 Thread Christine Davis
information that was provided by the Java developer. Unfortunately, the ways I'm trying right now are limited because apparently ColdFusion cannot/will not handle the 64 bit number that would be generated by the 8 byte array specified in my example. Christine Davis ColdFusion Lead Nations Technical

RE: PBEWithMD5AndDES

2007-05-07 Thread Christine Davis
Thanks Doug, that helps a lot :) Christine Davis ColdFusion Lead Nations Technical Services Prairie Village, KS 913-748-8044 ext 4703 [EMAIL PROTECTED] -Original Message- From: Doug Bezona [mailto:[EMAIL PROTECTED] Sent: Monday, May 07, 2007 12:35 PM To: CF-Talk Subject: Re

RE: PBEWithMD5AndDES

2007-05-07 Thread Christine Davis
The solution to creating the byte array we used for the salt in ColdFusion is to use the BinaryDecode function. theSalt = BinaryDecode(c73218c7ec8ee99, hex); Thanks! Christine Davis ColdFusion Lead Nations Technical Services Prairie Village, KS 913-748-8044 ext 4703 [EMAIL PROTECTED

RE: Send PDF to printer

2007-03-05 Thread Christine Davis
-- Clever eh?) Whenever I want an automagically printed document I rename the document to have the extension ppdf and it will print for our users. Thanks! Christine Davis ColdFusion Lead Nations Technical Services Prairie Village, KS 913-748-8044 ext 4703 [EMAIL PROTECTED

RE: Dynamic JS

2007-02-07 Thread Christine Davis
it into the DOM so that we can utilize it from that point forward. The solution needs to be somewhat ambiguous. Thanks! Christine Davis ColdFusion Lead Nations Technical Services Prairie Village, KS 913-748-8044 ext 4703 [EMAIL PROTECTED] -Original Message- From: Rey Bango [mailto:[EMAIL

RE: Converting from SQL to mySql

2006-10-30 Thread Christine Davis
I recently made the same switch using www.navicat.com I just connected to my SQL server and copied the tables and data to the mySQL server, quick and painless. I really like Navicat for managing mySQL. Thanks! Christine Davis ColdFusion Lead Nations Technical Services Prairie Village, KS 913

RE: form target

2006-10-26 Thread Christine Davis
=' + document.forms.popupform.resid.value; self.close(); value=Submit Thanks! Christine Davis ColdFusion Lead Nations Technical Services Prairie Village, KS 913-748-8044 ext 4703 [EMAIL PROTECTED] -Original Message- From: Snake [mailto:[EMAIL PROTECTED] Sent: Thursday, October 26, 2006 11

RE: IE7 ?

2006-10-20 Thread Christine Davis
Here's a fun little note, the history shortcut is no longer ctrl-H it's now ctrl-shft-H. Our intranet App used to capture ctrl-shft-H for our help system... we'll be doing a minor rewrite for that one... Thanks! Christine Davis ColdFusion Lead Nations Technical Services Prairie Village, KS 913

RE: Foundry Server Iron

2006-10-19 Thread Christine Davis
that doesn't involve changing our current load balancing methods is on... I love politics, it's a Dilbert world. Anyone have an outside the box kind of solution for me? Thanks! Christine Davis ColdFusion Lead Nations Technical Services Prairie Village, KS 913-748-8044 ext 4703 [EMAIL PROTECTED

RE: Convincing CF to process xml files

2006-10-16 Thread Christine Davis
Here's a tech note on configuring MX7 to use custom file extensions. http://www.talkingtree.com/blog/index.cfm/2006/2/17/CF-Custom-File-Exten sions Thanks! Christine Davis ColdFusion Lead Nations Technical Services Prairie Village, KS 913-748-8044 ext 4703 [EMAIL PROTECTED] -Original

cfdocument underline in Linux

2006-10-05 Thread Christine Davis
Brad had some trouble with sending this message, so he asked me to try forwarding it: We are experiencing a handful of anomalies with the cfdocument tag when generating PDF's. *One* of which is that text surrounded by u /u exhibits strange behavior such as extra spaces (which are

RE: Quicky question re: cfdocument and fonts

2006-10-04 Thread Christine Davis
with underlines and bolding) relating to the translation from HTML to PDF. Thanks! Christine Davis ColdFusion Lead Nations Technical Services Prairie Village, KS 913-748-8044 ext 4703 [EMAIL PROTECTED] -Original Message- From: Lawrence B. Afrin, M.D. [mailto:[EMAIL PROTECTED] Sent: Tuesday, October

RE: Stored Procedure Cached

2006-10-04 Thread Christine Davis
Connection Pooling in the Datasource generally returns that error when it expects a different column total. Can you turn off connection pooling for that Datasource? Thanks! Christine Davis ColdFusion Lead Nations Technical Services Prairie Village, KS 913-748-8044 ext 4703 [EMAIL PROTECTED

RE: Integrating SQL Reporting Services with ColdFusion

2006-10-04 Thread Christine Davis
be moving in the same direction here :) Thanks! Christine Davis ColdFusion Lead Nations Technical Services Prairie Village, KS 913-748-8044 ext 4703 [EMAIL PROTECTED] -Original Message- From: Mike Chabot [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 04, 2006 12:53 PM To: CF-Talk Subject

RE: Follow-up re: Quicky question re: cfdocument and fonts

2006-10-04 Thread Christine Davis
. Thanks! Christine Davis ColdFusion Lead Nations Technical Services Prairie Village, KS 913-748-8044 ext 4703 [EMAIL PROTECTED] -Original Message- From: Lawrence B. Afrin, M.D. [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 04, 2006 5:16 PM To: CF-Talk Subject: Follow-up re: Quicky

RE: reports reports reports

2006-10-03 Thread Christine Davis
, we'd appreciate your input. Thanks! Christine Davis ColdFusion Lead Nations Technical Services Prairie Village, KS 913-748-8044 ext 4703 [EMAIL PROTECTED] -Original Message- From: Teddy Payne [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 03, 2006 12:47 PM To: CF-Talk Subject: Re

RE: SecretAgents recommendation?

2006-09-13 Thread Christine Davis
consistent application. That's the whole point of Fusebox :) My knowledge of Secret Agents is second hand at best.. I watched a friend work a couple of fuses that were assigned to him a while back. YMMV Thanks! Christine Davis ColdFusion Lead Nations Technical Services Prairie Village, KS 913-748-8044

RE: Removing client variables from registry

2002-03-20 Thread Christine Davis
variable setup http://www.macromedia.com/v1/handlers/index.cfm?ID=21170Method=Full Thanks, Christine Davis [EMAIL PROTECTED] http://dbdesigns.dragonbait.com 978-374-5438 __ Your ad could be here. Monies from ads go to support