Setup:
- OS: Ubuntu 20.04
- local mysql server (shall be remote in the future)
- base file:
- connection to that DB server
- includes a form to enter data
- calc file that has the data I need to enter to the form
Problem
Base and Calc keep crashing abruptly on certain Input events, but I am not able to really figure out what is going on.
Within the Base Form there is a Table Controll Field, which works when entering new Values, but when trying to edit exiting ones, base freezes. But sometimes it even crashes when entering new values.
When crashing, both applications crash and the recovery screen shows up.
What could be the problem and how can I track it down?
Thanks for Help!!