Hi. I am replacing the formula code of a button with LotusScript. The only thing I'm having a problem with is opening a new document. The formula used is:
@Command( [Compose] ; "" ; "Main Form" ) ;
I know I can't use Evaluate(). How can I open the new "Main Form" document in LotusScript?
Thanks.
@Command( [Compose] ; "" ; "Main Form" ) ;
I know I can't use Evaluate(). How can I open the new "Main Form" document in LotusScript?
Thanks.