!SBXINP.DEF [102] - Symbols for SBXINP !-------------------.-------------------.-------------------.-------------------. !EDIT HISTORY ! VEDIT=102 ! Note: history reformatted 9-Feb-17 ! [102] 19-Jan-16 / jdm / [102] redefine SXI_DISABLE2, add SXI_READONLY ! Note: SXI_DISABLE2 was 128 but wasn't documented or referenced ! explicitly in SBXINP.SBX 2.5(17), so this change only affects ! application code that may have used the symbol (probably only HGR) ! [101] 01-Jun-15 / jdm / added SXI_DISABLE2 for custom SBXINP.SBX 2.5(016)+ ! [100] 19-Nov-06 / jdm / created !-------------------.-------------------.-------------------.-------------------. ! SBXINP opcodes define SXI_EDT = 1 ! edit define SXI_DSP = 2 ! display define SXI_DSPEDT = 3 ! display and edit define SXI_DISABLE = 20 ! add to disable field define SXI_STATIC = 30 ! add to display field as a static text control define SXI_READONLY = 128 ! [102] use INFLD |r read-only code define SXI_DISABLE2 = 158 ! [101][102] custom variation of disabled field ! (more readable than the normal disabled style)