Calendar field : calendar doesn't appear in smart client

Hi every one,

I’m a new french developper in servoy. I’ve servoy 5.1.0 installed on a Windows 2003 Server.

My calendar fields doesn’t work anymore in smart client. When I click on the 3 points button the calendar doesn’t appear.
When I’m working in the developer (installed on the server) and that I launch the smart client through it my calendar fields work very well.
But when I launch smart client by typing http://myserver:8080/ from a client … my fields doesn’t work anymore.
I don’t know what happended because they used to work not a long time ago.

My clients PCs have the Java 6 update 18 b07 version on it.

Many thanks for your help !

any errors in the java console webstart can open for you?

Hello thanks for your help.

I launched the java console and there seems to be this error :

Exception in thread “AWT-EventQueue-0” java.lang.IllegalArgumentException: Illegal pattern character ‘Y’

Is this meaning something for you ?

yes what is your format you have specified on that field?

does that have a YYYY ? thats illegal it should be yyyy

Hello jcompagner,

I checked my date format in my database and no one of my fields had one ! I saw that in smart client my fields were for example “29 oct. 2010” and made an error while in developper it was 29/10/2010" and worked ! So I put a format dd/MM/YYYY in my databse fields and all is ok now !

I really really thank you for your very very usefull help !

Regards.