$ERR_INVARG
420
Invalid argument
One of the following has occurred:
- A parameter is invalid for a given usage. If this error occurs in an ActiveX API routine and AXDEBUG is set to yes, additional information regarding the exact error state is displayed in the debug log.
- A record in a Select statement does not match. For example, a specific record passed to JoinSelect.GetRowArrayIndex() does not exactly match a record specified in the Join, or a record passed to Rows.Fill() is not the exact same record specified in one of the From objects used in the Join.
- A record accessed by a Select statement is smaller than expected, and the Select attempted to access data in a field that is beyond the end of the record. ERTEXT may include the message “Field reference not entirely part of record as defined in file.”