04-07-2009, 04:08 PM
you have missed '('
hope this would work fine for you!
Code:
If (Browser("MyApp").Page("MyApp").Check CheckPoint("MyApp"))) Then
Reporter.ReportEvent micPass, "Page_Load", "Success!"
End If
hope this would work fine for you!