-
上传用户:zhpu1995
上传日期:2013-09-06
资源大小:61151k
文件大小:18k
源码类别:

企业管理

开发平台:

Visual Basic

  1. VERSION 5.00
  2. Begin VB.Form KF_FrmBatchMateQuery 
  3.    BorderStyle     =   3  'Fixed Dialog
  4.    Caption         =   "批次物料汇总表查询条件"
  5.    ClientHeight    =   3075
  6.    ClientLeft      =   45
  7.    ClientTop       =   330
  8.    ClientWidth     =   4650
  9.    Icon            =   "统计分析_批次物料汇总查询.frx":0000
  10.    KeyPreview      =   -1  'True
  11.    LinkTopic       =   "Form1"
  12.    MaxButton       =   0   'False
  13.    MinButton       =   0   'False
  14.    ScaleHeight     =   3075
  15.    ScaleWidth      =   4650
  16.    ShowInTaskbar   =   0   'False
  17.    StartUpPosition =   1  '所有者中心
  18.    Begin VB.TextBox LrText 
  19.       BackColor       =   &H00FFFFFF&
  20.       Height          =   300
  21.       Index           =   3
  22.       Left            =   1110
  23.       TabIndex        =   12
  24.       Text            =   "3"
  25.       Top             =   2190
  26.       Width           =   3315
  27.    End
  28.    Begin VB.ComboBox Combo_Kjqj2 
  29.       ForeColor       =   &H00000000&
  30.       Height          =   300
  31.       Left            =   2970
  32.       Style           =   2  'Dropdown List
  33.       TabIndex        =   1
  34.       Top             =   240
  35.       Width           =   1455
  36.    End
  37.    Begin VB.ComboBox Combo_Kjqj1 
  38.       ForeColor       =   &H00000000&
  39.       Height          =   300
  40.       Left            =   1110
  41.       Style           =   2  'Dropdown List
  42.       TabIndex        =   0
  43.       Top             =   240
  44.       Width           =   1545
  45.    End
  46.    Begin VB.TextBox LrText 
  47.       Height          =   300
  48.       Index           =   0
  49.       Left            =   1110
  50.       TabIndex        =   2
  51.       Text            =   "0"
  52.       Top             =   630
  53.       Width           =   3015
  54.    End
  55.    Begin VB.TextBox LrText 
  56.       Height          =   300
  57.       Index           =   1
  58.       Left            =   1110
  59.       TabIndex        =   3
  60.       Text            =   "1"
  61.       Top             =   1020
  62.       Width           =   3015
  63.    End
  64.    Begin VB.TextBox LrText 
  65.       BackColor       =   &H00FFFFFF&
  66.       Height          =   300
  67.       Index           =   2
  68.       Left            =   1110
  69.       TabIndex        =   4
  70.       Text            =   "2"
  71.       Top             =   1410
  72.       Width           =   3015
  73.    End
  74.    Begin VB.CommandButton Ydcommand1 
  75.       Height          =   305
  76.       Index           =   0
  77.       Left            =   4110
  78.       Picture         =   "统计分析_批次物料汇总查询.frx":1042
  79.       Style           =   1  'Graphical
  80.       TabIndex        =   11
  81.       Top             =   630
  82.       Width           =   315
  83.    End
  84.    Begin VB.CommandButton Ydcommand1 
  85.       Height          =   305
  86.       Index           =   1
  87.       Left            =   4110
  88.       Picture         =   "统计分析_批次物料汇总查询.frx":13CC
  89.       Style           =   1  'Graphical
  90.       TabIndex        =   10
  91.       Top             =   1020
  92.       Width           =   315
  93.    End
  94.    Begin VB.CommandButton Ydcommand1 
  95.       Height          =   305
  96.       Index           =   2
  97.       Left            =   4110
  98.       Picture         =   "统计分析_批次物料汇总查询.frx":1756
  99.       Style           =   1  'Graphical
  100.       TabIndex        =   9
  101.       Top             =   1410
  102.       Width           =   315
  103.    End
  104.    Begin VB.CommandButton Cmd_Clear 
  105.       Caption         =   "全清"
  106.       Height          =   300
  107.       Left            =   75
  108.       TabIndex        =   6
  109.       Top             =   2700
  110.       Width           =   1120
  111.    End
  112.    Begin VB.CommandButton QxCommand 
  113.       Caption         =   "取消(&C)"
  114.       Height          =   300
  115.       Left            =   3450
  116.       TabIndex        =   7
  117.       Top             =   2700
  118.       Width           =   1120
  119.    End
  120.    Begin VB.CommandButton QdCommand 
  121.       Caption         =   "确定(&O)"
  122.       Height          =   300
  123.       Left            =   2250
  124.       TabIndex        =   5
  125.       Top             =   2700
  126.       Width           =   1120
  127.    End
  128.    Begin VB.CheckBox UnloadCheck 
  129.       Caption         =   "卸载窗体"
  130.       Height          =   615
  131.       Left            =   5640
  132.       TabIndex        =   8
  133.       Top             =   2040
  134.       Width           =   825
  135.    End
  136.    Begin VB.Frame Frame1 
  137.       Height          =   2595
  138.       Left            =   60
  139.       TabIndex        =   13
  140.       Top             =   30
  141.       Width           =   4515
  142.       Begin VB.Line Line1 
  143.          X1              =   2640
  144.          X2              =   2850
  145.          Y1              =   360
  146.          Y2              =   360
  147.       End
  148.       Begin VB.Label Label2 
  149.          BackColor       =   &H00FFFFFF&
  150.          BorderStyle     =   1  'Fixed Single
  151.          Height          =   300
  152.          Left            =   1035
  153.          TabIndex        =   20
  154.          Top             =   1770
  155.          Width           =   3315
  156.       End
  157.       Begin VB.Label Label1 
  158.          AutoSize        =   -1  'True
  159.          Caption         =   "物料编码:"
  160.          Height          =   195
  161.          Index           =   2
  162.          Left            =   150
  163.          TabIndex        =   19
  164.          Top             =   1440
  165.          Width           =   765
  166.       End
  167.       Begin VB.Label Label1 
  168.          AutoSize        =   -1  'True
  169.          Caption         =   "物料分类:"
  170.          Height          =   195
  171.          Index           =   1
  172.          Left            =   150
  173.          TabIndex        =   18
  174.          Top             =   1035
  175.          Width           =   765
  176.       End
  177.       Begin VB.Label Label1 
  178.          AutoSize        =   -1  'True
  179.          Caption         =   "仓库:"
  180.          Height          =   195
  181.          Index           =   0
  182.          Left            =   150
  183.          TabIndex        =   17
  184.          Top             =   648
  185.          Width           =   405
  186.       End
  187.       Begin VB.Label Label3 
  188.          AutoSize        =   -1  'True
  189.          Caption         =   "物料名称:"
  190.          Height          =   195
  191.          Left            =   150
  192.          TabIndex        =   16
  193.          Top             =   1830
  194.          Width           =   765
  195.       End
  196.       Begin VB.Label Label1 
  197.          AutoSize        =   -1  'True
  198.          Caption         =   "会计期间:"
  199.          Height          =   180
  200.          Index           =   3
  201.          Left            =   150
  202.          TabIndex        =   15
  203.          Top             =   270
  204.          Width           =   810
  205.       End
  206.       Begin VB.Label Label1 
  207.          AutoSize        =   -1  'True
  208.          Caption         =   "批号:"
  209.          Height          =   180
  210.          Index           =   4
  211.          Left            =   150
  212.          TabIndex        =   14
  213.          Top             =   2220
  214.          Width           =   450
  215.       End
  216.    End
  217. End
  218. Attribute VB_Name = "KF_FrmBatchMateQuery"
  219. Attribute VB_GlobalNameSpace = False
  220. Attribute VB_Creatable = False
  221. Attribute VB_PredeclaredId = True
  222. Attribute VB_Exposed = False
  223. '******************************************************************
  224. '*    模 块 名 称 :库存物料批次查询条件
  225. '*    功 能 描 述 :
  226. '*    程序员姓名  : 赵宇光
  227. '*    最后修改人  : 赵宇光
  228. '*    最后修改时间:2001/12/17
  229. '*    备        注:程序中所有依实际情况自定义部分均用[>>  <<]括起
  230. '******************************************************************
  231. Dim tsxx As String                       '系统信息提示
  232. '以下为固定使用变量(文本框)
  233. Dim Textvar() As Variant                 '存储变体型文本框信息
  234. Dim Textboolean() As Boolean             '存储布尔型文本框信息
  235. Dim Textint() As Integer                 '存储整型文本框信息
  236. Dim Textstr() As String                  '存储字符型文本框信息
  237. Dim Max_Text_Index As Integer            '最大录入文本框索引值
  238. Dim TextGroupCode As String              '文本框录入分组编码
  239. Dim TextValiLock As Boolean              '文本框失去焦点是否进行有效性控制判断
  240. Dim TextValiJudgeLock() As Boolean       '文本框录入有效性判断控制锁
  241. Dim CurTextIndex As Integer              '当前文本框索引值
  242. Dim TextChangeLock As Boolean            '文本框内容变换控制锁
  243. Dim Bln_Cancel As Boolean                '取消按钮信息传递
  244. Private Sub Form_KeyPress(KeyAscii As Integer)   '控 制 焦 点 转 移
  245.    Dim jdzygs As Integer                         '控件焦点转移个数
  246.    jdzygs = 30
  247.    Select Case KeyAscii
  248.       Case vbKeyReturn
  249.            If Kjjdzy(jdzygs) Then
  250.               KeyAscii = 0
  251.            End If
  252.       Case 39           '屏蔽"'"
  253.         KeyAscii = 0
  254.    End Select
  255. End Sub
  256. Private Sub Form_Load()
  257.    
  258.     Dim Rec_Kjqj As New ADODB.Recordset
  259.    
  260.     '填充查询日期
  261.     Call Sub_FillPeriod(Combo_Kjqj2, Xtyear, Xtmm)
  262.     
  263.     Set Rec_Kjqj = Cw_DataEnvi.DataConnect.Execute("select kjyear,period from gy_kjrlb where kfjzbz=1 and kjyear=" & Xtyear & " order by kjyear,period")
  264.     
  265.     With Rec_Kjqj
  266.         If Not .EOF Then
  267.             .MoveFirst
  268.             For i = 1 To .RecordCount
  269.                 Combo_Kjqj1.AddItem Trim(.Fields("kjyear")) & "." & Mid(Trim(str(100 + .Fields("Period"))), 2, 2)
  270.                 .MoveNext
  271.             Next i
  272.             .MoveLast
  273.             If .Fields("Period") <> 12 Then
  274.                 Combo_Kjqj1.AddItem Trim(.Fields("kjyear")) & "." & Mid(Trim(str(100 + Val(.Fields("Period") + 1))), 2, 2)
  275.             End If
  276.             .MoveFirst
  277.             Combo_Kjqj1.Text = Trim(.Fields("kjyear")) & "." & Mid(Trim(str(100 + .Fields("Period"))), 2, 2)
  278.         Else
  279.             Combo_Kjqj1.AddItem Trim(Xtyear) & "." & "01"
  280.             Combo_Kjqj1.Text = Trim(Xtyear) & "." & "01"
  281.         End If
  282.         .Close
  283.     End With
  284.     Set Rec_Kjqj = Nothing
  285.     
  286.     '以下为文本框处理程序
  287.     
  288.     TextGroupCode = "KF_Batchtab_Find"
  289.     Call Drwbkxx(TextGroupCode, Textvar(), Textboolean(), Textint(), Textstr())  '读入文本框录入信息
  290.     Call Wbkcsh
  291.    
  292. End Sub
  293. Private Sub Form_QueryUnload(Cancel As Integer, UnloadMode As Integer)
  294.     Me.Hide
  295. End Sub
  296. Private Sub QdCommand_Click()                                   '确 定
  297.     '录入条件有效性判断
  298.     If Not Lrtjyxxpd Then
  299.        Exit Sub
  300.     End If
  301.     Me.Hide
  302.         
  303.     '激活查询过程
  304.     KF_FrmBatchMate.Timer1.Enabled = True
  305. End Sub
  306. Private Sub QxCommand_Click()                                    '取消
  307.     Me.Hide
  308. End Sub
  309. Private Function Lrtjyxxpd() As Boolean                          '用户录入条件有效性判断
  310.     
  311.     Dim jsqte As Integer
  312.     
  313.     Lrtjyxxpd = False
  314.     
  315.     '对需要进行事后判断的文本框录入内容进行有效性判断 (固定不变)
  316.      For jsqte = 0 To Max_Text_Index
  317.         If Textint(Index, 9) = 0 Or Textint(Index, 9) = 2 Then
  318.             If Not TextYxxpd(jsqte) Then
  319.                Exit Function
  320.             End If
  321.         End If
  322.      Next jsqte
  323.       
  324.     '[>>以下为依据实际情况自定义部分
  325.      If Combo_Kjqj1.Text > Combo_Kjqj2.Text And Combo_Kjqj2.Text <> "" Then
  326.        tsxx = "日期范围应由小到大!"
  327.        Call Xtxxts(tsxx, 0, 4)
  328.        Combo_Kjqj1.SetFocus
  329.        Exit Function
  330.      End If
  331.     
  332.     '<<]以上为依据实际情况自定义部分
  333.     Lrtjyxxpd = True
  334. End Function
  335. Private Sub Cmd_Clear_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)  '将用户输入条件全部清除
  336.     
  337.     '清除文本框
  338.     For jsqte = 0 To Max_Text_Index
  339.         LrText(jsqte).Tag = ""
  340.         LrText(jsqte).Text = ""
  341.     Next jsqte
  342.     Label2 = ""
  343.     
  344. End Sub
  345. '************以下为文本框录入处理程序(固定不变部分)*************'
  346. Private Sub Wbklrwbcl(Index As Integer)    '文本框录入事后处理程序
  347.   '以下为依据实际情况自定义部分[
  348.   
  349.       '在此填写文本框录入事后处理程序
  350.    
  351.   ']以上为依据实际情况自定义部分
  352. End Sub
  353. Private Sub LrText_Change(Index As Integer)
  354.     '屏蔽程序改变控制
  355.     If TextChangeLock Then
  356.         Exit Sub
  357.     End If
  358.     
  359.     TextValiJudgeLock(Index) = False    '打开有效性判断锁
  360.     
  361.     '限制字段录入长度
  362.           
  363.     TextChangeLock = True  '加锁(防止执行Lrtext_Change)
  364.     Call TextChangeLimit(LrText(Index), Textint(Index, 1))  '去掉无效字符
  365.     Select Case Textint(Index, 1)
  366.         Case 8, 11      '金额型
  367.             Call Sjgskz(LrText(Index), Xtjezws - Xtjexsws - 1, Xtjexsws)
  368.         Case 9, 12      '数量型
  369.             Call Sjgskz(LrText(Index), Xtslzws - Xtslxsws - 1, Xtslxsws)
  370.         Case 10          '单价型
  371.             Call Sjgskz(LrText(Index), Xtdjzws - Xtdjxsws - 1, Xtdjxsws)
  372.         Case Else        '其他小数类型控制
  373.             If Textint(Index, 6) <> 0 Or Textint(Index, 7) <> 0 Then
  374.                 Call Sjgskz(LrText(Index), Textint(Index, 6), Textint(Index, 7))
  375.             End If
  376.     End Select
  377.         
  378.     TextChangeLock = False '解锁
  379.     
  380. End Sub
  381. Private Sub LrText_GotFocus(Index As Integer)                                                 '文本框得到焦点,显示相应信息
  382.     Call TextShow(Index)
  383.     CurTextIndex = Index
  384.     LrText(Index).SelStart = Len(LrText(Index))
  385. End Sub
  386. Private Sub LrText_KeyDown(Index As Integer, KeyCode As Integer, Shift As Integer)            '字段按F2键提供帮助
  387.     Select Case KeyCode
  388.        Case vbKeyF2
  389.          Call Text_Help(Index)
  390.     End Select
  391. End Sub
  392. Private Sub LrText_KeyPress(Index As Integer, KeyAscii As Integer)                            '文本框录入事中控制
  393.    Call InputFieldLimit(LrText(Index), Textint(Index, 1), KeyAscii)
  394. End Sub
  395. Private Sub LrText_LostFocus(Index As Integer)                                                '文本框失去焦点进行有效性判断及相应处理
  396.     If Textint(Index, 9) = 0 Or Textint(Index, 9) = 1 Then '事中判断
  397.        Call TextYxxpd(Index)
  398.     End If
  399. End Sub
  400. Private Sub Ydcommand1_MouseDown(Index As Integer, Button As Integer, Shift As Integer, X As Single, Y As Single)     '按钮提供帮助
  401.     Call Text_Help(Index)
  402. End Sub
  403. Private Sub Text_Help(Index As Integer)         '录入字段帮助
  404.     If Not Textboolean(Index, 1) Then
  405.         Exit Sub
  406.     End If
  407.      
  408.     '调用帮助
  409.     If Textint(Index, 2) <> 1 Then
  410.         If Index = 0 Then
  411.             strHlpR = FunHlpR(Trim(Textstr(Index, 4)), "czybm", Xtczybm)
  412.         Else
  413.             strHlpR = FunHlpR(Trim(Textstr(Index, 4)), "whcode", Trim(LrText(0).Tag))
  414.         End If
  415.     End If
  416.     Call Drbmhelp(Textint(Index, 2), Textstr(Index, 4), Trim(LrText(Index).Text))
  417.   
  418.     '根据设置选择显示编码和名称,并进行存储
  419.     If Len(Xtfhcs) <> 0 Then
  420.         If Textint(Index, 3) = 1 Then
  421.             LrText(Index).Text = Xtfhcsfz
  422.             LrText(Index).Tag = Xtfhcs
  423.         Else
  424.             LrText(Index).Text = Xtfhcs
  425.             LrText(Index).Tag = Xtfhcsfz
  426.         End If
  427.     End If
  428.    
  429.     If Index = 2 Then
  430.         Label2 = LrText(Index).Tag
  431.     End If
  432.     TextValiJudgeLock(Index) = False
  433.     LrText(Index).SetFocus
  434. End Sub
  435. Private Sub TextShow(Index As Integer)        '文本框得到焦点,显示相应信息
  436.    '填写文本框得到焦点,进行相应信息处理程序
  437.    
  438. End Sub
  439. Private Sub Wbkcsh()                          '录入文本框初始化
  440.     Dim jsqte As Integer
  441.     
  442.     '最大录入文本框索引值
  443.     Max_Text_Index = Textvar(1)
  444.     
  445.     ReDim TextValiJudgeLock(Max_Text_Index)
  446.     For jsqte = 0 To Max_Text_Index
  447.         If Len(Trim(Textstr(jsqte, 1))) <> 0 Then
  448.             TextChangeLock = True
  449.             LrText(jsqte).Text = ""
  450.             LrText(jsqte).Tag = ""
  451.             If Textint(jsqte, 5) <> 0 Then
  452.                LrText(jsqte).MaxLength = Textint(jsqte, 5)
  453.             End If
  454.             TextChangeLock = False
  455.         End If
  456.         TextValiJudgeLock(jsqte) = True
  457.     Next jsqte
  458. End Sub
  459. Private Function TextYxxpd(Index As Integer) As Boolean           '文本框有效性判断
  460.     Dim Sqlstr As String
  461.     Dim Findrec As ADODB.Recordset
  462.     
  463.     If TextValiJudgeLock(Index) Then    '文本框内容未曾改变不进行有效性判断
  464.         TextYxxpd = True
  465.         Exit Function
  466.     End If
  467.     If Trim(LrText(Index)) = "" Then
  468.         LrText(Index).Tag = ""
  469.         Call Wbklrwbcl(Index)
  470.         TextValiJudgeLock(Index) = True
  471.         TextYxxpd = True
  472.         Exit Function
  473.     End If
  474.     Select Case Textint(Index, 4)
  475.         Case 1      '编码型
  476.             Sqlstr = Trim(Textstr(Index, 5))
  477.             If Index = 0 Then
  478.                 Sqlstr = "select * from KF_V_WhLimit where czybm='" & Xtczybm & "' and (whname='" & Trim(LrText(Index).Text) & "' or whcode='" & Trim(LrText(Index).Text) & "')"
  479.             Else
  480.                 Sqlstr = Replace(Sqlstr, "@", "'" + Trim(LrText(Index).Text) + "'")
  481.             End If
  482.             Set Findrec = Cw_DataEnvi.DataConnect.Execute(Sqlstr)
  483.             If Findrec.EOF Then
  484.                 Call Xtxxts(Trim(Textstr(Index, 6)), 0, 1)
  485.                 LrText(Index).SetFocus
  486.                 Exit Function
  487.             Else
  488.                 Select Case Textint(Index, 3)
  489.                     Case 0
  490.                         If Len(Trim(Textstr(Index, 2))) <> 0 Then
  491.                             LrText(Index).Text = Trim(Findrec.Fields(Trim(Textstr(Index, 2))))
  492.                         End If
  493.                         If Len(Trim(Textstr(Index, 3) & "")) <> 0 Then
  494.                             LrText(Index).Tag = Trim(Findrec.Fields(Trim(Textstr(Index, 3))))
  495.                         End If
  496.                     Case 1
  497.                         If Len(Trim(Textstr(Index, 3) & "")) <> 0 Then
  498.                             LrText(Index).Text = Trim(Findrec.Fields(Trim(Textstr(Index, 3))))
  499.                         End If
  500.                         If Len(Trim(Textstr(Index, 2))) <> 0 Then
  501.                             LrText(Index).Tag = Trim(Findrec.Fields(Trim(Textstr(Index, 2))))
  502.                         End If
  503.                     End Select
  504.                     If Index = 2 Then
  505.                         Label2 = LrText(Index).Tag
  506.                     End If
  507.             End If
  508.         Case 2      '日期型
  509.             If IsDate(LrText(Index).Text) Then
  510.                 LrText(Index).Text = Format(LrText(Index).Text, "yyyy-mm-dd")
  511.                 If Val(Mid(LrText(Index), 1, 4)) < 1900 Then
  512.                     LrText(Index).Text = "1900" + Mid(LrText(Index), 5, 6)
  513.                 End If
  514.             Else
  515.                 tsxx = "非法公历日期!(格式:" + Format(Date, "yyyy-mm-dd") + ")"
  516.                 Call Xtxxts(tsxx, 0, 1)
  517.                 LrText(Index).SetFocus
  518.                 Exit Function
  519.             End If
  520.         Case 3      '其它类型
  521.     End Select
  522.     TextValiJudgeLock(Index) = True
  523.     TextYxxpd = True
  524. End Function