Autor Beitrag
p_m
Hält's aus hier
Beiträge: 9



BeitragVerfasst: So 20.05.07 13:58 
Ich habe folgendes Problem

Ich möchte mit ein Toolbutton zurück zu einem Formular. Es funktioniert aber nicht obwohl ihc im implementationsteil die dazugehörige Unit deklariert habe.

Bitte um Hilfe!!!!
Noob23
ontopic starontopic starontopic starontopic starontopic starontopic starhalf ontopic starofftopic star
Beiträge: 93

Win XP, Win Server 2003, Win 7, Ubuntu
Delphi 7, c/c++ Dev-c++, µC-8051 Keil, Webdesign Notepad++
BeitragVerfasst: So 20.05.07 14:03 
moin,
was verstehst du unter toolbutton?
und poste doch mal den relevanten code ;)
p_m Threadstarter
Hält's aus hier
Beiträge: 9



BeitragVerfasst: So 20.05.07 20:16 
ausblenden Delphi-Quelltext
1:
2:
3:
4:
procedure TForm3.ToolButton2Click(Sender: TObject);
begin
Form2.Show;
end;


vorher
ausblenden Delphi-Quelltext
1:
2:
3:
4:
5:
implementation


{$R *.dfm}
 uses Unit2


Ein Toolbutton ist übrigens ein Button den du auf ner Toolbar anbringen kannst :)

Moderiert von user profile iconraziel: Delphi-Tags hinzugefügt
Lannes
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starhalf ontopic star
Beiträge: 2352
Erhaltene Danke: 4

Win XP, 95, 3.11, IE6
D3 Prof, D4 Standard, D2005 PE, TurboDelphi, Lazarus, D2010
BeitragVerfasst: So 20.05.07 21:25 
Hallo,

und wie äußert sich das nicht funktionieren?

_________________
MfG Lannes
(Nichts ist nicht Nichts) and ('' <> nil ) and (Pointer('') = nil ) and (@('') <> nil )
Noob23
ontopic starontopic starontopic starontopic starontopic starontopic starhalf ontopic starofftopic star
Beiträge: 93

Win XP, Win Server 2003, Win 7, Ubuntu
Delphi 7, c/c++ Dev-c++, µC-8051 Keil, Webdesign Notepad++
BeitragVerfasst: Mo 21.05.07 19:05 
wenn des der code is den du so verwendest mach aus
ausblenden Delphi-Quelltext
1:
uses Unit2					

ausblenden Delphi-Quelltext
1:
uses Unit2;					

dann sollt es gehen ;)