Nages,
Can ypu publish a little sample with datepick ( with setrange) into xbrowse , pls
thanks
to Nages - sample test xbrowse with datepick
- Silvio.Falconi
- Posts: 4956
- Joined: Thu Oct 18, 2012 7:17 pm
to Nages - sample test xbrowse with datepick
I use : FiveWin for Harbour August 2020 (Revision) - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC
- nageswaragunupudi
- Posts: 8017
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Contact:
- Silvio.Falconi
- Posts: 4956
- Joined: Thu Oct 18, 2012 7:17 pm
Re: to Nages - sample test xbrowse with datepick
thanks
I tried with
WITH OBJECT oBrowse:aCols[ 8]
:nEditType:= EDIT_DATE
:cEditPicture := "dd-mmmm-yyyy"
:oEditGet:SetRange( dStagioneMin,dStagioneMax )
:bOnChange := bCalcRow
END
but make error
I tried with
WITH OBJECT oBrowse:aCols[ 8]
:nEditType:= EDIT_DATE
:cEditPicture := "dd-mmmm-yyyy"
:oEditGet:SetRange( dStagioneMin,dStagioneMax )
:bOnChange := bCalcRow
END
but make error
I use : FiveWin for Harbour August 2020 (Revision) - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC