Print Page | Close Window

DatePicker does not save Customizations

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Calendar
Forum Description: Topics Related to Codejock Calendar
URL: http://forum.codejock.com/forum_posts.asp?TID=3105
Printed Date: 14 May 2024 at 5:38am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: DatePicker does not save Customizations
Posted By: Bjarne
Subject: DatePicker does not save Customizations
Date Posted: 27 October 2005 at 2:59am

Hello,

I have tried several ways of modifying the text of the 'None' and 'Today' buttons using the 'TextNoneButton' and 'TextTodayButton' properties. It works fine when I type it in, but as soon as I run the project the values are back to the default.

I think this is a bug?

Bjarne




Replies:
Posted By: Bjarne
Date Posted: 27 October 2005 at 3:00am
Forgot: I am running V9.8 of the Controls and VB6 SP6


Posted By: sserge
Date Posted: 03 November 2005 at 2:23pm
Hi Bjarne,

This is actually a bug in the software.
The following properties are missed when form is saved:
TextNoneButton;
TextTodayButton;
FirstWeekOfYearDays;
This will be fixed for the next version. Thank you.

For now please set them on the runtime - in the Form_Load() handler.
Like:
    datePicker.TextNoneButton = "NNN" ' for example

--
WBR,
Serge


Posted By: Bjarne
Date Posted: 03 November 2005 at 4:08pm

Thank you.

Bjarne




Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net