Announcement

Collapse
No announcement yet.

Druckersteuerung - WORD -

Collapse
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Druckersteuerung - WORD -

    hallo,

    wer kann mir einen tip geben, wie ich ich<BR>
    in folgender routine eine druckersteuerung<BR>
    einbauen kann. <BR>

    WINWORD:=createoleobject'word.application.8');
    <BR>
    WINWORD.documents.open(dateiname );<BR>
    WINWORD.visible := FALSE;<BR>
    WINWORD.printOut;<BR>
    WHILE<BR> WINWORD.Application.BackgroundPrintingStatus > 0 DO<BR>
    BEGIN<BR>
    sleep(5);<BR>
    END;<BR>
    WINWORD.documents.close;<BR>

    mfg

    ernst

  • #2
    hallo,
    If Print.Dialog1.Execute Then.....

    Comment


    • #3
      Was willst Du denn steuern?<p>
      Schöne Grüße, Mario Noac
      Schöne Grüße, Mario

      Comment

      Working...
      X