Hmissa / altium-designer-addons

Automatically exported from code.google.com/p/altium-designer-addons
0 stars 1 forks source link

Import text file into Altium #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
hi all, I am a new memmber of Altium. I want to create one script by VB can 
load one text file. How I can do it? Can you help me
Thank you
Elek

Original issue reported on code.google.com by Chienvo2...@gmail.com on 17 Oct 2011 at 8:50

GoogleCodeExporter commented 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