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

企业管理

开发平台:

Visual Basic

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