Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
how to check data/list in dropdown list
#2
Solved: 10 Years, 9 Months, 2 Weeks ago
Hi Gurram,

just check with the below code :
Code:
datasheet_item=trim(datatable("Dtcolname",dtGlobalSheet))
DDList_ItemCount=Window("..").winComboBox("...").GetItemCount()
   For i=0 to (DDList_ItemCount-1)
       ddlist_item=trim(Window("..").winComboBox("...").GetItem(i))
           if (datasheet_item=ddlist_item) then
                 msgbox "data is same"
                 Exit for
           end if
   Next
Reply


Messages In This Thread
RE: how to check data/list in dropdown list - by sreekanth chilam - 03-25-2008, 01:19 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Not able to get the list of items in Delphi Combobox Environment Object Raj Aryan Singh 3 1,960 02-04-2020, 12:32 AM
Last Post: Raj Aryan Singh
  Different Type of Dropdown Selector zunebuggy 6 2,849 05-01-2018, 06:46 PM
Last Post: zunebuggy
  List of properties same alpha1 4 2,435 05-11-2016, 01:18 AM
Last Post: alpha1
  [UFT] Compare value of List with DataTable robertosalemi 2 2,890 04-06-2016, 08:12 PM
Last Post: robertosalemi
  Auto Complete list not displayed in PEGA7 adityacharan 0 2,323 11-29-2015, 12:07 PM
Last Post: adityacharan

Forum Jump:


Users browsing this thread: 1 Guest(s)