Has anyone seen this before? - documented bug?

2002-10-02 Thread Dave Wilson
Hi all, I've just been checking through our applications after upgrading from CF4.5 to CFMX and came across the following strange error. Basically I have a template which carries out various calculations to determine insurance premiums for a vehicle. So my final output variable is simply called

Re: Has anyone seen this before? - documented bug?

2002-10-02 Thread Sean A Corfield
Perhaps you have a variable called premium elsewhere in your code that has a non-simple value? On Wednesday, Oct 2, 2002, at 04:53 US/Pacific, Dave Wilson wrote: Hi all, I've just been checking through our applications after upgrading from CF4.5 to CFMX and came across the following

RE: Has anyone seen this before? - documented bug?

2002-10-02 Thread Adam Reynolds
[mailto:[EMAIL PROTECTED]] Sent: 02 October 2002 16:56 To: CF-Talk Subject: Re: Has anyone seen this before? - documented bug? Perhaps you have a variable called premium elsewhere in your code that has a non-simple value? On Wednesday, Oct 2, 2002, at 04:53 US/Pacific, Dave Wilson wrote

RE: Has anyone seen this before? - documented bug?

2002-10-02 Thread Raymond Camden
is the Force, and a powerful ally it is. - Yoda -Original Message- From: Adam Reynolds [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 02, 2002 12:08 PM To: CF-Talk Subject: RE: Has anyone seen this before? - documented bug? Make sure you identify the scope of the variable. I

RE: Has anyone seen this before? - documented bug?

2002-10-02 Thread Shahzad.Butt
PROTECTED]] Sent: 02 October 2002 12:54 To: CF-Talk Subject: Has anyone seen this before? - documented bug? Hi all, I've just been checking through our applications after upgrading from CF4.5 to CFMX and came across the following strange error. Basically I have a template which carries out various

RE: Has anyone seen this before? - documented bug?

2002-10-02 Thread Rob Rohan
]] Sent: Wednesday, October 02, 2002 9:17 AM To: CF-Talk Subject: RE: Has anyone seen this before? - documented bug? I have seen same error message by migrating from CF5 to CXFMX. But in my case CFMX was playing up with GUIDs (in SQL Server). So rather than using JDBC ODBC bridge, I chose Microsoft SQL