Costas,
> But now I also have an object inside the Ole called 'log'
>
> So in VFP i can execute a method of log as follows:
>
> xx.log.writeLog('something')
>
> I am trying to figure out how to do this cascaded with Dolphin. Could
> someone help me with the right syntax?
Typically I use the ActiveX Component Wizard to generate classes and
experiment for a while. If it's something that I plan to keep, then I'll
idiot proof it with some simple entry points, either as methods or new
classes as appropriate.
Of course, you might be ahead of me and already decided against generating,
because it can sometimes create a LOT of classes. IDispatch class>>example3
uses #getProperty:, and you might find that asking for log as a property
will work.
Try inspecting
xx typeInfo printIDL
to see if you get some helpful type info.
Does that help?
Bill
--
Wilhelm K. Schwab, Ph.D.
[hidden email]