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