OK, sorry I had solved that for myself. Get a reference to the Forms Frame and tell that to close.

dim frmFrame as object
frmFrame   = ThisComponent.CurrentController.Frame   
frmFrame.close(true)

Sorry, for the ill formed question.

But that still leaves this question. I have yet to be able to get a form to close by calling Form.close(True), is there something I am missing. It would be cleaner then using the Frame.

Andrew

Reply via email to