Autor Beitrag
majolo
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starhalf ontopic star
Beiträge: 334

Ubuntu 8.04, WinXP Prof.
D1, D6Pers, D7 Prof., D8 Prof., D2005 Pers
BeitragVerfasst: Mo 09.09.02 19:58 
Tach Leute,

ich habe wirklich ein dummes Problem und es ist wahrscheinlich einfach zu lösen. Ich möchte gerne in einem Verzeichnis eine Datei auswählen.Pfad + Dateiname sollen dann in einem EditFeld angezeigt werden.Ist das mit OpenDialog zu realisieren.Wenn ja, hat einer vielleicht ein kurzes Code-BSP.
Vielen Dank im vorraus
Gruß
majolo
DeCodeGuru
ontopic starontopic starontopic starontopic starontopic starhalf ontopic starofftopic starofftopic star
Beiträge: 1333
Erhaltene Danke: 1

Arch Linux
Eclipse
BeitragVerfasst: Mo 09.09.02 20:30 
meinst du sowas?

ausblenden Quelltext
1:
2:
3:
4:
if opendialog1.execute then
begin
  edit.text := opendialog1.Filename;
end;

_________________
Viele Grüße
Jakob
majolo Threadstarter
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starhalf ontopic star
Beiträge: 334

Ubuntu 8.04, WinXP Prof.
D1, D6Pers, D7 Prof., D8 Prof., D2005 Pers
BeitragVerfasst: Di 10.09.02 14:49 
Vielen Dank.
War ja ganz simpel.Und ich habe alles mögliche mit path und so probiert.
Danke und Gruß
majolo