gambas-source-code/comp/src
gambas 77ba659c6c Add some Find() methods that allow to find the index of a specific row.
[GB.DB.FORM]
* NEW: DataSource: Find() is a new method that returns the index of the first row matching a specific SQL condition.
* NEW: DataSource: FindNext() is a new method that returns the index of the first row matching a specific SQL condition next to the current position.
* NEW: DataBrowser: Find() is a new method that moves to the first row matching a specific SQL condition next to the current position.
* NEW: DataView: Find() is a new method that moves to the first row matching a specific SQL condition next to the current position.
2020-11-23 21:30:35 +01:00
..
gb.args
gb.chart
gb.db.form Add some Find() methods that allow to find the index of a specific row. 2020-11-23 21:30:35 +01:00
gb.dbus.trayicon
gb.desktop
gb.eval.highlight
gb.form MenuButton: Fix its behaviour for GTK+3. 2020-11-22 19:43:44 +01:00
gb.form.dialog
gb.form.editor
gb.form.mdi
gb.form.print
gb.form.stock
gb.form.terminal
gb.gui.base
gb.logging
gb.map Remove autoreload on removing shape object and force reload on Refresh function. 2020-11-22 10:27:45 +01:00
gb.markdown
gb.media.form
gb.memcached
gb.mysql
gb.net.pop3
gb.net.smtp
gb.report
gb.report2
gb.scanner
gb.settings
gb.term.form
gb.util
gb.util.web
gb.web
gb.web.feed
gb.web.form
gb.web.gui
order