Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Wincombobox issue
#6
Not Solved
Saket ,yes i did b=a.readdall

then i compared .Its not at all working .
Changed the code as per saket AND Basanth ..still not working .Below one is my changed code as per saket

Code:
Set a=CreateObject("scripting.filesystemobject")

Set b=a.opentextfile("C:\Documents and Settings\madhu\Desktop\te.txt",1)


c=b.readall



End If



d=Window("Flight Reservation").WinComboBox("Fly From:").GetItemsCount
temp=0

For i=0 to d-1

g=Window("Flight Reservation").WinComboBox("Fly From:").GetItem(i)

h=h+g+vbcrlf



Next
MsgBox h
If h = c then temp=1
If temp=1 Then

MsgBox "pass"

else

MsgBox "Fail"
End If
Window("Flight Reservation").Close
Reply


Messages In This Thread
Wincombobox issue - by 1981.madhu@gmail.com - 10-26-2009, 01:11 PM
RE: Wincombobox issue - by Saket - 10-26-2009, 01:20 PM
RE: Wincombobox issue - by 1981.madhu@gmail.com - 10-26-2009, 04:38 PM
RE: Wincombobox issue - by basanth27 - 10-26-2009, 04:54 PM
RE: Wincombobox issue - by Saket - 10-27-2009, 10:08 AM
RE: Wincombobox issue - by 1981.madhu@gmail.com - 10-27-2009, 05:02 PM
RE: Wincombobox issue - by Saket - 10-27-2009, 05:11 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Has anyone seen wincombobox.select leave the window? RandomGrin 1 2,863 12-23-2014, 01:52 PM
Last Post: neha kandhari

Forum Jump:


Users browsing this thread: 1 Guest(s)