Thread: [Gambas-devel-svn] SF.net SVN: gambas:[2825] gambas/trunk/comp/src/gb.report (Page 2)
Brought to you by:
gambas
From: <ga...@us...> - 2010-03-25 17:01:37
|
Revision: 2825 http://gambas.svn.sourceforge.net/gambas/?rev=2825&view=rev Author: gambix Date: 2010-03-25 17:01:31 +0000 (Thu, 25 Mar 2010) Log Message: ----------- [GB.REPORT] * BUG: Littles things Modified Paths: -------------- gambas/trunk/comp/src/gb.report/.project gambas/trunk/comp/src/gb.report/.src/Preview/FPreview.class gambas/trunk/comp/src/gb.report/.src/Preview/FPreview.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2010-03-26 16:42:03
|
Revision: 2829 http://gambas.svn.sourceforge.net/gambas/?rev=2829&view=rev Author: gambix Date: 2010-03-26 16:41:57 +0000 (Fri, 26 Mar 2010) Log Message: ----------- [GB.REPORT] * BUG: Some corrections in the Label sizing * BUG: Better management in picture size management... but still a problem on size when it is contained by a container with autoresize checked * NEW: Buttons to autoresize and reinit the preview zoom Modified Paths: -------------- gambas/trunk/comp/src/gb.report/.info gambas/trunk/comp/src/gb.report/.project gambas/trunk/comp/src/gb.report/.src/Preview/FPreview.class gambas/trunk/comp/src/gb.report/.src/Preview/FPreview.form gambas/trunk/comp/src/gb.report/.src/ReportContainer.class gambas/trunk/comp/src/gb.report/.src/ReportField.class gambas/trunk/comp/src/gb.report/.src/ReportFrame.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/ReportSpecialField.class gambas/trunk/comp/src/gb.report/.src/Tests/Report1.class gambas/trunk/comp/src/gb.report/.src/Tests/Report1.report This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2010-03-26 18:23:51
|
Revision: 2830 http://gambas.svn.sourceforge.net/gambas/?rev=2830&view=rev Author: gambix Date: 2010-03-26 18:23:44 +0000 (Fri, 26 Mar 2010) Log Message: ----------- [GB.REPORT] * NEW: Begin to add the repeat support to the ReportContainer Modified Paths: -------------- gambas/trunk/comp/src/gb.report/.info gambas/trunk/comp/src/gb.report/.src/Preview/FPreview.form gambas/trunk/comp/src/gb.report/.src/Report.class gambas/trunk/comp/src/gb.report/.src/ReportContainer.class gambas/trunk/comp/src/gb.report/.src/Tests/Report1.report This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2010-03-26 20:44:50
|
Revision: 2832 http://gambas.svn.sourceforge.net/gambas/?rev=2832&view=rev Author: gambix Date: 2010-03-26 20:44:44 +0000 (Fri, 26 Mar 2010) Log Message: ----------- [GB.REPORT] * OPT: Some tests on fields Modified Paths: -------------- gambas/trunk/comp/src/gb.report/.info gambas/trunk/comp/src/gb.report/.src/Report.class gambas/trunk/comp/src/gb.report/.src/ReportContainer.class gambas/trunk/comp/src/gb.report/.src/ReportField.class gambas/trunk/comp/src/gb.report/.src/Tests/Report1.class gambas/trunk/comp/src/gb.report/.src/Tests/Report1.report This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2010-03-27 19:30:24
|
Revision: 2837 http://gambas.svn.sourceforge.net/gambas/?rev=2837&view=rev Author: gambix Date: 2010-03-27 19:30:15 +0000 (Sat, 27 Mar 2010) Log Message: ----------- [GB.REPORT] * NEW: Begin the change of ReportLabel, now when not text is set, reportlabel raise an event _Data to get it's text. PUBLIC SUB ReportLabel1_Data() LAST.Text = aMyArray[Last.Index] END * New: Container are raised an event _Data when repeat is selected if Stop event is called in this event, the clone process is ended. PUBLIC SUB ReportVBox_Data() If Last.Index = $hResult.Count Then Stop Event END Modified Paths: -------------- gambas/trunk/comp/src/gb.report/.info gambas/trunk/comp/src/gb.report/.list gambas/trunk/comp/src/gb.report/.src/Preview/FPreview.class gambas/trunk/comp/src/gb.report/.src/Report.class gambas/trunk/comp/src/gb.report/.src/ReportContainer.class gambas/trunk/comp/src/gb.report/.src/ReportControl.class gambas/trunk/comp/src/gb.report/.src/ReportLabel.class gambas/trunk/comp/src/gb.report/.src/Tests/FExample.class gambas/trunk/comp/src/gb.report/.src/Tests/Report1.class gambas/trunk/comp/src/gb.report/.src/Tests/Report1.report Added Paths: ----------- gambas/trunk/comp/src/gb.report/.src/Tests/Report2.class gambas/trunk/comp/src/gb.report/.src/Tests/Report2.report Removed Paths: ------------- gambas/trunk/comp/src/gb.report/.src/ReportField.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2010-03-29 12:21:32
|
Revision: 2842 http://gambas.svn.sourceforge.net/gambas/?rev=2842&view=rev Author: gambix Date: 2010-03-29 12:21:26 +0000 (Mon, 29 Mar 2010) Log Message: ----------- [GB.REPORT] * NEW: Complete change of the way that label get datas Now you just give to the container to repeat a collection[] or a result and to the label a key and all will simply be done. The Container_data and Label_data events are removed, the label.index property and the container.repeat property are removed too Modified Paths: -------------- gambas/trunk/comp/src/gb.report/.info gambas/trunk/comp/src/gb.report/.project gambas/trunk/comp/src/gb.report/.src/Report.class gambas/trunk/comp/src/gb.report/.src/ReportContainer.class gambas/trunk/comp/src/gb.report/.src/ReportLabel.class gambas/trunk/comp/src/gb.report/.src/Tests/Report1.class gambas/trunk/comp/src/gb.report/.src/Tests/Report1.report gambas/trunk/comp/src/gb.report/.src/Tests/Report2.class gambas/trunk/comp/src/gb.report/.src/Tests/Report2.report Added Paths: ----------- gambas/trunk/comp/src/gb.report/.connection/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2010-03-29 13:50:26
|
Revision: 2843 http://gambas.svn.sourceforge.net/gambas/?rev=2843&view=rev Author: gambix Date: 2010-03-29 13:50:18 +0000 (Mon, 29 Mar 2010) Log Message: ----------- [GB.REPORT] * NEW: Now the format property is taked into account, you need to use standard gambas formating string * NEW: A boolean property UseField that tel to the report engine to change some macro value by theire values. Modified Paths: -------------- gambas/trunk/comp/src/gb.report/.info gambas/trunk/comp/src/gb.report/.project gambas/trunk/comp/src/gb.report/.src/Report.class gambas/trunk/comp/src/gb.report/.src/ReportLabel.class gambas/trunk/comp/src/gb.report/.src/Tests/Report2.report This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2010-05-30 19:10:12
|
Revision: 2986 http://gambas.svn.sourceforge.net/gambas/?rev=2986&view=rev Author: gambix Date: 2010-05-30 19:10:06 +0000 (Sun, 30 May 2010) Log Message: ----------- [GB.REPORT] * OPT: Some corrections Modified Paths: -------------- gambas/trunk/comp/src/gb.report/.project gambas/trunk/comp/src/gb.report/.src/Preview/FPreview.class gambas/trunk/comp/src/gb.report/.src/Preview/FPreview.form gambas/trunk/comp/src/gb.report/.src/Report.class gambas/trunk/comp/src/gb.report/.src/Tests/Report1.class gambas/trunk/comp/src/gb.report/.src/Tests/Report1.report gambas/trunk/comp/src/gb.report/.src/Tests/Report2.class gambas/trunk/comp/src/gb.report/.src/Tests/Report2.report This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2010-08-01 19:36:14
|
Revision: 3087 http://gambas.svn.sourceforge.net/gambas/?rev=3087&view=rev Author: gambix Date: 2010-08-01 19:36:08 +0000 (Sun, 01 Aug 2010) Log Message: ----------- [GB.REPORT] * BUG: Now the list are correctly drawed on the wished page. * OPT: the resize function of FPreview is renamed to ResizeMe Modified Paths: -------------- gambas/trunk/comp/src/gb.report/.directory gambas/trunk/comp/src/gb.report/.info gambas/trunk/comp/src/gb.report/.project gambas/trunk/comp/src/gb.report/.src/Preview/FPreview.class gambas/trunk/comp/src/gb.report/.src/Report.class gambas/trunk/comp/src/gb.report/.src/ReportContainer.class gambas/trunk/comp/src/gb.report/.src/ReportControl.class gambas/trunk/comp/src/gb.report/.src/ReportLabel.class gambas/trunk/comp/src/gb.report/.src/Tests/Report1.class gambas/trunk/comp/src/gb.report/.src/Tests/Report1.report This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2010-09-11 08:57:42
|
Revision: 3205 http://gambas.svn.sourceforge.net/gambas/?rev=3205&view=rev Author: gambix Date: 2010-09-11 08:57:36 +0000 (Sat, 11 Sep 2010) Log Message: ----------- [SCRIPTER] * BUG: Correct an array overflow in ReportContainer Modified Paths: -------------- gambas/trunk/comp/src/gb.report/.project gambas/trunk/comp/src/gb.report/.src/ReportContainer.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2010-09-13 11:06:30
|
Revision: 3211 http://gambas.svn.sourceforge.net/gambas/?rev=3211&view=rev Author: gambas Date: 2010-09-13 11:06:24 +0000 (Mon, 13 Sep 2010) Log Message: ----------- [GB.REPORT] * NEW: An example of how to override Paint to know what is drawn. Modified Paths: -------------- gambas/trunk/comp/src/gb.report/.info gambas/trunk/comp/src/gb.report/.list gambas/trunk/comp/src/gb.report/.project gambas/trunk/comp/src/gb.report/.src/Preview/FPreview.class gambas/trunk/comp/src/gb.report/.src/Report.class Added Paths: ----------- gambas/trunk/comp/src/gb.report/.src/Tests/Paint.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2010-09-15 13:13:40
|
Revision: 3220 http://gambas.svn.sourceforge.net/gambas/?rev=3220&view=rev Author: gambix Date: 2010-09-15 13:13:33 +0000 (Wed, 15 Sep 2010) Log Message: ----------- [GB.REPORT] * BUG: gb.report begin to work again ... not all is perfect but ... it's a beginning Modified Paths: -------------- gambas/trunk/comp/src/gb.report/.icon.png gambas/trunk/comp/src/gb.report/.info gambas/trunk/comp/src/gb.report/.list gambas/trunk/comp/src/gb.report/.src/Preview/FPreview.form gambas/trunk/comp/src/gb.report/.src/Report.class gambas/trunk/comp/src/gb.report/.src/ReportContainer.class gambas/trunk/comp/src/gb.report/.src/ReportControl.class gambas/trunk/comp/src/gb.report/.src/ReportFrame.class gambas/trunk/comp/src/gb.report/.src/Tests/Paint.class gambas/trunk/comp/src/gb.report/.src/Tests/Report1.report gambas/trunk/comp/src/gb.report/.src/Tests/Report2.class gambas/trunk/comp/src/gb.report/.src/Tests/Report2.report Added Paths: ----------- gambas/trunk/comp/src/gb.report/.src/Tests/Form1.class gambas/trunk/comp/src/gb.report/.src/Tests/Form1.form Removed Paths: ------------- gambas/trunk/comp/src/gb.report/.src/ReportSection.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2011-01-15 22:54:04
|
Revision: 3456 http://gambas.svn.sourceforge.net/gambas/?rev=3456&view=rev Author: gambix Date: 2011-01-15 22:53:58 +0000 (Sat, 15 Jan 2011) Log Message: ----------- [GB.REPORT] * OPT: Begin the changes on the report engine Modified Paths: -------------- gambas/trunk/comp/src/gb.report/.info gambas/trunk/comp/src/gb.report/.project gambas/trunk/comp/src/gb.report/.src/Report.class gambas/trunk/comp/src/gb.report/.src/ReportBorder.class gambas/trunk/comp/src/gb.report/.src/ReportBrush.class gambas/trunk/comp/src/gb.report/.src/ReportContainer.class gambas/trunk/comp/src/gb.report/.src/ReportControl.class gambas/trunk/comp/src/gb.report/.src/ReportFrame.class gambas/trunk/comp/src/gb.report/.src/ReportHBox.class gambas/trunk/comp/src/gb.report/.src/ReportImage.class gambas/trunk/comp/src/gb.report/.src/ReportVBox.class gambas/trunk/comp/src/gb.report/.src/TControl.class gambas/trunk/comp/src/gb.report/.src/TSizeParse.class gambas/trunk/comp/src/gb.report/.src/Tests/FExample.class gambas/trunk/comp/src/gb.report/.src/Tests/FExample.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2011-01-18 20:01:07
|
Revision: 3468 http://gambas.svn.sourceforge.net/gambas/?rev=3468&view=rev Author: gambix Date: 2011-01-18 20:01:00 +0000 (Tue, 18 Jan 2011) Log Message: ----------- [GB.REPORT] OPT: Midway commit Modified Paths: -------------- gambas/trunk/comp/src/gb.report/.info gambas/trunk/comp/src/gb.report/.project gambas/trunk/comp/src/gb.report/.src/Preview/FPreview.class gambas/trunk/comp/src/gb.report/.src/Report.class gambas/trunk/comp/src/gb.report/.src/ReportBorder.class gambas/trunk/comp/src/gb.report/.src/ReportBrush.class gambas/trunk/comp/src/gb.report/.src/ReportControl.class gambas/trunk/comp/src/gb.report/.src/ReportFrame.class gambas/trunk/comp/src/gb.report/.src/ReportLabel.class gambas/trunk/comp/src/gb.report/.src/ReportVBox.class gambas/trunk/comp/src/gb.report/.src/Tests/FExample.class gambas/trunk/comp/src/gb.report/.src/Tests/Report1.class gambas/trunk/comp/src/gb.report/.src/Tests/Report1.report gambas/trunk/comp/src/gb.report/.src/Tests/Report2.class gambas/trunk/comp/src/gb.report/.src/Tests/Report2.report Added Paths: ----------- gambas/trunk/comp/src/gb.report/.src/DataWatcher.class gambas/trunk/comp/src/gb.report/.src/ReportWatcher.class gambas/trunk/comp/src/gb.report/.src/Tests/Report3.class gambas/trunk/comp/src/gb.report/.src/Tests/Report3.report This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2011-01-19 03:21:42
|
Revision: 3474 http://gambas.svn.sourceforge.net/gambas/?rev=3474&view=rev Author: gambas Date: 2011-01-19 03:21:36 +0000 (Wed, 19 Jan 2011) Log Message: ----------- [GB.REPORT] * BUG: Add debugging messages. Modified Paths: -------------- gambas/trunk/comp/src/gb.report/.info gambas/trunk/comp/src/gb.report/.list gambas/trunk/comp/src/gb.report/.project gambas/trunk/comp/src/gb.report/.src/Preview/FPreview.class gambas/trunk/comp/src/gb.report/.src/Preview/FPreview.form gambas/trunk/comp/src/gb.report/.src/Report.class gambas/trunk/comp/src/gb.report/.src/Tests/Paint.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2011-01-19 03:28:43
|
Revision: 3475 http://gambas.svn.sourceforge.net/gambas/?rev=3475&view=rev Author: gambas Date: 2011-01-19 03:28:36 +0000 (Wed, 19 Jan 2011) Log Message: ----------- [GB.REPORT] * BUG: Preview is visible with gb.qt4 now. Modified Paths: -------------- gambas/trunk/comp/src/gb.report/.info gambas/trunk/comp/src/gb.report/.src/Preview/FPreview.class gambas/trunk/comp/src/gb.report/.src/Report.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2011-01-19 22:30:33
|
Revision: 3477 http://gambas.svn.sourceforge.net/gambas/?rev=3477&view=rev Author: gambix Date: 2011-01-19 22:30:26 +0000 (Wed, 19 Jan 2011) Log Message: ----------- [GB.REPORT] * BUG: Some correction on the layout routines Modified Paths: -------------- gambas/trunk/comp/src/gb.report/.info gambas/trunk/comp/src/gb.report/.project gambas/trunk/comp/src/gb.report/.src/Preview/FPreview.class gambas/trunk/comp/src/gb.report/.src/Report.class gambas/trunk/comp/src/gb.report/.src/ReportControl.class gambas/trunk/comp/src/gb.report/.src/ReportHBox.class gambas/trunk/comp/src/gb.report/.src/ReportLabel.class gambas/trunk/comp/src/gb.report/.src/ReportTextLabel.class gambas/trunk/comp/src/gb.report/.src/ReportVBox.class gambas/trunk/comp/src/gb.report/.src/Tests/Paint.class gambas/trunk/comp/src/gb.report/.src/Tests/Report2.class gambas/trunk/comp/src/gb.report/.src/Tests/Report2.report This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2011-01-20 22:24:13
|
Revision: 3486 http://gambas.svn.sourceforge.net/gambas/?rev=3486&view=rev Author: gambix Date: 2011-01-20 22:24:06 +0000 (Thu, 20 Jan 2011) Log Message: ----------- [GB.REPORT] * NEW: ReportControl Color and Brush properties, it define the color for Font. * NEW: ReportLine color is defined by Color/Brush properties * Bug: Now vertical arrangement work fine and fixed element are taked into account * NEW: X and Y properties that are alias for Left ans Top. * NEW: ReportControl Background property that replace the old Brush One to define the background. Modified Paths: -------------- gambas/trunk/comp/src/gb.report/.info gambas/trunk/comp/src/gb.report/.src/Report.class gambas/trunk/comp/src/gb.report/.src/ReportControl.class gambas/trunk/comp/src/gb.report/.src/ReportFrame.class gambas/trunk/comp/src/gb.report/.src/ReportLabel.class gambas/trunk/comp/src/gb.report/.src/ReportLine.class gambas/trunk/comp/src/gb.report/.src/ReportVBox.class gambas/trunk/comp/src/gb.report/.src/Tests/Report2.class gambas/trunk/comp/src/gb.report/.src/Tests/Report2.report This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2011-01-26 22:44:41
|
Revision: 3498 http://gambas.svn.sourceforge.net/gambas/?rev=3498&view=rev Author: gambix Date: 2011-01-26 22:44:35 +0000 (Wed, 26 Jan 2011) Log Message: ----------- [GB.REPORT] * NEW: Now Report is multicontainer. Sections are reports part. Modified Paths: -------------- gambas/trunk/comp/src/gb.report/.info gambas/trunk/comp/src/gb.report/.src/Report.class gambas/trunk/comp/src/gb.report/.src/ReportContainer.class gambas/trunk/comp/src/gb.report/.src/ReportControl.class gambas/trunk/comp/src/gb.report/.src/Tests/Paint.class gambas/trunk/comp/src/gb.report/.src/Tests/Report2.report This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2011-01-27 22:05:57
|
Revision: 3499 http://gambas.svn.sourceforge.net/gambas/?rev=3499&view=rev Author: gambix Date: 2011-01-27 22:05:51 +0000 (Thu, 27 Jan 2011) Log Message: ----------- [GB.REPORT] * NEW: A new Resolution property... by default it's value is -1 and in this case use the paint device resolution. * NEW: The Data property is activated, so now you can give to it result or collection. Modified Paths: -------------- gambas/trunk/comp/src/gb.report/.info gambas/trunk/comp/src/gb.report/.src/MTools.module gambas/trunk/comp/src/gb.report/.src/Preview/FPreview.class gambas/trunk/comp/src/gb.report/.src/Report.class gambas/trunk/comp/src/gb.report/.src/ReportContainer.class gambas/trunk/comp/src/gb.report/.src/ReportControl.class gambas/trunk/comp/src/gb.report/.src/ReportLabel.class gambas/trunk/comp/src/gb.report/.src/ReportVBox.class gambas/trunk/comp/src/gb.report/.src/TControl.class gambas/trunk/comp/src/gb.report/.src/Tests/Paint.class gambas/trunk/comp/src/gb.report/.src/Tests/Report2.class gambas/trunk/comp/src/gb.report/.src/Tests/Report2.report gambas/trunk/comp/src/gb.report/.src/Units.class Added Paths: ----------- gambas/trunk/comp/src/gb.report/.connection/Connection1.connection gambas/trunk/comp/src/gb.report/.src/ReportRoundCorner.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2011-01-28 21:58:09
|
Revision: 3505 http://gambas.svn.sourceforge.net/gambas/?rev=3505&view=rev Author: gambix Date: 2011-01-28 21:58:03 +0000 (Fri, 28 Jan 2011) Log Message: ----------- [GB.REPORT] * NEW: All the properties in report class are redirected to the current container * OPT: some otpimization on the layout routine Modified Paths: -------------- gambas/trunk/comp/src/gb.report/.info gambas/trunk/comp/src/gb.report/.src/Report.class gambas/trunk/comp/src/gb.report/.src/ReportContainer.class gambas/trunk/comp/src/gb.report/.src/ReportVBox.class gambas/trunk/comp/src/gb.report/.src/Tests/Paint.class gambas/trunk/comp/src/gb.report/.src/Tests/Report2.class gambas/trunk/comp/src/gb.report/.src/Tests/Report2.report This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2011-01-28 23:14:11
|
Revision: 3506 http://gambas.svn.sourceforge.net/gambas/?rev=3506&view=rev Author: gambix Date: 2011-01-28 23:14:05 +0000 (Fri, 28 Jan 2011) Log Message: ----------- [GB.REPORT] * BUG: Change a const name Modified Paths: -------------- gambas/trunk/comp/src/gb.report/.info gambas/trunk/comp/src/gb.report/.src/Report.class gambas/trunk/comp/src/gb.report/.src/Tests/Report2.class gambas/trunk/comp/src/gb.report/.src/Tests/Report2.report This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2011-01-29 14:13:57
|
Revision: 3510 http://gambas.svn.sourceforge.net/gambas/?rev=3510&view=rev Author: gambix Date: 2011-01-29 14:13:51 +0000 (Sat, 29 Jan 2011) Log Message: ----------- [GB.REPORT] * NEW: Count property is showed in the property tab * NEW: New Class Reportsection that inherit reportvbox and add a property Text Modified Paths: -------------- gambas/trunk/comp/src/gb.report/.info gambas/trunk/comp/src/gb.report/.list gambas/trunk/comp/src/gb.report/.src/Report.class gambas/trunk/comp/src/gb.report/.src/Tests/Report2.report Added Paths: ----------- gambas/trunk/comp/src/gb.report/.src/ReportSection.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2011-01-30 18:52:43
|
Revision: 3518 http://gambas.svn.sourceforge.net/gambas/?rev=3518&view=rev Author: gambix Date: 2011-01-30 18:52:36 +0000 (Sun, 30 Jan 2011) Log Message: ----------- [GB.REPORT] * BUG: Correct a bug in the Report.Count property. * BUG: Correct as bug in the layout function. * NEW: Try to begin to implement the round corners Modified Paths: -------------- gambas/trunk/comp/src/gb.report/.info gambas/trunk/comp/src/gb.report/.list gambas/trunk/comp/src/gb.report/.src/Preview/FPreview.class gambas/trunk/comp/src/gb.report/.src/Preview/FPreview.form gambas/trunk/comp/src/gb.report/.src/Report.class gambas/trunk/comp/src/gb.report/.src/ReportBorder.class gambas/trunk/comp/src/gb.report/.src/ReportFrame.class gambas/trunk/comp/src/gb.report/.src/ReportPanel.class gambas/trunk/comp/src/gb.report/.src/ReportRoundCorner.class gambas/trunk/comp/src/gb.report/.src/Tests/Report1.report gambas/trunk/comp/src/gb.report/.src/Tests/Report2.report Removed Paths: ------------- gambas/trunk/comp/src/gb.report/.src/ReportDrawing.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2011-01-30 20:34:39
|
Revision: 3521 http://gambas.svn.sourceforge.net/gambas/?rev=3521&view=rev Author: gambix Date: 2011-01-30 20:34:32 +0000 (Sun, 30 Jan 2011) Log Message: ----------- [GB.REPORT] * BUG: Now the Section Object know his report Modified Paths: -------------- gambas/trunk/comp/src/gb.report/.info gambas/trunk/comp/src/gb.report/.project gambas/trunk/comp/src/gb.report/.src/Report.class gambas/trunk/comp/src/gb.report/.src/ReportControl.class gambas/trunk/comp/src/gb.report/.src/ReportLabel.class gambas/trunk/comp/src/gb.report/.src/ReportRoundCorner.class Added Paths: ----------- gambas/trunk/comp/src/gb.report/.src/Tests/Report1.class gambas/trunk/comp/src/gb.report/.src/Tests/Report1.report Removed Paths: ------------- gambas/trunk/comp/src/gb.report/.src/Tests/Report1.class gambas/trunk/comp/src/gb.report/.src/Tests/Report1.report gambas/trunk/comp/src/gb.report/.src/Tests/Report2.class gambas/trunk/comp/src/gb.report/.src/Tests/Report2.report gambas/trunk/comp/src/gb.report/.src/Tests/Report3.class gambas/trunk/comp/src/gb.report/.src/Tests/Report3.report This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |