📄 findysk.frm
字号:
VERSION 5.00
Begin VB.Form findysk
Caption = "按应收款荡围查询"
ClientHeight = 1800
ClientLeft = 4620
ClientTop = 3765
ClientWidth = 5535
Icon = "findysk.frx":0000
LinkTopic = "Form1"
ScaleHeight = 1800
ScaleWidth = 5535
Begin VB.TextBox Text2
Height = 375
Left = 3720
TabIndex = 3
Top = 600
Width = 1575
End
Begin VB.CommandButton Command1
Caption = "查 询"
Default = -1 'True
Height = 375
Left = 2040
TabIndex = 2
Top = 1200
Width = 1815
End
Begin VB.TextBox Text1
Height = 375
Left = 1680
TabIndex = 0
Top = 600
Width = 1335
End
Begin VB.Label Label2
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "至"
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000FF&
Height = 180
Left = 3240
TabIndex = 4
Top = 720
Width = 210
End
Begin VB.Label Label1
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "输入应收款范围:"
Height = 180
Left = 120
TabIndex = 1
Top = 720
Width = 1440
End
End
Attribute VB_Name = "findysk"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Load jg
a = Val(Text1.Text)
b = Val(Text2.Text)
jg.Data1.RecordSource = "select * from yw where 应收 >=" & a & " and 应收 <=" & b
jg.Data1.Refresh
jg.Show vbModal
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -