Hi,
I'm working through a minigui project uses
win_oleCreateObject( "Outlook.Application" )
to connect to the installed Outlook app, and filter out certain email messages & subjects, and then search through a spreadsheet & do some other stuff.
In the minigui debugger, the outlook object - and other related objects - show up as just
Class WIN_OLEAUTO object
, and when you click on it, it doesn't display any details about the object. It'll just pop up a message that the
Value cannot be edited.
I coded an equivalent script in VBScript. When I examine the objects in the VBSEdit debugger, it displays all the Methods & Properties, with details about the internal arrays, & so forth.
So -
Is there a better debugger for Harbour, that shows more information
or
Is there a better function than win_oleCreateObject() - either in a Harbour contribution library, or in Fivewin - that shows more details about Ole objects that are being used?