📄 frm_购货合同.frm
字号:
TabIndex = 3
Top = 1500
Width = 2025
End
Begin VB.TextBox txtFields
DataField = "百分比"
DataSource = "datPrimaryRS"
Height = 360
Index = 17
Left = 1275
TabIndex = 6
Top = 3300
Width = 2025
End
Begin VB.Label lblLabels
Alignment = 1 'Right Justify
Caption = "百分比:"
Height = 255
Index = 18
Left = 150
TabIndex = 58
Top = 3375
Width = 1065
End
Begin VB.Label lblLabels
Alignment = 1 'Right Justify
Caption = "币种:"
Height = 255
Index = 17
Left = 150
TabIndex = 57
Top = 1500
Width = 1065
End
Begin VB.Label lblLabels
Alignment = 1 'Right Justify
Caption = "金额:"
Height = 255
Index = 16
Left = 150
TabIndex = 56
Top = 2175
Width = 1065
End
Begin VB.Label lblLabels
Alignment = 1 'Right Justify
Caption = "费用种类:"
Height = 255
Index = 15
Left = 150
TabIndex = 55
Top = 2775
Width = 1065
End
Begin VB.Label lblLabels
Alignment = 1 'Right Justify
Caption = "公司合同号:"
Height = 255
Index = 14
Left = 150
TabIndex = 54
Top = 975
Width = 1065
End
Begin VB.Label lblLabels
Alignment = 1 'Right Justify
Caption = "ID:"
Height = 255
Index = 13
Left = 150
TabIndex = 53
Top = 375
Width = 1065
End
End
Begin MSAdodcLib.Adodc datPrimaryRS
Height = 330
Index = 0
Left = 225
Top = 7080
Width = 5775
_ExtentX = 10186
_ExtentY = 582
ConnectMode = 0
CursorLocation = 3
IsolationLevel = -1
ConnectionTimeout= 15
CommandTimeout = 30
CursorType = 3
LockType = 3
CommandType = 8
CursorOptions = 0
CacheSize = 50
MaxRecords = 0
BOFAction = 0
EOFAction = 0
ConnectStringType= 1
Appearance = 1
BackColor = -2147483643
ForeColor = -2147483640
Orientation = 0
Enabled = -1
Connect = "Provider=MSDASQL.1;Persist Security Info=False;Data Source=Contract"
OLEDBString = "Provider=MSDASQL.1;Persist Security Info=False;Data Source=Contract"
OLEDBFile = ""
DataSourceName = ""
OtherAttributes = ""
UserName = ""
Password = ""
RecordSource = $"frm_购货合同.frx":019E
Caption = " "
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
_Version = 393216
End
Begin MSAdodcLib.Adodc datPrimaryRS
Height = 330
Index = 1
Left = -74550
Top = 5700
Width = 5775
_ExtentX = 10186
_ExtentY = 582
ConnectMode = 0
CursorLocation = 3
IsolationLevel = -1
ConnectionTimeout= 15
CommandTimeout = 30
CursorType = 3
LockType = 3
CommandType = 8
CursorOptions = 0
CacheSize = 50
MaxRecords = 0
BOFAction = 0
EOFAction = 0
ConnectStringType= 1
Appearance = 1
BackColor = -2147483643
ForeColor = -2147483640
Orientation = 0
Enabled = -1
Connect = "Provider=MSDASQL.1;Persist Security Info=False;Data Source=Contract"
OLEDBString = "Provider=MSDASQL.1;Persist Security Info=False;Data Source=Contract"
OLEDBFile = ""
DataSourceName = ""
OtherAttributes = ""
UserName = ""
Password = ""
RecordSource = "select ID,公司合同号,费用种类,金额,币种,百分比 from 购货合同付款 Order by 公司合同号"
Caption = " "
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
_Version = 393216
End
Begin MSAdodcLib.Adodc datPrimaryRS
Height = 330
Index = 3
Left = -74775
Top = 5550
Width = 5775
_ExtentX = 10186
_ExtentY = 582
ConnectMode = 0
CursorLocation = 3
IsolationLevel = -1
ConnectionTimeout= 15
CommandTimeout = 30
CursorType = 3
LockType = 3
CommandType = 8
CursorOptions = 0
CacheSize = 50
MaxRecords = 0
BOFAction = 0
EOFAction = 0
ConnectStringType= 1
Appearance = 1
BackColor = -2147483643
ForeColor = -2147483640
Orientation = 0
Enabled = -1
Connect = "Provider=MSDASQL.1;Persist Security Info=False;Data Source=Contract"
OLEDBString = "Provider=MSDASQL.1;Persist Security Info=False;Data Source=Contract"
OLEDBFile = ""
DataSourceName = ""
OtherAttributes = ""
UserName = ""
Password = ""
RecordSource = "select ID,公司合同号,税名,金额,币种,百分比 from 购货合同纳税 Order by 公司合同号"
Caption = " "
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
_Version = 393216
End
End
End
Attribute VB_Name = "frm_购货合同"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub Form_Load()
With tempPrimaryRS
.ConnectionString = datPrimaryRS(SSTab1.Tab).ConnectionString
.CursorType = datPrimaryRS(SSTab1.Tab).CursorType
.RecordSource = datPrimaryRS(SSTab1.Tab).RecordSource
.Refresh
End With
End Sub
Private Sub Form_Unload(Cancel As Integer)
Screen.MousePointer = vbDefault
End Sub
Private Sub SSTab1_Click(PreviousTab As Integer)
With tempPrimaryRS
.ConnectionString = datPrimaryRS(SSTab1.Tab).ConnectionString
.CursorType = datPrimaryRS(SSTab1.Tab).CursorType
.RecordSource = datPrimaryRS(SSTab1.Tab).RecordSource
.Refresh
End With
End Sub
Private Sub tempPrimaryRS_Error(ByVal ErrorNumber As Long, Description As String, ByVal Scode As Long, ByVal Source As String, ByVal HelpFile As String, ByVal HelpContext As Long, fCancelDisplay As Boolean)
'错误处理程序代码置于此处
'想要忽略错误,注释掉下一行
'想要捕获它们,在此添加代码以处理它们
MsgBox "Data error event hit err:" & Description
End Sub
Private Sub tempPrimaryRS_MoveComplete(ByVal adReason As ADODB.EventReasonEnum, ByVal pError As ADODB.Error, adStatus As ADODB.EventStatusEnum, ByVal pRecordset As ADODB.Recordset)
'为这个 recordset 显示当前记录位置
tempPrimaryRS.Caption = "Record: " & CStr(tempPrimaryRS.Recordset.AbsolutePosition)
End Sub
Private Sub tempPrimaryRS_WillChangeRecord(ByVal adReason As ADODB.EventReasonEnum, ByVal cRecords As Long, adStatus As ADODB.EventStatusEnum, ByVal pRecordset As ADODB.Recordset)
'验证代码置于此处
'下列动作发生时该事件被调用
Dim bCancel As Boolean
Select Case adReason
Case adRsnAddNew
Case adRsnClose
Case adRsnDelete
Case adRsnFirstChange
Case adRsnMove
Case adRsnRequery
Case adRsnResynch
Case adRsnUndoAddNew
Case adRsnUndoDelete
Case adRsnUndoUpdate
Case adRsnUpdate
End Select
If bCancel Then adStatus = adStatusCancel
End Sub
Private Sub cmdAdd_Click()
On Error GoTo AddErr
tempPrimaryRS.Recordset.AddNew
Exit Sub
AddErr:
MsgBox Err.Description
End Sub
Private Sub cmdDelete_Click()
On Error GoTo DeleteErr
With tempPrimaryRS.Recordset
.Delete
.MoveNext
If .EOF Then .MoveLast
End With
Exit Sub
DeleteErr:
MsgBox Err.Description
End Sub
Private Sub cmdRefresh_Click()
'只有多用户应用程序需要
On Error GoTo RefreshErr
tempPrimaryRS.Refresh
Exit Sub
RefreshErr:
MsgBox Err.Description
End Sub
Private Sub cmdUpdate_Click()
On Error GoTo UpdateErr
tempPrimaryRS.Recordset.UpdateBatch adAffectAll
Exit Sub
UpdateErr:
MsgBox Err.Description
End Sub
Private Sub cmdClose_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -