Le 22/10/2018 à 00:43, Markus Schatten a écrit :
Dear all,I'm having a weird "Out of bounds" error in the DataBrowser. I'm using the DataBrowser with a PostgreSQL database to edit tables. The error occurs only if I add a new row (with a click on the empty row), enter data for a few columns, then go back to edit some previous column and then press enter to store the whole row. For example if I have the following table: table | Col A | Col B | Col C ---------------------------------- And enter data in a new row, say: table | Col A | Col B | Col C ---------------------------------- Val 1 | Val 2 | Val 3 Then (before storing the row) go back to edit say Col A: table | Col A | Col B | Col C ---------------------------------- Val 4 | Val 2 | Val 3 An then move to Col C and press enter to store the row I get an Out of Bounds Error. Weirdly, the row gets stored in the table, but the app crashes... What am I doing wrong? [...]
Can you send a dump of your database? Not all the contents, but at least the table definition.
Thanks. -- Benoît Minisini _______________________________________________ Gambas-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gambas-user
