Solved As my new PC has a default time Format (AM and PM),  the error was in the SQL Statment  (on my each Frames create Event). I found in my old code :    DateToStr()   and   DateTimeToStr()    and   TimeTotr() So, solving by :     DateToStr( ...    ,  UniguiApplicationFMtSettings)  DateTimeToStr( ...  ,  UniguiApplicationFMtSettings)  TimeTotr( ...  ,  UniguiApplicationFMtSettings)  It wasn't obvious, because the application stoped without error message
    • Like
    1