https://bugs.documentfoundation.org/show_bug.cgi?id=167453
Bruce <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|INSUFFICIENTDATA |--- Status|RESOLVED |REOPENED --- Comment #5 from Bruce <[email protected]> --- When trying to edit a control in a base form, Libreoffice consistently crashes. Running Windows 11 fully updated. Libreoffice 25.8.4.2. Java Version 8, update 481. I am attempting to create a form control for a list box using an SQL read into a simple database. The SQL returns 2 pieces of data: a player name (text) and a player ID (small integer). The Player table has 4 fields: PlayerID, LastName, FirstName, Active (boolean). The SQL statement in the control is: select "Player.LastName", "Player.PlayerID" from "Player" order by "Player.LastName"; When switching back and forth between edit and test Libreoffice crashes consistently. I am not able to get past this point in developing the form. -- You are receiving this mail because: You are the assignee for the bug.
