Thanks. 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.
Oh, well I will keep digging. -----Original Message----- From: Sandy Clark [mailto:[EMAIL PROTECTED] Sent: Monday, July 07, 2003 5:55 PM To: CF-Community Subject: RE: Cfobject questions <cfdump var="#miler#"> -----Original Message----- From: John Stanley [mailto:[EMAIL PROTECTED] Sent: Monday, July 07, 2003 2:54 PM To: CF-Community Subject: Cfobject questions Okay, how is everyone today? 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=5 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=5 Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.5
