CF, Mas 90 ODBC

2003-02-26 Thread Justin Hansen
I'm also embarking on a CFMX / Mas 90 project. Have anyone gotten CF to talk to Mas 90 via ODBC? If so how. Where do I start? Justin Hansen -- Uhlig Communications Systems Engineer -- [EMAIL PROTECTED] 913-754-4273 Office 816-695-4045 Mobile

RE: CF, Mas 90 ODBC

2003-02-26 Thread Chris Kief
free to contact me off-list if you run into problems. chris -Original Message- From: Justin Hansen [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 26, 2003 8:35 AM To: CF-Talk Subject: CF, Mas 90 ODBC I'm also embarking on a CFMX / Mas 90 project. Have anyone gotten CF to talk

Re: CF, Mas 90 ODBC

2003-02-26 Thread Leonardo Crespo - Cftop.COM
What is the equivalent of the CDBL() function (asp) in coldfusion? I have a COM object that takes a weight as a parameter. In one computer, it interprets 6.65 30 and 6,65 30 and on the other occurs the exact oposite. Thxx

CF Mas 90

2002-04-26 Thread Justin Hansen
Has anybody integrated a CF app with the Mas 90 Accounting package? How did it go? Justin Hansen -- Uhlig Communications Web Developer / Programmer -- [EMAIL PROTECTED] 913-498-0123 ext 284 --

Re: CF Mas 90

2002-04-26 Thread Jacob
WOW.. MAS90.. have not used that since 1993... At 10:13 AM 4/26/2002 -0500, you wrote: Has anybody integrated a CF app with the Mas 90 Accounting package? How did it go? Justin Hansen -- Uhlig Communications Web Developer / Programmer -- [EMAIL

RE: CF Mas 90

2002-04-26 Thread Brian Fox
Hi - Does ColdFusion allow CFTRY blocks to be nested? I thought it did, but after writing nested error handling, whenever I rethrow an error from the inner block, I do not get the outer block's catch clause. I get the CF default error handler. I'm using cfinclude a bit - would that cause