Show/Hide a document
I have created a document using F_ApiCustomDoc() to output a table data.
Before outputing the table data, I use the following code (1) to hide the document.
(1)F_ApiSetInt(FV_SessionId, docToId, FP_IsOnScreen, False);
And after outputing the table data, I use the following code (2) to show the document.
(2)F_ApiSetInt(FV_SessionId, docToId, FP_IsOnScreen, True);
This code works well until Framemaker2015.
But when I executed with FrameMaker2020, the document isn't shown after (2).
I don't know what is causing it.
Do you have any solution?
