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

企业管理

开发平台:

Visual Basic

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