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

企业管理

开发平台:

Visual Basic

  1. VERSION 5.00
  2. Begin VB.Form An_RsAgeFrmQuery 
  3.    BorderStyle     =   3  'Fixed Dialog
  4.    Caption         =   "年龄分析查询条件"
  5.    ClientHeight    =   1545
  6.    ClientLeft      =   2760
  7.    ClientTop       =   3750
  8.    ClientWidth     =   5490
  9.    Icon            =   "分析_年龄分析查询.frx":0000
  10.    KeyPreview      =   -1  'True
  11.    LinkTopic       =   "Form1"
  12.    MaxButton       =   0   'False
  13.    MinButton       =   0   'False
  14.    ScaleHeight     =   1545
  15.    ScaleWidth      =   5490
  16.    ShowInTaskbar   =   0   'False
  17.    StartUpPosition =   1  '所有者中心
  18.    Begin VB.CommandButton Cmd_Cond 
  19.       Caption         =   "条件(&M)"
  20.       Height          =   300
  21.       Left            =   90
  22.       TabIndex        =   7
  23.       Top             =   1170
  24.       Width           =   1120
  25.    End
  26.    Begin VB.CommandButton Cmd_OK 
  27.       Caption         =   "确定(&O)"
  28.       Default         =   -1  'True
  29.       Height          =   300
  30.       Left            =   3060
  31.       TabIndex        =   5
  32.       Top             =   1185
  33.       Width           =   1120
  34.    End
  35.    Begin VB.CommandButton Cmd_Cancel 
  36.       Cancel          =   -1  'True
  37.       Caption         =   "取消(&C)"
  38.       Height          =   300
  39.       Left            =   4290
  40.       TabIndex        =   6
  41.       Top             =   1185
  42.       Width           =   1120
  43.    End
  44.    Begin VB.Frame Frame1 
  45.       Height          =   1020
  46.       Left            =   90
  47.       TabIndex        =   8
  48.       Top             =   75
  49.       Width           =   5310
  50.       Begin VB.CommandButton Ydcommand1 
  51.          Height          =   300
  52.          Index           =   2
  53.          Left            =   2475
  54.          Picture         =   "分析_年龄分析查询.frx":1042
  55.          Style           =   1  'Graphical
  56.          TabIndex        =   11
  57.          Top             =   600
  58.          Visible         =   0   'False
  59.          Width           =   300
  60.       End
  61.       Begin VB.CommandButton Ydcommand1 
  62.          Height          =   300
  63.          Index           =   3
  64.          Left            =   4860
  65.          Picture         =   "分析_年龄分析查询.frx":13CC
  66.          Style           =   1  'Graphical
  67.          TabIndex        =   4
  68.          TabStop         =   0   'False
  69.          Top             =   600
  70.          Visible         =   0   'False
  71.          Width           =   300
  72.       End
  73.       Begin VB.TextBox LrText 
  74.          Height          =   300
  75.          Index           =   3
  76.          Left            =   3300
  77.          TabIndex        =   3
  78.          Text            =   "3"
  79.          Top             =   600
  80.          Width           =   1575
  81.       End
  82.       Begin VB.TextBox LrText 
  83.          Height          =   300
  84.          Index           =   1
  85.          Left            =   3300
  86.          TabIndex        =   1
  87.          Text            =   "1"
  88.          Top             =   210
  89.          Width           =   1860
  90.       End
  91.       Begin VB.TextBox LrText 
  92.          Height          =   300
  93.          Index           =   0
  94.          Left            =   975
  95.          TabIndex        =   0
  96.          Text            =   "0"
  97.          Top             =   210
  98.          Width           =   1800
  99.       End
  100.       Begin VB.TextBox LrText 
  101.          Height          =   300
  102.          Index           =   2
  103.          Left            =   975
  104.          TabIndex        =   2
  105.          Text            =   "2"
  106.          Top             =   600
  107.          Width           =   1515
  108.       End
  109.       Begin VB.Line Line1 
  110.          Index           =   1
  111.          X1              =   2925
  112.          X2              =   3160
  113.          Y1              =   750
  114.          Y2              =   750
  115.       End
  116.       Begin VB.Line Line1 
  117.          Index           =   0
  118.          X1              =   2925
  119.          X2              =   3160
  120.          Y1              =   353
  121.          Y2              =   353
  122.       End
  123.       Begin VB.Label Lab_Note 
  124.          AutoSize        =   -1  'True
  125.          Caption         =   "部门级别:"
  126.          Height          =   180
  127.          Index           =   0
  128.          Left            =   135
  129.          TabIndex        =   10
  130.          Top             =   270
  131.          Width           =   810
  132.       End
  133.       Begin VB.Label Lab_Note 
  134.          AutoSize        =   -1  'True
  135.          Caption         =   "部门范围:"
  136.          Height          =   180
  137.          Index           =   1
  138.          Left            =   135
  139.          TabIndex        =   9
  140.          Top             =   660
  141.          Width           =   810
  142.       End
  143.    End
  144. End
  145. Attribute VB_Name = "An_RsAgeFrmQuery"
  146. Attribute VB_GlobalNameSpace = False
  147. Attribute VB_Creatable = False
  148. Attribute VB_PredeclaredId = True
  149. Attribute VB_Exposed = False
  150. '******************************************************************
  151. '*    模 块 名 称 :年龄分析查询条件
  152. '*    功 能 描 述 :
  153. '*    程序员姓名  :张洪军
  154. '*    最后修改人  :
  155. '*    最后修改时间:2002/01/03
  156. '*    备        注:程序中所有依实际情况自定义部分均用[>>  <<]括起
  157. '******************************************************************
  158. Public sSqlWhere As String
  159. Public sSqlWhereMe As String
  160. Public sSqlWhereMore As String
  161. Public sSqlFrom As String
  162. Public frmQuery As Form
  163. Dim coll As New Collection
  164. Dim iMaxLevel As Integer
  165. Dim iMinLevel As Integer
  166. '以下为固定使用变量(文本框)
  167. Dim Tsxx As String                       '系统信息提示
  168. Dim Textvar() As Variant                 '存储变体型文本框信息
  169. Dim Textboolean() As Boolean             '存储布尔型文本框信息
  170. Dim Textint() As Integer                 '存储整型文本框信息
  171. Dim Textstr() As String                  '存储字符型文本框信息
  172. Dim Max_Text_Index As Integer            '最大录入文本框索引值
  173. Dim TextGroupCode As String              '文本框录入分组编码
  174. Dim TextValiLock As Boolean              '文本框失去焦点是否进行有效性控制判断
  175. Dim TextValiJudgeLock() As Boolean       '文本框录入有效性判断控制锁
  176. Dim CurTextIndex As Integer              '当前文本框索引值
  177. Dim TextChangeLock As Boolean            '文本框内容变换控制锁
  178. Dim Bln_Cancel As Boolean                '取消按钮信息传递
  179. Private Sub Cmd_Cancel_Click()
  180.     Unload Me
  181. End Sub
  182. Private Sub Cmd_Cond_Click()
  183.     Dim frm As New Query_Frm
  184.     Dim s As String
  185.     Dim rs As New ADODB.Recordset
  186.     Dim i As Integer
  187.     With frm
  188.         Set .collTableName = coll
  189.         .QueryTableSql = "  (SID=1 or Rs=1) and FieldName<>'Pic' "
  190.         .Show 1
  191.         If .bChecked = True Then
  192.             Me.sSqlWhereMore = .sSqlWhere
  193.         End If
  194.     End With
  195.     Set rs = Nothing
  196.     Set frm = Nothing
  197. End Sub
  198. Private Sub Form_KeyPress(KeyAscii As Integer)   '控 制 焦 点 转 移
  199.    Dim jdzygs As Integer                         '控件焦点转移个数
  200.    jdzygs = 30
  201.    Select Case KeyAscii
  202.       Case vbKeyReturn
  203.            If Kjjdzy(jdzygs) Then
  204.               KeyAscii = 0
  205.            End If
  206.       Case 39           '屏蔽"'"
  207.         KeyAscii = 0
  208.    End Select
  209. End Sub
  210. Private Sub Form_Load()
  211.     On Error GoTo ErrCtrl
  212.    '以下为文本框处理程序
  213.     TextGroupCode = "Rs_RsAgeFrmQuery"
  214.     Call Drwbkxx(TextGroupCode, Textvar(), Textboolean(), Textint(), Textstr())  '读入文本框录入信息
  215.     Call Wbkcsh
  216.     Me.sSqlFrom = " From Rs_BasicInfo left outer join Rs_ExtendInfo on  Rs_Basicinfo.EmpID=Rs_ExtendInfo.EmpID "
  217.     '部门级别
  218.     Dim rs As New ADODB.Recordset
  219.     Dim s As String
  220.     s = "select Max(CodeLevel) as MaxLevel,Min(CodeLevel) as MinLevel from Gy_Department where RsPmFlag=1"
  221.     Set rs = Cw_DataEnvi.DataConnect.Execute(s)
  222.     If Not rs.EOF() Then
  223.         TextChangeLock = True
  224.         Me.LrText(0).Text = Val("" & rs!MinLevel)
  225.         Me.LrText(1).Text = Val("" & rs!MaxLevel)
  226.         iMaxLevel = Val("" & rs!MaxLevel)
  227.         iMinLevel = Val("" & rs!MinLevel)
  228.         TextChangeLock = False
  229.     End If
  230.     rs.Close
  231.     '部门范围
  232.     s = "select Max(DeptCode) as MaxCode,Min(DeptCode) as MinCode from Gy_Department where RsPmFlag=1"
  233.     Set rs = Cw_DataEnvi.DataConnect.Execute(s)
  234.     If Not rs.EOF() Then
  235.         TextChangeLock = True
  236.         Me.LrText(2).Text = Trim(rs!MinCode & "")
  237.         Me.LrText(3).Text = Trim(rs!MaxCode & "")
  238.         TextChangeLock = False
  239.     End If
  240.     rs.Close
  241.     Set rs = Nothing
  242.     Exit Sub
  243. ErrCtrl:
  244.     If rs.State = 1 Then
  245.         rs.Close
  246.     End If
  247.     Set rs = Nothing
  248. End Sub
  249. Private Sub Cmd_OK_Click()                                   '确 定
  250.     '录入条件有效性判断
  251.     If Not Lrtjyxxpd Then
  252.        Exit Sub
  253.     End If
  254.     Dim s As String
  255.     
  256.     '条件
  257.     If Val(Me.LrText(0).Text) > iMaxLevel Or Val(Me.LrText(1).Text) < iMinLevel Then
  258.         Me.LrText(0).Text = iMinLevel
  259.     End If
  260.     If Val(Me.LrText(1).Text) > iMaxLevel Or Val(Me.LrText(1).Text) < iMinLevel Then
  261.         Me.LrText(1).Text = iMaxLevel
  262.     End If
  263.     
  264.     If Trim(Me.sSqlWhereMore) = "" Then
  265.         Me.sSqlWhereMore = " Rs_BasicInfo.YnStop=0 "
  266.     End If
  267.     s = " where 1=1 " & Chr(10)
  268.     s = s & " and GY_Department.CodeLevel>=" & Val(Trim(Me.LrText(0).Text)) & Chr(10) _
  269.         & " and GY_Department.CodeLevel <= " & Val(Trim(Me.LrText(1).Text)) & Chr(10)
  270.     If Trim(Me.LrText(2).Text) <> "" Then
  271.         s = s & " and GY_Department.DeptCode >='" & Trim(Me.LrText(2).Text) & "' " & Chr(10)
  272.     End If
  273.     If Trim(Me.LrText(3).Text) <> "" Then
  274.         s = s & " and GY_Department.DeptCode <='" & Trim(Me.LrText(3).Text) & "' " & Chr(10)
  275.     End If
  276.     
  277.     Me.sSqlWhereMe = s
  278.     
  279.     Me.sSqlWhere = Me.sSqlWhereMe & " and (" & Me.sSqlWhereMore & " ) "
  280.     
  281.         
  282.     Me.Hide
  283.     '刷新数据
  284.     With An_RsAgeFrm
  285.         .sSqlWhereMe = Me.sSqlWhereMe
  286.         .sSqlWhere = Me.sSqlWhere
  287.         .sSqlWhereMore = Me.sSqlWhereMore
  288.         .int_CodeLevel = Val(LrText(0).Text)
  289.         .Timer1.Enabled = True
  290.         .SetFocus
  291.     End With
  292.     
  293.     
  294. End Sub
  295. Private Sub QxCommand_Click()                                    '取消
  296.     Me.Hide
  297. End Sub
  298. Private Function Lrtjyxxpd() As Boolean                          '用户录入条件有效性判断
  299.  Dim jsqte As Integer
  300.  Lrtjyxxpd = False
  301.  
  302. '对需要进行事后判断的文本框录入内容进行有效性判断 (固定不变)
  303.   For jsqte = 0 To Max_Text_Index
  304.     If Textint(jsqte, 9) = 0 Or Textint(jsqte, 9) = 2 Then
  305.       If Not TextYxxpd(jsqte) Then
  306.          Exit Function
  307.       End If
  308.     End If
  309.   Next jsqte
  310.    
  311.  '[>>以下为依据实际情况自定义部分
  312.  
  313.   '查询日期范围应由小到大
  314.   
  315.   
  316.  '<<]以上为依据实际情况自定义部分
  317.  
  318.  Lrtjyxxpd = True
  319. End Function
  320. '************以下为文本框录入处理程序(固定不变部分)*************'
  321. Private Sub Wbklrwbcl(Index As Integer)    '文本框录入事后处理程序
  322.   '以下为依据实际情况自定义部分[
  323.   
  324.       '在此填写文本框录入事后处理程序
  325.    
  326.   ']以上为依据实际情况自定义部分
  327. End Sub
  328. Private Sub LrText_Change(Index As Integer)
  329.    '屏蔽程序改变控制
  330.    If TextChangeLock Then
  331.       Exit Sub
  332.    End If
  333.    
  334.    TextValiJudgeLock(Index) = False    '打开有效性判断锁
  335.     
  336.     '限制字段录入长度
  337.           
  338.      TextChangeLock = True  '加锁(防止执行Lrtext_Change)
  339.      
  340.      Call TextChangeLimit(LrText(Index), Textint(Index, 1))  '去掉无效字符
  341.      
  342.         Select Case Textint(Index, 1)
  343.            Case 8, 11      '金额型
  344.              Call Sjgskz(LrText(Index), Xtjezws - Xtjexsws - 1, Xtjexsws)
  345.            Case 9, 12      '数量型
  346.              Call Sjgskz(LrText(Index), Xtslzws - Xtslxsws - 1, Xtslxsws)
  347.            Case 10          '单价型
  348.              Call Sjgskz(LrText(Index), Xtdjzws - Xtdjxsws - 1, Xtdjxsws)
  349.            Case Else        '其他小数类型控制
  350.               If Textint(Index, 6) <> 0 Or Textint(Index, 7) <> 0 Then
  351.                  Call Sjgskz(LrText(Index), Textint(Index, 6), Textint(Index, 7))
  352.               End If
  353.         End Select
  354.      TextChangeLock = False '解锁
  355. End Sub
  356. Private Sub LrText_GotFocus(Index As Integer)                                                 '文本框得到焦点,显示相应信息
  357.    Call TextShow(Index)
  358.    CurTextIndex = Index
  359.    LrText(Index).SelStart = Len(LrText(Index))
  360. End Sub
  361. Private Sub LrText_KeyDown(Index As Integer, KeyCode As Integer, Shift As Integer)            '字段按F2键提供帮助
  362.    Select Case KeyCode
  363.       Case vbKeyF2
  364.         Call Text_Help(Index)
  365.    End Select
  366. End Sub
  367. Private Sub LrText_KeyPress(Index As Integer, KeyAscii As Integer)                            '文本框录入事中控制
  368.    Call InputFieldLimit(LrText(Index), Textint(Index, 1), KeyAscii)
  369. End Sub
  370. Private Sub LrText_LostFocus(Index As Integer)                                                '文本框失去焦点进行有效性判断及相应处理
  371.   If Textint(Index, 9) = 0 Or Textint(Index, 9) = 1 Then '事中判断
  372.      Call TextYxxpd(Index)
  373.   End If
  374. End Sub
  375. Private Sub Ydcommand1_MouseDown(Index As Integer, Button As Integer, Shift As Integer, X As Single, Y As Single)     '按钮提供帮助
  376.    Call Text_Help(Index)
  377. End Sub
  378. Private Sub Text_Help(Index As Integer)                                                       '录入字段帮助
  379.     If Not Textboolean(Index, 1) Then
  380.        Exit Sub
  381.     End If
  382.     'mp 2001-12-27
  383.     If Me.Ydcommand1(Index).Visible = False Or Me.Ydcommand1(Index).Enabled = False Then
  384.         Exit Sub
  385.     End If
  386.     TextValiJudgeLock(Index) = True
  387.     
  388.      '先进行有效性判断
  389.     If Not TextYxxpd(CurTextIndex) Then
  390.        Exit Sub
  391.     End If
  392.     
  393.      '[>>调入参照窗体
  394.    
  395.         
  396.     Call Drbmhelp(Textint(Index, 2), Textstr(Index, 4), Trim(LrText(Index).Text))
  397.      
  398.      '<<]
  399.     If Len(Xtfhcs) <> 0 Then
  400.        If Textint(Index, 3) = 1 Then
  401.           LrText(Index).Text = Xtfhcsfz
  402.           LrText(Index).Tag = Xtfhcs
  403.        Else
  404.           LrText(Index).Text = Xtfhcs
  405.           LrText(Index).Tag = Xtfhcsfz
  406.        End If
  407.     
  408.     End If
  409.    TextValiJudgeLock(Index) = False
  410.    LrText(Index).SetFocus
  411. End Sub
  412. Private Sub TextShow(Index As Integer)        '文本框得到焦点,显示相应信息
  413.    '填写文本框得到焦点,进行相应信息处理程序
  414.    
  415. End Sub
  416. Private Sub Wbkcsh()                          '录入文本框初始化
  417.   Dim jsqte As Integer
  418.   
  419.   '最大录入文本框索引值
  420.   Max_Text_Index = Textvar(1)
  421.   
  422.   ReDim TextValiJudgeLock(Max_Text_Index)
  423.   For jsqte = 0 To Max_Text_Index
  424.      
  425.      If Len(Trim(Textstr(jsqte, 1))) <> 0 Then
  426.         If Textboolean(jsqte, 1) Then
  427.             If jsqte <> 0 And Not Textboolean(jsqte, 3) Then
  428.                 Load Ydcommand1(jsqte)
  429.             End If
  430.             Ydcommand1(jsqte).Visible = True
  431.             Ydcommand1(jsqte).Move LrText(jsqte).Left + LrText(jsqte).Width, LrText(jsqte).Top
  432.         End If
  433.         TextChangeLock = True
  434.          LrText(jsqte).Text = ""
  435.          LrText(jsqte).Tag = ""
  436.          If Textint(jsqte, 5) <> 0 Then
  437.             LrText(jsqte).MaxLength = Textint(jsqte, 5)
  438.          End If
  439.         TextChangeLock = False
  440.      End If
  441.      TextValiJudgeLock(jsqte) = True
  442.   Next jsqte
  443. End Sub
  444. Private Function TextYxxpd(Index As Integer) As Boolean           '文本框有效性判断
  445.   Dim Sqlstr As String
  446.   Dim Findrec As ADODB.Recordset
  447.   If TextValiJudgeLock(Index) Then    '文本框内容未曾改变不进行有效性判断
  448.      TextYxxpd = True
  449.      Exit Function
  450.   End If
  451.   If Trim(LrText(Index)) = "" Then
  452.      LrText(Index).Tag = ""
  453.      Call Wbklrwbcl(Index)
  454.      TextValiJudgeLock(Index) = True
  455.      TextYxxpd = True
  456.      Exit Function
  457.   End If
  458.        Select Case Textint(Index, 4)
  459.          Case 1      '编码型
  460.             Sqlstr = Trim(Textstr(Index, 5))
  461.             Sqlstr = Replace(Sqlstr, "@", "'" + Trim(LrText(Index).Text) + "'")
  462.             Sqlstr = Replace(Sqlstr, "#", "'" + Trim(Me.Lab_Note(Index).Tag) + "'")
  463.             Set Findrec = Cw_DataEnvi.DataConnect.Execute(Sqlstr)
  464.             If Findrec.EOF Then
  465.                Call Xtxxts(Trim(Textstr(Index, 6)), 0, 1)
  466.                LrText(Index).SetFocus
  467.                Exit Function
  468.             Else
  469.                Select Case Textint(Index, 3)
  470.                  Case 0
  471.                    If Len(Trim(Textstr(Index, 2))) <> 0 Then
  472.                       LrText(Index).Text = Trim(Findrec.Fields(Trim(Textstr(Index, 2))))
  473.                    End If
  474.                     If Len(Trim(Textstr(Index, 3) & "")) <> 0 Then
  475.                       LrText(Index).Tag = Trim(Findrec.Fields(Trim(Textstr(Index, 3))))
  476.                    End If
  477.                  Case 1
  478.                    If Len(Trim(Textstr(Index, 3) & "")) <> 0 Then
  479.                       LrText(Index).Text = Trim(Findrec.Fields(Trim(Textstr(Index, 3))))
  480.                    End If
  481.                     If Len(Trim(Textstr(Index, 2))) <> 0 Then
  482.                       LrText(Index).Tag = Trim(Findrec.Fields(Trim(Textstr(Index, 2))))
  483.                    End If
  484.                End Select
  485.             End If
  486.          Case 2      '日期型
  487.             If IsDate(LrText(Index).Text) Then
  488.                LrText(Index).Text = Format(LrText(Index).Text, "yyyy-mm-dd")
  489.                If Val(Mid(LrText(Index), 1, 4)) < 1900 Then
  490.                   LrText(Index).Text = "1900" + Mid(LrText(Index), 5, 6)
  491.                End If
  492.              Else
  493.                Tsxx = "非法公历日期!(格式:" + Format(Date, "yyyy-mm-dd") + ")"
  494.                Call Xtxxts(Tsxx, 0, 1)
  495.                LrText(Index).SetFocus
  496.                Exit Function
  497.             End If
  498.          Case 3      '其他类型
  499.          
  500.        End Select
  501.    TextValiJudgeLock(Index) = True
  502.    TextYxxpd = True
  503. End Function