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

📄 ardinprint.dsr

📁 此为我2001年为东莞建发楦头开发的企业管理软件他们使用至今,望斑竹指教! 其他会员最好不要随意下载,需经斑竹同意或我本人同意,谢谢!
💻 DSR
字号:
VERSION 5.00
Begin {82282820-C017-11D0-A87C-00A0C90F29FC} ARdinprint 
   Caption         =   "通用进销存 - ARdinprint (ActiveReport)"
   ClientHeight    =   8295
   ClientLeft      =   0
   ClientTop       =   285
   ClientWidth     =   11880
   Icon            =   "ARdinprint.dsx":0000
   _ExtentX        =   20955
   _ExtentY        =   14631
   SectionData     =   "ARdinprint.dsx":0442
End
Attribute VB_Name = "ARdinprint"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub ActiveReport_Initialize()
    Call printini(DAO, ARdinprint)
    If frmOrderprint.Cmbtype = "全部" Then
       lbltitle.Caption = "建发鞋楦厂---订单指令汇总表"
    Else
       lbltitle.Caption = "建发鞋楦厂---" & Trim(frmOrderprint.Cmbtype) & "订单指令汇总表"
    End If
    
    If frmOrderprint.cmbfang <> "全部" Then
      lbl1.Visible = True
      lblbuss.Visible = True
      
     Dim optb As Recordset
     Set optb = New Recordset
     optb.Open "select * from client where fangxiang=" & "'" & frmOrderprint.cmbfang.Text & "'", db, adOpenStatic, adLockOptimistic
     If optb.RecordCount <> 0 Then
        If IsNull(optb!opertion) = False Then lblbuss.Caption = optb!opertion
     End If
    End If
End Sub

⌨️ 快捷键说明

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