You could do a <cfdump var="#nameofcfobject com#"> to see what properties and methods may be available to CF, not all COM's are available to CF, or use OLEviewer to look at your com locally, arrays and parameters may be exposed by simple dot notation, look at CF MX Bible there's a good chapter there on COM. There may be 'getters' and 'setters' the COM developer has made available to CF, with specific ways in cfscript the CF'er usesto reference these. Also Advanced Application Development by Ben Forte should have lots on this. If the COM interface has made available to CF properties and methods you should be able to access them in cfscript, check see if the COM has docs telling how to grab them in other languages, the whole idea of com is to allow you through com to do this.
Hope this vaguely helps Colm -----Original Message----- From: Ragae Wassef [mailto:[EMAIL PROTECTED] Sent: 11 December 2003 15:52 To: [EMAIL PROTECTED] Subject: RE: [ cf-dev ] Com Object Thanks But I did search and what I found is a collection only But how about arrays and parameters by reference Can I access those too? Thanks for your help -----Original Message----- From: Colm Brazel [mailto:[EMAIL PROTECTED] Sent: Thursday, December 11, 2003 10:10 AM To: [EMAIL PROTECTED] Subject: RE: [ cf-dev ] Com Object have look at cfobject and you should be able to play with it to access its methods and loop over the array etc Colm -----Original Message----- From: Ragae Wassef [mailto:[EMAIL PROTECTED] Sent: 11 December 2003 14:46 To: [EMAIL PROTECTED] Subject: [ cf-dev ] Com Object Can I get back an array from a com object (as VB Object) and deal with it in MX ? If So would any one pass some code how to do so? Thanks --- Incoming mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.530 / Virus Database: 325 - Release Date: 22/10/2003 --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.530 / Virus Database: 325 - Release Date: 22/10/2003 -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED] -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED] --- Incoming mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.530 / Virus Database: 325 - Release Date: 22/10/2003 --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.530 / Virus Database: 325 - Release Date: 22/10/2003 -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED]
