Search found 422 matches: dtpicker

Return to advanced search

Re: DTPicker

Oh thank youvery much but
I thought a value that contains what you see on video was expected
such as oData:cData or oData:cTextData or LongText Data.....


bye
by MarcoBoschi
Fri Nov 24, 2023 12:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DTPicker
Replies: 2
Views: 416

Re: DTPicker

https://forums.fivetechsupport.com/viewtopic.php?f=3&t=38754 https://forums.fivetechsupport.com/viewtopic.php?f=3&t=37188&p=222000&hilit=dmonth&sid=58bc2df836cc4c1dd170c3ef1f037550&sid=b0ec4c0a58a9cbcf90d9f46154be3815#p222000 Regards, saludos.
by karinha
Tue Nov 21, 2023 5:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DTPicker
Replies: 2
Views: 416

DTPicker

Hi,
If I have this instruction

REDEFINE DTPicker oData VAR dData ID 103 UPDATE OF oDlg
How can I obtain the data in the format "martedi 21 novembre 2023"
i.e. the same string that appears on the screen?


May thanks
by MarcoBoschi
Tue Nov 21, 2023 3:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DTPicker
Replies: 2
Views: 416

Re: el DTPICKER el MsgYesNo() etc en ingles y otros idiomas

... selected in Windows Settings.. pero si alguien tiene windows en ingles y quiere usar mi programa en español los letreritos como el MsgYesNo() o el DTPICKER saldrán en ingles, habrá alguna manera para evitar eso ENGLISH But if someone has windows in English and wants to use my program in Spanish, ...
by nageswaragunupudi
Sat Aug 12, 2023 7:44 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: el DTPICKER el MsgYesNo() etc en ingles y otros idiomas
Replies: 10
Views: 1190

Re: el DTPICKER el MsgYesNo() etc en ingles y otros idiomas

... selected in Windows OS. pero si alguien tiene windows en ingles y quiere usar mi programa en español los letreritos como el MsgYesNo() o el DTPICKER saldrán en ingles, habrá alguna manera para evitar eso ENGLISH But if someone has windows in English and wants to use my program in Spanish, ...
by nageswaragunupudi
Sat Aug 12, 2023 7:43 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: el DTPICKER el MsgYesNo() etc en ingles y otros idiomas
Replies: 10
Views: 1190

Re: el DTPICKER el MsgYesNo() etc en ingles y otros idiomas

Hola. He definido esto y quisiera saber como acceso cuando son frases tan completas? local aTranslates:= {;                          { "Last names:", "Apellidos:", NIL, "Apelido:", NIL, "Cognome:" },  ;                          { "Name...
by goosfancito
Fri Aug 04, 2023 6:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: el DTPICKER el MsgYesNo() etc en ingles y otros idiomas
Replies: 10
Views: 1190

Re: CLASS modification

>i have ask why DTPICKER and GET have "same" Position @ nRow, 70 because DATEPICK and GET ARE NOT N THE SAME POSITION Must I publish all my source code here ? local nRow:= 0,nCol:= 10   local nInterlinea := 30 ddatacambio ...
by Silvio.Falconi
Wed May 31, 2023 7:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS modification
Replies: 33
Views: 1710

Re: CLASS modification

... :?: when "refresh" it does only "re-paint" but not "enable" it or EVAL() ACTION of BTNBMP --- i have ask why DTPICKER and GET have "same" Position @ nRow, 70 as you need a String, not Date, you can use DTOC() to "validate" if a String "is" ...
by Jimmy
Tue May 30, 2023 5:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS modification
Replies: 33
Views: 1710

Re: CLASS modification

... from: .\source\classes\CONTROL.PRG => TDATEPICK:HANDLEEVENT( 1830 ) Called from: .\source\classes\WINDOW.PRG => _FWH( 3560 ) @ nRow, 70 DTPICKER aGet[1] VAR ddatacambio OF oDlgSub SIZE 198, 25 PIXEL ; FONT oFont UPDATE PICTURE "ddd dd mmm yyyy" ; VALID oBtnGetExchange:refresh() ...
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: calendar not run ( DBLCLICK)

... modify and include it in you App --- as you say you want a "empty" Input Field but why do you "overlay" GET with Calendar / DTPicker when do "no Input yet" :?: you can use a Button to "show" Calendar / DTPicker you can use WHEN to "popup" Calendar ...
by Silvio.Falconi
Sun May 21, 2023 7:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: calendar not run ( DBLCLICK)
Replies: 20
Views: 1919

Re: calendar not run ( DBLCLICK)

... modify and include it in you App --- as you say you want a "empty" Input Field but why do you "overlay" GET with Calendar / DTPicker when do "no Input yet" :?: you can use a Button to "show" Calendar / DTPicker you can use WHEN to "popup" Calendar ...
by Jimmy
Sun May 21, 2023 5:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: calendar not run ( DBLCLICK)
Replies: 20
Views: 1919

Re: calendar not run ( DBLCLICK)

hi Silvio, you use the wrong Control ;) you have to use DTPICKER instead of CALENDAR :!: in CLASS TCALENDAR is METHOD HandleEvent() VIRTUAL which "disable" Event like to "close" it ... i don´t understand "why" ... ...
by Jimmy
Sat May 20, 2023 8:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: calendar not run ( DBLCLICK)
Replies: 20
Views: 1919

Re: DTPICKER show 1 Year

hi, i have Problem with CALENDAR Control as i seem not to "react" on (any) Event :shock: --- i found in CLASS TCalendar   METHOD HandleEvent()  VIRTUAL i wonder as CLASS TDatePick did not have METHOD HandleEvent() which is about the same Control --- i have made a copy of CLASS TCal...
by Jimmy
Sat May 13, 2023 8:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DTPICKER show 1 Year
Replies: 5
Views: 255

Re: DTPICKER show 1 Year

hi Silvio, No you must use tcalendar class, no datepick class got it https://i.postimg.cc/Znm2CwXz/FW-Calendar.jpg but as i say it does not "react" on Event :shock: PROCEDURE ShowCalendar()LOCAL oDlg, oCalLOCAL dFirst := DATE()   DEFINE WINDOW oDlg FROM 0, 0...
by Jimmy
Wed May 10, 2023 7:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DTPICKER show 1 Year
Replies: 5
Views: 255
Next

Return to advanced search