Autor Beitrag
mkinzler
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starofftopic star
Beiträge: 4106
Erhaltene Danke: 13


Delphi 2010 Pro; Delphi.Prism 2011 pro
BeitragVerfasst: Fr 17.03.06 09:42 
Hallo Gabi,

füge an Zeile 15 folgendes ein:
ausblenden Delphi-Quelltext
1:
2:
3:
4:
5:
6:
     s:= qry_TEinldg.Fields.FieldByNumber(1).FieldName;
     for i := 2 to qry_TEinldg.FieldCount do 
     begin
       s:= s + ';' + qry_TEinldg.Fields.FieldByNumber(i).FieldName;
     end;
     Writeln(F,s);

_________________
Markus Kinzler.
gamoes Threadstarter
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starontopic star
Beiträge: 86



BeitragVerfasst: Fr 17.03.06 12:51 
Hallo Markus,
tausend Dank, jetzt sieht meine csv-Datei genau so aus wie ich sie brauche.

Viele Grüße
Gabi
mkinzler
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starofftopic star
Beiträge: 4106
Erhaltene Danke: 13


Delphi 2010 Pro; Delphi.Prism 2011 pro
BeitragVerfasst: Fr 17.03.06 12:57 
Gern geschehen!

_________________
Markus Kinzler.