Constant Reference > Error Constants |
Applies To
Trappable errors for TDBGrid and TDBDropDown controls
Values
Description |
Run Time |
4097 - Cannot initialize data bindings |
dbgBINDERROR |
4098 - Invalid setting for name property |
dbgINVPROPVAL |
6145 - Invalid column index |
dbgCOLINDEX |
6146 - Control not properly initialized |
dbgNOTINIT |
6147 - Column not found |
dbgCNOTFOUND |
6148 - Invalid row number |
dbgINVROWNUM |
6149 - Invalid bookmark |
dbgINVBOOKMARK |
6150 - Invalid selected row bookmark index |
dbgBADSELRIDX |
6151 - Scroll arguments out of range |
dbgSCROLLRANGE |
6152 - Invalid setting for ScrollBars property |
dbgINVSBSTYLE |
6153 - Error occurred while trying to update record |
dbgUPDERROR |
6154 - Error occurred while trying to add record |
dbgADDERROR |
6155 - Error occurred while trying to delete record |
dbgDELERROR |
6156 - Data type mismatch during field update |
dbgCOLDATA |
6157 - Data type incompatible with column data type |
dbgINCOMPAT |
6158 - name is not a valid data field name |
dbgFIELDERR |
6159 - Cannot delete multiple rows |
dbgDELMULTROWS |
6160 - Data access error |
dbgDATAACCESS |
6161 - Operation is invalid within the event name |
dbgBADEVENT |
6162 - Property is not available in this context |
dbgNOPROPNOW |
6163 - No current record |
dbgNOCURREC |
6164 - Caption text is too long |
dbgCAPTOOLONG |
6244 - Invalid split index |
dbgSPLITINDEX |
6245 - Invalid value list index |
dbgVLINDEX |
6246 - Error accessing value item |
dbgVITEMERR |
6247 - Invalid style index |
dbgSTYLEINDEX |
6248 - Duplicate style name |
dbgDUPSTYLE |
6249 - Error accessing style |
dbgSTYLEERR |
6250 - Error updating style |
dbgUPDSTYLE |
6251 - Error removing style |
dbgREMSTYLE |
6252 - Error adding cell condition |
dbgADDCELLCOND |
6253 - Invalid style name |
dbgSTYLENAME |
6254 - Error applying style |
dbgAPPLYSTYLE |
6255 - Bitmap is too large |
dbgBMPTOOLARGE |