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

企业管理

开发平台:

Visual Basic

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