[Gambas-user] Behaviour of built-in buttons of DataBrowser

T Lee Davidson t.lee.davidson at gmail.com
Sat Jan 20 18:25:25 CET 2018


On 01/20/2018 02:08 AM, Doug Hutcheson wrote:

> Problem #4 above has changed: if I click on the 'Add' button, Gambas throws an 'Out of bounds' error..

I get that error also if the row cursor is already on the automatically added "new" row, ie. the last (virtual) row.

> I forgot to add that it would be very useful to have access to the button events in the DataBrowser, so I could write my own
> code for Add, Edit, Delete and Refresh. I can't see these events exposed anywhere.

The DataBrowser is quick and convenient. If you need more control, use a DataView with your own, separate buttons for each
operation.


-- 
Lee


More information about the User mailing list