08-04-2009, 01:41 PM
Ok I finally found.
It's possible with the Reporter.ReportEvent.
It's possible with the Reporter.ReportEvent.
Code:
If table.GetCellData(rowExNum, colExNum) = "COMPLETED" Then
Reporter.ReportEvent micPass, "Order Status", "OK"
Else
Reporter.ReportEvent micFail, "Order status", "Not OK"
End If