Page 2 of 2
Re: DatePicker
Posted: Wed May 01, 2013 4:15 am
by Rathinagiri
Why can't you use 'shownone' clause?
Re: DatePicker
Posted: Wed May 01, 2013 9:33 am
by Carlos Britos
In HMG Extended exist something like this
SetDatePickNull
Oops!
HMG also exists.
What is the use of this function?
Re: DatePicker
Posted: Wed May 01, 2013 3:42 pm
by PeteWG
CalScot wrote:
I can understand 12/31/9999, but 09/14/1752? Somebody must have had a reason!!
CalScot
Actually '09/14/1752' isn't a problem.
Instead you should worry about '12/31/9999'.
Could you imaging, that we are distributing code that is infected by the "(ten)millennium virus"?
And that it will break exactly on 01/01/10000?
As much as I think of it, I can't take it off of my mind that for sure, "somebody must have had a reason" for this to happen!
---
Pete
Re: DatePicker
Posted: Wed May 01, 2013 6:52 pm
by CalScot
I don't know about you, Pete, but I don't plan on losing too much sleep over the Y10K problem!
CalScot
Re: DatePicker
Posted: Thu May 02, 2013 2:05 am
by apais
Aren't you a Highlander ?
Re: DatePicker
Posted: Thu May 02, 2013 2:48 am
by CalScot
Hi, Apais.
No - the very opposite: I grew up in a small town in Southern Scotland that was about as close to the English border as you could get but still be Scottish! There, we didn't call them "Highlanders", but "Tcheuchters"! (You're going to have to Google that one for both pronunciation and meaning.)
CalScot
PS: I forgive Aramante for saying "US & England adopts Gregorian calendar" when I'm sure that he meant "US & Britain".
Re: DatePicker
Posted: Wed Sep 30, 2015 11:04 pm
by RussBaker
Rathinagiri wrote:Why can't you use 'shownone' clause?
I've been searching for a solution to this. The SHOWNONE clause leaves a ghosted date and blank check mark.
My concern is that users will be confused when seeing a ghosted out date. My users get confused easily.
Is there no way to use DATEPICKER and display blank dates when the VALUE is blank?
Is there a DATE type for TEXTBOX?
--Russ
Re: DatePicker
Posted: Thu Oct 01, 2015 2:11 am
by luisvasquezcl
They have tried to use ctod(' / / ')
han intentado usar ctod(' / / ')
Re: DatePicker
Posted: Thu Oct 01, 2015 2:16 am
by andyglezl
TEXTBOX ( Date Type ):
@ <nRow>, <nCol>
TEXTBOX <ControlName>
[ OF | PARENT <ParentWindowName> ]
[ HEIGHT <nHeight> ]
[ WIDTH <nWidth> ]
[ FIELD <FieldName> ]
[ VALUE <cValue> ]
[ READONLY ]
[ FONT <cFontName> SIZE <nFontSize> ]
[ BOLD ] [ ITALIC ] [ UNDERLINE ] [ STRIKEOUT ]
[ TOOLTIP <ToolTipText> ]
[ BACKCOLOR <aBackColor> ]
[ FONTCOLOR <aFontColor> ]
[ DISABLEDBACKCOLOR <aDisabledBackColor> ]
[ DISABLEDFONTCOLOR <aDisabledFontColor> ]
< DATE >
[ ON CHANGE <OnChangeProcedure> ]
[ ON GOTFOCUS <OnGotFocusProcedure> ]
[ ON LOSTFOCUS <OnLostFocusProcedure> ]
[ ON ENTER <OnEnterProcedure> ]
[ RIGHTALIGN ]
[ INVISIBLE ]
[ NOTABSTOP ]
[ HELPID <nHelpId> ]