Thema
:
application.Messagebox Problem
Einzelnen Beitrag anzeigen
Natcree
Registriert seit: 5. Mär 2013
502 Beiträge
Delphi 7 Enterprise
#
6
AW: application.Messagebox Problem
13. Mai 2014, 18:16
SO gehts auch nicht
zusammenfalten
·
markieren
Delphi-Quellcode:
begin
if
application.MessageBox('
Wollen Sie die Änderungen speichern ?
','
Hinweis
',
MB_YESNO
Or
MB_ICONEXCLAMATION) = IDYes
then
begin
Clientdataset1.post;
form1.show;
image10.BringToFront;
form2.Close;
Leerefelder(true);
end
else
Clientdataset1.cancel;
form1.show;
image10.BringToFront;
form2.Close;
Leerefelder(true);
end
;
Zitat
Natcree
Öffentliches Profil ansehen
Mehr Beiträge von Natcree finden