https://bugs.documentfoundation.org/show_bug.cgi?id=144694
--- Comment #28 from Buovjaga <[email protected]> --- With some quick debugging, the exception "The data content could not be loaded" when running from Queries originates from ODatabaseForm::executeRowSet() in forms/source/component/DatabaseForm.cxx This is where it executes onError(): catch(const SQLException& eDb) { _rClearForNotifies.clear(); if (!m_sCurrentErrorContext.isEmpty()) onError(eDb, m_sCurrentErrorContext); -- You are receiving this mail because: You are the assignee for the bug.
