Hallo,
folgendes Script sucht ein Dokument aus dem Backend und öffnet dieses (soweit funktioniert das Script):
keys(0) = a2
keys(1) = "M9"
Set tmpdoc = v.GetDocumentbyKey(Keys,True)
If Not (tmpdoc Is Nothing) Then
Call ws.EditDocument( True , tmpdoc)
.....
End if
aber das Problem:
Wie kann ich diese Dokument jetzt drucken mit
Call tmpdoc.print(1)
funktionierts nicht.