xbrowse datepick date
Posted: Wed Jun 23, 2021 9:27 am
on my application until now I use a big calendar

I wish try with datepick of system
why not run ?

I wish try with datepick of system
Code: Select all | Expand
WITH OBJECT oBrowse:aCols[ 7]
:nEditType:= EDIT_DATE
:cEditPicture := "dd-mmmm-yyyy"
:oEditGet:SetRange( dStagioneMin,dStagioneMax )
:bOnChange := bCalcRow
END
why not run ?