FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Empty date field with SysDateTimePick32
Posts: 3358
Joined: Fri Oct 07, 2005 08:20 PM
Empty date field with SysDateTimePick32
Posted: Thu Apr 01, 2010 06:05 PM

Hi guys:

Is there a way (sample) to use the SysDateTimePick32 control with an empty
date field ?.

Thanks a lot

SOI, s.a. de c.v.
estbucarm@gmail.com
http://www.soisa.mex.tl/
http://sqlcmd.blogspot.com/
Tel. (722) 174 44 45
Carpe diem quam minimum credula postero
Posts: 824
Joined: Thu Oct 13, 2005 07:39 AM
Re: Empty date field with SysDateTimePick32
Posted: Thu Apr 01, 2010 06:51 PM
Armando,

you have to use the style DTS_SHOWNONE in your rc-file

Code (fw): Select all Collapse
CONTROL "", 202, "SysDateTimePick32", DTS_SHOWNONE|WS_TABSTOP, 86, 82, 62, 12
kind regards

Stefan
Posts: 2365
Joined: Wed Nov 02, 2005 11:46 PM
Re: Empty date field with SysDateTimePick32
Posted: Thu Apr 01, 2010 07:06 PM
Posts: 3358
Joined: Fri Oct 07, 2005 08:20 PM
Re: Empty date field with SysDateTimePick32
Posted: Fri Apr 02, 2010 03:33 PM

Stefan & Daniel:

Thanks a lot, solved problem !.

Kind regards

SOI, s.a. de c.v.
estbucarm@gmail.com
http://www.soisa.mex.tl/
http://sqlcmd.blogspot.com/
Tel. (722) 174 44 45
Carpe diem quam minimum credula postero

Continue the discussion