Hi Glenn,
This is what I what I wrote on 28/08/2012 in the newsgroup of
GrafXSoft:
Z_DateTimePicker and VO2.838 (VO2.8 SP4)
========================================
Hello All,
If you are looking for a new version of Z_DateTimePicker for VO2.8 SP4,
you will no longer find.
I have sent my sources and tips some time ago to Robert. He has
implemented this sources.
Then, Sven has made the sources more robust and generalized.
Now, it is a beautiful control, which almost does everything a
DTP-control can do!
So, if you want to have the same behavior as before, you have to write
your own Z_DateTimePicker as follows:
CLASS Z_DateTimePicker INHERIT DateTimePicker
METHOD Init(oOwner,xID,oPoint,oDimension,dwStyle,lDataAware) CLASS
Z_DateTimePicker
SUPER:Init(oOwner,xID,oPoint,oDimension,dwStyle,lDataAware)
//Show an empty field when displaying an empty date or time
SELF:FormatNone := "''" //(double quote, single quote, single quote,
doublequote)
RETURN SELF
Please enjoy this new class...
Dirk Herijgers
di...@triviant.be
Belgium, 28/08/2012
--