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

企业管理

开发平台:

Visual Basic

  1. VERSION 5.00
  2. Begin VB.Form Tjfx_InOutClassSumCond 
  3.    BorderStyle     =   1  'Fixed Single
  4.    Caption         =   "收发类别汇总条件"
  5.    ClientHeight    =   4050
  6.    ClientLeft      =   45
  7.    ClientTop       =   330
  8.    ClientWidth     =   7110
  9.    HelpContextID   =   130604
  10.    Icon            =   "统计分析_收发类别汇总表查询条件.frx":0000
  11.    KeyPreview      =   -1  'True
  12.    LinkTopic       =   "Form1"
  13.    MaxButton       =   0   'False
  14.    MinButton       =   0   'False
  15.    ScaleHeight     =   4050
  16.    ScaleWidth      =   7110
  17.    StartUpPosition =   2  'CenterScreen
  18.    Begin VB.CommandButton Cmd_Clear 
  19.       Caption         =   "全清(&L)"
  20.       Height          =   300
  21.       Left            =   90
  22.       TabIndex        =   20
  23.       Top             =   3660
  24.       Width           =   1120
  25.    End
  26.    Begin VB.Frame Frame2 
  27.       Caption         =   "仓库列表"
  28.       Height          =   3435
  29.       Left            =   90
  30.       TabIndex        =   16
  31.       Top             =   90
  32.       Width           =   3045
  33.       Begin VB.ListBox Lst_WareHouse 
  34.          Height          =   2535
  35.          Left            =   150
  36.          Style           =   1  'Checkbox
  37.          TabIndex        =   0
  38.          Top             =   360
  39.          Width           =   2745
  40.       End
  41.       Begin VB.CommandButton QcCommand 
  42.          Caption         =   "全消"
  43.          Height          =   300
  44.          Left            =   510
  45.          TabIndex        =   18
  46.          Top             =   3000
  47.          Width           =   1120
  48.       End
  49.       Begin VB.CommandButton QxuCommand 
  50.          Caption         =   "全选"
  51.          Height          =   300
  52.          Left            =   1740
  53.          TabIndex        =   17
  54.          Top             =   3000
  55.          Width           =   1120
  56.       End
  57.    End
  58.    Begin VB.CommandButton QxCommand 
  59.       Cancel          =   -1  'True
  60.       Caption         =   "取消(&C)"
  61.       Height          =   300
  62.       Left            =   5880
  63.       TabIndex        =   15
  64.       Top             =   3660
  65.       Width           =   1120
  66.    End
  67.    Begin VB.CommandButton QdCommand 
  68.       Caption         =   "确定(&O)"
  69.       Height          =   300
  70.       Left            =   4665
  71.       TabIndex        =   5
  72.       Top             =   3660
  73.       Width           =   1120
  74.    End
  75.    Begin VB.Frame Frame1 
  76.       Height          =   3435
  77.       Left            =   3240
  78.       TabIndex        =   6
  79.       Top             =   90
  80.       Width           =   3765
  81.       Begin VB.ComboBox Com_Mon 
  82.          Height          =   315
  83.          Left            =   1065
  84.          Style           =   2  'Dropdown List
  85.          TabIndex        =   1
  86.          Top             =   645
  87.          Width           =   2520
  88.       End
  89.       Begin VB.CommandButton YDCommand1 
  90.          Height          =   300
  91.          Index           =   2
  92.          Left            =   3300
  93.          Picture         =   "统计分析_收发类别汇总表查询条件.frx":1042
  94.          Style           =   1  'Graphical
  95.          TabIndex        =   9
  96.          Top             =   1695
  97.          Visible         =   0   'False
  98.          Width           =   300
  99.       End
  100.       Begin VB.TextBox LrText 
  101.          Height          =   300
  102.          Index           =   2
  103.          Left            =   1065
  104.          TabIndex        =   4
  105.          Text            =   "2"
  106.          Top             =   1710
  107.          Width           =   2250
  108.       End
  109.       Begin VB.CommandButton YDCommand1 
  110.          Height          =   300
  111.          Index           =   0
  112.          Left            =   3300
  113.          Picture         =   "统计分析_收发类别汇总表查询条件.frx":13CC
  114.          Style           =   1  'Graphical
  115.          TabIndex        =   8
  116.          Top             =   1005
  117.          Visible         =   0   'False
  118.          Width           =   300
  119.       End
  120.       Begin VB.CommandButton YDCommand1 
  121.          Height          =   300
  122.          Index           =   1
  123.          Left            =   3300
  124.          Picture         =   "统计分析_收发类别汇总表查询条件.frx":1756
  125.          Style           =   1  'Graphical
  126.          TabIndex        =   7
  127.          Top             =   1365
  128.          Visible         =   0   'False
  129.          Width           =   300
  130.       End
  131.       Begin VB.TextBox LrText 
  132.          Height          =   300
  133.          Index           =   0
  134.          Left            =   1065
  135.          TabIndex        =   2
  136.          Text            =   "0"
  137.          Top             =   1005
  138.          Width           =   2250
  139.       End
  140.       Begin VB.TextBox LrText 
  141.          Height          =   300
  142.          Index           =   1
  143.          Left            =   1065
  144.          TabIndex        =   3
  145.          Text            =   "1"
  146.          Top             =   1365
  147.          Width           =   2250
  148.       End
  149.       Begin VB.Label Label1 
  150.          AutoSize        =   -1  'True
  151.          Caption         =   "月份:"
  152.          Height          =   180
  153.          Index           =   9
  154.          Left            =   180
  155.          TabIndex        =   14
  156.          Top             =   735
  157.          Width           =   450
  158.       End
  159.       Begin VB.Line Line6 
  160.          X1              =   780
  161.          X2              =   1020
  162.          Y1              =   1860
  163.          Y2              =   1860
  164.       End
  165.       Begin VB.Label Label1 
  166.          AutoSize        =   -1  'True
  167.          Caption         =   "存货编码:"
  168.          Height          =   195
  169.          Index           =   8
  170.          Left            =   180
  171.          TabIndex        =   13
  172.          Top             =   1425
  173.          Width           =   765
  174.       End
  175.       Begin VB.Label Label1 
  176.          AutoSize        =   -1  'True
  177.          Caption         =   "存货分类:"
  178.          Height          =   195
  179.          Index           =   4
  180.          Left            =   180
  181.          TabIndex        =   12
  182.          Top             =   1065
  183.          Width           =   765
  184.       End
  185.       Begin VB.Label Label1 
  186.          AutoSize        =   -1  'True
  187.          Caption         =   "年度:"
  188.          Height          =   180
  189.          Index           =   5
  190.          Left            =   180
  191.          TabIndex        =   11
  192.          Top             =   345
  193.          Width           =   450
  194.       End
  195.       Begin VB.Label Lbl_Year 
  196.          BackColor       =   &H8000000E&
  197.          BorderStyle     =   1  'Fixed Single
  198.          Caption         =   "Year"
  199.          Height          =   300
  200.          Left            =   1065
  201.          TabIndex        =   10
  202.          Top             =   300
  203.          Width           =   2520
  204.       End
  205.    End
  206.    Begin VB.CheckBox UnloadCheck 
  207.       Caption         =   "卸载窗体"
  208.       Height          =   375
  209.       Left            =   3570
  210.       TabIndex        =   19
  211.       Top             =   690
  212.       Width           =   1065
  213.    End
  214. End
  215. Attribute VB_Name = "Tjfx_InOutClassSumCond"
  216. Attribute VB_GlobalNameSpace = False
  217. Attribute VB_Creatable = False
  218. Attribute VB_PredeclaredId = True
  219. Attribute VB_Exposed = False
  220. '******************************************************************
  221. '*    模 块 名 称 :收发类别汇总查询条件
  222. '*    功 能 描 述 :
  223. '*    程序员姓名  :白凤英
  224. '*    最后修改人  :白凤英
  225. '*    最后修改时间:2001/12/24
  226. '*    备        注:程序中所有依实际情况自定义部分均用[>>  <<]括起
  227. '******************************************************************
  228. Dim Tsxx As String                       '系统信息提示
  229. Dim mWhcode() As String                  '仓库编码
  230. Dim mWhcodeStr As String
  231. '以下为固定使用变量(文本框)
  232. Dim Textvar() As Variant                 '存储变体型文本框信息
  233. Dim Textboolean() As Boolean             '存储布尔型文本框信息
  234. Dim Textint() As Integer                 '存储整型文本框信息
  235. Dim Textstr() As String                  '存储字符型文本框信息
  236. Dim Max_Text_Index As Integer            '最大录入文本框索引值
  237. Dim TextGroupCode As String              '文本框录入分组编码
  238. Dim TextValiLock As Boolean              '文本框失去焦点是否进行有效性控制判断
  239. Dim TextValiJudgeLock() As Boolean       '文本框录入有效性判断控制锁
  240. Dim CurTextIndex As Integer              '当前文本框索引值
  241. Dim TextChangeLock As Boolean            '文本框内容变换控制锁
  242. Dim Bln_Cancel As Boolean                '取消按钮信息传递
  243. Private Sub Che_Sum_Click()
  244.     If Che_Sum.Value = 0 Then
  245.         Com_SortLevel.Enabled = False
  246.         Com_SortLevel.Text = ""
  247.         Label1(1).Enabled = False
  248.     Else
  249.         Com_SortLevel.Enabled = True
  250.         If Com_SortLevel.ComboItems.count > 0 Then
  251.             Com_SortLevel.ComboItems.Item(1).Selected = True
  252.         End If
  253.         Label1(1).Enabled = True
  254.     End If
  255. End Sub
  256. Private Sub Cmd_Clear_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)
  257.     '清除文本框(Fixed)
  258.     For Jsqte = 0 To Max_Text_Index
  259.         LrText(Jsqte).Tag = ""
  260.         LrText(Jsqte).Text = ""
  261.     Next Jsqte
  262. End Sub
  263. Private Sub Form_KeyPress(KeyAscii As Integer)   '控 制 焦 点 转 移(Fixed)
  264.     Dim jdzygs As Integer                         '控件焦点转移个数
  265.     jdzygs = 30
  266.     Select Case KeyAscii
  267.         Case vbKeyReturn
  268.             If Kjjdzy(jdzygs) Then
  269.                 KeyAscii = 0
  270.             End If
  271.         Case 39           '屏蔽"'"
  272.             KeyAscii = 0
  273.     End Select
  274. End Sub
  275. Private Sub Form_Load()
  276. Dim Rectemp As Recordset
  277. Dim NewCom As ComboItem
  278. Dim mYear As Integer
  279. Dim mPeriod As Integer
  280.  
  281.     '以下为文本框处理程序(Fixed)
  282.     TextGroupCode = "Chhs_DiffCond"
  283.     Call Drwbkxx(TextGroupCode, Textvar(), Textboolean(), Textint(), Textstr())  '读入文本框录入信息
  284.     Call Wbkcsh
  285.    
  286.     '[>>初始化查询条件默认值
  287.     mYear = Xtyear
  288.     Lbl_Year = CStr(mYear) + "年"
  289.     '月份
  290.     Set Rectemp = Cw_DataEnvi.DataConnect.Execute("Select Period From GY_Kjrlb Where Kjyear='" & mYear & "' AND chhsjzbz=0 Order by Period")
  291.     If Not Rectemp.EOF Then
  292.         mPeriod = Rectemp.Fields("Period")
  293.     Else
  294.         Set Rectemp = Cw_DataEnvi.DataConnect.Execute("Select Period From GY_Kjrlb Where Kjyear='" & mYear & "' AND chhsjzbz=1 Order by Period desc")
  295.         mPeriod = Rectemp.Fields("Period")
  296.     End If
  297.     
  298.     For Jsqte = StartMon To mPeriod
  299.         Com_Mon.AddItem CStr(mYear) + "." + CStr(Jsqte)
  300.         Com_Mon.ItemData(Com_Mon.NewIndex) = Jsqte
  301.     Next Jsqte
  302.     If Com_Mon.ListCount > 0 Then Com_Mon.ListIndex = 0
  303.     
  304.     '仓库列表
  305.     Set Rectemp = Cw_DataEnvi.DataConnect.Execute("SELECT  Gy_Warehouse.* FROM Gy_Warehouse " & _
  306.            " LEFT OUTER JOIN  Gy_Whlimit ON Gy_Warehouse.WhCode = Gy_Whlimit.WhCode " & _
  307.            " WHERE Gy_Whlimit.Czybm = '" & Xtczybm & "' and Gy_Warehouse.chhsuseflag=1 " & _
  308.            " order by Gy_Warehouse.Whcode")
  309.     
  310.     If Not Rectemp.EOF Then
  311.         
  312.         ReDim mWhcode(Rectemp.RecordCount)
  313.         
  314.         For Jsqte = 0 To Rectemp.RecordCount - 1
  315.             Lst_WareHouse.AddItem Trim(Rectemp.Fields("whname")) + "(" + Trim(Rectemp.Fields("whcode")) + ") "
  316.             Lst_WareHouse.Selected(Lst_WareHouse.NewIndex) = True
  317.             mWhcode(Lst_WareHouse.NewIndex) = Trim(Rectemp.Fields("whcode"))
  318.             Rectemp.MoveNext
  319.         Next
  320.     End If
  321.     
  322.     '汇总条件
  323.     '<<]
  324.     Set Rectemp = Nothing
  325.     
  326. End Sub
  327. Private Sub Form_QueryUnload(Cancel As Integer, UnloadMode As Integer)          '查询条件窗体卸载
  328.     '查询条件窗体卸载时判断是否因为结果窗体卸载,如是则卸载,否则隐藏
  329.     If UnloadCheck.Value <> 1 Then
  330.         Cancel = 1
  331.         Me.Hide
  332.     End If
  333.     
  334. End Sub
  335. Private Sub QcCommand_Click()           '全消
  336.     For Jsqte = 0 To Lst_WareHouse.ListCount - 1
  337.         Lst_WareHouse.Selected(Jsqte) = False
  338.     Next
  339. End Sub
  340. Private Sub QdCommand_Click()                                   '确 定
  341. Dim Rectemp As Recordset
  342. Dim Str As String
  343.     '录入条件有效性判断(Fixed)
  344.     If Not Lrtjyxxpd Then
  345.         Exit Sub
  346.     End If
  347.     Me.Hide
  348.         
  349.     '选中仓库
  350.     Str = ""
  351.     For Jsqte = 0 To Lst_WareHouse.ListCount - 1
  352.         If Lst_WareHouse.Selected(Jsqte) = True Then
  353.             If Str = "" Then
  354.                 Str = "'" & mWhcode(Jsqte) & "'"
  355.             Else
  356.                 Str = Str + ",'" & mWhcode(Jsqte) & "'"
  357.             End If
  358.         End If
  359.     Next Jsqte
  360.     Me.WhCode = "a.whcode in (" + Str + ")"
  361.         
  362.     '[>>激活查询过程结果窗体
  363.     With Tjfx_InOutClassSum
  364.         .Timer1.Enabled = True
  365.         .SetFocus
  366.     End With
  367.     '<<]
  368. End Sub
  369. Private Sub QxCommand_Click()                                    '取消(Fixed)
  370.     Me.Hide
  371. End Sub
  372. Private Function Lrtjyxxpd() As Boolean                          '用户录入条件有效性判断
  373.     Dim Jsqte As Integer
  374.     Lrtjyxxpd = False
  375.  
  376.     '一.============先对单据内容进行有效性判断==============='
  377.   
  378.     '先进行字段不能为空或不能为零有效性判断(Fixed)
  379.     For Jsqte = 0 To Max_Text_Index
  380.         If Textint(Jsqte, 8) = 1 Then     '字段不能为空
  381.             If Len(Trim(LrText(Jsqte).Text)) = 0 Then
  382.                 Tsxx = Textstr(Jsqte, 7) & "不能为空!"
  383.                 Call Xtxxts(Tsxx, 0, 1)
  384.                 LrText(Jsqte).SetFocus
  385.                 Exit Function
  386.             End If
  387.         End If
  388.     Next Jsqte
  389.     
  390.     '对需要进行事后判断的文本框录入内容进行有效性判断 (Fixed)
  391.     For Jsqte = 0 To Max_Text_Index
  392.         If Textint(Jsqte, 9) = 0 Or Textint(Jsqte, 9) = 2 Then
  393.             If Not TextYxxpd(Jsqte) Then
  394.                 Exit Function
  395.             End If
  396.         End If
  397.     Next Jsqte
  398.    
  399.     '[>>以下为依据实际情况自定义部分
  400.  
  401.     '至少选中一个仓库
  402.     If Lst_WareHouse.SelCount = 0 Then
  403.         Tsxx = "至少选中一个仓库!"
  404.         Call Xtxxts(Tsxx, 0, 4)
  405.         Lst_WareHouse.SetFocus
  406.         Exit Function
  407.     End If
  408.     
  409.     '查询存货编码范围应由小到大
  410.     If LrText(1).Text > LrText(2).Text And Trim(LrText(2).Text) <> "" Then
  411.         Tsxx = "查询存货编码范围应由小到大!"
  412.         Call Xtxxts(Tsxx, 0, 4)
  413.         LrText(1).SetFocus
  414.         Exit Function
  415.     End If
  416.   
  417.     '<<]以上为依据实际情况自定义部分
  418.  
  419.     Lrtjyxxpd = True
  420. End Function
  421. '*************以下为文本框录入处理程序(固定不变部分)*************'
  422. Private Sub Wbklrwbcl(Index As Integer)    '文本框录入事后处理程序
  423.   
  424.     '以下为依据实际情况自定义部分[
  425.     '在此填写文本框录入事后处理程序
  426.     ']以上为依据实际情况自定义部分
  427.   
  428. End Sub
  429. Private Sub LrText_Change(Index As Integer)
  430.    
  431.     '屏蔽程序改变控制
  432.     If TextChangeLock Then
  433.         Exit Sub
  434.     End If
  435.     
  436.     TextValiJudgeLock(Index) = False    '打开有效性判断锁
  437.     
  438.     '限制字段录入长度
  439.           
  440.     TextChangeLock = True  '加锁(防止执行Lrtext_Change)
  441.         
  442.     Select Case Textint(Index, 1)
  443.         Case 8, 11      '金额型
  444.             Call Sjgskz(LrText(Index), Xtjezws - Xtjexsws - 1, Xtjexsws)
  445.         Case 9, 12      '数量型
  446.             Call Sjgskz(LrText(Index), Xtslzws - Xtslxsws - 1, Xtslxsws)
  447.         Case 10          '单价型
  448.             Call Sjgskz(LrText(Index), Xtdjzws - Xtdjxsws - 1, Xtdjxsws)
  449.         Case Else        '其他小数类型控制
  450.             If Textint(Index, 6) <> 0 Or Textint(Index, 7) <> 0 Then
  451.                 Call Sjgskz(LrText(Index), Textint(Index, 6), Textint(Index, 7))
  452.             End If
  453.     End Select
  454.         
  455.     TextChangeLock = False '解锁
  456. End Sub
  457. Private Sub LrText_GotFocus(Index As Integer)                                                 '文本框得到焦点,显示相应信息
  458.     Call TextShow(Index)
  459.     CurTextIndex = Index
  460.     LrText(Index).SelStart = Len(LrText(Index))
  461. End Sub
  462. Private Sub LrText_KeyDown(Index As Integer, KeyCode As Integer, Shift As Integer)            '字段按F2键提供帮助
  463.     
  464.     Select Case KeyCode
  465.         Case vbKeyF2
  466.             Call Text_Help(Index)
  467.     End Select
  468. End Sub
  469. Private Sub LrText_KeyPress(Index As Integer, KeyAscii As Integer)                            '文本框录入事中控制
  470.     Call InputFieldLimit(LrText(Index), Textint(Index, 1), KeyAscii)
  471. End Sub
  472. Private Sub LrText_LostFocus(Index As Integer)                                                '文本框失去焦点
  473.     '显示相应信息但不能进行有效性判断
  474.   
  475. End Sub
  476. Private Sub QxuCommand_Click()          '全选
  477.     For Jsqte = 0 To Lst_WareHouse.ListCount - 1
  478.         Lst_WareHouse.Selected(Jsqte) = True
  479.     Next
  480. End Sub
  481. Private Sub Ydcommand1_MouseDown(Index As Integer, Button As Integer, Shift As Integer, X As Single, Y As Single)     '按钮提供帮助
  482.     Call Text_Help(Index)
  483. End Sub
  484. Private Sub Text_Help(Index As Integer)                                                       '录入字段帮助
  485.     If Not Textboolean(Index, 1) Then
  486.         Exit Sub
  487.     End If
  488.      
  489.     '调用帮助
  490.     Call Drbmhelp(Textint(Index, 2), Textstr(Index, 4), Trim(LrText(Index).Text))
  491.   
  492.     '根据设置选择显示编码和名称,并进行存储
  493.     If Len(Xtfhcs) <> 0 Then
  494.         If Textint(Index, 3) = 1 Then
  495.             LrText(Index).Text = Xtfhcsfz
  496.             LrText(Index).Tag = Xtfhcs
  497.         Else
  498.             LrText(Index).Text = Xtfhcs
  499.             LrText(Index).Tag = Xtfhcsfz
  500.         End If
  501.     End If
  502.    
  503.     LrText(Index).SetFocus
  504. End Sub
  505. Private Sub TextShow(Index As Integer)        '文本框得到焦点,显示相应信息
  506.     '填写文本框得到焦点,进行相应信息处理程序
  507.    
  508. End Sub
  509. Private Sub Wbkcsh()                          '录入文本框初始化
  510.     
  511.     Dim Jsqte As Integer
  512.   
  513.     '最大录入文本框索引值
  514.     Max_Text_Index = Textvar(1)
  515.   
  516.     ReDim TextValiJudgeLock(Max_Text_Index)
  517.     For Jsqte = 0 To Max_Text_Index
  518.         If Len(Trim(Textstr(Jsqte, 1))) <> 0 Then
  519.             If Textboolean(Jsqte, 1) Then
  520.                 If Jsqte <> 0 And Not Textboolean(Jsqte, 3) Then
  521.                     Load YDCommand1(Jsqte)
  522.                 End If
  523.                 YDCommand1(Jsqte).Visible = True
  524.                 YDCommand1(Jsqte).Move LrText(Jsqte).Left + LrText(Jsqte).Width, LrText(Jsqte).Top
  525.             End If
  526.             TextChangeLock = True
  527.             LrText(Jsqte).Text = ""
  528.             LrText(Jsqte).Tag = ""
  529.             If Textint(Jsqte, 5) <> 0 Then
  530.                 LrText(Jsqte).MaxLength = Textint(Jsqte, 5)
  531.             End If
  532.             TextChangeLock = False
  533.         End If
  534.         TextValiJudgeLock(Jsqte) = True
  535.     Next Jsqte
  536. End Sub
  537. Private Function TextYxxpd(Index As Integer) As Boolean           '文本框有效性判断
  538.     
  539.     Dim SqlStr As String
  540.     Dim Findrec As ADODB.Recordset
  541.   
  542.     '文本框内容未曾改变不进行有效性判断
  543.     If TextValiJudgeLock(Index) Then
  544.         TextYxxpd = True
  545.         Exit Function
  546.     End If
  547.   
  548.     '文本框内容为空认为有效,并清空其Tag值
  549.     If Trim(LrText(Index)) = "" Then
  550.         LrText(Index).Tag = ""
  551.         Call Wbklrwbcl(Index)
  552.         TextValiJudgeLock(Index) = True
  553.         TextYxxpd = True
  554.         Exit Function
  555.     End If
  556.   
  557.     '可在此加入不做有效性判断的理由
  558.   
  559.     Select Case Textint(Index, 4)
  560.         Case 1      '编码型
  561.             SqlStr = Trim(Textstr(Index, 5))
  562.             SqlStr = Replace(SqlStr, "@", "'" + Trim(LrText(Index).Text) + "'")
  563.             SqlStr = Replace(SqlStr, "$$", "'" + Xtczybm + "'")
  564.             Set Findrec = Cw_DataEnvi.DataConnect.Execute(SqlStr)
  565.             If Findrec.EOF Then
  566.                 Call Xtxxts(Trim(Textstr(Index, 6)), 0, 1)
  567.                 LrText(Index).SetFocus
  568.                 Exit Function
  569.             Else
  570.                 Select Case Textint(Index, 3)
  571.                     Case 0
  572.                         If Len(Trim(Textstr(Index, 2))) <> 0 Then
  573.                             LrText(Index).Text = Trim(Findrec.Fields(Trim(Textstr(Index, 2))))
  574.                         End If
  575.                         If Len(Trim(Textstr(Index, 3) & "")) <> 0 Then
  576.                             LrText(Index).Tag = Trim(Findrec.Fields(Trim(Textstr(Index, 3))))
  577.                         End If
  578.                     Case 1
  579.                         If Len(Trim(Textstr(Index, 3) & "")) <> 0 Then
  580.                             LrText(Index).Text = Trim(Findrec.Fields(Trim(Textstr(Index, 3))))
  581.                         End If
  582.                         If Len(Trim(Textstr(Index, 2))) <> 0 Then
  583.                             LrText(Index).Tag = Trim(Findrec.Fields(Trim(Textstr(Index, 2))))
  584.                         End If
  585.                 End Select
  586.             End If
  587.         Case 2      '日期型
  588.             If IsDate(LrText(Index).Text) Then
  589.                 LrText(Index).Text = Format(LrText(Index).Text, "yyyy-mm-dd")
  590.                 If Val(Mid(LrText(Index), 1, 4)) < 1900 Then
  591.                     LrText(Index).Text = "1900" + Mid(LrText(Index), 5, 6)
  592.                 End If
  593.             Else
  594.                 Tsxx = "非法公历日期!(格式:" + Format(Date, "yyyy-mm-dd") + ")"
  595.                 Call Xtxxts(Tsxx, 0, 1)
  596.                 LrText(Index).SetFocus
  597.                 Exit Function
  598.             End If
  599.         Case 3      '其他类型
  600.     End Select
  601.     
  602.     '如果有效则加锁,用户不改变内容则不再进行有效性判断
  603.     TextValiJudgeLock(Index) = True
  604.     '调用文本框事后处理程序
  605.     Call Wbklrwbcl(Index)
  606.    
  607.     '有效性判断通过则返回True
  608.     TextYxxpd = True
  609.    
  610. End Function
  611. Public Property Get WhCode() As Variant
  612.     WhCode = mWhcodeStr
  613. End Property
  614. Public Property Let WhCode(ByVal vNewValue As Variant)
  615.     mWhcodeStr = vNewValue
  616. End Property