Page 2 of 2

Re: calendar not run ( DBLCLICK)

PostPosted: Mon May 22, 2023 9:00 pm
by Giovany Vecchi
Try like this:
oGet:VarPut( oCalendar:dDate )

Re: calendar not run ( DBLCLICK)

PostPosted: Tue May 23, 2023 9:37 am
by Silvio.Falconi
Giovany Vecchi wrote:Try like this:
oGet:VarPut( oCalendar:dDate )



?????????????????????????????????????????????????????????????????????????????????????????

not run Doubleclick!!!!

Re: calendar not run ( DBLCLICK)

PostPosted: Thu May 25, 2023 7:25 am
by Silvio.Falconi
resolved with datepick

Re: calendar not run ( DBLCLICK)

PostPosted: Fri May 26, 2023 2:32 pm
by Detlef
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

Re: calendar not run ( DBLCLICK)

PostPosted: Sat May 27, 2023 3:57 pm
by Silvio.Falconi
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

Re: calendar not run ( DBLCLICK)

PostPosted: Sun May 28, 2023 7:01 am
by Detlef
Many thanks, Silvio.