> > The short answer is, you can't. The longer (and more 
> > useful) answer is to simply pass the value that the 
> > constant represents, instead of trying to pass the 
> > constant itself. Just look up what wdRowHeightExactly 
> > contains (it's probably an integer) and pass that instead.
> 
> just wondered, is this the case for using COM with CF (in 
> which case perhaps it should be documented) or does the 
> same problem exist using COM in asp?

In ASP, you'd typically have an include file which specifies the values of
the constants, which is why it works. You could do the same thing in CF, by
using CFSET to initialize the "constant", and then you could reference it
within your code.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
______________________________________________________________________
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation � $99/Month � Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to