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

企业管理

开发平台:

Visual Basic

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