Bogemic Software        Bogemic Software RSS  Subscribe: RSS       Products  |  Purchase  |  Support  |  Contact      
Products
  Bogemic Apps
  Bogemic Docs
  Bogemic Studio
  Bogemic Grid
  Services
Order Now
Ordering Process
Documentation
Press Releases
Reseller
Feedback Form
Technical Support
Contact

Back to Contents



The BGMGrid object returns the following error codes:

Error codeSymbolic nameDescription
0x80004003E_POINTERan invalid pointer was used
0x8007000EE_OUTOFMEMORYthe method failed to allocate necessary memory
0x80070057E_INVALIDARGone or more arguments are invalid
0x80004005E_FAILthe method failed
0x8FFC0001E_GRIDgeneral grid error
0x8FFC0014E_GRID_SAMENAMEa column with such name already exists
0x8FFC0015E_GRID_INVALIDNAMEthe column name is invalid
0x8FFC0016E_GRID_CANCELLEDthe operation has been cancelled
0x8FFC001EE_GRID_OUTOFRANGEthe value is out of range
0x8FFC0028E_GRID_NOTFOUNDthe specified item was not found
0x8FFC0032E_GRID_FILENOTFOUNDthe file was not found
0x8FFC0033E_GRID_FILEOPENERRORthe file cannot be opened
0x8FFC0034E_GRID_FILEREADERRORthe file cannot be read
0x8FFC0035E_GRID_BADCHUNKbad chunk format
0x8FFC0036E_GRID_CHUNKERRORchunk handling error
0x8FFC0037E_GRID_FILEWRITEERRORthe file cannot be written
0x8FFC0038E_GRID_XMLDOCERRORthe XML document cannot be created
0x8FFC0039E_GRID_XMLFILEERRORthe XML file cannot be created
0x8FFC003AE_GRID_XMLREADERRORthe XML file cannot be read
0x8FFC003BE_GRID_XMLFMTERRORinvalid XML format
0x8FFC003CE_GRID_CSVREADERRORthe CSV file cannot be read
0x8FFC003DE_GRID_CSVWRITEERRORthe CSV file cannot be written
0x8FFC0064E_GRID_ALREADYEXISTSthe specified item already exists
0x8FFC00A0E_GRID_INVALIDPROPunknown property identifier
0x8FFC00AAE_GRID_BADCHARSETan invalid font charset was specified
0x8FFC00B4E_GRID_ROWINGROUPthe row is in a group
0x8FFC00BEE_GRID_HIGHROWthe row is too high
0x8FFC00C8E_GRID_WIDECOLUMNthe column is too wide
0x8FFC00D2E_GRID_WRONGDTthe data type is wrong
0x8FFC00D3E_GRID_INVALIDRANGEan invalid range was specified
0x8FFC00DCE_GRID_EMPTYGRIDthere is no data to print
0x8FFC00DDE_GRID_INVALIDVARthe variable name is invalid
0x8FFC00DEE_GRID_VARNOTFOUNDthe variable does not exists


Back to top