evidentemente questa
if (Note.Fields.Item("abrogato").Value) = "1" Then
non è mai "1"
hai provato con
if (Note.Fields.Item("abrogato").Value) = 1 Then
???
evidentemente questa
if (Note.Fields.Item("abrogato").Value) = "1" Then
non è mai "1"
hai provato con
if (Note.Fields.Item("abrogato").Value) = 1 Then
???