Avatar

Level 10

Hi,

You want something like a dateTime field, but you will not be able to achieve this with a dropdown list. You cannot change the appearance of the arrow for this object. You could try a listbox instead, as this does not have an arrow, just a scroll bar when active.

A real messy workaround would be to have a hidden white rectangle appear over the arrow on the prePrint event and have its presence set to hidden again on postPrint. This is messy, trying to get it aligned and looking right. I wouldn't really recommend it and would just work with the default appearance.

Good luck,

Niall