DatePicker

HMG en Español

Moderator: Rathinagiri

User avatar
Rathinagiri
Posts: 5482
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: DatePicker

Post by Rathinagiri »

Why can't you use 'shownone' clause?
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
Carlos Britos
Posts: 245
Joined: Sat Aug 02, 2008 5:03 pm

Re: DatePicker

Post by Carlos Britos »

In HMG Extended exist something like this
SetDatePickNull
Oops!
HMG also exists.
What is the use of this function?
Regards/Saludos, Carlos (bcd12a)
PeteWG
Posts: 176
Joined: Sun Mar 21, 2010 5:45 pm

Re: DatePicker

Post 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!
8-)

---
Pete
User avatar
CalScot
Posts: 303
Joined: Thu Mar 21, 2013 12:22 am
Location: California

Re: DatePicker

Post by CalScot »

I don't know about you, Pete, but I don't plan on losing too much sleep over the Y10K problem!
:lol:
CalScot
User avatar
apais
Posts: 441
Joined: Fri Aug 01, 2008 6:03 pm
DBs Used: DBF, Leto, MariaDB, SQLite
Location: uruguay
Contact:

Re: DatePicker

Post by apais »

Aren't you a Highlander ?
Angel Pais
Web Apps consultant/architect/developer.
User avatar
CalScot
Posts: 303
Joined: Thu Mar 21, 2013 12:22 am
Location: California

Re: DatePicker

Post 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".
User avatar
RussBaker
Posts: 51
Joined: Wed Jul 22, 2015 9:44 am

Re: DatePicker

Post 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
User avatar
luisvasquezcl
Posts: 1263
Joined: Thu Jul 31, 2008 3:23 am
Location: Chile
Contact:

Re: DatePicker

Post by luisvasquezcl »

They have tried to use ctod(' / / ')

han intentado usar ctod(' / / ')
User avatar
andyglezl
Posts: 1461
Joined: Fri Oct 26, 2012 7:58 pm
Location: Guadalajara Jalisco, MX
Contact:

Re: DatePicker

Post 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> ]
Andrés González López
Desde Guadalajara, Jalisco. México.
Post Reply