Open GoogleCodeExporter opened 9 years ago
I know how to do it in delphi
var
ReportDocument : IServerDocument;
Begin
ReportDocument := Client.OpenDocument('Text', 'C:\SomeFolder\SomeFile.txt');
If ReportDocument <> Nil Then
Client.ShowDocument(ReportDocument);
end;
But, please, ask this kind of questions on Altium Forum.
Regards,
Petar
Original comment by petar.pe...@gmail.com
on 11 Nov 2011 at 8:55
Original issue reported on code.google.com by
Chienvo2...@gmail.com
on 17 Oct 2011 at 8:50