I'm using Windows 11 and PB 2022 R3 B3391. Database back end is Oracle 19.
I'm pretty sure this has something to do with the new compiler being used in the latest version of PB.
This always worked before. I have a datetime column named "op_time".
In the DW painter I make the column an EditMask with "hh:mm:ss" as the mask. Format is listed as [time].
Before you could enter the time value fine as "09:37:00" and it would automatically convert it to a datetime like "1/1/1900 09:37:00" to save in the database. Now I get the validition error I attached.
Any ideas? Thanks.
Note that the PB.ini in the STD FC & its Demo Apps is only an *example* (with comments) on other "possible" settings that you "might" want to consider to use and *not* necessarily what you should be using. That PB.ini should always come from the PB IDE installation ( basically a "vanilla" settings copy) then amend as required. HTH ;-)
Regards .. Chris