Merge branch 'master' of gitlab.com:gambas/gambas
This commit is contained in:
commit
66a4368ba0
@ -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 |
@ -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
|
||||
|
@ -157,7 +157,6 @@ Public Sub tmrLayout_Timer()
|
||||
ESCAPE:
|
||||
tmrView.Trigger
|
||||
|
||||
|
||||
End
|
||||
|
||||
Private Function Report_Read() As Report
|
||||
|
Loading…
x
Reference in New Issue
Block a user