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/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to