Thema: Delphi Word-Komponente

Einzelnen Beitrag anzeigen

rbest

Registriert seit: 14. Nov 2003
Ort: Tannheim
71 Beiträge
 
Delphi 7 Professional
 
#1

Word-Komponente

  Alt 16. Jun 2004, 10:17
Hai Gaiis,
Habe ein Problem mit der Word-Komponente. Wenn ich ein dokument aufgemacht habe und wenn ich nach dem Schliessen selbiges nochmal aufmachen möchte, kommt die Meldung rpc-Server nicht gefunden (oder so). Das ist mein Code:
Delphi-Quellcode:
    _WordApplication.Documents.Open('Dateixy.doc',EmptyParam,EmptyParam,EmptyParam,
           EmptyParam,EmptyParam,EmptyParam,EmptyParam,EmptyParam,EmptyParam,
          EmptyParam,EmptyParam);
    _WordApplication.Visible := True;
    _WordApplication.Activate;
Im Voraus besten Dank!
Wenn nur alle so wären wie ich - sein sollte.
  Mit Zitat antworten Zitat