Einzelnen Beitrag anzeigen

weinberger

Registriert seit: 29. Jul 2009
Ort: Simmling
28 Beiträge
 
Delphi XE3 Professional
 
#6

AW: OpenDialog erscheint nicht

  Alt 10. Nov 2016, 11: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
  Mit Zitat antworten Zitat