Error Messages/40879
< Error Messages
Revision as of 02:15, 6 February 2010 by AManandhar (talk | contribs) (Created page with '= Error Message Examples = The table indexes specified to MakeChangesInTable do not match the actual existing table indexes for HugeTable. In this release, they must match ex…')
Error Message Examples
The table indexes specified to MakeChangesInTable do not match the actual existing table indexes for HugeTable. In this release, they must match exactly.
Cause
The indexes passed to the function MakeChangesInTable is not the same as the indexes of the Table you are trying to modify. The passed indexes and the actual indexes must be the same. You may have made a typo while specifying the indexes to the function.
Please visit the following links to learn more about the MakeChangesInTable function and for examples.
Remedies
Correct the indexes passed to the MakeChangesInTable function to the indexes of the Table being modified.
Comments
<comments />
Enable comment auto-refresher