DatePicker does not save Customizations |
Post Reply |
Author | |
Bjarne
Newbie Joined: 30 December 2003 Location: Denmark Status: Offline Points: 28 |
Post Options
Thanks(0)
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 |
|
Bjarne
Newbie Joined: 30 December 2003 Location: Denmark Status: Offline Points: 28 |
Post Options
Thanks(0)
|
Forgot: I am running V9.8 of the Controls and VB6 SP6
|
|
sserge
Moderator Group Joined: 01 December 2004 Status: Offline Points: 1297 |
Post Options
Thanks(0)
|
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 |
|
Bjarne
Newbie Joined: 30 December 2003 Location: Denmark Status: Offline Points: 28 |
Post Options
Thanks(0)
|
Thank you. Bjarne |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |