yes I can call these 3 methods just fine as I said, but I don't seem to get any data back, or I just don;t know how to access it or output it as I can't cfdump it or loop over it. It is a custom COM that extracts data from our hosting control panel, so no you can;t download it from anywhere.
On Sat, Sep 3, 2011 at 6:21 PM, Dave Watts <[email protected]> wrote: > > > I have the main methods, which I know how to call and what attributes to > > pass, but that's it. > > I have use oleview, but that also is not telling me much more. > > > > interface _Export : IDispatch { > > [id(0x60030000)] HRESULT _stdcall GetCustomerDomains(...); > > [id(0x60030001)] HRESULT _stdcall GetDomainResources(...); > > [id(0x60030002)] HRESULT _stdcall GetUsers(...); > > Dumb question: have you tried calling these methods directly? > > Is this COM object available for download somewhere? What's it supposed to > do? > > Dave Watts, CTO, Fig Leaf Software > http://www.figleaf.com/ > http://training.figleaf.com/ > > Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on > GSA Schedule, and provides the highest caliber vendor-authorized > instruction at our training centers, online > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:347217 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

