P
Peter Karlström
Hi
I'm developing a COM Addin in VB6 for Office 2003.
One of the goals with the application is that the customer wants to protect
some parts of the document.
When doing this in earlier projects I have put the parts to protect in the
header and footer of the document and used the WindowSelectionChange-event to
capture when the user tries to access these areas.
However, this customer want too much information to be protected and the
Header/Footer cant hold it all. About 60% of the first page seems to be the
roof , and some cells in the customers table doesn't fit and don't show.
I have then tried to put some of it outside the header/footer and created a
continous section-brake together with document protection for this first
section.
The solution is perfect if it wasn't for the fact that a lot of
functionality is lost in the other "open" sections of the document. For
instance doesn't PagePreview work as expected and a lot of meny options is
disabled.
The data in the protected area is mostly DOCPROPERTY values placed in a
structured table.
Is there another way to accomplish this kind of protection?
Thanks in advance
I'm developing a COM Addin in VB6 for Office 2003.
One of the goals with the application is that the customer wants to protect
some parts of the document.
When doing this in earlier projects I have put the parts to protect in the
header and footer of the document and used the WindowSelectionChange-event to
capture when the user tries to access these areas.
However, this customer want too much information to be protected and the
Header/Footer cant hold it all. About 60% of the first page seems to be the
roof , and some cells in the customers table doesn't fit and don't show.
I have then tried to put some of it outside the header/footer and created a
continous section-brake together with document protection for this first
section.
The solution is perfect if it wasn't for the fact that a lot of
functionality is lost in the other "open" sections of the document. For
instance doesn't PagePreview work as expected and a lot of meny options is
disabled.
The data in the protected area is mostly DOCPROPERTY values placed in a
structured table.
Is there another way to accomplish this kind of protection?
Thanks in advance