?? xjbrep.dsr
字號:
VERSION 5.00
Begin {82282820-C017-11D0-A87C-00A0C90F29FC} xjbrep
Caption = "ActiveReport1"
ClientHeight = 5895
ClientLeft = 60
ClientTop = 345
ClientWidth = 11595
StartUpPosition = 2 '屏幕中心
_ExtentX = 20452
_ExtentY = 10398
SectionData = "xjbrep.dsx":0000
End
Attribute VB_Name = "xjbrep"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub ActiveReport_Initialize()
xjbrep.Printer.PaperSize = bgjpapersize
If bq6hprintflag = 1 Then
xjbrep.Printer.PrintDialog
End If
End Sub
Private Sub ActiveReport_ReportStart()
' Printer.PaperWidth = 106 * stunit '紙張高
' Printer.PaperHeight = 51 * stunit '紙張寬
' xjbrep.Printer.PaperSize = bgjpapersize
If bq6habnum >= 4 Then
Field3.Left = 0
Field3.Width = 2790
Field8.Left = 3075
Field8.Width = 2790
Else
Field3.Left = 1095
Field3.Width = 1710
Field8.Left = 4185
Field8.Width = 1710
End If
End Sub
Private Sub Detail_AfterPrint()
bq6hprint = 0
End Sub
Private Sub setjpnull()
Dim i As Integer
For i = 1 To 10 '清空數據
Me.Detail.Controls("Field" & i).Text = ""
Next
For i = 0 To 1
Me.Detail.Controls("Field" & 1 + i * 5).Text = bq6htype & " " & bq6hcc & " " & "FUSE"
Me.Detail.Controls("Field" & 2 + i * 5).Text = bq6hratings
Me.Detail.Controls("Field" & 3 + i * 5).Text = bq6hab
Me.Detail.Controls("Field" & 4 + i * 5).Text = bq6hqty
Me.Detail.Controls("Field" & 5 + i * 5).Text = bq6hlotno
Next
End Sub
Private Sub Detail_Format()
Call setjpnull
End Sub
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -