On Thu, 2013-09-19 at 22:00 +0200, Fabien Bodard wrote:
>
> in _new
> hresult=.
>
>
> datalist.datacount=hresult.count
>
>
>
>
> for each datalabel :
> example :
>
>
> Public Sub DataLabel1_data(index as integer)
>
>
> hResult.Moveto(Index)
> Last.Data = hResult!myfield
>
>
> end
On Thu, 2013-09-19 at 22:00 +0200, Fabien Bodard wrote:
> Gambas report is working like the forms
I've gotten that far :-)
>
>
>
>
> you need to open a new report
>
>
> then setup the padding of the report (it's margins)
Okay
>
> Add a ReportHBox to create the table header
> Set it's heig
Gambas report is working like the forms
you need to open a new report
then setup the padding of the report (it's margins)
Add a ReportHBox to create the table header
Set it's height to 1 cm
set the property fixed to true (it repeat the header on each page)
in it add one report label for each
Hi,
I'm working on my first report in Gambas and I'm getting nowhere.
I've been reading that someone took 60 hours to get a grasp on it.
I hope to seriously shorten that time by simply asking here as
documentation is scarce.
My situation very much simplified (it is part of a big migration project