Hi All
Having a problem setting a DateTimePicker value when the form loads, I was previously using an old version of Stimulsoft and this was working fine DateTimePicker1.Value = Today.AddMonths(-1), put into the load event of the form, to make my default date One Month before today.
I am now using the latest pre release of Stimulsoft (released on Aug 2nd 2010) and this functionality has stopped working?
Anyone any ideas?
Thanks
Set Date Time Picker Value on Form Load
Set Date Time Picker Value on Form Load
Hello,
Thank you for the bug report. We will fix it.
You can use:
DateTimePicker1.Control.Value = Today.AddMonths(-1)
Thank you.
Thank you for the bug report. We will fix it.
You can use:
DateTimePicker1.Control.Value = Today.AddMonths(-1)
Thank you.
Set Date Time Picker Value on Form Load
Thanks Aleksey
Set Date Time Picker Value on Form Load
Hello,
Problem fixed. Patch will be included in next prerelease build.
Thank you.
Problem fixed. Patch will be included in next prerelease build.
Thank you.