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

企业管理

开发平台:

Visual Basic

  1. VERSION 5.00
  2. Begin VB.Form FrmDEVbjFind 
  3.    BorderStyle     =   3  'Fixed Dialog
  4.    Caption         =   "备品备件库存查询条件"
  5.    ClientHeight    =   2280
  6.    ClientLeft      =   45
  7.    ClientTop       =   330
  8.    ClientWidth     =   4425
  9.    Icon            =   "备品备件库存查询条件.frx":0000
  10.    KeyPreview      =   -1  'True
  11.    LinkTopic       =   "Form1"
  12.    MaxButton       =   0   'False
  13.    MinButton       =   0   'False
  14.    ScaleHeight     =   2280
  15.    ScaleWidth      =   4425
  16.    ShowInTaskbar   =   0   'False
  17.    StartUpPosition =   2  '屏幕中心
  18.    Begin VB.CheckBox UnloadCheck 
  19.       Caption         =   "卸载窗体"
  20.       Height          =   615
  21.       Left            =   6300
  22.       TabIndex        =   6
  23.       Top             =   1980
  24.       Width           =   825
  25.    End
  26.    Begin VB.CommandButton QdCommand 
  27.       Caption         =   "确定(&O)"
  28.       Height          =   300
  29.       Left            =   1920
  30.       TabIndex        =   3
  31.       Top             =   1800
  32.       Width           =   1120
  33.    End
  34.    Begin VB.CommandButton QxCommand 
  35.       Caption         =   "取消(&C)"
  36.       Height          =   300
  37.       Left            =   3170
  38.       TabIndex        =   4
  39.       Top             =   1800
  40.       Width           =   1120
  41.    End
  42.    Begin VB.Frame Frame1 
  43.       Height          =   1575
  44.       Left            =   75
  45.       TabIndex        =   5
  46.       Top             =   120
  47.       Width           =   4215
  48.       Begin VB.CommandButton Ydcommand1 
  49.          Height          =   300
  50.          Index           =   2
  51.          Left            =   3630
  52.          Picture         =   "备品备件库存查询条件.frx":1042
  53.          Style           =   1  'Graphical
  54.          TabIndex        =   9
  55.          TabStop         =   0   'False
  56.          Top             =   1035
  57.          Visible         =   0   'False
  58.          Width           =   300
  59.       End
  60.       Begin VB.CommandButton Ydcommand1 
  61.          Height          =   300
  62.          Index           =   0
  63.          Left            =   3630
  64.          Picture         =   "备品备件库存查询条件.frx":13CC
  65.          Style           =   1  'Graphical
  66.          TabIndex        =   8
  67.          TabStop         =   0   'False
  68.          Top             =   240
  69.          Visible         =   0   'False
  70.          Width           =   300
  71.       End
  72.       Begin VB.CommandButton Ydcommand1 
  73.          Height          =   300
  74.          Index           =   1
  75.          Left            =   3630
  76.          Picture         =   "备品备件库存查询条件.frx":1756
  77.          Style           =   1  'Graphical
  78.          TabIndex        =   7
  79.          TabStop         =   0   'False
  80.          Top             =   645
  81.          Visible         =   0   'False
  82.          Width           =   300
  83.       End
  84.       Begin VB.TextBox LrText 
  85.          Height          =   300
  86.          Index           =   0
  87.          Left            =   960
  88.          TabIndex        =   0
  89.          Text            =   "0"
  90.          Top             =   240
  91.          Width           =   2745
  92.       End
  93.       Begin VB.TextBox LrText 
  94.          Height          =   300
  95.          Index           =   2
  96.          Left            =   960
  97.          TabIndex        =   2
  98.          Text            =   "2"
  99.          Top             =   1035
  100.          Width           =   2745
  101.       End
  102.       Begin VB.TextBox LrText 
  103.          Height          =   300
  104.          Index           =   1
  105.          Left            =   960
  106.          TabIndex        =   1
  107.          Text            =   "1"
  108.          Top             =   645
  109.          Width           =   2745
  110.       End
  111.       Begin VB.Label Label1 
  112.          AutoSize        =   -1  'True
  113.          Caption         =   "设备位号:"
  114.          Height          =   180
  115.          Index           =   2
  116.          Left            =   120
  117.          TabIndex        =   12
  118.          Top             =   300
  119.          Width           =   810
  120.       End
  121.       Begin VB.Label Label1 
  122.          AutoSize        =   -1  'True
  123.          Caption         =   "备件名称:"
  124.          Height          =   180
  125.          Index           =   11
  126.          Left            =   120
  127.          TabIndex        =   11
  128.          Top             =   1095
  129.          Width           =   810
  130.       End
  131.       Begin VB.Label Label1 
  132.          AutoSize        =   -1  'True
  133.          Caption         =   "备件编号:"
  134.          Height          =   180
  135.          Index           =   3
  136.          Left            =   120
  137.          TabIndex        =   10
  138.          Top             =   705
  139.          Width           =   810
  140.       End
  141.    End
  142. End
  143. Attribute VB_Name = "FrmDEVbjFind"
  144. Attribute VB_GlobalNameSpace = False
  145. Attribute VB_Creatable = False
  146. Attribute VB_PredeclaredId = True
  147. Attribute VB_Exposed = False
  148. '******************************************************************
  149. '*    模 块 名 称 :备件库存查询
  150. '*    功 能 描 述 :
  151. '*    程序员姓名  : 王哲
  152. '*    最后修改人  : 王哲
  153. '*    最后修改时间:2001/02/06
  154. '*    备        注:程序中所有依实际情况自定义部分均用[>>  <<]括起
  155. '******************************************************************
  156. Dim Tsxx As String                       '系统信息提示
  157. '以下为固定使用变量(文本框)
  158. Dim Textvar() As Variant                 '存储变体型文本框信息
  159. Dim Textboolean() As Boolean             '存储布尔型文本框信息
  160. Dim Textint() As Integer                 '存储整型文本框信息
  161. Dim Textstr() As String                  '存储字符型文本框信息
  162. Dim Max_Text_Index As Integer            '最大录入文本框索引值
  163. Dim TextGroupCode As String              '文本框录入分组编码
  164. Dim TextValiLock As Boolean              '文本框失去焦点是否进行有效性控制判断
  165. Dim TextValiJudgeLock() As Boolean       '文本框录入有效性判断控制锁
  166. Dim CurTextIndex As Integer              '当前文本框索引值
  167. Dim TextChangeLock As Boolean            '文本框内容变换控制锁
  168. Dim Bln_Cancel As Boolean                '取消按钮信息传递
  169. Private Sub Form_KeyPress(KeyAscii As Integer)   '控 制 焦 点 转 移
  170.    Dim jdzygs As Integer                         '控件焦点转移个数
  171.    jdzygs = 30
  172.    Select Case KeyAscii
  173.       Case vbKeyReturn
  174.            If Kjjdzy(LrbmsFrm, jdzygs) Then
  175.               KeyAscii = 0
  176.            End If
  177.       Case 39           '屏蔽"'"
  178.         KeyAscii = 0
  179.    End Select
  180. End Sub
  181. Private Sub Form_Load()
  182.   
  183.   '填充制单人,审核人
  184. '   Call FillImageCombo(Imgebo_Bill, "DEV_ck", 3)
  185.    'Call FillImageCombo(Imgebo_Checker, "gy_rygl", 3)
  186.    
  187.    '以下为文本框处理程序
  188.   TextGroupCode = "DEV_CGPfind"
  189.   Call Drwbkxx(TextGroupCode, Textvar(), Textboolean(), Textint(), Textstr())  '读入文本框录入信息
  190.   Call Wbkcsh
  191.    
  192. End Sub
  193. Private Sub Form_QueryUnload(Cancel As Integer, UnloadMode As Integer)
  194.    If UnloadCheck.Value <> 1 Then
  195.       Cancel = 1
  196.       Me.Hide
  197.    End If
  198. End Sub
  199. Private Sub QdCommand_Click()                                   '确 定
  200.     '录入条件有效性判断
  201.     If Not Lrtjyxxpd Then
  202.        Exit Sub
  203.     End If
  204.     DEVQstring = ""
  205.     If LrText(0).Text = "" Then
  206.         If LrText(1).Text <> "" Then
  207.             DEVQstring = "[m_number]='" & Trim(LrText(1).Text) & "'"
  208.         End If
  209.         If LrText(2).Text <> "" And DEVQstring = "" Then
  210.             DEVQstring = " [m_name]='" & Trim(LrText(2).Text) & "'"
  211.         ElseIf LrText(2).Text <> "" Then
  212.             DEVQstring = DEVQstring & " and [m_name]='" & Trim(LrText(2).Text) & "'"
  213.         End If
  214.         If DEVQstring <> "" Then
  215.             DEVQstring = "select * from gy_material where if_bpbj=1 and " & DEVQstring
  216.         Else
  217.             DEVQstring = "select * from gy_material where if_bpbj=1 "
  218.         End If
  219.     Else
  220.         DEVQstring = " [Dcode]='" & Trim(LrText(0).Text) & "'"
  221.         If LrText(1).Text <> "" And DEVQstring = "" Then
  222.             DEVQstring = " [m_number]='" & Trim(LrText(1).Text) & "'"
  223.         ElseIf LrText(1).Text <> "" Then
  224.             DEVQstring = DEVQstring & " and [m_number]='" & Trim(LrText(1).Text) & "'"
  225.         End If
  226.         If LrText(2).Text <> "" And DEVQstring = "" Then
  227.             DEVQstring = " [m_name]='" & Trim(LrText(2).Text) & "'"
  228.         ElseIf LrText(2).Text <> "" Then
  229.             DEVQstring = DEVQstring & " and [m_name]='" & Trim(LrText(2).Text) & "'"
  230.         End If
  231.         If DEVQstring <> "" Then
  232.             DEVQstring = "select * from DEV_bjview where  " & DEVQstring
  233.         Else
  234.             DEVQstring = "select * from DEV_bjview "
  235.         End If
  236.     End If
  237.     Me.Hide
  238.         
  239.     '激活查询过程
  240.     FrmDEVBjlist.Timer1.Enabled = True
  241. End Sub
  242. Private Sub QxCommand_Click()                                    '取消
  243.     Me.Hide
  244. End Sub
  245. Private Function Lrtjyxxpd() As Boolean                          '用户录入条件有效性判断
  246.  Dim jsqte As Integer
  247.  Lrtjyxxpd = False
  248.  
  249. '对需要进行事后判断的文本框录入内容进行有效性判断 (固定不变)
  250.   For jsqte = 0 To Max_Text_Index
  251.     If Textint(Index, 9) = 0 Or Textint(Index, 9) = 2 Then
  252.       If Not TextYxxpd(jsqte) Then
  253.          Exit Function
  254.       End If
  255.     End If
  256.   Next jsqte
  257.    
  258.  '[>>以下为依据实际情况自定义部分
  259.  
  260.       
  261.  '<<]以上为依据实际情况自定义部分
  262.  
  263.  Lrtjyxxpd = True
  264. End Function
  265. '************以下为文本框录入处理程序(固定不变部分)*************'
  266. Private Sub Wbklrwbcl(Index As Integer)    '文本框录入事后处理程序
  267.   '以下为依据实际情况自定义部分[
  268.   
  269.       '在此填写文本框录入事后处理程序
  270.    
  271.   ']以上为依据实际情况自定义部分
  272. End Sub
  273. Private Sub LrText_Change(Index As Integer)
  274.    '屏蔽程序改变控制
  275.    If TextChangeLock Then
  276.       Exit Sub
  277.    End If
  278.    
  279.    TextValiJudgeLock(Index) = False    '打开有效性判断锁
  280.     
  281.     '限制字段录入长度
  282.           
  283.      TextChangeLock = True  '加锁(防止执行Lrtext_Change)
  284.         Select Case Textint(Index, 1)
  285.            Case 8           '金额型
  286.              Call Sjgskz(LrText(Index), Xtjezws - Xtjexsws - 1, Xtjexsws)
  287.            Case 9           '数量型
  288.              Call Sjgskz(LrText(Index), Xtslzws - Xtslxsws - 1, Xtslxsws)
  289.            Case 10          '单价型
  290.              Call Sjgskz(LrText(Index), Xtdjzws - Xtdjxsws - 1, Xtdjxsws)
  291.            Case Else        '其他小数类型控制
  292.               If Textint(Index, 6) <> 0 Or Textint(Index, 7) <> 0 Then
  293.                  Call Sjgskz(LrText(Index), Textint(Index, 6), Textint(Index, 7))
  294.               End If
  295.         End Select
  296.      TextChangeLock = False '解锁
  297. End Sub
  298. Private Sub LrText_GotFocus(Index As Integer)                                                 '文本框得到焦点,显示相应信息
  299.    Call TextShow(Index)
  300.    CurTextIndex = Index
  301.    LrText(Index).SelStart = Len(LrText(Index))
  302. End Sub
  303. Private Sub LrText_KeyDown(Index As Integer, KeyCode As Integer, Shift As Integer)            '字段按F2键提供帮助
  304.    Select Case KeyCode
  305.       Case vbKeyF2
  306.         Call Text_Help(Index)
  307.    End Select
  308. End Sub
  309. Private Sub LrText_KeyPress(Index As Integer, KeyAscii As Integer)                            '文本框录入事中控制
  310.    Call InputFieldLimit(LrText(Index), Textint(Index, 1), KeyAscii)
  311. End Sub
  312. Private Sub LrText_LostFocus(Index As Integer)                                                '文本框失去焦点进行有效性判断及相应处理
  313.   If Textint(Index, 9) = 0 Or Textint(Index, 9) = 1 Then '事中判断
  314.      Call TextYxxpd(Index)
  315.   End If
  316. End Sub
  317. Private Sub Ydcommand1_MouseDown(Index As Integer, Button As Integer, Shift As Integer, X As Single, Y As Single)     '按钮提供帮助
  318.    Call Text_Help(Index)
  319. End Sub
  320. Private Sub Text_Help(Index As Integer)                                                       '录入字段帮助
  321.   If Not Textboolean(Index, 1) Then
  322.      Exit Sub
  323.   End If
  324.    TextValiJudgeLock(Index) = True
  325.    
  326.      '先进行有效性判断
  327.      If Not TextYxxpd(CurTextIndex) Then
  328.         Exit Sub
  329.      End If
  330.      
  331.      Call Drbmhelp(Textint(Index, 2), Textstr(Index, 4), Trim(LrText(Index).Text))
  332.      
  333.      If Len(Xtfhcs) <> 0 Then
  334.         If Textint(Index, 3) = 1 Then
  335.            LrText(Index).Text = Xtfhcsfz
  336.            LrText(Index).Tag = Xtfhcs
  337.         Else
  338.            LrText(Index).Text = Xtfhcs
  339.            LrText(Index).Tag = Xtfhcsfz
  340.         End If
  341.     
  342.      End If
  343.    TextValiJudgeLock(Index) = False
  344.    LrText(Index).SetFocus
  345. End Sub
  346. Private Sub TextShow(Index As Integer)        '文本框得到焦点,显示相应信息
  347.    '填写文本框得到焦点,进行相应信息处理程序
  348.    
  349. End Sub
  350. Private Sub Wbkcsh()                          '录入文本框初始化
  351.   Dim jsqte As Integer
  352.   
  353.   '最大录入文本框索引值
  354.   Max_Text_Index = Textvar(1)
  355.   
  356.   ReDim TextValiJudgeLock(Max_Text_Index)
  357.   For jsqte = 0 To Max_Text_Index
  358.      
  359.      If Len(Trim(Textstr(jsqte, 1))) <> 0 Then
  360.         If Textboolean(jsqte, 1) Then
  361.             If jsqte <> 0 And Not Textboolean(jsqte, 3) Then
  362.                 Load Ydcommand1(jsqte)
  363.             End If
  364.             Ydcommand1(jsqte).Visible = True
  365.             Ydcommand1(jsqte).Move LrText(jsqte).Left + LrText(jsqte).Width, LrText(jsqte).Top
  366.         End If
  367.         TextChangeLock = True
  368.          LrText(jsqte).Text = ""
  369.          LrText(jsqte).Tag = ""
  370.          If Textint(jsqte, 5) <> 0 Then
  371.             LrText(jsqte).MaxLength = Textint(jsqte, 5)
  372.          End If
  373.          
  374.           '[>>初始默认查询日期
  375.           '<<]
  376.         
  377.         TextChangeLock = False
  378.      End If
  379.      TextValiJudgeLock(jsqte) = True
  380.   Next jsqte
  381. End Sub
  382. Private Function TextYxxpd(Index As Integer) As Boolean           '文本框有效性判断
  383.   Dim Sqlstr As String
  384.   Dim Findrec As ADODB.Recordset
  385.   If TextValiJudgeLock(Index) Then    '文本框内容未曾改变不进行有效性判断
  386.      TextYxxpd = True
  387.      Exit Function
  388.   End If
  389.   If Trim(LrText(Index)) = "" Then
  390.      LrText(Index).Tag = ""
  391.      Call Wbklrwbcl(Index)
  392.      TextValiJudgeLock(Index) = True
  393.      TextYxxpd = True
  394.      Exit Function
  395.   End If
  396.        Select Case Textint(Index, 4)
  397.          Case 1      '编码型
  398.             Sqlstr = Trim(Textstr(Index, 5))
  399.             Sqlstr = Replace(Sqlstr, "@", "'" + Trim(LrText(Index).Text) + "'")
  400.             Set Findrec = Cw_DataEnvi.DataConnect.Execute(Sqlstr)
  401.             If Findrec.EOF Then
  402.                Call Xtxxts(Trim(Textstr(Index, 6)), 0, 1)
  403.                LrText(Index).SetFocus
  404.                Exit Function
  405.             Else
  406.                Select Case Textint(Index, 3)
  407.                  Case 0
  408.                    If Len(Trim(Textstr(Index, 2))) <> 0 Then
  409.                       LrText(Index).Text = Trim(Findrec.Fields(Trim(Textstr(Index, 2))))
  410.                    End If
  411.                     If Len(Trim(Textstr(Index, 3) & "")) <> 0 Then
  412.                       LrText(Index).Tag = Trim(Findrec.Fields(Trim(Textstr(Index, 3))))
  413.                    End If
  414.                  Case 1
  415.                    If Len(Trim(Textstr(Index, 3) & "")) <> 0 Then
  416.                       LrText(Index).Text = Trim(Findrec.Fields(Trim(Textstr(Index, 3))))
  417.                    End If
  418.                     If Len(Trim(Textstr(Index, 2))) <> 0 Then
  419.                       LrText(Index).Tag = Trim(Findrec.Fields(Trim(Textstr(Index, 2))))
  420.                    End If
  421.                End Select
  422.             End If
  423.          Case 2      '日期型
  424.             If IsDate(LrText(Index).Text) Then
  425.                LrText(Index).Text = Format(LrText(Index).Text, "yyyy-mm-dd")
  426.              Else
  427.                Tsxx = "非法公历日期!(格式:" + Format(Date, "yyyy-mm-dd") + ")"
  428.                Call Xtxxts(Tsxx, 0, 1)
  429.                LrText(Index).SetFocus
  430.                Exit Function
  431.             End If
  432.          Case 3      '其他类型
  433.          
  434.        End Select
  435.    TextValiJudgeLock(Index) = True
  436.    TextYxxpd = True
  437. End Function