Hi Ganadhar, I had tried that earlier, it was not input the value unless select the particual cell from the Listview Table.
Just wanted to know how to activate the cell from ListView, one option is just click on the cell,but it is not advisable to select the cell by click with few coordinates. Regards, Yaseen On 6/23/10, Ganadhar Chordia <[email protected]> wrote: > > Try the following: > > > 'Dialog("Express Accounts [Software]").Dialog("New > Invoice").WinListView("Shipping Costs/Tax:").WinEdit("Edit").Type "10" > > Regards > Ganadhar > > > On Tue, Jun 22, 2010 at 12:21 PM, Yaseen Basha <[email protected]>wrote: > >> Hi , >> >> Please find the script below: >> >> Dialog("Express Accounts [Software]").Dialog("New >> Invoice").WinListView("Shipping Costs/Tax:").Select 0 >> 'Dialog("Express Accounts [Software]").Dialog("New >> Invoice").WinListView("Shipping Costs/Tax:").WinEdit("Edit").Set "10" >> >> The second lineis not inputting the value into the first row and first >> cellfrom the Listview table. >> >> >> Regards, >> YaseenBasha >> On 6/21/10, Abhijeet <[email protected]> wrote: >>> >>> Can you please be more specific ? It's hard to imagine the scenario >>> when the description is just one line. >>> >>> -Abhijeet >>> >>> On Jun 20, 12:13 pm, Yaseen Basha <[email protected]> wrote: >>> > Hi All, >>> > >>> > I have winlistview object in my application and i wanted to enter the >>> values >>> > in specific column and row,please give me the code/script to perform >>> the >>> > same. >>> > >>> > Thanks in advance >>> > YaseenBasha >>> >>> -- >>> >>> You received this message because you are subscribed to the Google >>> "QTP - HP Quick Test Professional - Automated Software Testing" >>> group. >>> To post to this group, send email to [email protected] >>> To unsubscribe from this group, send email to >>> [email protected]<mercuryqtp%[email protected]> >>> For more options, visit this group at >>> http://groups.google.com/group/MercuryQTP?hl=en >>> >> >> -- >> You received this message because you are subscribed to the Google >> "QTP - HP Quick Test Professional - Automated Software Testing" >> group. >> To post to this group, send email to [email protected] >> To unsubscribe from this group, send email to >> [email protected]<mercuryqtp%[email protected]> >> For more options, visit this group at >> http://groups.google.com/group/MercuryQTP?hl=en >> > > > > -- > You received this message because you are subscribed to the Google > "QTP - HP Quick Test Professional - Automated Software Testing" > group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<mercuryqtp%[email protected]> > For more options, visit this group at > http://groups.google.com/group/MercuryQTP?hl=en > -- You received this message because you are subscribed to the Google "QTP - HP Quick Test Professional - Automated Software Testing" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/MercuryQTP?hl=en
