fixed OI messaging form validation issue

This commit is contained in:
Infineon\StieberD
2024-09-16 11:30:45 -07:00
committed by Stieber Daniel (IT FI MES)
parent f77f3c1207
commit e0bc1ef6f2
3 changed files with 3161 additions and 534 deletions

View File

@ -568,7 +568,7 @@ Forward_Event(NextColumn,NextRow)
CurrRow = Get_Property(@WINDOW:'.SEND_TO','ROWDATA')
CurrRow<1,COL$ST_NAME> = OCONV(CurrRow<1,COL$ST_ID>,'[XLATE_CONV,LSL_USERS*FIRST_LAST]')
CurrRow<COL$ST_NAME> = OCONV(CurrRow<1,COL$ST_ID>,'[XLATE_CONV,LSL_USERS*FIRST_LAST]')
Set_Property(@WINDOW:'.SEND_TO','ROWDATA',CurrRow)
@ -650,3 +650,4 @@ RETURN