Fixed OI10 migration related bug where columns weren't be added automaticaly for empty thickness values. Removed erroneous error message

This commit is contained in:
Infineon\Ouellette 2024-10-24 12:47:29 -07:00
parent 9651c48539
commit 0b5ce72c39
2 changed files with 18266 additions and 2583 deletions

File diff suppressed because it is too large Load Diff

View File

@ -191,8 +191,6 @@ NEXT I
Set_Property(@WINDOW,'@ET_SYMBOLICS',ETSymbolics)
GOSUB Refresh
RETURN
@ -1061,7 +1059,7 @@ CurrCtrl = Get_Property(@WINDOW,'FOCUS')
*Dummy = Send_Message(CurrCtrl, "DELETE", RowIndex) ;* Row Limit of 17 doesn't allow additional lines to be added
ErrMsg('Rows may not be inserted or deleted.')
//ErrMsg('Rows may not be inserted or deleted.')
RETURN