gambas-source-code/comp/src
Fabien Bodard 1e2fefee38 [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



git-svn-id: svn://localhost/gambas/trunk@2837 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2010-03-27 19:30:15 +00:00
..
gb.chart [GB.REPORT] 2010-03-26 20:08:44 +00:00
gb.db.form [DEVELOPMENT ENVIRONMENT] 2010-02-21 18:15:16 +00:00
gb.eval.highlight [DEVELOPMENT ENVIRONMENT] 2010-01-11 21:14:40 +00:00
gb.form [DEVELOPMENT ENVIRONMENT] 2010-03-19 12:13:20 +00:00
gb.form.dialog [GB.FORM.DIALOG] 2010-01-24 16:25:31 +00:00
gb.form.mdi [CONFIGURATION] 2010-03-05 00:44:13 +00:00
gb.info [DEVELOPMENT ENVIRONMENT] 2009-09-28 22:58:23 +00:00
gb.mysql [GB.MYSQL] 2009-10-05 17:12:52 +00:00
gb.report [GB.REPORT] 2010-03-27 19:30:15 +00:00
gb.settings [CONFIGURATION] 2009-09-17 23:32:55 +00:00
gb.web [CONFIGURATION] 2010-01-27 03:28:06 +00:00
order