Merge branch 'master' of gitlab.com:gambas/gambas

This commit is contained in:
gambas 2019-02-05 02:25:07 +01:00
commit 66a4368ba0
4 changed files with 9 additions and 2 deletions

View File

@ -2,4 +2,4 @@
Key=gb.report2
Version=3.12.90
Needs=Form
Requires=gb.form
Requires=gb.form,gb.eval

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

After

Width:  |  Height:  |  Size: 6.1 KiB

View File

@ -94,6 +94,14 @@ Static Public Sub Main()
End
Static Public Sub _init()
If Not Component.IsLoaded("gb.eval") Then Component.Load("gb.eval")
End
Public Sub _New()
Dim hSection As New ReportSection

View File

@ -157,7 +157,6 @@ Public Sub tmrLayout_Timer()
ESCAPE:
tmrView.Trigger
End
Private Function Report_Read() As Report