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

企业管理

开发平台:

Visual Basic

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