I'm having issues too with one of our implementations. In my case it fails
when I try to set properties of an object:


<CFSET MyObJ.Dir = "C"> for example fails.

Also, parameters in a method fail when there are any special characters:

<CFSET temp = Myobj.Login ("myname","mypassword","C:\hello\")>

The C:\hello would fail because of the semi-colon and/or backslash.


This page refers to a Technote which is currently blank, but take a look at
the Accessing COM section and tell me what you think:

http://www.macromedia.com/v1/Handlers/index.cfm?ID=22993&Method=Full

Frank Mamone




----- Original Message -----
From: "Lewis Sellers" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, June 06, 2002 3:38 PM
Subject: CFMX and COM


> Can I say MX's COM support sucks? I'm going to anyway. Almost nothing
> I have COM-wise that was developed for ASP and CF 3 - 5 works under
> it. :)
>
> Grr.
>
>
> --min
>
> 
______________________________________________________________________
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to