We have recently switched all of our controls from Winwidget to MFC/Microsoft Foundation Class (to take advantage of the new native Windows controls). When you enter a time in military format, and then tab off of the field, the Winwidget control automatically converts the field to standard format HH:MM:SS AM/PM. When we change our INI file to specify MFC controls, the time fields do not convert from Military format to Standard format. Our users have been entering times in military format for over a decade. Now that we are moving to MFC controls, this feature does not work. Entry of a time field in standard format is very confusing to users, and we would like to allow our users to continue to enter the field in military format. If the user enters the time in military format, the value is correctly written to the database, and displayed in standard format correctly when they view the record in change mode, but the conversion does not happen at the time of entry.
Is there a way to configure our Plex application so that the MFC controls convert the time field from military time to standard time format at the time of data entry?
CA Plex 7.2.1 and higher
Create a new section called 'SingleLineEdit' with 'FlexibleDateEntry' in app INI:[SingleLineEdit] FlexibleDateEntry=1
The app INI file is located in the app's folder and has name app-name.ini