Looping over collections inside CFSCRIPT doesn't work. This might be what he
was referring to. One of the major pet peeves we had.
I'm going to check on that attribute order switch. They said that they were
moving it back to the original for the full release.


> I'm not running 5.0, but Dain Anderson pointed out to me that the order of
the
> arguments to CreateObject has changed.
>
> Beta 3:
> objWord = CreateObject("COM", "Word.Application", "Local");
>
> RC1:
> objWord = CreateObject("COM", "Local", "Word.Application");
>
> It also may be that looping over collections sometimes doesn't work.
(How's
> that line for a vague response?)
>
> -David
>
> On Tuesday, June 19, 2001 11:35 PM, Dylan Bromby [SMTP:[EMAIL PROTECTED]]
wrote:
> > I know this vague, but has anyone experienced any odd problems with
CF5.0
> > and COM objects?
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to