Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Sonstige Fragen zu Delphi (https://www.delphipraxis.net/19-sonstige-fragen-zu-delphi/)
-   -   Delphi Problem bei Datumsanzeige (https://www.delphipraxis.net/91526-problem-bei-datumsanzeige.html)

LOMBI 6. Mai 2007 16:58


Problem bei Datumsanzeige
 
Hallo,

ich möchte in einem Label das aktuelle Datum anzeigen lassen und in die ABSTable speichern:


Delphi-Quellcode:
procedure TFmDemoDlg.ABSQueryDatumAfterInsert(DataSet: TDataSet);
begin
//aktuelles Datum einsetzen;
  LbLDatum.Caption := FormatDateTime('yyyy/mm/dd', Now);
end;
Das Datum wird im Label nicht angezeigt. Habe ich etwas vergessen?

Gruß
Lombi

mkinzler 6. Mai 2007 17:11

Re: Problem bei Datumsanzeige
 
Wird den der Event getriggert?

LOMBI 6. Mai 2007 19:45

Re: Problem bei Datumsanzeige
 
Ich meine ja.
ABSQuery, DataSet ist mit ABSTable verbunden.

mkinzler 6. Mai 2007 19:51

Re: Problem bei Datumsanzeige
 
Setz doch mal einem Breakpoint


Alle Zeitangaben in WEZ +1. Es ist jetzt 05:17 Uhr.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz