[Gambas-devel-svn] SF.net SVN: gambas:[4269] gambas/trunk/comp/src/gb.report
Brought to you by:
gambas
From: <ga...@us...> - 2011-12-09 22:07:46
|
Revision: 4269 http://gambas.svn.sourceforge.net/gambas/?rev=4269&view=rev Author: gambix Date: 2011-12-09 22:07:40 +0000 (Fri, 09 Dec 2011) Log Message: ----------- [GB.REPORT] * NEW: Big change in the data event, now the index is not given by the procedure you need to use Last.DataIndex instead. You need to change all the _data(Index as integer) signatures by _Data(). * BUG: replace full by fill. * NEW: ReportControl have new property DataIndex that give the current data index Modified Paths: -------------- gambas/trunk/comp/src/gb.report/.info gambas/trunk/comp/src/gb.report/.src/ReportControl.class gambas/trunk/comp/src/gb.report/.src/ReportImage.class gambas/trunk/comp/src/gb.report/.src/ReportLabel.class gambas/trunk/comp/src/gb.report/.src/Tests/Report4.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |