Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Calendar
  New Posts New Posts RSS Feed - DatePicker does not save Customizations
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

DatePicker does not save Customizations

 Post Reply Post Reply
Author
Message
Bjarne View Drop Down
Newbie
Newbie
Avatar

Joined: 30 December 2003
Location: Denmark
Status: Offline
Points: 28
Post Options Post Options   Thanks (0) Thanks(0)   Quote Bjarne Quote  Post ReplyReply Direct Link To This Post Topic: DatePicker does not save Customizations
    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

Back to Top
Bjarne View Drop Down
Newbie
Newbie
Avatar

Joined: 30 December 2003
Location: Denmark
Status: Offline
Points: 28
Post Options Post Options   Thanks (0) Thanks(0)   Quote Bjarne Quote  Post ReplyReply Direct Link To This Post Posted: 27 October 2005 at 3:00am
Forgot: I am running V9.8 of the Controls and VB6 SP6
Back to Top
sserge View Drop Down
Moderator Group
Moderator Group


Joined: 01 December 2004
Status: Offline
Points: 1297
Post Options Post Options   Thanks (0) Thanks(0)   Quote sserge Quote  Post ReplyReply Direct Link To This Post 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
Back to Top
Bjarne View Drop Down
Newbie
Newbie
Avatar

Joined: 30 December 2003
Location: Denmark
Status: Offline
Points: 28
Post Options Post Options   Thanks (0) Thanks(0)   Quote Bjarne Quote  Post ReplyReply Direct Link To This Post Posted: 03 November 2005 at 4:08pm

Thank you.

Bjarne

Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.188 seconds.