EgtCAM5 :

- Correzione bottone x(annulla) ricerca in MTable.
This commit is contained in:
Emmanuele Sassi
2017-02-23 08:53:42 +00:00
parent 751830946b
commit 96732f507e
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -597,8 +597,8 @@ Namespace EgtCAM5
Dim CurrAssociation As MTableAssociationGridBoxItem = m_TablesList(TableIndex).AssociationList(AssociationIndex)
CurrAssociation.IsValidForSearch = False
Next
Exit For
End If
Exit For
Next
End Sub