Search found 29 matches: shownone

Return to advanced search

Re: CLASS modification

Args: [ 1] = U Stack Calls =========== Called from: .\source\classes\CONTROL.PRG => TDATEPICK:LVALID( 983 ) Called from: .\source\classes\CONTROL.PRG => TDATEPICK:FWLOSTFOCUS( 1233 ) Called from: .\source\classes\CONTROL.PRG => TDATEPICK:HANDLEEVENT( 1830 ) Called from: .\source\classes\WIN...
by Silvio.Falconi
Sun May 28, 2023 1:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS modification
Replies: 33
Views: 1710

Re: calendar not run ( DBLCLICK)

ddatacambio:=CTOD(' ')

@ nRow, 70 DTPICKER aGet[1] VAR ddatacambio OF oDlgSub SIZE 198, 25 PIXEL ;
FONT oFont UPDATE PICTURE "ddd dd mmm yyyy" ;
ON CHANGE oBtnGetExchange:refresh() STYLE DTS_SHOWNONE
by Silvio.Falconi
Sat May 27, 2023 3:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: calendar not run ( DBLCLICK)
Replies: 20
Views: 1919

Re: New FTDN December 2019 (FWH 19.12)

Octubre, Noviembre, Diciembre 2019 ================================== * Corrección: TArratData: La fuente en negrita creada internamente en el método ShowTable() no está siendo liberado. Corregido. * Corrección: TGraph: Cuando :lViewVal es verdadero y si ::aSeries[x, 5] es nulo genera un error de ti...
by Antonio Linares
Thu Jan 02, 2020 12:45 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN December 2019 (FWH 19.12)
Replies: 2
Views: 3030

New FTDN December 2019 (FWH 19.12)

October, November, December 2019 ====================== * Fix: TArratData: Bold font internally created in the method ShowTable() is not being released. Fixed. * Fix: TGraph: When :lViewVal is true and if ::aSeries[x,5] is nil raises runtime error. This happens when values of :aSeries are assigned m...
by Antonio Linares
Sat Dec 21, 2019 5:59 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN December 2019 (FWH 19.12)
Replies: 2
Views: 3030

DTPICKER & FONT

I cannot change the display size of the date in DTPICKER box when selecting a Font e.g. 'TAHOMA SIZE 0,-20 I've tried it on samples\datetime.prg and couldn't get it work on that either Curiously though on my program the NoDate checkbox has resized but hasn't on the datetime.prg I've set both lines i...
by reds
Tue Jul 23, 2019 10:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DTPICKER & FONT
Replies: 2
Views: 521

tTimePick

Hello , Trying to use tTimePick with oTime:nStyle := NOR( oTime:nStyle, DTS_SHOWNONE ) tTime := nil@ 30 , 50 TMPicker oTime VAR tTime OF oDlg PIXEL SIZE 60,12;          VALID (MsgInfo(tTime) , .T.)oTime:nStyle := NOR( oTime:nStyle, DTS_TIMEFORMAT)oTim...
by Franklin Demont
Fri Aug 17, 2018 3:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: tTimePick
Replies: 0
Views: 458

Re: DTPicker with empty date

Hello,
I see in the 18.01 there is no way in TDatePick ():New to create it with DST_SHOWNONE style. so it is possibile only from rc... :(
I see also thath oDatePick:WinStyle(DST_SHOWNONE) does not work
by AntoninoP
Fri Apr 06, 2018 7:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DTPicker with empty date
Replies: 2
Views: 1020

DTPicker with empty date

When using DTPicker with an empty date and DTS_SHOWNONE, today's date is shown. However, if the down arrow is selected to show the calendar, the get variable is filled with the default date. Subsequently, if the user ESC apes, the get remains filled with the last date viewed. Is it possible to rever...
by David Williams
Wed Nov 13, 2013 2:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DTPicker with empty date
Replies: 2
Views: 1020

Re: Un DatePicker en blanco, como?

Existe la posibilidad de incluir un checkbox en el campo fecha. De esta forma el check no esta activado, significa que la fecha esta vacía e incluso la fecha que devuelve el get es una fecha vacía. Con DTS_SHOWNONE muestra el check que te comento: CONTROL "", 105, "SysDateTimePick32&q...
by fgondi
Thu Oct 31, 2013 10:33 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Un DatePicker en blanco, como?
Replies: 4
Views: 1686

Re: move controls from dialog to window or panel

Silvio; How are you? Anser's response is quite complete. There are also other situations where you MUST use a redefined control. I could list some. But I suppose one example is plenty. So far, I have never been able to create a dtpicker control with style DTS_SHOWNONE from source. That's a dtpicker ...
by reinaldocrespo
Tue Feb 22, 2011 2:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: move controls from dialog to window or panel
Replies: 5
Views: 969

Re: How to enter blank date 'TDatePick' with xBrowse Column

I hope similar to DatePicker's DTS_SHOWNONE where in a check object determines if blank or not will be implemented.

I agree that this is a desirable option to be provided.
by nageswaragunupudi
Wed Feb 09, 2011 5:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to enter blank date 'TDatePick' with xBrowse Column
Replies: 3
Views: 687

Re: How to enter blank date 'TDatePick' with xBrowse Column

Right now, I think that is not possible. I normally provide in my software space key to blank a date, with the help of oBrw:bKeyChar codeblock. Dear Mr. RAO, Thanks for the info. Will do alternative solution.. I hope similar to DatePicker's DTS_SHOWNONE where in a check object determines if blank o...
by fraxzi
Wed Feb 09, 2011 4:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to enter blank date 'TDatePick' with xBrowse Column
Replies: 3
Views: 687

Re: Empty date field with SysDateTimePick32

Armando,

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

Code: Select all  Expand view
CONTROL "", 202, "SysDateTimePick32", DTS_SHOWNONE|WS_TABSTOP, 86, 82, 62, 12
 
by StefanHaupt
Thu Apr 01, 2010 6:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Empty date field with SysDateTimePick32
Replies: 3
Views: 549

Re: Campo DATE vacio

Daniel: Lamentablemente no he podido avanzar, con la propiedad SHOWNONE = YES me tira un error "El sistema ha detectado un problema y debe cerrarse" y no se crea el archivo LOG para ver por donde ir. Sería fabuloso encontrar la forma de que la ...
by Armando
Thu Apr 01, 2010 3:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Campo DATE vacio
Replies: 15
Views: 3490

Re: Current Date in DTPicker

Working with rc-file , you can use DTS_SHOWNONE as :

CONTROL "", 114, "SysDateTimePick32", 0 | WS_CHILD | WS_VISIBLE | WS_TABSTOP | DTS_SHOWNONE , 105 , 20 , 55, 10

Frank
by demont frank
Fri Jan 29, 2010 10:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Current Date in DTPicker
Replies: 3
Views: 958
Next

Return to advanced search