[Gambas-devel-svn] SF.net SVN: gambas:[5104] gambas/trunk/comp/src/gb.db.form
Brought to you by:
gambas
From: <ga...@us...> - 2012-08-31 16:09:59
|
Revision: 5104 http://gambas.svn.sourceforge.net/gambas/?rev=5104&view=rev Author: gambas Date: 2012-08-31 16:09:52 +0000 (Fri, 31 Aug 2012) Log Message: ----------- [GB.DB.FORM] * BUG: DataView and DataBrowser in creation mode now do not display any selected row, unless in editing mode. In that case the "new record" last row is highlighted. * NEW: DataBrowser.CanCreate is a new property that hides or shows the create button. * NEW: DataBrowser.CanDelete is a new property that hides or shows the delete button. Modified Paths: -------------- gambas/trunk/comp/src/gb.db.form/.info gambas/trunk/comp/src/gb.db.form/.lang/.pot gambas/trunk/comp/src/gb.db.form/.project gambas/trunk/comp/src/gb.db.form/.src/DataBrowser.class gambas/trunk/comp/src/gb.db.form/.src/DataView.class gambas/trunk/comp/src/gb.db.form/.src/FBrowser.class Added Paths: ----------- gambas/trunk/comp/src/gb.db.form/.src/Test/FMain3.class gambas/trunk/comp/src/gb.db.form/.src/Test/FMain3.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |