Closing tabs / screens

Hi

I have created a document link that is emailed to the user. When they click on the document link it opens a Scorecard Menu form. Within the Scorecard Menu form in “Postopen” properties I have added the following formula “@Command ( [Compose] ; “Scorecard Entry” )

So when they click on the document link it opens up two windows, is there anyway to close the Scorecard Menu form window and leave the Scorecard Entry form window open ?

Hope this makes sense. I have done it this way to be able to email a question form to everyone in our company.

Thanks

Stefan

Subject: Closing tabs / screens

Form : Scorecard Menu

QueryOpen Event: @Command ( [Compose] ; “Scorecard Entry” )

PostOpen Event: Inside the Sub Postopen, Write, Call Source.Close()

HTH

Adi