G
Gajdar
I'm sure this is simple. What I'm doing is concatenating several documents
into a single document (using InsertFile), saving the concatenated document,
and reopening it read only to force a save if the user changes it. But it
opens at the top of the last inserted file, not the top of the document.
There must be a "cursor position" property I can set, but either it isn't in
either Document or Documents or I'm not recognizing what it is called.
I'm doing this is C++, but I doubt that is relevant, since all the VB
commands are available (though a bit more awkward).
into a single document (using InsertFile), saving the concatenated document,
and reopening it read only to force a save if the user changes it. But it
opens at the top of the last inserted file, not the top of the document.
There must be a "cursor position" property I can set, but either it isn't in
either Document or Documents or I'm not recognizing what it is called.
I'm doing this is C++, but I doubt that is relevant, since all the VB
commands are available (though a bit more awkward).