Thanks for the response Dave.
None of those solutions worked.  I guess I'll try to use this in a CFX
instead unless anyone has gotten MSSoap to work using CF.

Thanks,
Chris
----------------------------------------------
Original Message
From: "Dave Watts"<[EMAIL PROTECTED]>
Subject: RE: [Second Try] COM CFObject Question
Date: Mon, 14 Jul 2003 19:05:54 -0400

>> I have a quick COM/cfobject question that I hope someone 
>> could help me with. I am trying to impliment the following 
>> function:
>> 
>> s.ClientProperty("ServerHTTPRequest") = true;
>> 
>> But CF (4.5) is complaining about the left hand operand 
>> being a function. Is there any other way that I can perform 
>> this assignment?
>
>These are just shots in the dark. Try any, and see if they work:
>
><cfset s.ClientProperty.ServerHTTPRequest = true>
><cfset "#s.ClientProperty("ServerHTTPRequest")#" = true>
><cfset s.ClientProperty["ServerHTTPRequest"] = true>
>
>Dave Watts, CTO, Fig Leaf Software
>http://www.figleaf.com/
>voice: (202) 797-5496
>fax: (202) 797-5444
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to