fixed receiving focus issue. fixed multiline select for NCR

This commit is contained in:
Infineon\StieberD
2024-09-06 11:56:39 -07:00
parent 5eef93065b
commit 6a433af299
2 changed files with 30 additions and 60 deletions

View File

@ -72,6 +72,8 @@ EQU COL$USER_ID TO 8
EQU COL$TAGS TO 9
EQU COL$TOOL_ID TO 10
EQU MULTILINE_STYLE$ TO 512 ;* MultiLine Select
LogPath = Environment_Services('GetApplicationRootPath') : '\LogFiles\WO_Mat'
LogDate = Oconv(Date(), 'D4/')
LogTime = Oconv(Time(), 'MTS')
@ -122,18 +124,6 @@ Create:
* get the current style
EQU MULTILINE_STYLE$ TO 512 ;* MultiLine Select
Style = Get_Property('WO_MAT_WFR.SLOT_NO', 'STYLE')
IF Style [1,2] _EQC "0x" THEN
CONVERT @LOWER.CASE TO @UPPER.CASE IN STYLE
Style = ICONV(Style [3,99], "MX")
END
Style = BitOr(Style, MULTILINE_STYLE$)
Set_Property('WO_MAT_WFR.SLOT_NO', "STYLE", Style)
* Provides compatibility with the existing messaging attachment system
IF Parm1 NE '' THEN