?? activereport2.dsr
字號:
VERSION 5.00
Begin {9EB8768B-CDFA-44DF-8F3E-857A8405E1DB} ActiveReport2
Caption = "報表打印"
ClientHeight = 11115
ClientLeft = 60
ClientTop = 345
ClientWidth = 15240
Icon = "ActiveReport2.dsx":0000
MDIChild = -1 'True
_ExtentX = 26882
_ExtentY = 19606
SectionData = "ActiveReport2.dsx":84CA
End
Attribute VB_Name = "ActiveReport2"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Dim connstr As String
Private Sub ActiveReport_ReportStart()
On Error Resume Next
connstr = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & App.Path & "\GLNHHY.DLL;Persist Security Info=False"
DataControl1.ConnectionString = connstr
'Me.PageSettings.PaperSize = 8
' Sets the paper's width to 8 inches
'Me.PageSettings.PaperWidth = 23808
' Sets the paper's height to 18 inches
'Me.PageSettings.PaperHeight = 16836
'Sets a 1 inch bottom margin
'Me.PageSettings.BottomMargin = 1448
'Sets a 1 inch top margin
'Me.PageSettings.TopMargin = 1440
'
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -