Move empty vba scripts
This commit is contained in:
10
wgmaster/vba/empty/Report_BLieferjournal.frm
Normal file
10
wgmaster/vba/empty/Report_BLieferjournal.frm
Normal file
@ -0,0 +1,10 @@
|
||||
Option Compare Database
|
||||
Option Explicit
|
||||
|
||||
Private Sub Report_Close()
|
||||
DoCmd.ShowToolbar "Datenbank", acToolbarNo
|
||||
End Sub
|
||||
|
||||
Private Sub Report_Open(Cancel As Integer)
|
||||
DoCmd.ShowToolbar "Datenbank", acToolbarYes
|
||||
End Sub
|
Reference in New Issue
Block a user