craigmk2005
Programmer
I recently converted an application from PB8 to PB10. The application has an editmask with a MaskDataType of "timemask!" and a mask of "hh:mm". I have the Spin checkbox checked. In PB8, when the user clicks on the up arrow in the spincontrol of the editmask, the time goes from 00:00 to 01:00 then 2:00 and so on. But in PB 10, it goes from 00:00 to the current time. Unfortunately, this is not what the users want. Is there anyway I can get the editmask to go from 00:00 to 01:00 like it did in PB8?