16,722
社区成员




'データ有無判断
If dsUser Is Nothing OrElse _
dsUser.Tables("M_USER") Is Nothing OrElse _
dsUser.Tables("M_USER").Rows.Count = 0 Then
MsgBox("该用户不存在")
Exit Sub
End If