FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour DTPICKER: input date behavior not standard
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
DTPICKER: input date behavior not standard
Posted: Thu Nov 05, 2020 03:21 PM
Is it possible to have the standard input behavior for dates using DTPICKER? I mean, can I just input the digits like in the normal GETs? This is a sample:

Code (fw): Select all Collapse
#include "FiveWin.ch"
#include "Dtpicker.ch"


FUNCTION MAIN()

    LOCAL oDlg

    LOCAL dDate := DATE()

    DEFINE DIALOG oDlg

    @ 1, 1 DTPICKER dDate

    ACTIVATE DIALOG oDlg;
             CENTER

    RETURN NIL


EMG

Continue the discussion