From: Rüdiger Fresemann on
Hi

In my app I have a window with an OLEObject where Word Documents can be
presented on request. To do this I use following command to bind the
Document with the object:

oDCAnyObject:createlink(<PathAndNameOfFile>)

works fine, but unfortunately only the first page is displayed. How can I
browse within a multipage document? Something like a scroll bar would be
nice...

Anyway, I need the Command or Syntax to change to the next page and back,
and so on....
Thanks for help

R�diger