|
[WD 7.5] Date in german format |
Iniciado por info, 13,ago. 2003 17:02 - 2 respuestas |
| |
| | | |
|
| |
Publicado el 13,agosto 2003 - 17:02 |
How can i get in a report a german date format ( 12.07.2003 )? The format DD.MM.JJJJ give 12 07 2003 without dots. thanks Christoph |
| |
| |
| | | |
|
| | |
| |
Publicado el 13,agosto 2003 - 21:58 |
Christoph: This looks like a bug!! We have the same problem with thousand-points in decimal numbers, i.e. 1.000,20 will show as "1 000,20" etc. - however, this happens only if you run a WD-produced exe on a Windows/XP machine; it will not happen on a Windows/2000 machine.... Does anybody else have the same problem? Regards, Joe
How can i get in a report a german date format ( 12.07.2003 )? The format DD.MM.JJJJ give 12 07 2003 without dots. thanks Christoph |
| |
| |
| | | |
|
| | |
| |
Publicado el 13,agosto 2003 - 23:13 |
Christoph, One workaround: calculated control: Day() + "." + Month() + "." + Year() Obviously not ideal, but may help in your report until a more amenable solution from Windev. Regards, Marc
How can i get in a report a german date format ( 12.07.2003 )? The format DD.MM.JJJJ give 12 07 2003 without dots. thanks Christoph |
| |
| |
| | | |
|
| | | | |
| | |
|