..
This commit is contained in:
@@ -8,7 +8,8 @@ Public Class CShared
|
||||
Return Nothing
|
||||
Else
|
||||
Try
|
||||
Return CType(DSET1.tbl_weather.Select("code ='" & DSET1.tbl_Desc.Rows(0)("buildarea").ToString & "'")(0), DS.tbl_weatherRow)
|
||||
Dim drArea As DS.tbl_DescRow = CType(DSET1.tbl_Desc.Rows(0), DS.tbl_DescRow)
|
||||
Return CType(DSET1.tbl_weather.Select("code ='" & drArea.buildarea & "'")(0), DS.tbl_weatherRow)
|
||||
Catch ex As Exception
|
||||
MsgBox("건물개요의 지역정보를 찾을수없습니다.", MsgBoxStyle.Critical, "오류")
|
||||
Return Nothing
|
||||
|
||||
Reference in New Issue
Block a user