[Gambas-user] WebDateChoose does not always show all days of the month

André LOEWEN loewen.amj at gmail.com
Thu Mar 3 19:18:13 CET 2022


Hello,

For some dates the WebDateChooser does not show all days of the month.
Example: For May 2022, the days 30.5.2022 and 31.5.2022 are missing and 
unfortunately cannot be selected in the next month.

The error is probably in:
Public Sub panCalendar_Render() of the WebDateChooser class.

For Y = 1 to 5 ... NEXT (about line 162)
shall be replaced by For Y = 1 To *6*...NEXT

This fix works fine for me.

Kind Regards

André
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20220303/36602fb1/attachment-0001.htm>


More information about the User mailing list