Launch Customer Memo from a button.

Currently you cannot make changes to the sales order without closing the Memo screen. I'm trying to launch Customer Memo from a button in Sales Order entry. 

I tried

 retval = oSession.InvokeProgram("AR_CustomerMemo_bus.pvc","CustomerNo") 

The retval = 0, so the program launched but I'm getting no screen.

Any idea what's going on?