Preparing high quality forms for print

2005-05-16 Thread Christopher P. Maher
I'm trying to create can be found at http://www.modotech.com/sampleform.pdf Thanks. Chris Christopher P. Maher, FCAS, MAAA Modotech, Inc. [EMAIL PROTECTED] http://www.modotech.com

RE: automatically DL excel file with CF

2004-01-08 Thread Christopher P. Maher
You would need to use CFHttp to capture the page. Then you can use CFFile to write the contents to a file on your local machine. You could have one CF page that did both CFHttp calls and just schedule that one page. Hope that helps. -Original Message- From: Won Lee [mailto:[EMAIL

RE: Why do I get an extra blank line?

2003-07-22 Thread Christopher P. Maher
I'm not certain about the added carriage return -- my gut feeling is to say that the original file has an extra at the bottom as a result of it being appended to with cffile action=append in other bits of code elsewhere The original file does not have the extra line. It is getting modified in

CF and Unix

2003-07-22 Thread Christopher P. Maher
. Christopher P. Maher, FCAS, MAAA Modotech, Inc. [EMAIL PROTECTED] http://www.modotech.com ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http

RE: Why do I get an extra blank line?

2003-07-10 Thread Christopher P. Maher
Do you have an OnRequestEnd.cfm file that has a blank line in it? It will be in the same directory as Application.cfm, which might not be the same directory as the template in question. I fought this one for days a couple years ago, and that's what it was. No. There is no OnRequestEnd

Why do I get an extra blank line?

2003-07-09 Thread Christopher P. Maher
. Christopher P. Maher, FCAS, MAAA Modotech, Inc. [EMAIL PROTECTED] http://www.modotech.com ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http

RE: Speed of Duplicate

2002-11-04 Thread Christopher P. Maher
How are you getting your speeds? Have you done load testing? Or are you just loading a single page and using GetTickCount? CF debug option to Show Detailed Processing Time Breakdown. ~| Archives:

RE: Speed of Duplicate

2002-11-04 Thread Christopher P. Maher
other processes go along with a default W2K Server install. I did notice that if I stop and start CF that for the first dozen or so page views the speed is comparable to the other two computers. Then it suddenly slows down. Christopher P. Maher, FCAS, MAAA

Speed of Duplicate

2002-11-03 Thread Christopher P. Maher
Christopher P. Maher, FCAS, MAAA Modotech, Inc. [EMAIL PROTECTED] http://www.modotech.com ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists

CFMX downgrade

2002-06-13 Thread Christopher P. Maher
I need to remove CFMX from my notebook and reinstall CF5. The performance with COM under CFMX is very disappointing and I have a demo of our product on Monday. Any advice for the downgrade? Does CFMX uninstall well? Thanks, Chris Christopher P. Maher, FCAS

RE: ColdFusion MX for development purposes

2002-06-13 Thread Christopher P. Maher
This is the trial, enterprise edition, and it reverts to single-IP mode after 30 days. Does single IP mode repond to the primary IP address of the machine or 172.0.0.1 (localhost) or both? Chris Christopher P. Maher, FCAS, MAAA Modotech, Inc. [EMAIL

CFMX compile question

2002-06-08 Thread Christopher P. Maher
In CFMX is there a way to compile all the templates in a directory rather than waiting for each to be executed? Thanks, Chris Christopher P. Maher, FCAS, MAAA Modotech, Inc. [EMAIL PROTECTED] http://www.modotech.com

RE: CFMX compile question

2002-06-08 Thread Christopher P. Maher
file is no longer needed. If the naming/tracking a function of the name of the file and directory? Thanks, Chris Christopher P. Maher, FCAS, MAAA Modotech, Inc. [EMAIL PROTECTED] http://www.modotech.com

CFMX, UDF and CF Functions

2002-06-06 Thread Christopher P. Maher
insight on this one? Thanks, Chris Christopher P. Maher, FCAS, MAAA Modotech, Inc. [EMAIL PROTECTED] http://www.modotech.com __ Get the mailserver that powers this list at http

RE: CFMX and COM

2002-06-06 Thread Christopher P. Maher
I have not been happy with COM support under MX so far. It seems much slower for one thing. Also I found the following problems: * I have a VB6 COM which sets a property with type currency. When I read the property in CF5 it works fine. When I read it with MX, the value is 1000 times to high. If

RE: CFMX, UDF and CF Functions

2002-06-06 Thread Christopher P. Maher
attribute isn't a good idea. Thanks, Chris Christopher P. Maher, FCAS, MAAA Modotech, Inc. [EMAIL PROTECTED] http://www.modotech.com __ Signup for the Fusion Authority news alert and keep up

RE: Connecting to MSDE on Another Server

2001-05-01 Thread Christopher P. Maher
. Choose CF Settings. In the user name/password box, enter the login information for MSDE. That should be it. Chris Christopher P. Maher Maher Associates, Inc. Actuarial and Computer Consulting [EMAIL PROTECTED] http://www.maherassociates.com

RE: Access 2K and MSDE Connection Problem

2001-04-10 Thread Christopher P. Maher
I had this problem at first. I updated MSDE to SP3 (use the SPs for SQL 7). If you are trying to connect to a SQL 6.5 database, I think you have to be at SP5. -Original Message- From: Peter Froh [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 10, 2001 1:57 PM To: CF-Talk Subject:

RE: VBScript, Do you want to allow it to run?

2001-03-30 Thread Christopher P. Maher
Christopher P. Maher Maher Associates, Inc. Actuarial and Computer Consulting [EMAIL PROTECTED] http://www.maherassociates.com -Original Message- From: cassady [mailto:[EMAIL PROTECTED]] Sent: Friday, March 30, 2001 11:15 AM To: CF-Talk Subject: OT: VBScript, Do you want to allow it to run

MSDE with CF

2001-02-14 Thread Christopher P. Maher
of my clients but I don't want to use Access. I've looked at MySQL but the lack of stored procedure and transaction support seems to make it impractical for my purposes. Thanks, Chris Christopher P. Maher Maher Associates, Inc. Actuarial and Computer Consulting

RE: insert query problems

2001-01-07 Thread Christopher P. Maher
Christopher P. Maher Maher Associates, Inc. Actuarial and Computer Consulting [EMAIL PROTECTED] http://www.maherassociates.com -Original Message- From: Seamus Campbell [mailto:[EMAIL PROTECTED]] Sent: Sunday, January 07, 2001 5:54 PM To: CF-Talk Subject: insert query problems

RE: why doesn't this query work

2000-12-29 Thread Christopher P. Maher
*add* values if either operand is numeric. Fields involved are all text. Perhaps ODBC uses only the "+" for concatenation? Neither "" or "+" work through ODBC - at least for me. Thanks. Chris Christopher P. Maher Maher Associa

why doesn't this query work

2000-12-28 Thread Christopher P. Maher
2000 computer. What is happening is that the browser just hangs when the query is run. I have to hit stop on the browser and then stop/start the CF service. Any ideas would be appreciated. Christopher P. Maher Maher Associates, Inc. Actuarial and Computer

RE: Cfloop Output Question

2000-12-09 Thread Christopher P. Maher
Put the two tables inside a one row two cell table. tabletrtd...output for first table.../td td..output for second table.../td/tr/table Chris --- Christopher P. Maher mailto:[EMAIL PROTECTED] Maher Associates, Inc. Actuarial and Computer

RE: Real Life Math Computations....

2000-11-17 Thread Christopher P. Maher
Temp / SQR(-Temp * Temp + 1)) + 1.570796326794895) CFSet Mileage = Round(Mileage * 100) / 100 /CFIF Hope this helps. Chris --- Christopher P. Maher mailto:[EMAIL PROTECTED] Maher Associates, Inc. Actuarial and Computer Consu

RE: CFTRY in Application.cfm?

2000-10-31 Thread Christopher P. Maher
l template (as in the fusebox model). Then the error handling can be employed there. But if you already have your system running and have lots of different pages that are called directly, the application.cfm approach might be suitable. Chris --- Christophe

how to prevent link from using IE window

2000-10-22 Thread Christopher P. Maher
computers. Basically I want only MY application to run in that particular instance of IE. Hope that makes sense. Thanks --- Christopher P. Maher mailto:[EMAIL PROTECTED] Maher Associates, Inc. Actuarial and Computer Consulting http

RE: OT:Multiple IP addresses on Win NT - solved

2000-07-20 Thread Christopher P. Maher
For what it is worth, I had no problem adding the 6th IP on site. Guess the problem was related to pcAnywhere somehow. Chris -Original Message- From: Timothy C. Hill [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 20, 2000 10:04 AM To: [EMAIL PROTECTED] Subject: Re: OT:Multiple IP

RE: Why does blank dates default to 1899-12-30?

2000-07-07 Thread Christopher P. Maher
Foutput /CFLoop /table I gave up trying to use CFGrid because of numerous formatting issues, including the one you mentioned with dates. Chris ------- Christopher P. Maher mailto:[EMAIL PROTECTED] Maher Associates, Inc. Actuarial and Computer

RE: conditional statements with a cfouput group

2000-05-08 Thread Christopher P. Maher
y, LastName I don't usually use CFOutput to group. Rather I use CFLoop and control my grouping by setting and comparing variables. Chris ------- Christopher P. Maher mailto:[EMAIL PROTECTED] Maher Associates, Inc. Actuarial and Computer Consulting http://www

Error exiting CFStudio 4.5.1

2000-05-04 Thread Christopher P. Maher
happening? --- Christopher P. Maher mailto:[EMAIL PROTECTED] Maher Associates, Inc. Actuarial and Computer Consulting http://www.maherassociates.com -- Archives: http

mail server requires password

2000-03-27 Thread Christopher P. Maher
with CFMail? Thanks, Chris --- Christopher P. Maher mailto:[EMAIL PROTECTED] Maher Associates, Inc. Actuarial and Computer Consulting http://www.maherassociates.com