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:
EMG
#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 NILEMG