Expand my Community achievements bar.

Comments Issues

Avatar

Level 1

I need help.  I have a document that worked wonderfully for a very long time.  All of a sudden it is showing up with the comments box at the bottom of the document when opened.  I have deleted the item/s that it is considering to be the comments (it even tells me the document has no comments), I have hidden the comments, I have resaved the document, I have saved the document at something else.  No matter what I do that comments box keeps coming back.

Any suggestions on how to get rid of this would be extremely helpful.

1 Reply

Avatar

Level 10

Hi,

you can put a script in the initialize event of your form to hide all panes, when the form opens.

event.target.viewState = {overViewMode:5};