RE: cfset a.b = c -- COM error 0x80070005. Access is denied.

2002-04-14 Thread Dave Watts
Here's what I was trying to do based on an ASP VBScript example. ASP VBScript: SET a.b = c CFML: cfset a.b = c a is a COM object. b is a property of a that returns an object (i.e. not a simple value). c is an instantiated object of the same type as b. When a is instantiated,

cfset a.b = c -- COM error 0x80070005. Access is denied.

2002-04-12 Thread James Ang
Here's what I was trying to do based on an ASP VBScript example. ASP VBScript: SET a.b = c CFML: cfset a.b = c a is a COM object. b is a property of a that returns an object (i.e. not a simple value). c is an instantiated object of the same type as b. When a is instantiated, the property b is

Re: cfset a.b = c -- COM error 0x80070005. Access is denied.

2002-04-12 Thread Howie Hamlin
. - Original Message - From: James Ang [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, April 12, 2002 7:33 AM Subject: cfset a.b = c -- COM error 0x80070005. Access is denied. Here's what I was trying to do based on an ASP VBScript example. ASP VBScript: SET a.b = c CFML: cfset a.b