On Thu, 2014-04-24 at 21:45 +0200, Fabien Bodard wrote:
> i think i have forgotten to manage invisible case
That explains a lot, hope this will be fixed in Gambas 3.6 release ( as
I understood that 3.5.x releases don't get all that is changed in trunk
version).
Meanwhile I'll have to think of ano
i think i have forgotten to manage invisible case
2014-04-24 18:13 GMT+02:00 Willy Raets :
> Hi,
>
> I have this situation where I have a one paged report that selects a
> certain record from a database, shows this data in the upper part of the
> report and then needs to show one out of two Report
Hi,
I have this situation where I have a one paged report that selects a
certain record from a database, shows this data in the upper part of the
report and then needs to show one out of two ReportVBoxes below that
data, depending on an argument passed when instantiating the report.
I have attach