jj 07.12 4
This commit is contained in:
@@ -226,8 +226,6 @@ Public Class frmGeodataNavigation
|
|||||||
Dim LATITUDE = row.Item("LATITUDE")
|
Dim LATITUDE = row.Item("LATITUDE")
|
||||||
Dim LONGITUDE = row.Item("LONGITUDE")
|
Dim LONGITUDE = row.Item("LONGITUDE")
|
||||||
|
|
||||||
Console.WriteLine(LATITUDE.ToString())
|
|
||||||
|
|
||||||
If IsDBNull(LATITUDE) Or IsDBNull(LONGITUDE) Then
|
If IsDBNull(LATITUDE) Or IsDBNull(LONGITUDE) Then
|
||||||
e.Appearance.BackColor = Color.Red
|
e.Appearance.BackColor = Color.Red
|
||||||
e.HighPriority = True
|
e.HighPriority = True
|
||||||
|
|||||||
Reference in New Issue
Block a user