Printing a running activeX control

I’ve been attempting to print an activeX control when a form is in Read Only state. The activeX control has has the lotus property “run object when reading document”, and the OLE object property OLEMISC_ACTIVATEWHENVISIBLE. if either of these properties are removed, it prints somewhat successfully. however with them included nothing appears in the printout,(on screen everything looks great)

In Notes 5.0, the OnDrawMetaFile method is called whenever a print command occurs, however this doesn’t appear to happen in 6. In 6 I believe a MetaFile is stored and printed from. What i do not understand is why the properties mentioned earlier, would cause the control to stop printing,

anyone have any clue?

Thanks

Kevin