fixed multiple selection on WM_OUT material edit table

This commit is contained in:
Infineon\StieberD 2024-09-11 16:03:08 -07:00
parent d4c3b2aeab
commit 0cd1d45e44
2 changed files with 11257 additions and 1768 deletions

File diff suppressed because it is too large Load Diff

View File

@ -196,18 +196,6 @@ Create:
obj_Appwindow('Create',@WINDOW)
* get the current style
Style = Get_Property(@WINDOW:'.SLOT', '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, DTS_MULTIROW$)
Set_Property(@WINDOW:'.SLOT', "STYLE", Style)
* Provides compatibility with the existing messaging attachment system
IF Parm1 NE '' THEN
@ -2226,3 +2214,4 @@ return