Hello, in my custom form, i open the document management form with the following code,in a button's click event:
if (!infolog.docu().isDocuViewSet())
{
infolog.docu().note(element);
}
else
{
infolog.docu().setActive();
}
How can I also rename the forms caption? As default i get "Document handling of (1)"