compile insert dict_SYSREPOSOLECONTROLS_Equates /* ** Copyright (C) 1992-2024 Revelation Software Inc. All Rights Reserved ** Author : Mr C Date : June 2021 Purpose : Equates record for the SYSREPOSOLECONTROLS table Comments ======== Amended Date Reason ======= ==== ====== Mr C 09 Jan 24 Added SYSREPOSOLECONTROLS$DEFPREVPOSPROP_PROPERTY$ Added SYSREPOSOLECONTROLS$DEFPREVPOSPROP_HANDLER$ Mr C 29 Jun 21 Added SYSREPOSOLECONTROLS$DEFVALUESUPPORT$ */ /////////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////// #ifndef _DICT_SYSREPOSOLECONTROLS_EQUATES_ #define _DICT_SYSREPOSOLECONTROLS_EQUATES_ /////////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////// // Key Position Equates equ SYSREPOSOLECONTROLS$APPID$ to 1 equ SYSREPOSOLECONTROLS$ENTITYID$ to 2 // Column Position Equates equ SYSREPOSOLECONTROLS$CLSID$ to 1 equ SYSREPOSOLECONTROLS$DESCRIPTION$ to 2 equ SYSREPOSOLECONTROLS$PROGID$ to 3 equ SYSREPOSOLECONTROLS$DEFPROP_PROPERTY$ to 4 equ SYSREPOSOLECONTROLS$DEFPROP_HANDLER$ to 5 equ SYSREPOSOLECONTROLS$MULTICOLUMN$ to 6 equ SYSREPOSOLECONTROLS$DEFPOSPROP_PROPERTY$ to 7 equ SYSREPOSOLECONTROLS$DEFPOSPROP_HANDLER$ to 8 equ SYSREPOSOLECONTROLS$DBSUPPORT$ to 9 equ SYSREPOSOLECONTROLS$ICONVSUPPORT$ to 10 equ SYSREPOSOLECONTROLS$OCONVSUPPORT$ to 11 equ SYSREPOSOLECONTROLS$REQSUPPORT$ to 12 equ SYSREPOSOLECONTROLS$CLICK_EVENT$ to 13 equ SYSREPOSOLECONTROLS$POSCHANGED_EVENT$ to 14 equ SYSREPOSOLECONTROLS$DEFVALUESUPPORT$ to 15 equ SYSREPOSOLECONTROLS$DEFPREVPOSPROP_PROPERTY$ to 16 equ SYSREPOSOLECONTROLS$DEFPREVPOSPROP_HANDLER$ to 17 /////////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////// #endif /////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////