1229.4.1 |
MX_GDICALC ATE bug fix: The MXGDI_CALCRECT operation wasn't returning the overflow parameter when run within the ATE context, and the memo parameter was being truncated one character too short. |
1229.4.2 |
MX_GDICALC refinement: The MXGDI_CALCRECT operation now supports a dynamic string (s,0) for overflow. |
1229.3 |
|
1229.2.1 |
|
1229.2.2 |
SBXINP.SBX bug fix: 2.3(4) fixes a problem in which a combo box type code string starting with "+" still had additional codes added to it by SBXINP. |
1229.2.3 |
SBXINP.SBX bug fix 2.3(5) fixes a problem in which the CTRLC status became disabled after a call with the "|K" type code. |
1229.1 |
INFLD refinement: when the strip trailing blanks (]) option is specified, don't count them towards xmin. Previously it was possible to get around the xmin by adding literal spaces. |
1229.0.1 |
XTREE enhancement: new flag XTF2_ENTERNAVDOWN (&h00020000) alters the default cell editing navigation response to the ENTER key, provided there is no EnterGoto option defined for the current column. When specified, instead of acting like TAB and moving to the next editable cell to the right, ENTER acts like the DOWN ARROW, except that from the last row it wraps back up to the top. |
1229.0.2 |
XTREE / ATE bug fix: The "%p" symbol in the TreeID (advanced coldef option) now works as documented. Previously, it got translated to "ATE" when saving the settings, but the saved settings were never found again. |
1229.0.3 |
XTREE / ATE enhancement: If the server version is 5.1.1217 or higher, the "%p" symbol in the TreeID (see previous item) now gets translated to the actual application program name, rather than "ATE". This was made possible by an enhancement in 5.1.1217 in which the server sends ATE the name of each new program being executed. |