Subject TIB_Date
Author Jörg Schiemann
Hi,

I want add an autocomplete function to TIB_Date.
Means, if the user only types 12, the rest (month and year if dd.mm.yyyy)
shall be filled in automatically with the currently month and year.

Where is the best place to do this?

If I use a mask I always get EConvert Error, 12 is not a valid date and
time.
And if I don't use a mask I get a date in the past, so OnExit doesn't work.

Any suggestions are welcome.
TIA

Jörg