⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 arkfprint.dsr

📁 此为我2001年为东莞建发楦头开发的企业管理软件他们使用至今,望斑竹指教! 其他会员最好不要随意下载,需经斑竹同意或我本人同意,谢谢!
💻 DSR
字号:
VERSION 5.00
Begin {82282820-C017-11D0-A87C-00A0C90F29FC} Arkfprint 
   Caption         =   "通用进销存 - Arkfprint (ActiveReport)"
   ClientHeight    =   8295
   ClientLeft      =   45
   ClientTop       =   375
   ClientWidth     =   12000
   Icon            =   "ARkfprint.dsx":0000
   _ExtentX        =   21167
   _ExtentY        =   14631
   SectionData     =   "ARkfprint.dsx":0442
End
Attribute VB_Name = "Arkfprint"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub ActiveReport_Initialize()
    Call printini(DAO, Arkfprint)
    'Arkfprint.Printer.Orientation = ddOLandscape
    lbldate.Caption = "日期:" & frmkfprint.DTP2.value
End Sub

Private Sub Detail_Format()
    If IsNull(DAO.Recordset!unit) = False Then unit.Text = DAO.Recordset!qty & DAO.Recordset!unit
End Sub

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -