DatePicker
Moderator: Rathinagiri
- Rathinagiri
- Posts: 5482
- Joined: Tue Jul 29, 2008 6:30 pm
- DBs Used: MariaDB, SQLite, SQLCipher and MySQL
- Location: Sivakasi, India
- Contact:
Re: DatePicker
Why can't you use 'shownone' clause?
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
South or North HMG is worth.
...the possibilities are endless.
-
Carlos Britos
- Posts: 245
- Joined: Sat Aug 02, 2008 5:03 pm
Re: DatePicker
Oops!In HMG Extended exist something like this
SetDatePickNull
HMG also exists.
What is the use of this function?
Regards/Saludos, Carlos (bcd12a)
Re: DatePicker
Actually '09/14/1752' isn't a problem.CalScot wrote: I can understand 12/31/9999, but 09/14/1752? Somebody must have had a reason!!
CalScot
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
I don't know about you, Pete, but I don't plan on losing too much sleep over the Y10K problem!
CalScot
CalScot
Re: DatePicker
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".
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
I've been searching for a solution to this. The SHOWNONE clause leaves a ghosted date and blank check mark.Rathinagiri wrote:Why can't you use 'shownone' clause?
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
- luisvasquezcl
- Posts: 1263
- Joined: Thu Jul 31, 2008 3:23 am
- Location: Chile
- Contact:
Re: DatePicker
They have tried to use ctod(' / / ')
han intentado usar ctod(' / / ')
han intentado usar ctod(' / / ')
Re: DatePicker
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> ]
@ <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> ]
Andrés González López
Desde Guadalajara, Jalisco. México.
Desde Guadalajara, Jalisco. México.