Thread: [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. |
From: <ga...@us...> - 2013-08-15 15:15:22
|
Revision: 5800 http://sourceforge.net/p/gambas/code/5800 Author: gambas Date: 2013-08-15 15:15:19 +0000 (Thu, 15 Aug 2013) Log Message: ----------- [GB.DB.FORM] * NEW: DataCheckBox is a new data control that displays a checkbox for a boolean database field. 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/.list gambas/trunk/comp/src/gb.db.form/.project gambas/trunk/comp/src/gb.db.form/.src/Common.module gambas/trunk/comp/src/gb.db.form/.src/Test/FTest.form Added Paths: ----------- gambas/trunk/comp/src/gb.db.form/.hidden/control/datacheckbox.png gambas/trunk/comp/src/gb.db.form/.src/DataCheckBox.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2013-12-07 13:00:29
|
Revision: 5988 http://sourceforge.net/p/gambas/code/5988 Author: gambas Date: 2013-12-07 13:00:25 +0000 (Sat, 07 Dec 2013) Log Message: ----------- [GB.DB.FORM] * BUG: DataCheckBox correctly defines its internal TriState property depending on whether its database field is mandatory or not. * BUG: Editable DataBrowser and DataView do not create a spurious extra line anymore. Modified Paths: -------------- gambas/trunk/comp/src/gb.db.form/.lang/.pot gambas/trunk/comp/src/gb.db.form/.lang/fr.po gambas/trunk/comp/src/gb.db.form/.lang/zh.mo gambas/trunk/comp/src/gb.db.form/.lang/zh.po gambas/trunk/comp/src/gb.db.form/.project gambas/trunk/comp/src/gb.db.form/.src/DataCheckBox.class gambas/trunk/comp/src/gb.db.form/.src/DataView.class gambas/trunk/comp/src/gb.db.form/.src/FBlobEditor.class gambas/trunk/comp/src/gb.db.form/.src/Test/FMain2.class gambas/trunk/comp/src/gb.db.form/.src/Test/FMain2.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-10-26 15:02:27
|
Revision: 6581 http://sourceforge.net/p/gambas/code/6581 Author: gambas Date: 2014-10-26 15:02:18 +0000 (Sun, 26 Oct 2014) Log Message: ----------- [GB.DB.FORM] * BUG: Setting DataView.Editable property to FALSE and then to TRUE works correctly now. Modified Paths: -------------- gambas/trunk/comp/src/gb.db.form/.component gambas/trunk/comp/src/gb.db.form/.project gambas/trunk/comp/src/gb.db.form/.src/DataView.class gambas/trunk/comp/src/gb.db.form/.src/Test/FTest.class gambas/trunk/comp/src/gb.db.form/.src/Test/FTest.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-01-03 01:10:37
|
Revision: 6800 http://sourceforge.net/p/gambas/code/6800 Author: gambas Date: 2015-01-03 01:10:29 +0000 (Sat, 03 Jan 2015) Log Message: ----------- [GB.DB.FORM] * NEW: The DataSource BeforeSave event can be stopped. That cancels the current record save then. Modified Paths: -------------- gambas/trunk/comp/src/gb.db.form/.info gambas/trunk/comp/src/gb.db.form/.src/DataSource.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |