Forum Discussion

msal4434's avatar
msal4434
Occasional Contributor
8 years ago

selecting cell from the grid.

Can anyone help me with selecting a cell from the (dvg) grid by name? VB Script

Screenshot attached

 

 

12 Replies

  • sanjay0288's avatar
    sanjay0288
    Frequent Contributor

    Hi msal4434,

       Can you please provide more information as the information provided is not sufficient.

     

    May be as a heads up you can try something like this GridObj.Rows.Cells.Item(1).Click

    • msal4434's avatar
      msal4434
      Occasional Contributor

      Tried with GridObj.Rows.Cells.Item(1).Click it says object not found.

      more info

       

      At the moment I am using below script to select a row but i want to select it by name

      Call Aliases.VIP.ProviderTypeForm.tab.Browse.dvg.Click(90, 24)
      Call Aliases.VIP.ProviderTypeForm.tab.Browse.panel1.btnModify.ClickButton

      • sanjay0288's avatar
        sanjay0288
        Frequent Contributor

        Hi,

          Can you please spy on the control and provide a snapshot showing the properties and methods for that particular control