It should be a case of useing CFSET

so say you ahave a COM object of oFoo with a property size

<CFSET oFoo.Size = 12>

should set the size of 12 amd

<CFSET Temp = oFoo.Size>

should read the size


HTH

Mike
-----Original Message-----
From: lsellers [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 30, 2001 7:55
To: CF-Talk
Subject: cfobject get properties



When using cfobject with a COM that has both get and put properties of the
same name, cf seems to always assume I'm talking about the get property.
Thus I can't set the property. Anyone know how to convince it otherwise? :)

I have no problems at all with this under asp, etc.

--min
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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