xbrowse datepick date

Post Reply
User avatar
Silvio.Falconi
Posts: 7133
Joined: Thu Oct 18, 2012 7:17 pm
Been thanked: 1 time

xbrowse datepick date

Post by Silvio.Falconi »

on my application until now I use a big calendar

Image

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 ?
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
Post Reply