----------------------------------
<cfobject action="" type="com" class="Cybersource.ICS.3" name="oICS">
Setting a few properties:
----------------------------------
<cfset oICS.Log = "True">
<cfset oICS.LogPath = "e:\">
<cfset oICS.LogSize = "10">
Calling a method that sets properties:
------------------------------------------------------
<cfset oICS.SetValue ("customer_firstName", "#firstname#")>
<cfset oICS.SetValue ("customer_lastname", "#lastname#")>
<cfset oICS.SetValue ("bill_country", "#country#")>
Another method:
----------------------------
<cfset oICS.Send()>
Dan
-----Original Message-----
From: Sam komolafe [mailto:[EMAIL PROTECTED]
Sent: Tuesday, January 06, 2004 6:48 PM
To: CF-Talk
Subject: How do I access COM Object properties in CF
Hi,
How do I access COM Object properties using CFObject tag?
Thank
Sam
---
[This E-mail scanned for viruses.]
_____
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

