Difference between revisions of "Error Messages/40879"

(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…')
 
Line 1: Line 1:
= Error Message Examples =
+
[[Category: Error messages]]
 +
 
 +
== Error message examples ==
 
   
 
   
 +
<pre style="background:white; border:white; margin-left: 1em; font-style:italic">
 
  The table indexes specified to MakeChangesInTable do not match the actual
 
  The table indexes specified to MakeChangesInTable do not match the actual
 
  existing table indexes for HugeTable. In this release, they must match exactly.
 
  existing table indexes for HugeTable. In this release, they must match exactly.
 +
</pre>
  
= Cause =
+
== 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.
 
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|MakeChangesInTable function and for examples.]]
+
== Remedies ==
= Remedies =
 
  
 
Correct the indexes passed to the [[MakeChangesInTable]] function to the indexes of the [[Table]] being modified.
 
Correct the indexes passed to the [[MakeChangesInTable]] function to the indexes of the [[Table]] being modified.
  
<br><comments />
+
==See Also==
 +
* [[MakeChangesInTable]]
 +
* [[Table]]
 +
* [[Working with Arrays (Tables)]]
 +
* [[Arrays and Indexes]]
 +
* [[Function calls and parameters]]

Revision as of 20:21, 5 April 2016


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.

Remedies

Correct the indexes passed to the MakeChangesInTable function to the indexes of the Table being modified.

See Also

Comments


You are not allowed to post comments.