Single Category Embedded view problem to show first document

I have a form with an embedded single category view. There are no documents in this category, so the embedded view is empty.

I add a document that fits in the current category

Now there’s no way to make this first document show up automaticly in the embedded view. No matter wich refresh or rebuild method I use. (of the UIDocument, View and UIView, …)

The only way is to clik in the embeddeb view and to press F9, or to close and reopen the form.

Anyone has a tip?

Once there are documents in the embedded view, there are no problems, and newly created documents show up as they should…

Subject: Single Category Embedded view problem to show first document

Did you ever get this resolved. I have the same problem.

Subject: RE: Single Category Embedded view problem to show first document

If you use the command

@Command([ToolsMarkAllRead])

in the PostSave-event of the new document, it works well. I don’t know why.

Subject: RE: Single Category Embedded view problem to show first document

This works perfectly for me.

Do you have any suggestions on how to turn off the “Mark all documents as Read” confirmation which is occuring on the user’s machine?