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

企业管理

开发平台:

Visual Basic

  1. VERSION 5.00
  2. Object = "{65A39231-6133-11D1-BAA2-444553540000}#1.0#0"; "vslight6.OCX"
  3. Object = "{D76D7128-4A96-11D3-BD95-D296DC2DD072}#1.0#0"; "VSOCX7.OCX"
  4. Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
  5. Object = "{BDC217C8-ED16-11CD-956C-0000C04E4C0A}#1.1#0"; "TABCTL32.OCX"
  6. Begin VB.Form Khgl_Group 
  7.    BorderStyle     =   1  'Fixed Single
  8.    Caption         =   "考核组设置"
  9.    ClientHeight    =   7110
  10.    ClientLeft      =   45
  11.    ClientTop       =   330
  12.    ClientWidth     =   9375
  13.    HelpContextID   =   2312007
  14.    Icon            =   "考核组设置.frx":0000
  15.    KeyPreview      =   -1  'True
  16.    LinkTopic       =   "Form2"
  17.    MaxButton       =   0   'False
  18.    ScaleHeight     =   7110
  19.    ScaleWidth      =   9375
  20.    StartUpPosition =   2  '屏幕中心
  21.    Begin VB.Frame Frame2 
  22.       Height          =   615
  23.       Left            =   60
  24.       TabIndex        =   18
  25.       Top             =   600
  26.       Width           =   4300
  27.       Begin MSComctlLib.ImageCombo Imgcbo_Title 
  28.          Height          =   315
  29.          Left            =   1140
  30.          TabIndex        =   19
  31.          Top             =   180
  32.          Width           =   3000
  33.          _ExtentX        =   5292
  34.          _ExtentY        =   556
  35.          _Version        =   393216
  36.          ForeColor       =   -2147483640
  37.          BackColor       =   -2147483643
  38.       End
  39.       Begin VB.Label Lbl_CheckCode 
  40.          Caption         =   "考核类别:"
  41.          Height          =   195
  42.          Left            =   180
  43.          TabIndex        =   20
  44.          Top             =   240
  45.          Width           =   975
  46.       End
  47.    End
  48.    Begin TabDlg.SSTab StTab 
  49.       Height          =   5805
  50.       Left            =   60
  51.       TabIndex        =   11
  52.       Top             =   1260
  53.       Width           =   9270
  54.       _ExtentX        =   16351
  55.       _ExtentY        =   10239
  56.       _Version        =   393216
  57.       Style           =   1
  58.       Tabs            =   2
  59.       TabHeight       =   520
  60.       TabCaption(0)   =   "列表视图"
  61.       TabPicture(0)   =   "考核组设置.frx":1042
  62.       Tab(0).ControlEnabled=   -1  'True
  63.       Tab(0).Control(0)=   "CzxsGrid"
  64.       Tab(0).Control(0).Enabled=   0   'False
  65.       Tab(0).ControlCount=   1
  66.       TabCaption(1)   =   "单张视图"
  67.       TabPicture(1)   =   "考核组设置.frx":105E
  68.       Tab(1).ControlEnabled=   0   'False
  69.       Tab(1).Control(0)=   "Frame1"
  70.       Tab(1).ControlCount=   1
  71.       Begin VB.Frame Frame1 
  72.          Height          =   5325
  73.          Left            =   -74910
  74.          TabIndex        =   12
  75.          Top             =   390
  76.          Width           =   9075
  77.          Begin VB.CommandButton Command1 
  78.             Caption         =   ">>"
  79.             Height          =   300
  80.             Index           =   0
  81.             Left            =   2910
  82.             TabIndex        =   4
  83.             Top             =   1470
  84.             Width           =   735
  85.          End
  86.          Begin VB.CommandButton Command1 
  87.             Caption         =   ">"
  88.             Height          =   300
  89.             Index           =   1
  90.             Left            =   2910
  91.             TabIndex        =   7
  92.             Top             =   2025
  93.             Width           =   735
  94.          End
  95.          Begin VB.CommandButton Command1 
  96.             Caption         =   "<"
  97.             Height          =   300
  98.             Index           =   2
  99.             Left            =   2910
  100.             TabIndex        =   8
  101.             Top             =   2565
  102.             Width           =   735
  103.          End
  104.          Begin VB.CommandButton Command1 
  105.             Caption         =   "<<"
  106.             Height          =   300
  107.             Index           =   3
  108.             Left            =   2910
  109.             TabIndex        =   9
  110.             Top             =   3120
  111.             Width           =   735
  112.          End
  113.          Begin VB.CommandButton BcCommand 
  114.             Caption         =   "保存(&S)"
  115.             Height          =   300
  116.             Left            =   3630
  117.             TabIndex        =   3
  118.             Top             =   4140
  119.             Width           =   1120
  120.          End
  121.          Begin VB.CommandButton QxCommand 
  122.             Cancel          =   -1  'True
  123.             Caption         =   "取消(&C)"
  124.             Height          =   300
  125.             Left            =   4890
  126.             TabIndex        =   6
  127.             Top             =   4140
  128.             Width           =   1120
  129.          End
  130.          Begin VB.CommandButton Ydcommand1 
  131.             Height          =   300
  132.             Index           =   2
  133.             Left            =   6540
  134.             Picture         =   "考核组设置.frx":107A
  135.             Style           =   1  'Graphical
  136.             TabIndex        =   13
  137.             Top             =   540
  138.             Visible         =   0   'False
  139.             Width           =   300
  140.          End
  141.          Begin VB.TextBox LrText 
  142.             Height          =   300
  143.             Index           =   1
  144.             Left            =   1590
  145.             TabIndex        =   1
  146.             Text            =   "1"
  147.             Top             =   690
  148.             Width           =   4395
  149.          End
  150.          Begin VB.TextBox LrText 
  151.             Height          =   300
  152.             Index           =   0
  153.             Left            =   1590
  154.             TabIndex        =   0
  155.             Text            =   "0"
  156.             Top             =   300
  157.             Width           =   4395
  158.          End
  159.          Begin MSComctlLib.ListView LvListAll 
  160.             Height          =   2685
  161.             Left            =   555
  162.             TabIndex        =   2
  163.             Top             =   1200
  164.             Width           =   2085
  165.             _ExtentX        =   3678
  166.             _ExtentY        =   4736
  167.             LabelWrap       =   0   'False
  168.             HideSelection   =   -1  'True
  169.             _Version        =   393217
  170.             Icons           =   "ImageList1"
  171.             SmallIcons      =   "ImageList1"
  172.             ColHdrIcons     =   "ImageList1"
  173.             ForeColor       =   -2147483640
  174.             BackColor       =   -2147483643
  175.             Appearance      =   1
  176.             NumItems        =   0
  177.          End
  178.          Begin MSComctlLib.ListView LvListView 
  179.             Height          =   2685
  180.             Left            =   3870
  181.             TabIndex        =   5
  182.             Top             =   1200
  183.             Width           =   2085
  184.             _ExtentX        =   3678
  185.             _ExtentY        =   4736
  186.             LabelWrap       =   0   'False
  187.             HideSelection   =   -1  'True
  188.             FullRowSelect   =   -1  'True
  189.             _Version        =   393217
  190.             Icons           =   "ImageList1"
  191.             SmallIcons      =   "ImageList1"
  192.             ColHdrIcons     =   "ImageList1"
  193.             ForeColor       =   -2147483640
  194.             BackColor       =   -2147483643
  195.             Appearance      =   1
  196.             NumItems        =   0
  197.          End
  198.          Begin VB.Label TsLabel 
  199.             AutoSize        =   -1  'True
  200.             Caption         =   "考核组名称:"
  201.             Height          =   180
  202.             Index           =   1
  203.             Left            =   555
  204.             TabIndex        =   15
  205.             Top             =   750
  206.             Width           =   990
  207.          End
  208.          Begin VB.Label TsLabel 
  209.             AutoSize        =   -1  'True
  210.             Caption         =   "考核组编码:"
  211.             Height          =   180
  212.             Index           =   0
  213.             Left            =   555
  214.             TabIndex        =   14
  215.             Top             =   360
  216.             Width           =   990
  217.          End
  218.       End
  219.       Begin VSFlex8Ctl.VSFlexGrid CzxsGrid 
  220.          Height          =   5295
  221.          Left            =   90
  222.          TabIndex        =   10
  223.          Top             =   390
  224.          Width           =   9075
  225.          _ExtentX        =   16007
  226.          _ExtentY        =   9340
  227.          Appearance      =   1
  228.          BorderStyle     =   1
  229.          Enabled         =   -1  'True
  230.          BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  231.             Name            =   "宋体"
  232.             Size            =   9
  233.             Charset         =   134
  234.             Weight          =   400
  235.             Underline       =   0   'False
  236.             Italic          =   0   'False
  237.             Strikethrough   =   0   'False
  238.          EndProperty
  239.          MousePointer    =   0
  240.          BackColor       =   -2147483643
  241.          ForeColor       =   -2147483640
  242.          BackColorFixed  =   -2147483633
  243.          ForeColorFixed  =   -2147483630
  244.          BackColorSel    =   -2147483635
  245.          ForeColorSel    =   -2147483634
  246.          BackColorBkg    =   8421504
  247.          BackColorAlternate=   -2147483643
  248.          GridColor       =   -2147483633
  249.          GridColorFixed  =   -2147483632
  250.          TreeColor       =   -2147483632
  251.          FloodColor      =   192
  252.          SheetBorder     =   -2147483642
  253.          FocusRect       =   1
  254.          HighLight       =   1
  255.          AllowSelection  =   -1  'True
  256.          AllowBigSelection=   -1  'True
  257.          AllowUserResizing=   0
  258.          SelectionMode   =   0
  259.          GridLines       =   1
  260.          GridLinesFixed  =   2
  261.          GridLineWidth   =   1
  262.          Rows            =   5000
  263.          Cols            =   10
  264.          FixedRows       =   1
  265.          FixedCols       =   0
  266.          RowHeightMin    =   0
  267.          RowHeightMax    =   0
  268.          ColWidthMin     =   0
  269.          ColWidthMax     =   0
  270.          ExtendLastCol   =   0   'False
  271.          FormatString    =   ""
  272.          ScrollTrack     =   0   'False
  273.          ScrollBars      =   3
  274.          ScrollTips      =   0   'False
  275.          MergeCells      =   0
  276.          MergeCompare    =   0
  277.          AutoResize      =   -1  'True
  278.          AutoSizeMode    =   0
  279.          AutoSearch      =   0
  280.          MultiTotals     =   -1  'True
  281.          SubtotalPosition=   1
  282.          OutlineBar      =   0
  283.          OutlineCol      =   0
  284.          Ellipsis        =   0
  285.          ExplorerBar     =   0
  286.          PicturesOver    =   0   'False
  287.          FillStyle       =   0
  288.          RightToLeft     =   0   'False
  289.          PictureType     =   0
  290.          TabBehavior     =   0
  291.          OwnerDraw       =   0
  292.          Editable        =   0   'False
  293.          ShowComboButton =   -1  'True
  294.          WordWrap        =   0   'False
  295.          TextStyle       =   0
  296.          TextStyleFixed  =   0
  297.          OleDragMode     =   0
  298.          OleDropMode     =   0
  299.          DataMode        =   0
  300.          VirtualData     =   -1  'True
  301.       End
  302.    End
  303.    Begin MSComctlLib.ImageList ImageList1 
  304.       Left            =   0
  305.       Top             =   420
  306.       _ExtentX        =   1005
  307.       _ExtentY        =   1005
  308.       BackColor       =   -2147483643
  309.       ImageWidth      =   16
  310.       ImageHeight     =   16
  311.       MaskColor       =   12632256
  312.       _Version        =   393216
  313.       BeginProperty Images {2C247F25-8591-11D1-B16A-00C0F0283628} 
  314.          NumListImages   =   30
  315.          BeginProperty ListImage1 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  316.             Picture         =   "考核组设置.frx":1404
  317.             Key             =   "sz"
  318.          EndProperty
  319.          BeginProperty ListImage2 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  320.             Picture         =   "考核组设置.frx":179E
  321.             Key             =   "dy"
  322.          EndProperty
  323.          BeginProperty ListImage3 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  324.             Picture         =   "考核组设置.frx":1B38
  325.             Key             =   "yl"
  326.          EndProperty
  327.          BeginProperty ListImage4 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  328.             Picture         =   "考核组设置.frx":1ED2
  329.             Key             =   "xg"
  330.          EndProperty
  331.          BeginProperty ListImage5 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  332.             Picture         =   "考核组设置.frx":226C
  333.             Key             =   "zh"
  334.          EndProperty
  335.          BeginProperty ListImage6 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  336.             Picture         =   "考核组设置.frx":2606
  337.             Key             =   "sh"
  338.          EndProperty
  339.          BeginProperty ListImage7 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  340.             Picture         =   "考核组设置.frx":29A0
  341.             Key             =   "bc"
  342.          EndProperty
  343.          BeginProperty ListImage8 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  344.             Picture         =   "考核组设置.frx":2D3A
  345.             Key             =   "fq"
  346.          EndProperty
  347.          BeginProperty ListImage9 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  348.             Picture         =   "考核组设置.frx":30D4
  349.             Key             =   "bz"
  350.          EndProperty
  351.          BeginProperty ListImage10 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  352.             Picture         =   "考核组设置.frx":346E
  353.             Key             =   "tc"
  354.          EndProperty
  355.          BeginProperty ListImage11 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  356.             Picture         =   "考核组设置.frx":3808
  357.             Key             =   "bcgs"
  358.          EndProperty
  359.          BeginProperty ListImage12 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  360.             Picture         =   "考核组设置.frx":3BA2
  361.             Key             =   "mrlk"
  362.          EndProperty
  363.          BeginProperty ListImage13 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  364.             Picture         =   "考核组设置.frx":3F3C
  365.             Key             =   "xsxm"
  366.          EndProperty
  367.          BeginProperty ListImage14 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  368.             Picture         =   "考核组设置.frx":42D6
  369.             Key             =   "first"
  370.          EndProperty
  371.          BeginProperty ListImage15 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  372.             Picture         =   "考核组设置.frx":4670
  373.             Key             =   "prev"
  374.          EndProperty
  375.          BeginProperty ListImage16 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  376.             Picture         =   "考核组设置.frx":4A0A
  377.             Key             =   "next"
  378.          EndProperty
  379.          BeginProperty ListImage17 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  380.             Picture         =   "考核组设置.frx":4DA4
  381.             Key             =   "last"
  382.          EndProperty
  383.          BeginProperty ListImage18 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  384.             Picture         =   "考核组设置.frx":513E
  385.             Key             =   "xx"
  386.          EndProperty
  387.          BeginProperty ListImage19 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  388.             Picture         =   "考核组设置.frx":54D8
  389.             Key             =   "define"
  390.          EndProperty
  391.          BeginProperty ListImage20 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  392.             Picture         =   "考核组设置.frx":5872
  393.             Key             =   "exec"
  394.          EndProperty
  395.          BeginProperty ListImage21 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  396.             Picture         =   "考核组设置.frx":5C0C
  397.             Key             =   "xz"
  398.          EndProperty
  399.          BeginProperty ListImage22 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  400.             Picture         =   "考核组设置.frx":5FA6
  401.             Key             =   "sc"
  402.          EndProperty
  403.          BeginProperty ListImage23 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  404.             Picture         =   "考核组设置.frx":6340
  405.             Key             =   "sx"
  406.          EndProperty
  407.          BeginProperty ListImage24 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  408.             Picture         =   "考核组设置.frx":66DA
  409.             Key             =   "cx"
  410.          EndProperty
  411.          BeginProperty ListImage25 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  412.             Picture         =   "考核组设置.frx":6A74
  413.             Key             =   "zd"
  414.          EndProperty
  415.          BeginProperty ListImage26 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  416.             Picture         =   "考核组设置.frx":6E0E
  417.             Key             =   "dz"
  418.          EndProperty
  419.          BeginProperty ListImage27 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  420.             Picture         =   "考核组设置.frx":71A8
  421.             Key             =   "ph"
  422.          EndProperty
  423.          BeginProperty ListImage28 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  424.             Picture         =   "考核组设置.frx":7542
  425.             Key             =   "fz"
  426.          EndProperty
  427.          BeginProperty ListImage29 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  428.             Picture         =   "考核组设置.frx":78DC
  429.             Key             =   "dw"
  430.          EndProperty
  431.          BeginProperty ListImage30 {2C247F27-8591-11D1-B16A-00C0F0283628} 
  432.             Picture         =   "考核组设置.frx":7C76
  433.             Key             =   "dr"
  434.          EndProperty
  435.       EndProperty
  436.    End
  437.    Begin MSComctlLib.Toolbar SzToolbar 
  438.       Align           =   1  'Align Top
  439.       Height          =   570
  440.       Left            =   0
  441.       TabIndex        =   16
  442.       Top             =   0
  443.       Width           =   9375
  444.       _ExtentX        =   16536
  445.       _ExtentY        =   1005
  446.       ButtonWidth     =   820
  447.       ButtonHeight    =   953
  448.       AllowCustomize  =   0   'False
  449.       Appearance      =   1
  450.       Style           =   1
  451.       ImageList       =   "ImageList1"
  452.       _Version        =   393216
  453.       BeginProperty Buttons {66833FE8-8583-11D1-B16A-00C0F0283628} 
  454.          NumButtons      =   12
  455.          BeginProperty Button1 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  456.             Caption         =   "设置"
  457.             Key             =   "ymsz"
  458.             ImageKey        =   "sz"
  459.          EndProperty
  460.          BeginProperty Button2 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  461.             Caption         =   "打印"
  462.             Key             =   "dy"
  463.             Object.ToolTipText     =   "点击或按Ctrl+P打印表格"
  464.             ImageKey        =   "dy"
  465.          EndProperty
  466.          BeginProperty Button3 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  467.             Caption         =   "预览"
  468.             Key             =   "yl"
  469.             ImageKey        =   "yl"
  470.          EndProperty
  471.          BeginProperty Button4 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  472.             Style           =   3
  473.          EndProperty
  474.          BeginProperty Button5 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  475.             Caption         =   "增加"
  476.             Key             =   "zj"
  477.             Object.ToolTipText     =   "点击或按Ctrl+A增加记录"
  478.             ImageKey        =   "xz"
  479.          EndProperty
  480.          BeginProperty Button6 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  481.             Caption         =   "修改"
  482.             Key             =   "xg"
  483.             ImageKey        =   "xg"
  484.          EndProperty
  485.          BeginProperty Button7 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  486.             Caption         =   "删除"
  487.             Key             =   "sc"
  488.             Object.ToolTipText     =   "点击或按Ctrl+D删除当前记录"
  489.             ImageKey        =   "sc"
  490.          EndProperty
  491.          BeginProperty Button8 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  492.             Style           =   3
  493.          EndProperty
  494.          BeginProperty Button9 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  495.             Caption         =   "刷新"
  496.             Key             =   "sx"
  497.             ImageKey        =   "sx"
  498.          EndProperty
  499.          BeginProperty Button10 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  500.             Style           =   3
  501.          EndProperty
  502.          BeginProperty Button11 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  503.             Caption         =   "帮助"
  504.             Key             =   "bz"
  505.             ImageKey        =   "bz"
  506.          EndProperty
  507.          BeginProperty Button12 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  508.             Caption         =   "退出"
  509.             Key             =   "fh"
  510.             ImageKey        =   "tc"
  511.          EndProperty
  512.       EndProperty
  513.       BorderStyle     =   1
  514.       Begin MSComctlLib.Toolbar GsToolbar 
  515.          Height          =   540
  516.          Left            =   6870
  517.          TabIndex        =   17
  518.          Top             =   0
  519.          Width           =   2475
  520.          _ExtentX        =   4366
  521.          _ExtentY        =   953
  522.          ButtonWidth     =   1455
  523.          ButtonHeight    =   953
  524.          AllowCustomize  =   0   'False
  525.          Appearance      =   1
  526.          Style           =   1
  527.          ImageList       =   "ImageList1"
  528.          _Version        =   393216
  529.          BeginProperty Buttons {66833FE8-8583-11D1-B16A-00C0F0283628} 
  530.             NumButtons      =   3
  531.             BeginProperty Button1 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  532.                Caption         =   "保存格式"
  533.                Key             =   "bcgs"
  534.                ImageKey        =   "bcgs"
  535.             EndProperty
  536.             BeginProperty Button2 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  537.                Caption         =   "默认列宽"
  538.                Key             =   "hfmrgs"
  539.                ImageKey        =   "mrlk"
  540.             EndProperty
  541.             BeginProperty Button3 {66833FEA-8583-11D1-B16A-00C0F0283628} 
  542.                Caption         =   "显示项目"
  543.                Key             =   "szxsxm"
  544.                ImageKey        =   "xsxm"
  545.             EndProperty
  546.          EndProperty
  547.       End
  548.    End
  549. End
  550. Attribute VB_Name = "Khgl_Group"
  551. Attribute VB_GlobalNameSpace = False
  552. Attribute VB_Creatable = False
  553. Attribute VB_PredeclaredId = True
  554. Attribute VB_Exposed = False
  555. '**********************************************************
  556. '*    模 块 名 称 :考核组设置
  557. '*    功 能 描 述 :设置考核组
  558. '*    程序员姓名  :张洪军
  559. '*    最后修改人  :张洪军
  560. '*    最后修改时间:2001/12/15
  561. '*    备        注:封版(*所有自定义部分程序均用[>> <<]括起)
  562. '**********************************************************
  563. Dim str_TitleCode As String             '考核类别编码
  564. Dim str_TitleName As String             '考核类别名称
  565.               
  566. Dim Rec_CodeSet As New ADODB.Recordset   '编码设置表
  567. Dim jdzygs As Integer                    '控件焦点转移个数
  568. Dim Lrzt As Integer                      '录入状态标志(0-非录入状态 1-增加 2-修改)
  569. Dim ReportTitle As String                '报表主标题
  570.   
  571. '以下为固定使用变量(网格)
  572. Dim Cxnrrec As New ADODB.Recordset       '显示查询内容动态集
  573. Dim Dyymctbl As New DY_Dyymsz            '打印页面窗体变量
  574. Dim GridCode As String                   '显示网格网格代码
  575. Dim GridInf() As Variant                 '整个网格设置信息
  576. Dim Tsxx As String                       '系统提示信息
  577. Dim Qslz As Long                         '网格隐藏(非操作显示)列数
  578. Dim Sjhgd As Double                      '网格数据行高度
  579. Dim GridBoolean() As Boolean             '网格列信息(布尔型)
  580. Dim GridStr()  As String                 '网格列信息(字符型)
  581. Dim GridInt() As Integer                 '网格列信息(整型)
  582. Dim Szzls As Integer                     '数组总列数(网格列数-1)
  583. '以下为固定使用变量(文本框)
  584. Dim Textvar() As Variant                 '存储变体型文本框信息
  585. Dim Textboolean() As Boolean             '存储布尔型文本框信息
  586. Dim Textint() As Integer                 '存储整型文本框信息
  587. Dim Textstr() As String                  '存储字符型文本框信息
  588. Dim Max_Text_Index As Integer            '最大录入文本框索引值
  589. Dim TextGroupCode As String              '文本框录入分组编码
  590. Dim TextValiLock As Boolean              '文本框失去焦点是否进行有效性控制判断
  591. Dim TextValiJudgeLock() As Boolean       '文本框录入有效性判断控制锁
  592. Dim CurTextIndex As Integer              '当前文本框索引值
  593. Dim TextChangeLock As Boolean            '文本框内容变换控制锁
  594. Dim Bln_Cancel As Boolean                '取消按钮信息传递
  595. Private Sub Form_KeyPress(KeyAscii As Integer)   '控 制 焦 点 转 移
  596.     jdzygs = 10
  597.     
  598.     Select Case KeyAscii
  599.         Case vbKeyReturn
  600.             If Kjjdzy(jdzygs) Then
  601.                 KeyAscii = 0
  602.             End If
  603.         Case 39           '屏蔽"'"
  604.             KeyAscii = 0
  605.     End Select
  606.    
  607. End Sub
  608. Private Sub Form_Load()
  609.   
  610.     
  611.     '打印报表标题信息
  612.     ReportTitle = "考核组设置"
  613.      
  614.     '调入打印页面设置窗体
  615.     XtReportCode = "Khgl_Group"
  616.     Load Dyymctbl
  617.       
  618.     
  619.     '以下为文本框处理程序(读入文本框录入信息)
  620.     TextGroupCode = "Khgl_Group"
  621.     Call Drwbkxx(TextGroupCode, Textvar(), Textboolean(), Textint(), Textstr())
  622.     Call Wbkcsh
  623.     
  624.     '调入网格设置信息
  625.     GridCode = "Khgl_Group"
  626.     Call BzWgcsh(CzxsGrid, GridCode, GridInf(), GridBoolean(), GridInt(), GridStr())
  627.     Qslz = GridInf(1)
  628.     Sjhgd = GridInf(2)
  629.     Szzls = CzxsGrid.Cols - 1
  630.     
  631.     '填充考核类别列表框
  632.     Call AddTitleCode
  633.     
  634.     '填 充 网 格
  635.     Call Cxnrtcwg
  636.                    
  637.     '初始化ToolBar,Tab卡状态
  638.     StTab.Tab = 0
  639.     StTab.TabEnabled(1) = False
  640.     Frame1.Enabled = False
  641.     
  642.     '设置为非录入状态
  643.     Lrzt = 0
  644.     '设置待选人员和已选人员标题
  645.     Call AddLvlist
  646.     
  647.  End Sub
  648.  
  649. Private Sub Cxnrtcwg()                               '查询内容填充网格
  650.     Dim Sqlstr As String              '查询连接串
  651.     Dim Jsqte As Long                 '查询临时使用变量
  652.   
  653.     '为加快显示速度,将网格刷新动作冻结
  654.     CzxsGrid.Redraw = False
  655.   
  656.     '[>>查询连接串
  657.     Sqlstr = "SELECT *  FROM Kh_v_Group   where TitleCode='" + str_TitleCode + "' Order By TitleCode,GroupCode"
  658.     '<<]
  659.     Set Cxnrrec = Cw_DataEnvi.DataConnect.Execute(Sqlstr)
  660.     
  661.     With Cxnrrec
  662.         CzxsGrid.Rows = CzxsGrid.FixedRows
  663.         If .EOF And .BOF Then
  664.             CzxsGrid.Redraw = True
  665.             Exit Sub
  666.         End If
  667.         Jsqte = CzxsGrid.FixedRows
  668.         Do While Not .EOF
  669.             CzxsGrid.AddItem ""
  670.             Call Jltcwg(Cxnrrec, Jsqte)                              '调入填充网格子过程
  671.             CzxsGrid.RowHeight(Jsqte) = Sjhgd                        '设置网格高度
  672.             .MoveNext
  673.             Jsqte = Jsqte + 1
  674.         Loop
  675.     End With
  676.   
  677.     '将网格刷新动作解冻
  678.     CzxsGrid.Redraw = True
  679.     
  680. End Sub
  681. Private Sub Jltcwg(Jlbrec As ADODB.Recordset, Rowjsq As Long)           '记录内容填充网格
  682.     '[>>以下为自定义部分
  683.     With Jlbrec
  684.         CzxsGrid.TextMatrix(Rowjsq, Sydz("001", GridStr(), Szzls)) = Trim(.Fields("GroupCode") & "")      '考核组编码
  685.         CzxsGrid.TextMatrix(Rowjsq, Sydz("002", GridStr(), Szzls)) = Trim(.Fields("GroupName") & "")      '考核组名称
  686.        
  687.     End With
  688.     '以上为自定义部分<<]
  689.     
  690. End Sub
  691. Private Sub Form_Unload(Cancel As Integer)             '窗体卸载
  692.     Set Cxnrrec = Nothing
  693.     Set Rec_CodeSet = Nothing
  694.     Unload Dyymctbl
  695.    
  696. End Sub
  697. Private Function Bclrsj() As Boolean                   '判断录入数据有效性,并保存数据
  698.     Dim Jsqte As Integer
  699.   
  700.     '对文本框录入内容进行为零和为空判断(固定不变)
  701.     With Rec_CodeSet
  702.         For Jsqte = 0 To Max_Text_Index
  703.             If Textint(Jsqte, 8) = 1 Then     '字段不能为空
  704.                 If Len(Trim(LrText(Jsqte).Text)) = 0 Then
  705.                     Tsxx = Textstr(Jsqte, 7) & "不能为空!"
  706.                     Call Xtxxts(Tsxx, 0, 1)
  707.                     LrText(Jsqte).SetFocus
  708.                     Bclrsj = False
  709.                     Exit Function
  710.                 End If
  711.             Else
  712.                 If Textint(Jsqte, 8) = 2 Then   '字段不能为零
  713.                     If Val(Trim(LrText(Jsqte).Text)) = 0 Then
  714.                         Tsxx = Textstr(Jsqte, 7) & "不能为零!"
  715.                         Call Xtxxts(Tsxx, 0, 1)
  716.                         LrText(Jsqte).SetFocus
  717.                         Bclrsj = False
  718.                         Exit Function
  719.                     End If
  720.                 End If
  721.             End If
  722.         Next Jsqte
  723.     
  724.         '对需要进行事后判断的文本框录入内容进行有效性判断 (固定不变)
  725.         For Jsqte = 0 To Max_Text_Index
  726.             If Textint(Jsqte, 9) = 0 Or Textint(Jsqte, 9) = 2 Then
  727.                 If Not TextYxxpd(Jsqte) Then
  728.                     Exit Function
  729.                 End If
  730.             End If
  731.         Next Jsqte
  732.         If LvListView.ListItems.count = 0 Then
  733.             Tsxx = "已选人员个数不能为0!"
  734.             Call Xtxxts(Tsxx, 0, 1)
  735.             Bclrsj = False
  736.             Exit Function
  737.         End If
  738.         If Lrzt = 1 Then  '增 加
  739.         
  740.             '[>>判断编码是否重复
  741.             If .State = 1 Then .Close
  742.             .Open "SELECT * FROM Kh_Group WHERE GroupCode= '" + Trim(LrText(0).Text) + "'", Cw_DataEnvi.DataConnect, adOpenDynamic, adLockOptimistic
  743.             
  744.             If Not .EOF Then
  745.                 Tsxx = "考核组编码重复!"
  746.                 Call Xtxxts(Tsxx, 0, 1)
  747.                 LrText(0).SetFocus
  748.                 Bclrsj = False
  749.                 Exit Function
  750.             End If
  751.            
  752.             '判断名称是否重复
  753.             If .State = 1 Then .Close
  754.             .Open "SELECT * FROM Kh_Group WHERE GroupName= '" + Trim(LrText(1).Text) + "' and TitleCode='" + str_TitleCode + "'", Cw_DataEnvi.DataConnect, adOpenDynamic, adLockOptimistic
  755.             
  756.             If Not .EOF Then
  757.                 Tsxx = "考核组名称重复!"
  758.                 Call Xtxxts(Tsxx, 0, 1)
  759.                 LrText(1).SetFocus
  760.                 
  761.                 Bclrsj = False
  762.                 Exit Function
  763.             End If
  764.     
  765.     
  766.             '判断记录内容无误后,将记录内容写入数据表
  767.             On Error GoTo Swcwcl
  768.     
  769.             Cw_DataEnvi.DataConnect.BeginTrans
  770.    
  771.             .AddNew
  772.                 .Fields("GroupCode") = Trim(LrText(0).Text)       '考核组编码
  773.                 .Fields("GroupName") = Trim(LrText(1).Text)       '考核组名称
  774.                 .Fields("TitleCode") = str_TitleCode              '考核类别编码
  775.             .Update
  776.             
  777.             '保存子表数据
  778.             Call bclusjfz
  779.             
  780.             Cw_DataEnvi.DataConnect.CommitTrans
  781.    
  782.             '将记录加入网格
  783.             Sqlstr = "SELECT * FROM Kh_v_Group WHERE GroupCode= '" + Trim(LrText(0).Text) + "'"
  784.             Set Cxnrrec = Cw_DataEnvi.DataConnect.Execute(Sqlstr)
  785.             
  786.             With CzxsGrid
  787.                 .AddItem ""
  788.                 .RowHeight(.Rows - 1) = Sjhgd
  789.                 .Select .Rows - 1, Qslz
  790.                 Call Jltcwg(Cxnrrec, .Rows - 1)
  791.             End With
  792.    
  793.             Tsxx = "保存完毕!"
  794.             Call Xtxxts(Tsxx, 0, 4)
  795.             
  796.             Call Cshlrxx(1)
  797.             LrText(0).SetFocus
  798.    
  799.             '将网格按编码排序
  800.             With CzxsGrid
  801.                 .Col = Sydz("001", GridStr(), Szzls)
  802.                 CzxsGrid.Sort = flexSortStringAscending
  803.             End With
  804.             '<<]
  805.     
  806.         Else  '否则为修改记录
  807.             
  808.             If .State = 1 Then .Close
  809.             .Open "SELECT * FROM Kh_Group WHERE GroupName= '" + Trim(LrText(1).Text) + "' and TitleCode='" + str_TitleCode + "' and GroupCode<>'" & Trim(LrText(0).Text) & "'", Cw_DataEnvi.DataConnect, adOpenDynamic, adLockOptimistic
  810.         
  811.             If Not .EOF Then
  812.                 Tsxx = "考核组名称重复!"
  813.                 Call Xtxxts(Tsxx, 0, 1)
  814.                 LrText(1).SetFocus
  815.                 Bclrsj = False
  816.                 Exit Function
  817.             End If
  818.         
  819.             On Error GoTo Swcwcl
  820.         
  821.             Cw_DataEnvi.DataConnect.BeginTrans
  822.             
  823.             '删除原考核组子表中所有内容
  824.             Cw_DataEnvi.DataConnect.Execute ("Delete Kh_GroupSub Where GroupCode='" & Trim(LrText(0).Text) & "'")
  825.             
  826.             If .State = 1 Then .Close
  827.             .Open "SELECT * FROM Kh_Group WHERE GroupCode= '" + Trim(LrText(0).Text) + "'", Cw_DataEnvi.DataConnect, adOpenDynamic, adLockOptimistic
  828.              
  829.             If Not .EOF Then
  830.                 .Fields("GroupName") = Trim(LrText(1).Text)       '考核组名称
  831.                 .Update
  832.             End If
  833.             
  834.             '保存子表数据
  835.             Call bclusjfz
  836.             
  837.             Cw_DataEnvi.DataConnect.CommitTrans
  838.             
  839.             '刷新当前网格
  840.             Sqlstr = "SELECT * FROM Kh_v_Group WHERE GroupCode= '" + Trim(LrText(0).Text) + "'"
  841.             Set Cxnrrec = Cw_DataEnvi.DataConnect.Execute(Sqlstr)
  842.             
  843.             If Not Cxnrrec.EOF Then
  844.                 With CzxsGrid
  845.                     Call Jltcwg(Cxnrrec, .Row)
  846.                 End With
  847.             Else
  848.                 Tsxx = "该记录已经被其他人删除,请刷新当前数据!"
  849.                 Call Xtxxts(Tsxx, 0, 4)
  850.                 Exit Function
  851.             End If
  852.    
  853.         End If
  854.     
  855.      
  856.         '保存记录成功,函数返回真值
  857.         Bclrsj = True
  858.         Exit Function
  859.     End With
  860.  
  861. Swcwcl:
  862.     Cw_DataEnvi.DataConnect.RollbackTrans
  863.     
  864.     Tsxx = "存盘过程中出现错误,程序自动恢复保存前状态!"
  865.     Call Xtxxts(Tsxx, 0, 1)
  866.     
  867.     Exit Function
  868.      
  869. End Function
  870. Private Function Cshlrxx(lrztxx As Integer) As Boolean              '初始化录入字段信息
  871.     TextChangeLock = True       '关闭文本框Chang事件
  872.     
  873.     If lrztxx = 1 Then
  874.     
  875.         '增加新记录时将文本框清空
  876.         For Jsqte = 0 To Max_Text_Index
  877.             If Len(Trim(Textstr(Jsqte, 1))) <> 0 Then
  878.                 LrText(Jsqte).Text = ""
  879.                 LrText(Jsqte).Tag = ""
  880.             End If
  881.             TextValiJudgeLock(Jsqte) = True
  882.         Next Jsqte
  883.        
  884.         '[>>
  885.         '在此处可添加新增记录时初始化设置
  886.         
  887.         
  888.         '填充待选人员和已选人员
  889.         Call lvListInput(0)
  890.         
  891.         '<<]
  892.     Else
  893.     
  894.         '修改记录时根据记录关键字(编码)从数据表中读入其他字段内容
  895.         With RecTemp
  896.         
  897.             Sqlstr = "SELECT Kh_v_Group.* FROM Kh_v_Group Where GroupCode='" & Trim(CzxsGrid.TextMatrix(CzxsGrid.Row, Sydz("003", GridStr(), Szzls))) & "'"
  898.             Set RecTemp = Cw_DataEnvi.DataConnect.Execute(Sqlstr)
  899.        
  900.             '记录如存在则读入其内容,否则提示记录已被其他人删除
  901.             If Not RecTemp.EOF Then
  902.                 LrText(0).Text = Trim(.Fields("GroupCode") & "")             '考核组编码
  903.                 LrText(1).Text = Trim(.Fields("GroupName") & "")             '考核组名称
  904.                 
  905.                 '填充待选人员和已选人员
  906.                 Call lvListInput(1)
  907.                 
  908.             Else
  909.                 Tsxx = "该记录已经被其他人删除,请刷新当前数据!"
  910.                 Call Xtxxts(Tsxx, 0, 4)
  911.                 Call Cancel
  912.                 TextChangeLock = False
  913.                 Exit Function
  914.             End If
  915.             
  916.         End With
  917.         
  918.     End If
  919.     
  920.     Cshlrxx = True
  921.     TextChangeLock = False
  922.     
  923. End Function
  924. Private Sub Scdqjl()                 '删 除 当 前 记 录
  925.     Dim yhAnswer As Integer
  926.     Dim RecExist As New ADODB.Recordset         '临时使用动态集
  927.     '判断用户是否有此功能执行权限,如有则写上机日志(进入)
  928.     If Not Security_Log("Khgl_Group_edit", Xtczybm, 1) Then
  929.         Exit Sub
  930.     End If
  931.   
  932.     '非数据行不能删除
  933.     If CzxsGrid.Row < CzxsGrid.FixedRows Then
  934.         Exit Sub
  935.     End If
  936.   
  937.     '用户确认是否删除记录
  938.     Tsxx = "请确认是否删除当前记录?"
  939.     yhAnswer = Xtxxts(Tsxx, 2, 2)
  940.     
  941.     If yhAnswer = 2 Then
  942.         Exit Sub
  943.     End If
  944.   
  945.     On Error GoTo Cwcl
  946.   
  947.     Cw_DataEnvi.DataConnect.BeginTrans
  948.   
  949.     '[以下需自定义部分
  950.     With WglrGrid
  951.          '1.判断考核组是否被考核数据使用
  952.         Sqlstr = "SELECT GroupCode From Kh_BaseMain Where GroupCode='" + Trim(CzxsGrid.TextMatrix(CzxsGrid.Row, Sydz("001", GridStr(), Szzls))) + " ' "
  953.         Set RecExist = Cw_DataEnvi.DataConnect.Execute(Sqlstr)
  954.                   
  955.         If Not RecExist.EOF Then
  956.             Tsxx = "该考核组已经被使用,不能删除!"
  957.             Call Xtxxts(Tsxx, 0, 1)
  958.             Exit Sub
  959.         End If
  960.     End With
  961.     Cw_DataEnvi.DataConnect.Execute "delete Kh_GroupSub where GroupCode = '" + Trim(CzxsGrid.TextMatrix(CzxsGrid.Row, Sydz("001", GridStr(), Szzls))) + "'"
  962.     Cw_DataEnvi.DataConnect.Execute "delete Kh_Group    where GroupCode = '" + Trim(CzxsGrid.TextMatrix(CzxsGrid.Row, Sydz("001", GridStr(), Szzls))) + "'"
  963.     
  964.     '以上为自定义部分]
  965.   
  966.     Cw_DataEnvi.DataConnect.CommitTrans
  967.     
  968.     CzxsGrid.RemoveItem CzxsGrid.Row
  969.   
  970.     Exit Sub
  971.   
  972. Cwcl:
  973.     Cw_DataEnvi.DataConnect.RollbackTrans
  974.     
  975.     If Err.Number = -2147217873 Then              '(-2147217873 为SQL Server 2000通过建立外键产生的错误号)
  976.         Tsxx = "该考核组已经被使用,不能删除!"
  977.         Call Xtxxts(Tsxx, 0, 1)
  978.         Exit Sub
  979.     Else
  980.         Tsxx = "出现未知情况,该考核组不能被删除!"
  981.         Call Xtxxts(Tsxx, 0, 1)
  982.         Exit Sub
  983.     End If
  984.     
  985. End Sub
  986. '*******************以下区域为编写自定义过程区域**********************
  987. Private Function AddTitleCode()
  988.     Dim RecExist As New Recordset
  989.     
  990.     FillImageCombo Imgcbo_Title, "Khgl_TitleCompute", 1
  991.     
  992.         
  993.     
  994.     Sqlstr = "SELECT TitleCode,titleName From Kh_Title where (endflag=1  and CloseFlag=0 and CreateTime=(select max(createTime) from kh_title where endflag=1  and CloseFlag=0))"
  995.     Set RecExist = Cw_DataEnvi.DataConnect.Execute(Sqlstr)
  996.     If Not RecExist.EOF Then
  997.         If Len(Trim(RecExist.Fields("titleName"))) > 0 Then
  998.             Imgcbo_Title.Text = RecExist.Fields("titleName")
  999.             str_TitleName = RecExist.Fields("titleName")
  1000.         End If
  1001.     End If
  1002.     
  1003.     str_TitleCode = GetComboKey(Imgcbo_Title, 0)
  1004. End Function
  1005. '2.保存子表数据
  1006. Private Sub bclusjfz()
  1007.     Dim int_temp As Integer                 '临时计数器
  1008.     Dim Rec_CodeSetSub As New Recordset     '临时记录集
  1009.     Dim RecExist As New Recordset           '临时记录集
  1010.     Dim str_sql As String                   '临时字符串
  1011.     Dim str_ValListCode   As String
  1012.     Dim int_ValListCodeID As Integer
  1013.     Dim int_EmpID  As Integer
  1014.     
  1015.     '打开单据子表动态集
  1016.     If Rec_CodeSetSub.State = 1 Then Rec_CodeSetSub.Close
  1017.     Rec_CodeSetSub.Open "Select * From Kh_GroupSub Where 1=2", Cw_DataEnvi.DataConnect, adOpenDynamic, adLockOptimistic
  1018.     With Rec_CodeSetSub
  1019.         '判断考核组是否被考核数据表使用
  1020.         str_sql = " select ValListCode,ValListCodeID from Kh_BaseMain " & _
  1021.                   " where  TitleCode     = '" & str_TitleCode & "'" & _
  1022.                   " and    GroupCode     = '" & Trim(LrText(0).Text) & "'"
  1023.                   
  1024.         Set RecExist = Cw_DataEnvi.DataConnect.Execute(str_sql)
  1025.         
  1026.         If RecExist.EOF Then   '没有被考核数据表使用
  1027.             For int_temp = 1 To LvListView.ListItems.count
  1028.                 int_EmpID = Mid(LvListView.ListItems(int_temp).Key, 2, Len(LvListView.ListItems(int_temp).Key))
  1029.                 '将已选人员写入考核组子表
  1030.                 .AddNew
  1031.                 .Fields("GroupCode") = Trim(LrText(0).Text)                                                      '考核组编码
  1032.                 .Fields("EmpID") = int_EmpID                                                                     '职员id号
  1033.                 .Update
  1034.             Next int_temp
  1035.         Else   '被考核数据表使用
  1036.             str_ValListCode = RecExist.Fields("ValListCode")
  1037.             int_ValListCodeID = RecExist.Fields("ValListCodeid")
  1038.             For int_temp = 1 To LvListView.ListItems.count
  1039.                 int_EmpID = Mid(LvListView.ListItems(int_temp).Key, 2, Len(LvListView.ListItems(int_temp).Key))
  1040.                 
  1041.                 '将已选人员写入考核组子表
  1042.                 .AddNew
  1043.                 .Fields("GroupCode") = Trim(LrText(0).Text)                                                       '考核组编码
  1044.                 .Fields("EmpID") = int_EmpID                                                                      '职员id号
  1045.                 .Update
  1046.                                 
  1047.                 If RecExist.State = 1 Then RecExist.Close
  1048.                 '判断考核人员是否存在,如果不存在则增加
  1049.                 str_sql = " select * from Kh_BaseMain " & _
  1050.                           " where  TitleCode     = '" & str_TitleCode & "'" & _
  1051.                           " and    GroupCode     = '" & Trim(LrText(0).Text) & "'" & _
  1052.                           " and    ValListCode   = '" & str_ValListCode & "'" & _
  1053.                           " and    ValListCodeid =  " & int_ValListCodeID & _
  1054.                           " and    Empid =  " & int_EmpID
  1055.                 
  1056.                 RecExist.Open str_sql, Cw_DataEnvi.DataConnect, adOpenDynamic, adLockOptimistic
  1057.                 If RecExist.EOF Then
  1058.                     RecExist.AddNew
  1059.                     RecExist.Fields("BaseMainID") = MaxNum()                                                 '考核数据表ID号
  1060.                     RecExist.Fields("TitleCode") = str_TitleCode                                             '考核类别
  1061.                     RecExist.Fields("ValListCode") = str_ValListCode                                         '测评者
  1062.                     RecExist.Fields("ValListCodeID") = int_ValListCodeID                                     '测评者序号
  1063.                     RecExist.Fields("GroupCode") = Trim(LrText(0).Text)                                      '考核组编码
  1064.                     RecExist.Fields("EmpID") = int_EmpID                                                     '对象编码
  1065.                     RecExist.Fields("BaseTotal") = 0                                                         '考核总分
  1066.                     RecExist.Update
  1067.                     
  1068.                 End If
  1069.                 
  1070.             Next int_temp
  1071.             
  1072.             '删除考核数据表中已不属于该组的成员
  1073.             str_sql = "  DELETE FROM Kh_BaseMain " & _
  1074.                       "  WHERE  TitleCode  = '" & Trim(str_TitleCode) & "'" & _
  1075.                       "  and    GroupCode  = '" & Trim(LrText(0).Text) & "'" & _
  1076.                       "  and    Empid not IN " & _
  1077.                       " (SELECT Kh_GroupSub.Empid from Kh_GroupSub,Kh_Group " & _
  1078.                       "  where  Kh_Group.TitleCode='" & Trim(str_TitleCode) & "'" & _
  1079.                       "  and    Kh_Group.GroupCode='" & Trim(LrText(0).Text) & "'" & _
  1080.                       "  and    Kh_GroupSub.GroupCode=Kh_Group.GroupCode )"
  1081.             Cw_DataEnvi.DataConnect.Execute (str_sql)
  1082.         End If
  1083.     End With
  1084.     RecExist.Close
  1085.     
  1086. End Sub
  1087. Private Sub Imgcbo_Title_Click()
  1088.     str_TitleCode = GetComboKey(Imgcbo_Title, 0)
  1089.     Call Cxnrtcwg
  1090. End Sub
  1091. Private Sub Command1_Click(Index As Integer)
  1092.     Dim int_temp As Integer
  1093.     Dim lvlistitem As ListItem
  1094.     
  1095.     Select Case Index
  1096.         Case 0
  1097.         
  1098.             For int_temp = 1 To LvListAll.ListItems.count
  1099.                 Set lvlistitem = LvListView.ListItems.Add(, LvListAll.ListItems(int_temp).Key, LvListAll.ListItems(int_temp).Text, , "dr")
  1100.                      lvlistitem.Tag = LvListAll.ListItems(int_temp).Tag
  1101.             Next int_temp
  1102.             LvListAll.ListItems.Clear
  1103.         Case 1
  1104.             If LvListAll.ListItems.count > 0 Then
  1105.                 Set lvlistitem = LvListView.ListItems.Add(, LvListAll.SelectedItem.Key, LvListAll.SelectedItem.Text, , "dr")
  1106.                     lvlistitem.Tag = LvListAll.SelectedItem.Tag
  1107.                 LvListAll.ListItems.Remove LvListAll.SelectedItem.Key
  1108.          End If
  1109.          
  1110.         Case 2
  1111.             If LvListView.ListItems.count > 0 Then
  1112.                 Set lvlistitem = LvListAll.ListItems.Add(, LvListView.SelectedItem.Key, LvListView.SelectedItem.Text, , "dr")
  1113.                 lvlistitem.Tag = LvListView.SelectedItem.Tag
  1114.                 LvListView.ListItems.Remove LvListView.SelectedItem.Key
  1115.             End If
  1116.         Case 3
  1117.             For int_temp = 1 To LvListView.ListItems.count
  1118.                 Set lvlistitem = LvListAll.ListItems.Add(, LvListView.ListItems(int_temp).Key, LvListView.ListItems(int_temp).Text, , "dr")
  1119.                 lvlistitem.Tag = LvListView.ListItems(int_temp).Tag
  1120.             Next int_temp
  1121.             LvListView.ListItems.Clear
  1122.     End Select
  1123. End Sub
  1124. Private Sub AddLvlist()
  1125.     LvListAll.ColumnHeaders.Add 1, , "待选人员", LvListAll.Width - 68
  1126.     LvListView.ColumnHeaders.Add 1, , "已选人员", LvListView.Width - 68
  1127.     LvListView.View = lvwReport
  1128.     LvListAll.View = lvwReport
  1129. End Sub
  1130. Private Sub lvListInput(tcfs As Integer)
  1131.     '参数填充方式:是否填充待选人员,1是0否
  1132.     Dim str_Sqltemp As String
  1133.     Dim rst_temp As New ADODB.Recordset
  1134.     Dim lvlistitem As ListItem
  1135.     Dim str_GroupCode As String
  1136.     
  1137.     On Error GoTo errExecute
  1138.     
  1139.     LvListAll.ListItems.Clear
  1140.     LvListView.ListItems.Clear
  1141.         
  1142.     If tcfs = 0 Then
  1143.         '填充待选人员
  1144.         str_Sqltemp = " SELECT * from Kh_v_Object" & _
  1145.                       " WHERE TitleCode='" & Trim(str_TitleCode) & "'"
  1146.         Set rst_temp = Cw_DataEnvi.DataConnect.Execute(str_Sqltemp)
  1147.         LvListView.ListItems.Clear
  1148.         With rst_temp
  1149.             Do While Not .EOF
  1150.                 Set lvlistitem = LvListAll.ListItems.Add(, "~" & Trim(.Fields("EmpID")), Trim(.Fields("EmpName")), , "dr")
  1151.                 lvlistitem.Tag = Trim(.Fields("EmpNo"))
  1152.                 .MoveNext
  1153.             Loop
  1154.             .Close
  1155.             
  1156.         End With
  1157.     
  1158.     Else
  1159.         '填充待选人员
  1160.         str_GroupCode = Trim(LrText(0).Text)
  1161.     
  1162.         str_Sqltemp = " SELECT * from Kh_v_Object" & _
  1163.                       " where  TitleCode='" + str_TitleCode + "'" & _
  1164.                       " and Kh_v_Object.EmpID not in ( select isnull(EmpID,-1) from Kh_v_groupsub where TitleCode='" & Trim(str_TitleCode) & "' and GroupCode='" & str_GroupCode & "' )"
  1165.         Set rst_temp = Cw_DataEnvi.DataConnect.Execute(str_Sqltemp)
  1166.         With rst_temp
  1167.                
  1168.             Do While Not .EOF
  1169.                Set lvlistitem = LvListAll.ListItems.Add(, "~" & Trim(.Fields("EmpID")), Trim(.Fields("EmpName")), , "dr")
  1170.                lvlistitem.Tag = Trim(.Fields("EmpNo"))
  1171.                .MoveNext
  1172.             Loop
  1173.             .Close
  1174.                 
  1175.         End With
  1176.         '填充已选人员
  1177.         str_Sqltemp = " SELECT * from Kh_v_GroupSub" & _
  1178.                       " where TitleCode='" & Trim(str_TitleCode) & "' and  GroupCode='" & str_GroupCode & "' "
  1179.         Set rst_temp = Cw_DataEnvi.DataConnect.Execute(str_Sqltemp)
  1180.         With rst_temp
  1181.                
  1182.             Do While Not .EOF
  1183.                 If Len(Trim(.Fields("EmpID"))) > 0 Then
  1184.                     Set lvlistitem = LvListView.ListItems.Add(, "~" & Trim(.Fields("EmpID")), Trim(.Fields("EmpName")), , "dr")
  1185.                     lvlistitem.Tag = Trim(.Fields("EmpNo"))
  1186.                 End If
  1187.                 .MoveNext
  1188.             Loop
  1189.             .Close
  1190.                 
  1191.         End With
  1192.     End If
  1193.             
  1194.     
  1195.     Set rst_temp = Nothing
  1196.     Exit Sub
  1197. '进行错误处理
  1198. errExecute:
  1199.     If Err.Number = -2147467259 Then
  1200.         Tsxx = "数据库连接失败,请检查网络!"
  1201.         Call Xtxxts(Tsxx, 0, 1)
  1202.         Exit Sub
  1203.     Else
  1204.         Tsxx = "出现未知情况,请重新执行该功能!"
  1205.         Call Xtxxts(Tsxx, 0, 1)
  1206.         Exit Sub
  1207.     End If
  1208. End Sub
  1209. Private Function MaxNum() As Integer
  1210.     '读取最大号,参数0取单据最大号,1取测评者最大号
  1211.     Dim str_sql As String
  1212.     Dim rec_temp As New Recordset
  1213.    
  1214.     MaxNum = 0
  1215.     
  1216.     str_sql = "select max(BaseMainID) as MaxNumber from Kh_BaseMain"
  1217.     
  1218.     Set rec_temp = Cw_DataEnvi.DataConnect.Execute(str_sql)
  1219.     
  1220.     If Not IsNull(Trim(rec_temp.Fields("MaxNumber"))) Then
  1221.         MaxNum = Trim(rec_temp.Fields("MaxNumber"))
  1222.     Else
  1223.         MaxNum = 0
  1224.     End If
  1225.     
  1226.     MaxNum = MaxNum + 1
  1227. End Function
  1228. '*******************以上区域为编写自定义过程区域**********************
  1229. '*******************************以下为基本处理程序(固定不变)*******************************************'
  1230. Private Sub Form_KeyUp(KeyCode As Integer, Shift As Integer)        '支持热键操作
  1231.     If Shift = 2 Then
  1232.         Select Case UCase(Chr(KeyCode))
  1233.             Case "P"                                                                          'Ctrl+P 打印
  1234.                 If SzToolbar.Buttons("dy").Visible And SzToolbar.Buttons("dy").Enabled Then
  1235.                     Call bbyl(False)
  1236.                 End If
  1237.             Case "A"                                                                          'Ctrl+A 增加
  1238.                 '判断用户是否有此功能执行权限,如有则写上机日志(进入)
  1239.                 If Not Security_Log("Khgl_Group_edit", Xtczybm, 1) Then
  1240.                     Exit Sub
  1241.                 End If
  1242.                 If SzToolbar.Buttons("zj").Visible And SzToolbar.Buttons("zj").Enabled Then
  1243.                     Call Toolbjzt
  1244.                     Lrzt = 1
  1245.                     Call Cshlrxx(Lrzt)
  1246.                     LrText(0).Enabled = True
  1247.                     LrText(0).SetFocus
  1248.                 End If
  1249.             Case "D"                                                                          'Ctrl+D 删除
  1250.                 If SzToolbar.Buttons("sc").Visible And SzToolbar.Buttons("sc").Enabled Then
  1251.                     Call Scdqjl
  1252.                 End If
  1253.         End Select
  1254.     End If
  1255.   
  1256. End Sub
  1257. Private Sub SzToolbar_ButtonClick(ByVal Button As MSComctlLib.Button)
  1258.     Select Case Button.Key
  1259.         Case "ymsz"                                          '页面设置
  1260.             Dyymctbl.Show 1
  1261.         Case "yl"                                            '预 览
  1262.             Call bbyl(True)
  1263.         Case "dy"                                            '打 印
  1264.              Call bbyl(False)
  1265.         Case "zj"                                            '增 加
  1266.             '判断用户是否有此功能执行权限,如有则写上机日志(进入)
  1267.             If Not Security_Log("Khgl_Group_edit", Xtczybm, 1) Then
  1268.                 Exit Sub
  1269.             End If
  1270.             If Not Len(Trim(str_TitleCode)) > 0 Then
  1271.                 Exit Sub
  1272.             End If
  1273.             Call Toolbjzt
  1274.             Lrzt = 1
  1275.             Call Cshlrxx(Lrzt)
  1276.             LrText(0).Enabled = True
  1277.             LrText(0).SetFocus
  1278.  
  1279.         Case "xg"                                            '修 改
  1280.             Call Xgdqjl
  1281.         Case "sc"                                            '删 除
  1282.             Call Scdqjl
  1283.         Case "sx"                                            '刷 新
  1284.             Call Cxnrtcwg
  1285.         Case "bz"                                            '帮 助
  1286.             Call F1bz
  1287.         Case "fh"                                            '退 出
  1288.             Unload Me
  1289.     End Select
  1290.     
  1291. End Sub
  1292. Private Sub CzxsGrid_DblClick()                                         '修改当前编码记录
  1293.     Call Xgdqjl
  1294.     
  1295. End Sub
  1296. Private Sub Xgdqjl()                                                    '修改当前编码记录
  1297.     '判断用户是否有此功能执行权限,如有则写上机日志(进入)
  1298.     If Not Security_Log("Khgl_Group_edit", Xtczybm, 1) Then
  1299.         Exit Sub
  1300.     End If
  1301.     If CzxsGrid.Row < CzxsGrid.FixedRows Then
  1302.         Exit Sub
  1303.     End If
  1304.     
  1305.     Call Toolbjzt
  1306.     Lrzt = 2
  1307.     
  1308.     If Cshlrxx(Lrzt) Then
  1309.         LrText(1).SetFocus
  1310.         LrText(0).Enabled = False
  1311.     End If
  1312.   
  1313. End Sub
  1314. Private Sub Toolbjzt()                                                  'Toolbar状态(编辑状态)
  1315.     StTab.TabEnabled(1) = True
  1316.     StTab.Tab = 1
  1317.     Frame1.Enabled = True
  1318.     StTab.TabEnabled(0) = False
  1319.     CzxsGrid.Enabled = False
  1320.     
  1321.     With SzToolbar
  1322.         .Buttons("ymsz").Enabled = False
  1323.         .Buttons("dy").Enabled = False
  1324.         .Buttons("yl").Enabled = False
  1325.         .Buttons("zj").Enabled = False
  1326.         .Buttons("xg").Enabled = False
  1327.         .Buttons("sc").Enabled = False
  1328.         .Buttons("sx").Enabled = False
  1329.     End With
  1330.     '设置考核规则组合框不可用
  1331.     Imgcbo_Title.Enabled = False
  1332.   
  1333. End Sub
  1334. Private Sub Toolfbjzt()                                                 'Toolbar状态(非编辑状态)
  1335.     StTab.TabEnabled(0) = True
  1336.     StTab.Tab = 0
  1337.     CzxsGrid.Enabled = True
  1338.     Frame1.Enabled = False
  1339.     StTab.TabEnabled(1) = False
  1340.     Lrzt = 0
  1341.     
  1342.     With SzToolbar
  1343.         .Buttons("ymsz").Enabled = True
  1344.         .Buttons("dy").Enabled = True
  1345.         .Buttons("yl").Enabled = True
  1346.         .Buttons("zj").Enabled = True
  1347.         .Buttons("xg").Enabled = True
  1348.         .Buttons("sc").Enabled = True
  1349.         .Buttons("sx").Enabled = True
  1350.     End With
  1351.   '设置考核规则组合框可用
  1352.     Imgcbo_Title.Enabled = True
  1353.     
  1354. End Sub
  1355. Private Sub BcCommand_Click()                                           '保 存
  1356.     If Not Bclrsj Then
  1357.         Exit Sub
  1358.     End If
  1359.     
  1360.     If Lrzt = 2 Then
  1361.         Call Toolfbjzt
  1362.     End If
  1363.   
  1364. End Sub
  1365. Private Sub QxCommand_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)       '取消
  1366.   
  1367.     '避免执行Click程序
  1368.     Bln_Cancel = True
  1369.     
  1370.     Call Cancel
  1371.   
  1372. End Sub
  1373. Private Sub QxCommand_Click()                                           '取消
  1374.     If Bln_Cancel Then
  1375.         Bln_Cancel = False
  1376.         Exit Sub
  1377.     End If
  1378.     
  1379.     Call Cancel
  1380.     
  1381. End Sub
  1382. Private Sub Cancel()                                                    '取消
  1383.     '文本框加锁
  1384.     For Jsqte = 0 To Max_Text_Index
  1385.         TextValiJudgeLock(Jsqte) = True
  1386.     Next Jsqte
  1387.     
  1388.     Call Toolfbjzt
  1389.   
  1390. End Sub
  1391. Private Sub CzxsGrid_BeforeMoveColumn(ByVal Col As Long, Position As Long)           '网格列发生移动时自动交换网格索引信息
  1392.   
  1393.     Call FnBln_RefreshArray(Col, Position, GridStr(), GridInf())
  1394.   
  1395. End Sub
  1396. Private Sub GsToolbar_ButtonClick(ByVal Button As MSComctlLib.Button)   '表格格式设置(通用)
  1397.     Select Case Button.Key
  1398.         Case "bcgs"                                       '保存表格格式
  1399.             Call Bcwggs(CzxsGrid, GridCode, GridStr())
  1400.         Case "hfmrgs"                                     '恢复默认格式
  1401.             Call Hfmrgs(CzxsGrid, GridCode, GridStr())
  1402.         Case "szxsxm"                                     '设置显示项目
  1403.             Call Szxsxm(CzxsGrid, GridCode)
  1404.     End Select
  1405.     
  1406. End Sub
  1407. Private Sub bbyl(bbylte As Boolean)                    '报表打印预览
  1408.     Dim Bbzbt$, Bbxbt() As String, bbxbtzzxs() As Integer, Bbxbtgs As Integer
  1409.     Dim Bbbwh() As String, Bbbwhzzxs() As Integer, Bbbwhgs As Integer
  1410.     Bbxbtgs = 2                                          '报 表 小 标 题 行 数
  1411.     Bbbwhgs = 0                                          '报 表 表 尾 行 数
  1412.     ReDim Bbxbt(1 To Bbxbtgs)
  1413.     ReDim bbxbtzzxs(1 To Bbxbtgs)
  1414.     
  1415.     If Bbbwhgs <> 0 Then
  1416.         ReDim Bbbwh(1 To Bbbwhgs)
  1417.         ReDim Bbbwhzzxs(1 To Bbbwhgs)
  1418.     End If
  1419.     
  1420.     Bbzbt = ReportTitle
  1421.     Bbxbt(1) = " "
  1422.     bbxbtzzxs(1) = 0                                     '报表行组织形式(0-居左 1-居中 2-居右)
  1423.     Bbxbt(2) = "考核类别:" + Imgcbo_Title.Text
  1424.     bbxbtzzxs(2) = 0                                    '居左
  1425.   
  1426.     Call Scyxsjb(CzxsGrid)                               '生成报表数据
  1427.     Call Scdybb(Dyymctbl, Bbzbt, Bbxbt(), bbxbtzzxs(), Bbxbtgs, Bbbwh(), Bbbwhzzxs(), Bbbwhgs, bbylte)
  1428.     
  1429.     If Not bbylte Then
  1430.         Unload DY_Tybbyldy
  1431.     End If
  1432.     
  1433. End Sub
  1434. '************以下为文本框录入处理程序(固定不变部分)*************'
  1435. Private Sub Wbklrwbcl(Index As Integer)    '文本框录入事后处理程序
  1436.   
  1437.     '以下为依据实际情况自定义部分[
  1438.     
  1439.         '在此填写文本框录入事后处理程序
  1440.      
  1441.     ']以上为依据实际情况自定义部分
  1442.   
  1443. End Sub
  1444. Private Sub LrText_Change(Index As Integer)
  1445.     '屏蔽程序改变控制
  1446.     If TextChangeLock Then
  1447.         Exit Sub
  1448.     End If
  1449.     
  1450.     TextValiJudgeLock(Index) = False    '打开有效性判断锁
  1451.     
  1452.     '限制字段录入长度
  1453.           
  1454.     TextChangeLock = True  '加锁(防止执行Lrtext_Change)
  1455.      
  1456.     Select Case Textint(Index, 1)
  1457.         Case 8, 11       '金额型
  1458.             Call Sjgskz(LrText(Index), Xtjezws - Xtjexsws - 1, Xtjexsws)
  1459.         Case 9, 12       '数量型
  1460.             Call Sjgskz(LrText(Index), Xtslzws - Xtslxsws - 1, Xtslxsws)
  1461.         Case 10          '单价型
  1462.             Call Sjgskz(LrText(Index), Xtdjzws - Xtdjxsws - 1, Xtdjxsws)
  1463.         Case Else        '其他小数类型控制
  1464.             If Textint(Index, 6) <> 0 Or Textint(Index, 7) <> 0 Then
  1465.                 Call Sjgskz(LrText(Index), Textint(Index, 6), Textint(Index, 7))
  1466.             End If
  1467.     End Select
  1468.         
  1469.     TextChangeLock = False '解锁
  1470.    
  1471. End Sub
  1472. Private Sub LrText_GotFocus(Index As Integer)                                                 '文本框得到焦点,显示相应信息
  1473.    
  1474.     Call TextShow(Index)
  1475.     CurTextIndex = Index
  1476.     LrText(Index).SelStart = Len(LrText(Index))
  1477.    
  1478. End Sub
  1479. Private Sub LrText_KeyDown(Index As Integer, KeyCode As Integer, Shift As Integer)            '字段按F2键提供帮助
  1480.    
  1481.     Select Case KeyCode
  1482.         Case vbKeyF2
  1483.             Call Text_Help(Index)
  1484.     End Select
  1485.    
  1486. End Sub
  1487. Private Sub LrText_KeyPress(Index As Integer, KeyAscii As Integer)                            '文本框录入事中控制
  1488.    
  1489.     Call InputFieldLimit(LrText(Index), Textint(Index, 1), KeyAscii)
  1490. End Sub
  1491. Private Sub LrText_LostFocus(Index As Integer)                                                '文本框失去焦点
  1492.     '显示相应信息但不能进行有效性判断
  1493.   
  1494. End Sub
  1495. Private Sub Ydcommand1_MouseDown(Index As Integer, Button As Integer, Shift As Integer, X As Single, Y As Single)     '按钮提供帮助
  1496.    
  1497.     Call Text_Help(Index)
  1498.     
  1499. End Sub
  1500. Private Sub Text_Help(Index As Integer)                                                       '录入字段帮助
  1501.   
  1502.     If Not Textboolean(Index, 1) Then
  1503.         Exit Sub
  1504.     End If
  1505.      
  1506.     '调用帮助
  1507.     Call Drbmhelp(Textint(Index, 2), Textstr(Index, 4), Trim(LrText(Index).Text))
  1508.   
  1509.     '根据设置选择显示编码和名称,并进行存储
  1510.     If Len(Xtfhcs) <> 0 Then
  1511.         If Textint(Index, 3) = 1 Then
  1512.             LrText(Index).Text = Xtfhcsfz
  1513.             LrText(Index).Tag = Xtfhcs
  1514.         Else
  1515.             LrText(Index).Text = Xtfhcs
  1516.             LrText(Index).Tag = Xtfhcsfz
  1517.         End If
  1518.     End If
  1519.    
  1520.     LrText(Index).SetFocus
  1521.     
  1522. End Sub
  1523. Private Sub TextShow(Index As Integer)        '文本框得到焦点,显示相应信息
  1524.     '填写文本框得到焦点,进行相应信息处理程序
  1525.    
  1526. End Sub
  1527. Private Sub Wbkcsh()                          '录入文本框初始化
  1528.     Dim Jsqte As Integer
  1529.   
  1530.     '最大录入文本框索引值
  1531.     Max_Text_Index = Textvar(1)
  1532.   
  1533.     ReDim TextValiJudgeLock(Max_Text_Index)
  1534.   
  1535.     For Jsqte = 0 To Max_Text_Index
  1536.         If Len(Trim(Textstr(Jsqte, 1))) <> 0 Then
  1537.             If Textboolean(Jsqte, 1) Then
  1538.                 If Jsqte <> 0 And Not Textboolean(Jsqte, 3) Then
  1539.                     Load Ydcommand1(Jsqte)
  1540.                 End If
  1541.                 Ydcommand1(Jsqte).Visible = True
  1542.                 Ydcommand1(Jsqte).Move LrText(Jsqte).Left + LrText(Jsqte).Width, LrText(Jsqte).Top
  1543.             End If
  1544.             
  1545.             TextChangeLock = True
  1546.             LrText(Jsqte).Text = ""
  1547.             LrText(Jsqte).Tag = ""
  1548.             
  1549.             If Textint(Jsqte, 5) <> 0 Then
  1550.                 LrText(Jsqte).MaxLength = Textint(Jsqte, 5)
  1551.             End If
  1552.             
  1553.             TextChangeLock = False
  1554.         End If
  1555.        
  1556.         TextValiJudgeLock(Jsqte) = True
  1557.     Next Jsqte
  1558.     
  1559. End Sub
  1560. Private Function TextYxxpd(Index As Integer) As Boolean           '文本框有效性判断
  1561.     Dim Sqlstr As String
  1562.     Dim Findrec As ADODB.Recordset
  1563.   
  1564.     '文本框内容未曾改变不进行有效性判断
  1565.     If TextValiJudgeLock(Index) Then
  1566.         TextYxxpd = True
  1567.         Exit Function
  1568.     End If
  1569.   
  1570.     '文本框内容为空认为有效,并清空其Tag值
  1571.     If Trim(LrText(Index)) = "" Then
  1572.         LrText(Index).Tag = ""
  1573.         Call Wbklrwbcl(Index)
  1574.         TextValiJudgeLock(Index) = True
  1575.         TextYxxpd = True
  1576.         Exit Function
  1577.     End If
  1578.   
  1579.     '可在此加入不做有效性判断的理由
  1580.     Select Case Textint(Index, 4)
  1581.         Case 1      '编码型
  1582.             Sqlstr = Trim(Textstr(Index, 5))
  1583.             Sqlstr = Replace(Sqlstr, "@", "'" + Trim(LrText(Index).Text) + "'")
  1584.             Set Findrec = Cw_DataEnvi.DataConnect.Execute(Sqlstr)
  1585.             
  1586.             If Findrec.EOF Then
  1587.                 Call Xtxxts(Trim(Textstr(Index, 6)), 0, 1)
  1588.                 LrText(Index).SetFocus
  1589.                 Exit Function
  1590.             Else
  1591.                 Select Case Textint(Index, 3)
  1592.                     Case 0
  1593.                     
  1594.                         If Len(Trim(Textstr(Index, 2))) <> 0 Then
  1595.                             LrText(Index).Text = Trim(Findrec.Fields(Trim(Textstr(Index, 2))))
  1596.                         End If
  1597.                         
  1598.                         If Len(Trim(Textstr(Index, 3) & "")) <> 0 Then
  1599.                             LrText(Index).Tag = Trim(Findrec.Fields(Trim(Textstr(Index, 3))))
  1600.                         End If
  1601.                         
  1602.                     Case 1
  1603.                     
  1604.                         If Len(Trim(Textstr(Index, 3) & "")) <> 0 Then
  1605.                             LrText(Index).Text = Trim(Findrec.Fields(Trim(Textstr(Index, 3))))
  1606.                         End If
  1607.                         
  1608.                         If Len(Trim(Textstr(Index, 2))) <> 0 Then
  1609.                             LrText(Index).Tag = Trim(Findrec.Fields(Trim(Textstr(Index, 2))))
  1610.                         End If
  1611.                 End Select
  1612.             End If
  1613.             
  1614.         Case 2      '日期型
  1615.             If IsDate(LrText(Index).Text) Then
  1616.                 LrText(Index).Text = Format(LrText(Index).Text, "yyyy-mm-dd")
  1617.                 If Val(Mid(LrText(Index), 1, 4)) < 1900 Then
  1618.                     LrText(Index).Text = "1900" + Mid(LrText(Index), 5, 6)
  1619.                 End If
  1620.             Else
  1621.                 Tsxx = "非法公历日期!(格式:" + Format(Date, "yyyy-mm-dd") + ")"
  1622.                 Call Xtxxts(Tsxx, 0, 1)
  1623.                 LrText(Index).SetFocus
  1624.                 Exit Function
  1625.             End If
  1626.             
  1627.         Case 3      '其他类型
  1628.         
  1629.     End Select
  1630.     
  1631.     '如果有效则加锁,用户不改变内容则不再进行有效性判断
  1632.     TextValiJudgeLock(Index) = True
  1633.     '调用文本框事后处理程序
  1634.     Call Wbklrwbcl(Index)
  1635.    
  1636.     '有效性判断通过则返回True
  1637.     TextYxxpd = True
  1638.    
  1639. End Function