Hi all,
with Powerbuilder we are using OLE to create and later open MS Word documents for viewing. This works fine for several versions (2003, 2007, 2010).
Now while testing this feature against Office 2013 we have some problems with the following statements:
luo_vba_oleobject.application.documents.open(ls_path)
luo_vba_oleobject.application.activate()
luo_vba_oleobject.application.WindowState = 1 //
luo_vba_oleobject.application.documents.item(ls_filename).activate()
First statement works fine while all three of the next causing PB runtime errors.
Any thoughts about that?
Thanks,
Stefan