资源名称:ERPSYS.zip [点击查看]
上传用户:zhpu1995
上传日期:2013-09-06
资源大小:61151k
文件大小:20k
源码类别:
企业管理
开发平台:
Visual Basic
- VERSION 5.00
- Begin VB.Form AutoTran_AssCus
- BackColor = &H00C0C0C0&
- Caption = "辅助项目"
- ClientHeight = 2445
- ClientLeft = 60
- ClientTop = 345
- ClientWidth = 4140
- Icon = "自动转帐凭证_模式凭证辅助项目.frx":0000
- KeyPreview = -1 'True
- LinkTopic = "Form3"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 2445
- ScaleWidth = 4140
- StartUpPosition = 1 '所有者中心
- Begin VB.CommandButton QxCommand
- Cancel = -1 'True
- Caption = "取消(&C)"
- Height = 300
- Left = 3120
- TabIndex = 11
- Top = 2055
- Width = 915
- End
- Begin VB.CommandButton BcCommand
- Caption = "确定(&O)"
- Height = 300
- Left = 2100
- TabIndex = 10
- Top = 2055
- Width = 915
- End
- Begin VB.CommandButton Ydcommand1
- Height = 300
- Index = 4
- Left = 3735
- Picture = "自动转帐凭证_模式凭证辅助项目.frx":1042
- Style = 1 'Graphical
- TabIndex = 9
- Top = 1575
- Visible = 0 'False
- Width = 300
- End
- Begin VB.CommandButton Ydcommand1
- Height = 300
- Index = 3
- Left = 3735
- Picture = "自动转帐凭证_模式凭证辅助项目.frx":13CC
- Style = 1 'Graphical
- TabIndex = 8
- Top = 1215
- Visible = 0 'False
- Width = 300
- End
- Begin VB.CommandButton Ydcommand1
- Height = 300
- Index = 2
- Left = 3735
- Picture = "自动转帐凭证_模式凭证辅助项目.frx":1756
- Style = 1 'Graphical
- TabIndex = 7
- Top = 855
- Visible = 0 'False
- Width = 300
- End
- Begin VB.CommandButton Ydcommand1
- Height = 300
- Index = 1
- Left = 3735
- Picture = "自动转帐凭证_模式凭证辅助项目.frx":1AE0
- Style = 1 'Graphical
- TabIndex = 6
- Top = 525
- Visible = 0 'False
- Width = 300
- End
- Begin VB.CommandButton Ydcommand1
- Height = 300
- Index = 0
- Left = 3735
- Picture = "自动转帐凭证_模式凭证辅助项目.frx":1E6A
- Style = 1 'Graphical
- TabIndex = 5
- Top = 165
- Visible = 0 'False
- Width = 300
- End
- Begin VB.TextBox LrText
- Height = 300
- Index = 4
- Left = 825
- TabIndex = 4
- Text = "4"
- Top = 1575
- Width = 2910
- End
- Begin VB.TextBox LrText
- Height = 300
- Index = 3
- Left = 825
- TabIndex = 3
- Text = "3"
- Top = 1215
- Width = 2910
- End
- Begin VB.TextBox LrText
- Height = 300
- Index = 2
- Left = 825
- TabIndex = 2
- Text = "2"
- Top = 855
- Width = 2910
- End
- Begin VB.TextBox LrText
- Height = 300
- Index = 0
- Left = 825
- TabIndex = 1
- Text = "0"
- Top = 135
- Width = 2910
- End
- Begin VB.TextBox LrText
- Height = 300
- Index = 1
- Left = 825
- TabIndex = 0
- Text = "1"
- Top = 495
- Width = 2910
- End
- Begin VB.Label lab_GridRow
- Height = 405
- Left = 7575
- TabIndex = 18
- Top = 795
- Width = 765
- End
- Begin VB.Label TsLabel
- AutoSize = -1 'True
- BackStyle = 0 'Transparent
- Caption = "供应商:"
- Height = 180
- Index = 4
- Left = 135
- TabIndex = 17
- Top = 1665
- Width = 630
- End
- Begin VB.Label TsLabel
- AutoSize = -1 'True
- BackStyle = 0 'Transparent
- Caption = "客户:"
- Height = 180
- Index = 3
- Left = 135
- TabIndex = 16
- Top = 1275
- Width = 450
- End
- Begin VB.Label TsLabel
- AutoSize = -1 'True
- BackStyle = 0 'Transparent
- Caption = "项目:"
- Height = 180
- Index = 2
- Left = 135
- TabIndex = 15
- Top = 885
- Width = 450
- End
- Begin VB.Label TsLabel
- AutoSize = -1 'True
- BackStyle = 0 'Transparent
- Caption = "个人:"
- Height = 180
- Index = 0
- Left = 135
- TabIndex = 14
- Top = 195
- Width = 450
- End
- Begin VB.Label TsLabel
- AutoSize = -1 'True
- BackStyle = 0 'Transparent
- Caption = "部门:"
- Height = 180
- Index = 1
- Left = 135
- TabIndex = 13
- Top = 555
- Width = 450
- End
- Begin VB.Label Lab_ItemClass
- BackStyle = 0 'Transparent
- Caption = "Label1"
- Height = 225
- Left = 255
- TabIndex = 12
- Top = 1935
- Visible = 0 'False
- Width = 1215
- End
- End
- Attribute VB_Name = "AutoTran_AssCus"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- '************************************************************************************
- '* 模 块 名 称 :辅助核算项目录入
- '* 功 能 描 述 :能够根据科目辅助核算项,自动出现辅助核算项目,并自动调整
- '* 录入项目位置及窗体大小
- '* 程序员姓名 : 张建忠
- '* 最后修改人 : 张建忠
- '* 最后修改时间:2000/09/07
- '* 备 注:
- '*
- '* 1.对于网格列存储内容
- '* 0-行有效标识 1-结算方式编码 2-结算方式名称 3-票号 4-发生日期 5-数量 6-单价
- '* 7-计量单位 8-外币编码 9-外币名称 10-汇率 11-部门编码 12-部门名称 13-单位编码
- '* 14-单位名称 15-职员编码 16-职员名称 17-项目大类编码 18-项目大类名称
- '* 19-项目编码 20-项目名称 21-项目数量 22-项目计量单位
- '************************************************************************************
- Dim RecTemp As New ADODB.Recordset '临时使用动态集
- Dim jdzygs As Integer '控件焦点转移个数
- Dim Tsxx As String '系统提示信息
- Dim Bln_FirstTab As Boolean '是否首次产生Tab键(主要用来判断Tab键是否由填置凭证窗体引起)
- '以下为固定使用变量(文本框)
- Dim Textvar() As Variant '存储变体型文本框信息
- Dim Textboolean() As Boolean '存储布尔型文本框信息
- Dim Textint() As Integer '存储整型文本框信息
- Dim Textstr() As String '存储字符型文本框信息
- Dim Max_Text_Index As Integer '最大录入文本框索引值
- Dim TextGroupCode As String '文本框录入分组编码
- Dim TextValiLock As Boolean '文本框失去焦点是否进行有效性控制判断
- Dim TextValiJudgeLock() As Boolean '文本框录入有效性判断控制锁
- Dim CurTextIndex As Integer '当前文本框索引值
- Dim TextChangeLock As Boolean '文本框内容变换控制锁
- Dim Bln_Cancel As Boolean '取消按钮信息传递
- Private Sub Form_KeyPress(KeyAscii As Integer) '控 制 焦 点 转 移
- jdzygs = 20
- Select Case KeyAscii
- Case vbKeyReturn
- If Kjjdzy(jdzygs) Then
- KeyAscii = 0
- End If
- Case 39 '屏蔽"'"
- KeyAscii = 0
- End Select
- End Sub
- '[ZJZ Begin 改进由填制凭证窗体引发的焦点转移 2001-06-16
- Private Sub Form_KeyDown(KeyCode As Integer, Shift As Integer)
- If Bln_FirstTab Then
- For Jsqte = 0 To Max_Text_Index
- If LrText(Jsqte).Visible And LrText(Jsqte).Enabled Then
- LrText(Jsqte).SetFocus
- Exit For
- End If
- Next Jsqte
- End If
- Bln_FirstTab = False
- End Sub
- '[ZJZ End
- Private Sub Form_Load()
- '以下为文本框处理程序
- TextGroupCode = "Cwzz_AutoAss"
- Call Drwbkxx(TextGroupCode, Textvar(), Textboolean(), Textint(), Textstr()) '读入文本框录入信息
- Call Wbkcsh
- Bln_FirstTab = True
- End Sub
- Private Function Bclrsj() As Boolean '判断录入数据有效性,并保存数据
- Dim Jsqte As Integer
- Dim Int_GridRow As Integer '数据回写网格行
- For Jsqte = 0 To Max_Text_Index
- If Textint(Jsqte, 8) = 1 And LrText(Jsqte).Visible Then '字段不能为空
- If Len(Trim(LrText(Jsqte).Text)) = 0 Then
- Tsxx = Textstr(Jsqte, 7) & "不能为空!"
- Call Xtxxts(Tsxx, 0, 1)
- LrText(Jsqte).SetFocus
- Bclrsj = False
- Exit Function
- End If
- Else
- If Textint(Jsqte, 8) = 2 And LrText(Jsqte).Visible Then '字段不能为零
- If Val(Trim(LrText(Jsqte).Text)) = 0 Then
- Tsxx = Textstr(Jsqte, 7) & "不能为零!"
- Call Xtxxts(Tsxx, 0, 1)
- LrText(Jsqte).SetFocus
- Bclrsj = False
- Exit Function
- End If
- End If
- End If
- Next Jsqte
- '对需要进行事后判断的文本框录入内容进行有效性判断 (固定不变)
- For Jsqte = 0 To Max_Text_Index
- If (Textint(Jsqte, 9) = 0 Or Textint(Jsqte, 9) = 2) And LrText(Jsqte).Visible Then
- If Not TextYxxpd(Jsqte) Then Exit Function
- End If
- Next Jsqte
- Int_GridRow = Val(AutoTran_DefiCus.Lab_Row)
- With AutoTran_DefiCus
- For Jsqte = 0 To Max_Text_Index
- If LrText(Jsqte).Visible Then
- Select Case Jsqte
- Case 0 '个人
- .WglrGrid.TextMatrix(Int_GridRow, 1) = Trim(LrText(Jsqte).Tag)
- .WglrGrid.TextMatrix(Int_GridRow, 2) = Trim(LrText(Jsqte).Text)
- Case 1 '部门
- .WglrGrid.TextMatrix(Int_GridRow, 3) = Trim(LrText(Jsqte).Tag)
- .WglrGrid.TextMatrix(Int_GridRow, 4) = Trim(LrText(Jsqte).Text)
- Case 2 '项目
- If Len(Trim(Lab_ItemClass)) <> 0 Then
- .WglrGrid.TextMatrix(Int_GridRow, 11) = Trim(LrText(Jsqte).Tag)
- .WglrGrid.TextMatrix(Int_GridRow, 12) = Trim(LrText(Jsqte).Text)
- Else
- .WglrGrid.TextMatrix(Int_GridRow, 11) = ""
- .WglrGrid.TextMatrix(Int_GridRow, 12) = ""
- End If
- Case 3 '客户
- .WglrGrid.TextMatrix(Int_GridRow, 5) = Trim(LrText(Jsqte).Tag)
- .WglrGrid.TextMatrix(Int_GridRow, 6) = Trim(LrText(Jsqte).Text)
- Case 4 '供应商
- .WglrGrid.TextMatrix(Int_GridRow, 7) = Trim(LrText(Jsqte).Tag)
- .WglrGrid.TextMatrix(Int_GridRow, 8) = Trim(LrText(Jsqte).Text)
- End Select
- End If
- Next Jsqte
- End With
- Bclrsj = True
- End Function
- Private Sub BcCommand_Click() '保 存
- If Not Bclrsj Then Exit Sub
- Unload Me
- End Sub
- Private Sub QxCommand_MouseDown(Button As Integer, Shift As Integer, x As Single, y As Single) '取消
- '避免执行Click程序
- Bln_Cancel = True
- Call Sub_Cancel
- End Sub
- Private Sub QxCommand_Click() '取消
- If Bln_Cancel Then
- Bln_Cancel = False
- Exit Sub
- End If
- Call Sub_Cancel
- End Sub
- Private Sub Sub_Cancel() '取消
- '文本框加锁
- For Jsqte = 0 To Max_Text_Index
- TextValiJudgeLock(Jsqte) = True
- Next Jsqte
- Unload Me
- End Sub
- '************以下为文本框录入处理程序(固定不变部分)*************'
- Private Sub Wbklrwbcl(Index As Integer) '文本框录入事后处理程序
- '以下为依据实际情况自定义部分[
- '在此填写文本框录入事后处理程序
- ']以上为依据实际情况自定义部分
- End Sub
- Private Sub LrText_Change(Index As Integer)
- '屏蔽程序改变控制
- If TextChangeLock Then Exit Sub
- TextValiJudgeLock(Index) = False '打开有效性判断锁
- '限制字段录入长度
- TextChangeLock = True '加锁(防止执行Lrtext_Change)
- Select Case Textint(Index, 1)
- Case 8 '金额型
- Call Sjgskz(LrText(Index), Xtjezws - Xtjexsws - 1, Xtjexsws)
- Case 9 '数量型
- Call Sjgskz(LrText(Index), Xtslzws - Xtslxsws - 1, Xtslxsws)
- Case 10 '单价型
- Call Sjgskz(LrText(Index), Xtdjzws - Xtdjxsws - 1, Xtdjxsws)
- Case Else '其他小数类型控制
- If Textint(Index, 6) <> 0 Or Textint(Index, 7) <> 0 Then
- Call Sjgskz(LrText(Index), Textint(Index, 6), Textint(Index, 7))
- End If
- End Select
- TextChangeLock = False '解锁
- End Sub
- Private Sub LrText_GotFocus(Index As Integer) '文本框得到焦点,显示相应信息
- Call TextShow(Index)
- CurTextIndex = Index
- LrText(Index).SelStart = Len(LrText(Index))
- End Sub
- Private Sub LrText_KeyDown(Index As Integer, KeyCode As Integer, Shift As Integer) '字段按F2键提供帮助
- Select Case KeyCode
- Case vbKeyF2
- Call Text_Help(Index)
- End Select
- End Sub
- Private Sub LrText_KeyPress(Index As Integer, KeyAscii As Integer) '文本框录入事中控制
- Call InputFieldLimit(LrText(Index), Textint(Index, 1), KeyAscii)
- End Sub
- Private Sub LrText_LostFocus(Index As Integer) '文本框失去焦点进行有效性判断及相应处理
- End Sub
- Private Sub Ydcommand1_MouseDown(Index As Integer, Button As Integer, Shift As Integer, x As Single, y As Single) '按钮提供帮助
- Call Text_Help(Index)
- End Sub
- Private Sub Text_Help(Index As Integer) '录入字段帮助
- If Not Textboolean(Index, 1) Then
- Exit Sub
- End If
- TextValiJudgeLock(Index) = True
- '先进行有效性判断
- If Not TextYxxpd(CurTextIndex) Then
- Exit Sub
- End If
- If Index = 2 Then '核算项目特殊处理
- Xtcdcs = Trim(LrText(Index).Text)
- Xtcdcsfz = Lab_ItemClass.Tag
- XT_ItemHelp.Show 1
- Else
- Call Drbmhelp(Textint(Index, 2), Textstr(Index, 4), Trim(LrText(Index).Text))
- End If
- If Len(Xtfhcs) <> 0 Then
- If Textint(Index, 3) = 1 Then
- LrText(Index).Text = Xtfhcsfz
- LrText(Index).Tag = Xtfhcs
- Else
- LrText(Index).Text = Xtfhcs
- LrText(Index).Tag = Xtfhcsfz
- End If
- End If
- TextValiJudgeLock(Index) = False
- LrText(Index).SetFocus
- End Sub
- Private Sub TextShow(Index As Integer) '文本框得到焦点,显示相应信息
- '填写文本框得到焦点,进行相应信息处理程序
- End Sub
- Private Sub Wbkcsh() '录入文本框初始化
- Dim Jsqte As Integer
- '最大录入文本框索引值
- Max_Text_Index = Textvar(1)
- ReDim TextValiJudgeLock(Max_Text_Index)
- For Jsqte = 0 To Max_Text_Index
- If Len(Trim(Textstr(Jsqte, 1))) <> 0 Then
- If Textboolean(Jsqte, 1) Then
- If Jsqte <> 0 And Not Textboolean(Jsqte, 3) Then
- Load Ydcommand1(Jsqte)
- End If
- Ydcommand1(Jsqte).Visible = True
- Ydcommand1(Jsqte).Move LrText(Jsqte).Left + LrText(Jsqte).Width, LrText(Jsqte).Top
- End If
- TextChangeLock = True
- LrText(Jsqte).Text = ""
- LrText(Jsqte).Tag = ""
- If Textint(Jsqte, 5) <> 0 Then
- LrText(Jsqte).MaxLength = Textint(Jsqte, 5)
- End If
- TextChangeLock = False
- End If
- TextValiJudgeLock(Jsqte) = True
- Next Jsqte
- End Sub
- Private Function TextYxxpd(Index As Integer) As Boolean '文本框有效性判断
- Dim Sqlstr As String
- Dim Findrec As ADODB.Recordset
- If TextValiJudgeLock(Index) Then '文本框内容未曾改变不进行有效性判断
- TextYxxpd = True
- Exit Function
- End If
- If Trim(LrText(Index)) = "" Then
- LrText(Index).Tag = ""
- Call Wbklrwbcl(Index)
- TextValiJudgeLock(Index) = True
- TextYxxpd = True
- Exit Function
- End If
- Select Case Textint(Index, 4)
- Case 1 '编码型
- Sqlstr = Trim(Textstr(Index, 5))
- Sqlstr = Replace(Sqlstr, "@", "'" + Trim(LrText(Index).Text) + "'")
- Set Findrec = Cw_DataEnvi.DataConnect.Execute(Sqlstr)
- If Findrec.EOF Then
- Call Xtxxts(Trim(Textstr(Index, 6)), 0, 1)
- LrText(Index).SetFocus
- Exit Function
- Else
- Select Case Textint(Index, 3)
- Case 0
- If Len(Trim(Textstr(Index, 2))) <> 0 Then
- LrText(Index).Text = Trim(Findrec.Fields(Trim(Textstr(Index, 2))))
- End If
- If Len(Trim(Textstr(Index, 3) & "")) <> 0 Then
- LrText(Index).Tag = Trim(Findrec.Fields(Trim(Textstr(Index, 3))))
- End If
- Case 1
- If Len(Trim(Textstr(Index, 3) & "")) <> 0 Then
- LrText(Index).Text = Trim(Findrec.Fields(Trim(Textstr(Index, 3))))
- End If
- If Len(Trim(Textstr(Index, 2))) <> 0 Then
- LrText(Index).Tag = Trim(Findrec.Fields(Trim(Textstr(Index, 2))))
- End If
- End Select
- End If
- Case 2 '日期型
- If IsDate(LrText(Index).Text) Then
- LrText(Index).Text = Format(LrText(Index).Text, "yyyy-mm-dd")
- Else
- Tsxx = "非法公历日期!(格式:" + Format(Date, "yyyy-mm-dd") + ")"
- Call Xtxxts(Tsxx, 0, 1)
- LrText(Index).SetFocus
- Exit Function
- End If
- Case 3 '其他类型
- Select Case Index
- Case 2 '项目
- Sqlstr = "select * from Cwzz_item where ItemClassCode='" & Lab_ItemClass.Tag & "' and (ItemCode='" & Trim(LrText(2).Text) & "' or ItemName='" & Trim(LrText(2).Text) & "')"
- Set Findrec = Cw_DataEnvi.DataConnect.Execute(Sqlstr)
- If Findrec.EOF Then
- Call Xtxxts(Trim(Textstr(Index, 6)), 0, 1)
- LrText(Index).SetFocus
- Exit Function
- Else
- Select Case Textint(Index, 3)
- Case 0
- If Len(Trim(Textstr(Index, 2))) <> 0 Then
- LrText(Index).Text = Trim(Findrec.Fields(Trim(Textstr(Index, 2))))
- End If
- If Len(Trim(Textstr(Index, 3) & "")) <> 0 Then
- LrText(Index).Tag = Trim(Findrec.Fields(Trim(Textstr(Index, 3))))
- End If
- Case 1
- If Len(Trim(Textstr(Index, 3) & "")) <> 0 Then
- LrText(Index).Text = Trim(Findrec.Fields(Trim(Textstr(Index, 3))))
- End If
- If Len(Trim(Textstr(Index, 2))) <> 0 Then
- LrText(Index).Tag = Trim(Findrec.Fields(Trim(Textstr(Index, 2))))
- End If
- End Select
- End If
- End Select
- End Select
- TextValiJudgeLock(Index) = True
- TextYxxpd = True
- End Function