fixed multiple selection on WM_OUT material edit table
This commit is contained in:
parent
d4c3b2aeab
commit
0cd1d45e44
13012
LSL2/OIWIN/WM_OUT.json
13012
LSL2/OIWIN/WM_OUT.json
File diff suppressed because it is too large
Load Diff
@ -196,18 +196,6 @@ Create:
|
|||||||
|
|
||||||
obj_Appwindow('Create',@WINDOW)
|
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
|
* Provides compatibility with the existing messaging attachment system
|
||||||
|
|
||||||
IF Parm1 NE '' THEN
|
IF Parm1 NE '' THEN
|
||||||
@ -2226,3 +2214,4 @@ return
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user