Jochen Georges wrote: > On Friday 17 June 2005 16:31, Mathias Bauer wrote: > > Hallo Mathias & Liste > >> Für das Drucken gibt es den einfachen Workaround, in den >> Print-Parametern "Wait" mit dem Wert "True" zu verwenden. Dann kehrt der >> Print-Call erst zurück, wenn alles fertig ist und close wird funktionieren. > > Am Wochenende bin ich druckerlos, deswegen probiere ich es nicht aus, sondern > frage nochmal nach. > > Meinst du das so? > Dim PrintProp(0) As New com.sun.star.beans.PropertyValue > PrintProp(0).name = "Wait" > PrintProp(0).value = True > ... > Doc.Print(printProp())
Exakt. Danach sollte ein Doc.close(True) funktionieren. Ciao, Mathias -- Mathias Bauer - OpenOffice.org Application Framework Project Lead Please reply to the list only, [EMAIL PROTECTED] is a spam sink. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
