📄 frmmmoi.frm
字号:
Begin VB.TextBox Text1
Height = 300
Index = 1
Left = 5880
TabIndex = 4
Top = 800
Width = 1700
End
Begin VB.TextBox Text1
Height = 300
Index = 0
Left = 1900
TabIndex = 3
Top = 800
Width = 1700
End
Begin VB.TextBox Text1
Height = 300
Index = 2
Left = 5900
TabIndex = 2
Top = 360
Width = 1700
End
Begin MSAdodcLib.Adodc Adodc1
Height = 375
Left = 4200
Top = 1200
Visible = 0 'False
Width = 1695
_ExtentX = 2990
_ExtentY = 661
ConnectMode = 0
CursorLocation = 3
IsolationLevel = -1
ConnectionTimeout= 15
CommandTimeout = 30
CursorType = 3
LockType = 3
CommandType = 1
CursorOptions = 0
CacheSize = 50
MaxRecords = 0
BOFAction = 0
EOFAction = 0
ConnectStringType= 1
Appearance = 1
BackColor = -2147483643
ForeColor = -2147483640
Orientation = 0
Enabled = -1
Connect = "Provider=SQLOLEDB.1;Persist Security Info=False;User ID=sa;Initial Catalog=InventoryDB;Data Source=(local)"
OLEDBString = "Provider=SQLOLEDB.1;Persist Security Info=False;User ID=sa;Initial Catalog=InventoryDB;Data Source=(local)"
OLEDBFile = ""
DataSourceName = ""
OtherAttributes = ""
UserName = "sa"
Password = ""
RecordSource = "select * from MOCt"
Caption = "Adodc1"
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 MSComCtl2.DTPicker DTPicker1
DataSource = "Adodc1"
Height = 375
Left = 1920
TabIndex = 1
Top = 300
Width = 1695
_ExtentX = 2990
_ExtentY = 661
_Version = 393216
Enabled = 0 'False
Format = 23789569
CurrentDate = 37768
End
Begin VB.Label Label2
AutoSize = -1 'True
Caption = "Warehouse:"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 210
Left = 240
TabIndex = 10
Top = 1320
Width = 1200
End
Begin VB.Label Label1
Caption = "InvoiceExamer:"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 300
Index = 13
Left = 240
TabIndex = 9
Top = 840
Width = 1695
End
Begin VB.Label Label1
Caption = "ApprovedBy:"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 300
Index = 11
Left = 4200
TabIndex = 8
Top = 800
Width = 1695
End
Begin VB.Label Label1
Caption = "Invoicemaker:"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 300
Index = 12
Left = 4200
TabIndex = 7
Top = 360
Width = 1700
End
Begin VB.Label Label1
Caption = "OutputDate:"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 300
Index = 0
Left = 240
TabIndex = 6
Top = 360
Width = 1335
End
End
Begin MSComctlLib.Toolbar Toolbar1
Height = 780
Left = 5640
TabIndex = 32
Top = 7440
Width = 2115
_ExtentX = 3731
_ExtentY = 1376
ButtonWidth = 1032
ButtonHeight = 1376
Style = 1
ImageList = "ImageList1"
_Version = 393216
BeginProperty Buttons {66833FE8-8583-11D1-B16A-00C0F0283628}
NumButtons = 3
BeginProperty Button1 {66833FEA-8583-11D1-B16A-00C0F0283628}
Caption = "Save"
Key = "Save"
ImageIndex = 1
EndProperty
BeginProperty Button2 {66833FEA-8583-11D1-B16A-00C0F0283628}
Style = 3
EndProperty
BeginProperty Button3 {66833FEA-8583-11D1-B16A-00C0F0283628}
Caption = "Cancel"
Key = "Cancel"
ImageIndex = 2
EndProperty
EndProperty
Begin MSComctlLib.ImageList ImageList1
Left = 1560
Top = 0
_ExtentX = 1005
_ExtentY = 1005
BackColor = -2147483643
ImageWidth = 32
ImageHeight = 32
MaskColor = 12632256
_Version = 393216
BeginProperty Images {2C247F25-8591-11D1-B16A-00C0F0283628}
NumListImages = 2
BeginProperty ListImage1 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "frmmmoi.frx":0D0F
Key = "Save"
EndProperty
BeginProperty ListImage2 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "frmmmoi.frx":1029
Key = "Cancel"
EndProperty
EndProperty
End
End
End
Attribute VB_Name = "frmmmoi"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Toolbar1_ButtonClick(ByVal Button As MSComctlLib.Button)
Set db = New ADODB.Connection
Select Case Button.Key
Case "Save"
If Trim(Text1(5).Text) <> Trim(frmmoutput.Adodc_mod.Recordset.Fields(10)) Then
db.Open "Provider=SQLOLEDB.1;Persist Security Info=False;" & _
"User ID=sa;Initial Catalog=InventoryDB;Data Source=(local)"
db.Execute "update MI set Total = Total-" & Trim(Text1(5).Text) & "" & _
"+" & Trim(frmmoutput.Adodc_mod.Recordset.Fields(10)) & "" & _
"Where MaterialID ='" & Trim(Adodc_mmoi.Recordset.Fields(4)) & "'"
db.Close
End If
If Trim(Text1(6).Text) <> Trim(frmmoutput.Adodc_mod.Recordset.Fields(8)) Then
db.Open "Provider=SQLOLEDB.1;Persist Security Info=False;" & _
"User ID=sa;Initial Catalog=InventoryDB;Data Source=(local)"
db.Execute "update MI set Quantity = Quantity-" & Trim(Text1(6).Text) & "" & _
"+" & Trim(frmmoutput.Adodc_mod.Recordset.Fields(8)) & "" & _
"Where MaterialID ='" & Trim(Adodc_mmoi.Recordset.Fields(4)) & "'"
db.Close
End If
frmmoutput.Adodc_moc.Recordset.Delete
frmmoutput.Adodc_mod.Recordset.Delete
frmmoutput.Adodc_moc.Refresh
frmmoutput.Adodc_mod.Refresh
db.Open "Provider=SQLOLEDB.1;Persist Security Info=False;" & _
"User ID=sa;Initial Catalog=InventoryDB;Data Source=(local)"
db.Execute "insert into MOC select * from MOCt where OutputID=" & _
"'" & Trim(Adodc1.Recordset.Fields(0)) & "'"
db.Close
db.Open "Provider=SQLOLEDB.1;Persist Security Info=False;" & _
"User ID=sa;Initial Catalog=InventoryDB;Data Source=(local)"
db.Execute "insert into MOD select OutputID,OutputDate,OutputType,Warehouse," & _
"MaterialID,MaterialName,ModelNo,Unit,Quantity,UnitPrice,Total,Status,Dept,Remarks from MODt " & _
"where OutputID='" & Trim(Adodc1.Recordset.Fields(0)) & "'"
db.Close
db.Open "Provider=SQLOLEDB.1;Persist Security Info=False;" & _
"User ID=sa;Initial Catalog=InventoryDB;Data Source=(local)"
db.Execute "update MODt set Isexamed='1' where OutputID=" & _
"'" & Trim(Adodc1.Recordset.Fields(0)) & "'"
db.Close
Case "Cancel"
db.Open "Provider=SQLOLEDB.1;Persist Security Info=False;" & _
"User ID=sa;Initial Catalog=InventoryDB;Data Source=(local)"
db.Execute "delete from MOCt"
db.Close
db.Open "Provider=SQLOLEDB.1;Persist Security Info=False;" & _
"User ID=sa;Initial Catalog=InventoryDB;Data Source=(local)"
db.Execute "delete from MODt"
db.Close
frmmoutput.Adodc_moc.Refresh
frmmoutput.Adodc_mod.Refresh
Unload Me
End Select
End Sub
Private Sub Toolbar2_ButtonClick(ByVal Button As MSComctlLib.Button)
Set db = New ADODB.Connection
Select Case Button.Key
Case "In"
db.Open "Provider=SQLOLEDB.1;Persist Security Info=False;" & _
"User ID=sa;Initial Catalog=InventoryDB;Data Source=(local)"
db.Execute "insert into MOCt values('" & Trim(frmmoutput.Adodc_moc.Recordset.Fields(0)) & "'," & _
"'" & Trim(DTPicker1.Value) & "','" & Trim(Combo2.Text) & "'," & _
"'" & Trim(Text1(2).Text) & "','" & Trim(Text1(0).Text) & "'," & _
"'" & Trim(Text1(1).Text) & "')"
db.Close
db.Open "Provider=SQLOLEDB.1;Persist Security Info=False;" & _
"User ID=sa;Initial Catalog=InventoryDB;Data Source=(local)"
db.Execute "insert into MODt values('" & Trim(frmmoutput.Adodc_mod.Recordset.Fields(0)) & "'," & _
"'" & Trim(DTPicker1.Value) & "','" & Trim(Combo1(2).Text) & "'," & _
"'" & Trim(Combo2.Text) & "','" & Trim(Text1(9).Text) & "'," & _
"'" & Trim(Text1(7).Text) & "','" & Trim(Text1(3).Text) & "'," & _
"'" & Trim(Text1(8).Text) & "','" & Trim(Text1(6).Text) & "'," & _
"'" & Trim(Text1(4).Text) & "','" & Trim(Text1(5).Text) & "'," & _
"'" & Trim(Text4.Text) & "','" & Trim(Text3.Text) & "','0'," & _
"'" & Trim(Text2.Text) & "')"
db.Close
Adodc_mmoi.Refresh
Case "Out"
DTPicker1.Value = Adodc1.Recordset.Fields(1)
Combo2.Text = Adodc1.Recordset.Fields(2)
Text1(2).Text = Adodc1.Recordset.Fields(3)
Text1(0).Text = Adodc1.Recordset.Fields(4)
Text1(1).Text = Adodc1.Recordset.Fields(5)
Combo2.Text = Adodc_mmoi.Recordset.Fields(3)
Combo1(2).Text = Adodc_mmoi.Recordset.Fields(2)
Text1(9).Text = Adodc_mmoi.Recordset.Fields(4)
Text1(7).Text = Adodc_mmoi.Recordset.Fields(5)
Text1(3).Text = Adodc_mmoi.Recordset.Fields(6)
Text1(8).Text = Adodc_mmoi.Recordset.Fields(7)
Text1(6).Text = Adodc_mmoi.Recordset.Fields(8)
Text1(4).Text = Adodc_mmoi.Recordset.Fields(9)
Text1(5).Text = Adodc_mmoi.Recordset.Fields(10)
Text4.Text = Adodc_mmoi.Recordset.Fields(11)
Text3.Text = Adodc_mmoi.Recordset.Fields(12)
Text2.Text = Adodc_mmoi.Recordset.Fields(14)
db.Open "Provider=SQLOLEDB.1;Persist Security Info=False;" & _
"User ID=sa;Initial Catalog=InventoryDB;Data Source=(local)"
db.Execute "delete from MOCt"
db.Execute "delete from MODt"
db.Close
Case "Cancel"
db.Open "Provider=SQLOLEDB.1;Persist Security Info=False;" & _
"User ID=sa;Initial Catalog=InventoryDB;Data Source=(local)"
db.Execute "delete from MOCt where OutputId='" & Trim(Adodc1.Recordset.Fields(0)) & "'"
db.Close
db.Open "Provider=SQLOLEDB.1;Persist Security Info=False;" & _
"User ID=sa;Initial Catalog=InventoryDB;Data Source=(local)"
db.Execute "delete from MODt where OutputId='" & Trim(Adodc1.Recordset.Fields(0)) & "'"
db.Close
Adodc_mmoi.Refresh
End Select
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -