I have a custom action on my Memo form which calls a VB app in a modal window (when launched, the custom dll uses “Form.show vbModal”). In Notes 8.5 Basic and older versions, the user is restricted from switching focus until they have closed the VB app, however in R8.5 (Eclipse version), the ‘modality’ is not observed and they are free to change focus and even close the Notes client while the vb app remains open.
Is there some way that I can bind the modal window to Notes - perhaps I should be launching the vb app via a plugin - has anybody encountered this?