Updated STYLE_EQUATES (OpenInsight 32-Bit)
At 14 JAN 2009 01:47:19PM Dave Ballance wrote:
Is there an updated STYLE_EQUATES that should have shipped with 9.0. Mine has a last updated in '97 header. I can add the new edit table styles to it but I'd rather be lazy and ask first.
At 15 JAN 2009 08:24AM Bob Orsini wrote:
Same style events. No changes in 9.0
At 15 JAN 2009 08:56AM Mike Ruane wrote:
Actually, we do have some enhanced EditTable styles:
equ DTCS_LEFT$ to 0x00000000
equ DTCS_HEADLEFT$ to 0x00000000
equ DTCS_RESIZE$ to 0x00000001
equ DTCS_FIXED$ to 0x00000002
equ DTCS_EDIT$ to 0x00000004
equ DTCS_PROTECT$ to 0x00000008
equ DTCS_UPPERCASE$ to 0x00000010
equ DTCS_HIDDEN$ to 0x00000020
equ DTCS_CENTER$ to 0x00000040
equ DTCS_RIGHT$ to 0x00000080
equ DTCS_HEADCENTER$ to 0x00000100
equ DTCS_HEADRIGHT$ to 0x00000200
equ DTCS_VSCROLL$ to 0x00000400 ; * only for DTCS_MULTILINE$ equ DTCS_HSCROLL$ to 0x00000800 ; * only for DTCS_MULTILINE$
equ DTCS_SKIPPED$ to 0x00001000
equ DTCS_LOCKED$ to 0x00002000
equ DTCS_SORTASC$ to 0x00004000
equ DTCS_SORTDES$ to 0x00008000
equ DTCS_CHECKBOX$ to 0x00010000
equ DTCS_DROPDOWN$ to 0x00020000
equ DTCS_MULTILINEHEAD$ to 0x00040000
equ DTCS_CHECKBOXRIGHT$ to 0x00080000
equ DTCS_VALIGNCENTER$ to 0x00100000
equ DTCS_VALIGNBOTTOM$ to 0x00200000
equ DTCS_DROPDOWNEDIT$ to 0x00400000
equ DTCS_OPTIONSBUTTON$ to 0x00800000
equ DTCS_ENABLEDROPDOWNDRAG$ to 0x01000000
equ DTCS_MULTILINE$ to 0x02000000
equ DTCS_AUTOVSCROLL$ to 0x04000000 ; * only for DTCS_MULTILINE$ equ DTCS_AUTOHSCROLL$ to 0x08000000 ; * only for DTCS_MULTILINE$
equ DTCS_ENABLEDRAG$ to 0x10000000
equ DTCS_ENABLEDROP$ to 0x20000000
We'll make sure that this is updated in the 9.0.1 update when it is released.
Mike