Search found 151 matches: datepick

Return to advanced search

Re: Problem with datepick

nageswaragunupudi wrote:
Code: Select all  Expand view
LOCAL dDate := ddatacambio:GetDate()
 



Here is the mistake.
"ddatacambio" is a date value and date value can not have any method.


opps - corrected
STATIC FUNCTION DoSwitch( ddatacambio, oBtnGetExchange,aGet )
LOCAL dDate := aget[1]:GetDate()
by Silvio.Falconi
Tue Mar 26, 2024 1:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with datepick - Resolved -
Replies: 2
Views: 525

Re: Problem with datepick

Code: Select all  Expand view
LOCAL dDate := ddatacambio:GetDate()
 



Here is the mistake.
"ddatacambio" is a date value and date value can not have any method.
by nageswaragunupudi
Tue Mar 26, 2024 12:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with datepick - Resolved -
Replies: 2
Views: 525

Problem with datepick - Resolved -

give me an error when I try to select a date @ nRow, 70 DTPICKER  aGet[1] VAR ddatacambio OF oDlgSub SIZE 198, 25 PIXEL ;      FONT oFont UPDATE PICTURE "ddd dd mmm yyyy"  ;     VALID ( DoSwitch( ddatacambio, oBtnGetExchange) ) STYLE DTS_SHOWNONE @ nRow-0.2,  320 BT...
by Silvio.Falconi
Tue Mar 26, 2024 12:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with datepick - Resolved -
Replies: 2
Views: 525

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 := oBrw:aArraydata[nRecord][1]  ...
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

hi Silvio, I press on datepick must refresh the btnbmp i do "see" that BTMBMP "seems disable" :?: when "refresh" it does only "re-paint" but not "enable" it or EVAL() ACTION of BTNBMP ...
by Jimmy
Tue May 30, 2023 5:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS modification
Replies: 33
Views: 1710

Re: CLASS modification

https://i.postimg.cc/3xG0q9Yd/gg.png I press on datepick must refresh the btnbmp If the user clicks on the datepick control it does not refresh the btnbmp control, however now the user has to move the mouse over the get control to refresh ...
by Silvio.Falconi
Tue May 30, 2023 7:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS modification
Replies: 33
Views: 1710

Re: CLASS modification

... .T. nothing happens, it doesn't make an error, and it doesn't refresh the btnbmp control anyway. if I press the checkbox of the datepick control or select a different date nothing happens it does not refresh the bnbmp control the btnbmp control is only refreshed if the user hovers ...
by Silvio.Falconi
Mon May 29, 2023 7:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS modification
Replies: 33
Views: 1710

Re: calendar not run ( DBLCLICK)

Hi Silvio,
please, tell me how you can get an empty date with datepick?
I need a calendar function which allows return of empty dates.

Thanks, Detlef
by Detlef
Fri May 26, 2023 2:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: calendar not run ( DBLCLICK)
Replies: 20
Views: 1919

Re: CLASS modification

for tcalendar now I resolved with datepick styles but not refresh the button https://i.postimg.cc/3xG0q9Yd/gg.png when you "close" Datepicker than Notify Event DTN_CLOSEUP is send METHOD Notify(...)     ...  ...
by Silvio.Falconi
Fri May 26, 2023 6:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS modification
Replies: 33
Views: 1710

Re: CLASS modification

for tcalendar now I resolved with datepick styles but not refresh the button https://i.postimg.cc/3xG0q9Yd/gg.png when you "close" Datepicker than Notify Event DTN_CLOSEUP is send METHOD Notify(...)     ...  ...
by Jimmy
Fri May 26, 2023 3:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS modification
Replies: 33
Views: 1710

Re: CLASS modification

for tcalendar now I resolved with datepick styles but not refresh the button

Image
by Silvio.Falconi
Thu May 25, 2023 7:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS modification
Replies: 33
Views: 1710

Re: calendar not run ( DBLCLICK)

resolved with datepick
by Silvio.Falconi
Thu May 25, 2023 7:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: calendar not run ( DBLCLICK)
Replies: 20
Views: 1919

Re: CLASS modification

hi Silvio, I Wish calendar as datepick where the finale user can select year, mourh etc . Why i mudt change my oldest applications onlyvehen i must recompilre It for modifications? It Is not right Calendar is "SysMonthCal32" https://learn.microsoft.com/en-us/windows/win32/controls/create-a-month-calendar-control ...
by Silvio.Falconi
Wed May 24, 2023 8:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS modification
Replies: 33
Views: 1710

Re: CLASS modification

hi Silvio, I Wish calendar as datepick where the finale user can select year, mourh etc . Why i mudt change my oldest applications onlyvehen i must recompilre It for modifications? It Is not right Calendar is "SysMonthCal32" https://learn.microsoft.com/en-us/windows/win32/controls/create-a-month-calendar-control ...
by Jimmy
Wed May 24, 2023 6:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS modification
Replies: 33
Views: 1710

Re: CLASS modification

I Wish calendar as datepick where the finale user can select year, mourh etc .
Why i mudt change my oldest applications onlyvehen i must recompilre It for modifications?
It Is not right
by Silvio.Falconi
Wed May 24, 2023 4:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS modification
Replies: 33
Views: 1710
Next

Return to advanced search