Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

emptydatetimepicker for 2.8?

127 views
Skip to first unread message

Glenn Keeler

unread,
May 1, 2013, 12:37:02 AM5/1/13
to
Is there a version of the DateTimePicker extensions that provides EmptyDateTimePicker, and NoneDateTimePicker? Based on postings in this group, I can get rid of the functions that cause these to crash under 2.8. However, there appears to still be a problem in that the display of the date is not visible after checking the checkbox. Does anyone have a pointer to that?

Alternatively, a pointer to a different set of DateTimePicker replacements that supports an empty date would also be appreciated.

Willie Moore

unread,
May 1, 2013, 9:43:17 AM5/1/13
to
Glenn,

Try rightSLE. You can pick it up at www.wmconsulting.com in the downloads
section. The dateSLE subclass is the one that you would want.

Regards,
Willie
Vulcan VIP

"Glenn Keeler" wrote in message
news:dff8afc5-13d1-4cb4...@googlegroups.com...

Dirk (Belgium)

unread,
May 2, 2013, 3:54:42 AM5/2/13
to
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
--

Glenn Keeler

unread,
May 3, 2013, 11:36:07 PM5/3/13
to
On Thursday, May 2, 2013 1:54:42 AM UTC-6, Dirk (Belgium) wrote:
>
> This is what I what I wrote on 28/08/2012 in the newsgroup of
>
> GrafXSoft:
>
> Z_DateTimePicker and VO2.838 (VO2.8 SP4)

Thanks Dirk. This is helpful. I have hesitated about going to SP4, so is there a variation on this that works in SP3?

Dirk (Belgium)

unread,
May 6, 2013, 6:15:49 AM5/6/13
to
Hi Glenn,

Yes, the alternative can be found on my FTP-Server

FTP: 212.123.29.35
User: VO (both uppercase)
pw: Free (first letter uppercase)
--

Glenn Keeler

unread,
May 6, 2013, 10:29:16 PM5/6/13
to
On Monday, May 6, 2013 4:15:49 AM UTC-6, Dirk (Belgium) wrote:

> Yes, the alternative can be found on my FTP-Server

Thanks Dirk. This is most helpful.

Dirk (Belgium)

unread,
May 7, 2013, 3:08:45 AM5/7/13
to
Glenn,

Other things on this FTP are also usefull. Especially X-Debug!!!

Dirk (Belgium)

=============
--

0 new messages