Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Sonstige Fragen zu Delphi (https://www.delphipraxis.net/19-sonstige-fragen-zu-delphi/)
-   -   Delphi DevExpress tcxDateEdit (https://www.delphipraxis.net/179292-devexpress-tcxdateedit.html)

Walter Landwehr 25. Feb 2014 10:24

DevExpress tcxDateEdit
 
Hallo,

kennt sich jemand mit den DevExpress Komponenten aus. Ich habe folgendes Problem:

Komponente: tcxDateEdit

Delphi-Quellcode:
     VonDatumEdit.Date := Date;
unter Dephi 2007 funktioniert diese Zuweisung unter Delphi XE2 nicht. Es kommt die Meldung 'ungültige Gleitkommaoperation'. Warum?

Kennt jemand eine Antwort?

Danke.

himitsu 25. Feb 2014 10:42

AW: DevExpress tcxDateEdit
 
Probier mal
Delphi-Quellcode:
.EditValue
statt
Delphi-Quellcode:
.Date
.

Union 25. Feb 2014 10:45

AW: DevExpress tcxDateEdit
 
Bei mir [XE5] geht die Zuweisung ohne Probleme. Hast Du irgendwelche OnChange-Events?

Walter Landwehr 26. Feb 2014 07:58

AW: DevExpress tcxDateEdit
 
Danke an alle. Habe es gelöst mit EditValue und als Type Date eingestellt.


Alle Zeitangaben in WEZ +1. Es ist jetzt 20:10 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