|
error on ticket detail screen
Posted: 22 Apr 08 7:53 PM
|
On my Ticket Detail Screen, on the Contact lookup link, whenever i click this I get this error:
Error calling method AXFormChange Error in IDispatch.Invoke(): 0x80020101
Here is my code behind for me ToClick function on the Contact lookup:
Sub OnLookupGoToClick(Sender) InvokeMainView Sender.LookupID, "System:" & Right(Sender.Name, Len(Sender.Name) - 3) & " Details" 'DNL End Sub
After I click OK on the MsgBox, I go to that contacts detail view, why is this happening?
Am I missing something? |
|
|