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

企业管理

开发平台:

Visual Basic

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