Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
object required Error
#1
Not Solved
Hi All,
I'm getting Object Required error for the below mentioned code
Code:
For i = 1 to row_cnt
WorkspaceName = Browser("").Page("").Frame("").WebTable("").GetCellData(i,col_cnt)
    If trim(WorkspaceName) = trim(Workspace) Then
        Set Workspace_Chk = Browser("").Page("").Frame("").WebTable("").ChildItem(i,1,"WebCheckBox",0)
        Workspace_Chk.Click
      Exit For
End If
Next

I tried using Wait and object.INIT too but the problem still exist. I have declared the Varible and used Option Explict also in the begining. I'm using QTP 9.5

Thanks in advance for help
Lokesh
Reply


Messages In This Thread
object required Error - by lokesh.vinu@gmail.com - 04-04-2011, 11:57 AM
RE: object required Error - by basanth27 - 04-05-2011, 10:11 AM
RE: object required Error - by tdevick - 04-05-2011, 09:29 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Intermitent "Object not visible" error erodpr 5 3,284 01-14-2016, 10:55 AM
Last Post: vinod123
  Unable to identify "Authentication Required" Dialog shaunysj 2 2,928 08-04-2015, 12:55 PM
Last Post: venkatesh9032
  ERROR : Object reference not set to an instance of an object. Suyashxp 2 6,950 12-30-2014, 11:32 AM
Last Post: ursprasadp
  code required for the following scenarios krithikaachari 0 2,127 09-27-2014, 01:00 AM
Last Post: krithikaachari
  object required shipu 1 3,843 01-16-2014, 08:11 PM
Last Post: supputuri

Forum Jump:


Users browsing this thread: 1 Guest(s)