Updating contact Information System Error

Asked By 20 points N/A Posted on -
qa-featured

The problem is occurring within the MIE Application.

When I try to run it, I get this error. Please help!

 
Program Error
Error updating contact information.
System Error: No current record.
SHARE
Answered By 0 points N/A #150435

Updating contact Information System Error

qa-featured

The Statement “No Current Record” means that the record pointer is now in a position where there is no valid record. The pointer is being used in such a state to update a record. This is never possible to update some thing that does not exist. This In such cases, you have to insert a new record first before you can update it.

The contact information may have the same reason for not being affected. If you can see the record being displayed, but an event shows such error then you may take it for sure that some codes in the software are not at their best and need to be debugged.

Thanks.

Related Questions