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.....
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?
... 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, ...
... 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, ...
Hola. He definido esto y quisiera saber como acceso cuando son frases tan completas? local aTranslates:= {; { "Last names:", "Apellidos:", NIL, "Apelido:", NIL, "Cognome:" }, ; { "Name...
>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 ...
... :?: 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" ...
... 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 ...
... 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 ...
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" ... ...
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...