[Gambas-user] reports in gambas

Kari Laine klaine8 at ...626...
Mon Sep 8 21:28:52 CEST 2008


On Mon, Sep 8, 2008 at 5:05 PM, jjmoncar <jjmoncar at ...626...> wrote:

> Good morning.
>
> can anyone put an example of how to generate reports with the component
> gb.report?
>
> Hi,

That module is written in Gambas. Open that as a Gambas Project. Ok this
supposes you have installed Gambas source code.

<Gambas-source-directory/comp/src/gb.report

After you open it there is a form FReportTutorial1. Make that startup class
and run. You will get a nice report. There is also FTtest and Tutorial2
classes which are different examples.

I made one report for my program using straight print commands (bill and
bill-list). I am now inspecting this report-module whether it is already
usable. It is taking time because module is object-oriented programming.

Best Regards
Kari Laine



More information about the User mailing list