why we use partner function in so many places.like in customer master, sales activities, maintain customer record etc.
1 6640Post New ATP Interview Questions
What does ipc stand for in banking?
How to install angular 4? Explain
How can I create a database?
When can a company advertise that a product is 'on sale'?
What is the difference between 'white hat seo' and 'black hat seo'?
Explain key features of Spark
Where we use clrscr in c?
Explain lifecycle methods.
Why does the browser display the slow script warning?
i want information about API testing and i want info like how process can be done in company? i want added info like coding ,debugging, desing in c.v ? what should add in c.v for eg banking domin? pls any answer my question?
How is the mvc design pattern used in struts framework?
How did c++ start?
What are screen objects?
How does SAP BODI handle integration with different types of target systems, such as databases, data warehouses, or applications?
Hi, I have 2 dropdown listboxes called region and city/area. It needs to select one region(Santa Clara) and one city/Area (Sunnyvale).So I put this in the for loop and I am storing the Items in the variable called itemname. The regions value will get changed,so I used reg expression for this regions. This is my code Browser("MLSListings.com").Page("MLSListings.com").Link("ยป County/Area").Click Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Check CheckPoint("regions") ListSize=Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetTOProperty("items count") For i = 1 To ListSize-1 Itemname =Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetItem(i+1) Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Select Itemname ................. If I run the script,I am getting the following error, Cannot identify the specified item of the regions object. Confirm that the specified item is included in the object's item collection. Any Help? Thank you, Uma