I want to be a HMG Poster

New members who wish to post and participate in HMG Forum, please introduce yourselves in this forum by starting a new thread.

Moderator: Rathinagiri

emzampi
Posts: 106
Joined: Sun Aug 11, 2013 9:00 am

Re: I want to be a HMG Poster

Post by emzampi »

Hi Gerald I can no longer post
emzampi
Posts: 106
Joined: Sun Aug 11, 2013 9:00 am

Possible bug caused by leap year

Post by emzampi »

I think I found a leap year bug, using this command
@ 20/h, 870/s DATEPICKER Date_3 ;
DATE VALUE() ;
Width 168/l;
Height 55/h;
FONT "Arial" SIZE 50 / w bold ;
IN CHANGE { || ( year0 := SUBSTR(DTOC(condo.date_3.value ), 7, 4 ) ) } ;
FORMAT "aaaa" ;
TOOLTIP "Choose the year"

Normally I can change the year while today 02/29/2023 if I use the arrows to change the year this disappears... but if I change the day from 29 to 28 the year change works again with the up and down arrows
Post Reply