No of visitors who read this post: 539
Category: Misc Software
Type: Question
Author: Alan Wuest
No votes yet

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.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

#

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 effected. 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.