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

企业管理

开发平台:

Visual Basic

  1. VERSION 5.00
  2. Begin VB.Form KF_FrmMateBatchQuery 
  3.    BorderStyle     =   3  'Fixed Dialog
  4.    Caption         =   "物料批次汇总表查询条件"
  5.    ClientHeight    =   3075
  6.    ClientLeft      =   45
  7.    ClientTop       =   330
  8.    ClientWidth     =   4635
  9.    Icon            =   "统计分析_物料批次汇总查询.frx":0000
  10.    KeyPreview      =   -1  'True
  11.    LinkTopic       =   "Form1"
  12.    MaxButton       =   0   'False
  13.    MinButton       =   0   'False
  14.    ScaleHeight     =   3075
  15.    ScaleWidth      =   4635
  16.    ShowInTaskbar   =   0   'False
  17.    StartUpPosition =   1  '所有者中心
  18.    Begin VB.TextBox LrText 
  19.       BackColor       =   &H00FFFFFF&
  20.       Height          =   300
  21.       Index           =   3
  22.       Left            =   1080
  23.       TabIndex        =   12
  24.       Text            =   "3"
  25.       Top             =   2190
  26.       Width           =   3345
  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            =   1080
  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            =   1080
  50.       TabIndex        =   2
  51.       Text            =   "0"
  52.       Top             =   630
  53.       Width           =   3045
  54.    End
  55.    Begin VB.TextBox LrText 
  56.       Height          =   300
  57.       Index           =   1
  58.       Left            =   1080
  59.       TabIndex        =   3
  60.       Text            =   "1"
  61.       Top             =   1020
  62.       Width           =   3045
  63.    End
  64.    Begin VB.TextBox LrText 
  65.       BackColor       =   &H00FFFFFF&
  66.       Height          =   300
  67.       Index           =   2
  68.       Left            =   1080
  69.       TabIndex        =   4
  70.       Text            =   "2"
  71.       Top             =   1410
  72.       Width           =   3045
  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            =   60
  108.       TabIndex        =   6
  109.       Top             =   2700
  110.       Width           =   1120
  111.    End
  112.    Begin VB.CommandButton QxCommand 
  113.       Caption         =   "取消(&C)"
  114.       Height          =   300
  115.       Left            =   3435
  116.       TabIndex        =   7
  117.       Top             =   2700
  118.       Width           =   1120
  119.    End
  120.    Begin VB.CommandButton QdCommand 
  121.       Caption         =   "确定(&O)"
  122.       Height          =   300
  123.       Left            =   2235
  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            =   80
  139.       TabIndex        =   13
  140.       Top             =   30
  141.       Width           =   4470
  142.       Begin VB.Line Line1 
  143.          X1              =   2610
  144.          X2              =   2820
  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            =   1005
  153.          TabIndex        =   20
  154.          Top             =   1770
  155.          Width           =   3345
  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             =   675
  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_FrmMateBatchQuery"
  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.     With Rec_Kjqj
  265.         If Not .EOF Then
  266.             .MoveFirst
  267.             For i = 1 To .RecordCount
  268.                 Combo_Kjqj1.AddItem Trim(.Fields("kjyear")) & "." & Mid(Trim(str(100 + .Fields("Period"))), 2, 2)
  269.                 .MoveNext
  270.             Next i
  271.             .MoveLast
  272.             If .Fields("Period") <> 12 Then
  273.                 Combo_Kjqj1.AddItem Trim(.Fields("kjyear")) & "." & Mid(Trim(str(100 + Val(.Fields("Period") + 1))), 2, 2)
  274.             End If
  275.             .MoveFirst
  276.             Combo_Kjqj1.Text = Trim(.Fields("kjyear")) & "." & Mid(Trim(str(100 + .Fields("Period"))), 2, 2)
  277.         Else
  278.             Combo_Kjqj1.AddItem Trim(Xtyear) & "." & "01"
  279.             Combo_Kjqj1.Text = Trim(Xtyear) & "." & "01"
  280.         End If
  281.         .Close
  282.     End With
  283.     Set Rec_Kjqj = Nothing
  284.     
  285.     '以下为文本框处理程序
  286.     
  287.     TextGroupCode = "KF_Batchtab_Find"
  288.     Call Drwbkxx(TextGroupCode, Textvar(), Textboolean(), Textint(), Textstr())  '读入文本框录入信息
  289.     Call Wbkcsh
  290.    
  291. End Sub
  292. Private Sub Form_QueryUnload(Cancel As Integer, UnloadMode As Integer)
  293.     Me.Hide
  294. End Sub
  295. Private Sub QdCommand_Click()                                   '确 定
  296.     '录入条件有效性判断
  297.     If Not Lrtjyxxpd Then
  298.        Exit Sub
  299.     End If
  300.     Me.Hide
  301.         
  302.     '激活查询过程
  303.     KF_FrmMateBatch.Timer1.Enabled = True
  304. End Sub
  305. Private Sub QxCommand_Click()                                    '取消
  306.     Me.Hide
  307. End Sub
  308. Private Function Lrtjyxxpd() As Boolean                          '用户录入条件有效性判断
  309.     
  310.     Dim jsqte As Integer
  311.     
  312.     Lrtjyxxpd = False
  313.     
  314.     '对需要进行事后判断的文本框录入内容进行有效性判断 (固定不变)
  315.      For jsqte = 0 To Max_Text_Index
  316.         If Textint(Index, 9) = 0 Or Textint(Index, 9) = 2 Then
  317.             If Not TextYxxpd(jsqte) Then
  318.                Exit Function
  319.             End If
  320.         End If
  321.      Next jsqte
  322.       
  323.     '[>>以下为依据实际情况自定义部分
  324.      If Combo_Kjqj1.Text > Combo_Kjqj2.Text And Combo_Kjqj2.Text <> "" Then
  325.        tsxx = "日期范围应由小到大!"
  326.        Call Xtxxts(tsxx, 0, 4)
  327.        Combo_Kjqj1.SetFocus
  328.        Exit Function
  329.      End If
  330.     
  331.     '<<]以上为依据实际情况自定义部分
  332.     Lrtjyxxpd = True
  333. End Function
  334. Private Sub Cmd_Clear_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)  '将用户输入条件全部清除
  335.     
  336.     '清除文本框
  337.     For jsqte = 0 To Max_Text_Index
  338.         LrText(jsqte).Tag = ""
  339.         LrText(jsqte).Text = ""
  340.     Next jsqte
  341.     Label2 = ""
  342.     
  343. End Sub
  344. '************以下为文本框录入处理程序(固定不变部分)*************'
  345. Private Sub Wbklrwbcl(Index As Integer)    '文本框录入事后处理程序
  346.   '以下为依据实际情况自定义部分[
  347.   
  348.       '在此填写文本框录入事后处理程序
  349.    
  350.   ']以上为依据实际情况自定义部分
  351. End Sub
  352. Private Sub LrText_Change(Index As Integer)
  353.     '屏蔽程序改变控制
  354.     If TextChangeLock Then
  355.         Exit Sub
  356.     End If
  357.     
  358.     TextValiJudgeLock(Index) = False    '打开有效性判断锁
  359.     
  360.     '限制字段录入长度
  361.           
  362.     TextChangeLock = True  '加锁(防止执行Lrtext_Change)
  363.     Call TextChangeLimit(LrText(Index), Textint(Index, 1))  '去掉无效字符
  364.     Select Case Textint(Index, 1)
  365.         Case 8, 11      '金额型
  366.             Call Sjgskz(LrText(Index), Xtjezws - Xtjexsws - 1, Xtjexsws)
  367.         Case 9, 12      '数量型
  368.             Call Sjgskz(LrText(Index), Xtslzws - Xtslxsws - 1, Xtslxsws)
  369.         Case 10          '单价型
  370.             Call Sjgskz(LrText(Index), Xtdjzws - Xtdjxsws - 1, Xtdjxsws)
  371.         Case Else        '其他小数类型控制
  372.             If Textint(Index, 6) <> 0 Or Textint(Index, 7) <> 0 Then
  373.                 Call Sjgskz(LrText(Index), Textint(Index, 6), Textint(Index, 7))
  374.             End If
  375.     End Select
  376.         
  377.     TextChangeLock = False '解锁
  378.     
  379. End Sub
  380. Private Sub LrText_GotFocus(Index As Integer)                                                 '文本框得到焦点,显示相应信息
  381.     Call TextShow(Index)
  382.     CurTextIndex = Index
  383.     LrText(Index).SelStart = Len(LrText(Index))
  384. End Sub
  385. Private Sub LrText_KeyDown(Index As Integer, KeyCode As Integer, Shift As Integer)            '字段按F2键提供帮助
  386.     Select Case KeyCode
  387.        Case vbKeyF2
  388.          Call Text_Help(Index)
  389.     End Select
  390. End Sub
  391. Private Sub LrText_KeyPress(Index As Integer, KeyAscii As Integer)                            '文本框录入事中控制
  392.    Call InputFieldLimit(LrText(Index), Textint(Index, 1), KeyAscii)
  393. End Sub
  394. Private Sub LrText_LostFocus(Index As Integer)                                                '文本框失去焦点进行有效性判断及相应处理
  395.     If Textint(Index, 9) = 0 Or Textint(Index, 9) = 1 Then '事中判断
  396.        Call TextYxxpd(Index)
  397.     End If
  398. End Sub
  399. Private Sub Ydcommand1_MouseDown(Index As Integer, Button As Integer, Shift As Integer, X As Single, Y As Single)     '按钮提供帮助
  400.     Call Text_Help(Index)
  401. End Sub
  402. Private Sub Text_Help(Index As Integer)         '录入字段帮助
  403.     If Not Textboolean(Index, 1) Then
  404.         Exit Sub
  405.     End If
  406.      
  407.     '调用帮助
  408.     If Textint(Index, 2) <> 1 Then
  409.         If Index = 0 Then
  410.             strHlpR = FunHlpR(Trim(Textstr(Index, 4)), "czybm", Xtczybm)
  411.         Else
  412.             strHlpR = FunHlpR(Trim(Textstr(Index, 4)), "whcode", Trim(LrText(0).Tag))
  413.         End If
  414.     End If
  415.     Call Drbmhelp(Textint(Index, 2), Textstr(Index, 4), Trim(LrText(Index).Text))
  416.   
  417.     '根据设置选择显示编码和名称,并进行存储
  418.     If Len(Xtfhcs) <> 0 Then
  419.         If Textint(Index, 3) = 1 Then
  420.             LrText(Index).Text = Xtfhcsfz
  421.             LrText(Index).Tag = Xtfhcs
  422.         Else
  423.             LrText(Index).Text = Xtfhcs
  424.             LrText(Index).Tag = Xtfhcsfz
  425.         End If
  426.     End If
  427.    
  428.     If Index = 2 Then
  429.         Label2 = LrText(Index).Tag
  430.     End If
  431.     TextValiJudgeLock(Index) = False
  432.     LrText(Index).SetFocus
  433. End Sub
  434. Private Sub TextShow(Index As Integer)        '文本框得到焦点,显示相应信息
  435.    '填写文本框得到焦点,进行相应信息处理程序
  436.    
  437. End Sub
  438. Private Sub Wbkcsh()                          '录入文本框初始化
  439.     Dim jsqte As Integer
  440.     
  441.     '最大录入文本框索引值
  442.     Max_Text_Index = Textvar(1)
  443.     
  444.     ReDim TextValiJudgeLock(Max_Text_Index)
  445.     For jsqte = 0 To Max_Text_Index
  446.         If Len(Trim(Textstr(jsqte, 1))) <> 0 Then
  447.             TextChangeLock = True
  448.             LrText(jsqte).Text = ""
  449.             LrText(jsqte).Tag = ""
  450.             If Textint(jsqte, 5) <> 0 Then
  451.                LrText(jsqte).MaxLength = Textint(jsqte, 5)
  452.             End If
  453.             TextChangeLock = False
  454.         End If
  455.         TextValiJudgeLock(jsqte) = True
  456.     Next jsqte
  457. End Sub
  458. Private Function TextYxxpd(Index As Integer) As Boolean           '文本框有效性判断
  459.     Dim Sqlstr As String
  460.     Dim Findrec As adodb.Recordset
  461.     
  462.     If TextValiJudgeLock(Index) Then    '文本框内容未曾改变不进行有效性判断
  463.         TextYxxpd = True
  464.         Exit Function
  465.     End If
  466.     If Trim(LrText(Index)) = "" Then
  467.         LrText(Index).Tag = ""
  468.         Call Wbklrwbcl(Index)
  469.         TextValiJudgeLock(Index) = True
  470.         TextYxxpd = True
  471.         Exit Function
  472.     End If
  473.     Select Case Textint(Index, 4)
  474.         Case 1      '编码型
  475.             Sqlstr = Trim(Textstr(Index, 5))
  476.             If Index = 0 Then
  477.                 Sqlstr = "select * from KF_V_WhLimit where czybm='" & Xtczybm & "' and (whname='" & Trim(LrText(Index).Text) & "' or whcode='" & Trim(LrText(Index).Text) & "')"
  478.             Else
  479.                 Sqlstr = Replace(Sqlstr, "@", "'" + Trim(LrText(Index).Text) + "'")
  480.             End If
  481.             Set Findrec = Cw_DataEnvi.DataConnect.Execute(Sqlstr)
  482.             If Findrec.EOF Then
  483.                 Call Xtxxts(Trim(Textstr(Index, 6)), 0, 1)
  484.                 LrText(Index).SetFocus
  485.                 Exit Function
  486.             Else
  487.                 Select Case Textint(Index, 3)
  488.                     Case 0
  489.                         If Len(Trim(Textstr(Index, 2))) <> 0 Then
  490.                             LrText(Index).Text = Trim(Findrec.Fields(Trim(Textstr(Index, 2))))
  491.                         End If
  492.                         If Len(Trim(Textstr(Index, 3) & "")) <> 0 Then
  493.                             LrText(Index).Tag = Trim(Findrec.Fields(Trim(Textstr(Index, 3))))
  494.                         End If
  495.                     Case 1
  496.                         If Len(Trim(Textstr(Index, 3) & "")) <> 0 Then
  497.                             LrText(Index).Text = Trim(Findrec.Fields(Trim(Textstr(Index, 3))))
  498.                         End If
  499.                         If Len(Trim(Textstr(Index, 2))) <> 0 Then
  500.                             LrText(Index).Tag = Trim(Findrec.Fields(Trim(Textstr(Index, 2))))
  501.                         End If
  502.                     End Select
  503.                     If Index = 2 Then
  504.                         Label2 = LrText(Index).Tag
  505.                     End If
  506.             End If
  507.         Case 2      '日期型
  508.             If IsDate(LrText(Index).Text) Then
  509.                 LrText(Index).Text = Format(LrText(Index).Text, "yyyy-mm-dd")
  510.                 If Val(Mid(LrText(Index), 1, 4)) < 1900 Then
  511.                     LrText(Index).Text = "1900" + Mid(LrText(Index), 5, 6)
  512.                 End If
  513.             Else
  514.                 tsxx = "非法公历日期!(格式:" + Format(Date, "yyyy-mm-dd") + ")"
  515.                 Call Xtxxts(tsxx, 0, 1)
  516.                 LrText(Index).SetFocus
  517.                 Exit Function
  518.             End If
  519.         Case 3      '其它类型
  520.     End Select
  521.     TextValiJudgeLock(Index) = True
  522.     TextYxxpd = True
  523. End Function