Is someone know how to open a file with WordViewer using the COM-HANDLE ? I try this code below without success.
def var a as com-handle.
create "Word.Basic" a.
no-return-value a:fileopen("c:\test.doc").