Thanks, but when I run it I get the following errors: java.lang.NoSuchMethodException: There is no method called Item. An exception occurred during method selection process for Method getClass The cause of this exception was that there are no methods with the the specified method name and argument types. An exception occurred when executing a Com method.
So I will keep digging. -----Original Message----- From: Ian Skinner [mailto:[EMAIL PROTECTED] Sent: Monday, July 07, 2003 4:10 PM To: CF-Talk Subject: RE: cfobject Never tried it with a com object, but CFDUMP may. You could try <cfdump var="#miler#">. -------------- Ian Skinner Web Programmer BloodSource Sacramento, CA -----Original Message----- From: John Stanley [mailto:[EMAIL PROTECTED] Sent: Monday, July 07, 2003 12:14 PM To: CF-Talk Subject: cfobject I have a .dll that I have registered on the server machine. I can view the COM object on the OLE/COM object viewer. I connected to the COM object using the following code: <cfobject action="Create" type="COM" class="PCMServer.PCMServer.1" name="miler"> at least I think I have connected because when I run this code it does not error, out. I cannot seem to call any of the methods specified in the OLE/COM object viewer. Is there a way, in cold fusion to display the available methods in the browser of a COM object that I have already connected to? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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 This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. http://www.cfhosting.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

