Opening Word file with COM-HANDLE

Posted by LegacyUser on 30-Nov-2000 12:22

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").

All Replies

This thread is closed