[Gambas-bugtracker] Bug #2082: gb.report2 does not store pages
bugtracker at gambaswiki.org
bugtracker at gambaswiki.org
Wed Feb 10 23:07:44 CET 2021
http://gambaswiki.org/bugtracker/edit?object=BUG.2082&from=L21haW4-
Comment #5 by Gianluigi GRADASCHI:
# Gambas Form File 3.0
{ Report Report
#MoveScaled(0,0,64,73)
Margin = ReportMargin["Top:20mm;Bottom:20mm;Left:20mm;Right:20mm"]
Count = 3
Index = 0
Text = ("Cover")
{ ReportLabel1 ReportLabel
#MoveScaled(1,1,62,4)
Fixed = True
Text = ("Hello")
}
Index = 1
Text = ("Pages")
Index = 2
Text = ("Index")
Index = 0
}
Now it seems to store data (see above) but does not put it into practice "Hello" should appear 2 cm from Top and Left and in all three pages (fixed) and not just in the first without margins.
See attached project
----------------------------------------------------------------------------
Attachment: TestReport2Caption-0.0.1.tar.gz
More information about the Bugtracker
mailing list