Get information from executed Layout
Gerhard Bienen
Dear Forum,
i'm looking for a way to get information from an executed Layout to use it in the
extended code.
I start the rule after execute a print event and create a new pdf document to store it in the archive.
start it with the ArchiveEventMethod
Public Sub ArchiveEventMethod(pVal As LayoutHelper.ArchiveDefinition)
I need some information from the executed Layout fo rexample the docEntry or the DocNum to
do someting else. (write information to an UDT)
I get the value e.g. LayoutHelper.LDParam.PrintDefCode
but i dont get any further data information from the Layout.
I can access the Layout for example with
pVal.Mode.ToString()
and get the Mode
Any ideas to get further information from the layout?
thanks
Gerhard
Please sign in to leave a comment.
Comments
0 comments