Registriert seit: 29. Jul 2009
Ort: Simmling
28 Beiträge
Delphi XE3 Professional
|
AW: OpenDialog erscheint nicht
10. Nov 2016, 12:38
Nein hab ich nicht. An welche stelle soll das bitte hin??
Das hab ich aber in der Test- dpr auch nicht drin stehen.
Garnichs?
Erstell ein neues Projekt und schau dir die DPR an, so in etwa sollte es doch auch in der DPR deines eigentlichen Projektes aussehn.
Sorry mein Fehler. Falsche Datei erwischt steht schon drin
Code:
begin
Application.Initialize;
Application.Title := 'Tagesblatt';
Application.CreateForm(TDataModule1, DataModule1);
Application.CreateForm(TMain, Main);
Application.CreateForm(TAbwesenheit, Abwesenheit);
Application.CreateForm(TGeplUrlAnz, GeplUrlAnz);
Application.CreateForm(TGepl_Urlaub, Gepl_Urlaub);
Application.CreateForm(TAufMich, AufMich);
Application.CreateForm(TPasswordInputBox, PasswordInputBox);
Application.CreateForm(TEintrag, Eintrag);
Application.Run;
end.
Rainer
|
|
Zitat
|