Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Checking existence of few fields after a selection made
#25
Solved: 10 Years, 9 Months, 2 Weeks ago
Hi Prabhat,

In that case you can use the Reporter.Filter property for not showing the failed one.

On Error Resume next

Code:
Reporter.Filter = rfDisableAll

blnVal = Object.Check (CheckPoint(""))

If (blnVal) Then

    Reporter.Filter = rfEnableAll

    Reporter.ReportEvent micPass, "Pass", ""

Else

    Reporter.Filter = rfDisableAll
    
    Reporter.ReportEvent micFail, "Fail", ""
        
End If

Reporter.Filter = rfEnableAll

On Error GoTo 0
Reply


Messages In This Thread
RE: Checking existence of few fields after a selection made - by guin.anirban - 08-03-2010, 01:48 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Weblist selection diya 11 20,570 06-16-2015, 08:27 PM
Last Post: rajpradeep32
  Issue related to dropdown selection(Please help urgent) excellentpawan123 2 4,061 05-31-2014, 12:00 PM
Last Post: excellentpawan123
  How to check empty fields? ripchin 1 3,272 05-10-2014, 01:18 PM
Last Post: Ankur
  How to mask the particular read only mode fields while capturing screenshot in QTP kalaivanan123 2 3,372 03-18-2014, 11:31 AM
Last Post: basanth27
  Payment details fields are getting flushed vimalkamothi 4 3,124 01-04-2014, 11:09 AM
Last Post: vinod123

Forum Jump:


Users browsing this thread: 1 Guest(s)