ContributionsMost RecentMost LikesSolutionsRe: Combo Boxes Overlapping Combox Boxes/Text BoxesHi David, Not sure if i will be able to make a test on that Masterapp as i would need to talk to one of the developers to see if they can provide the app for me. I have attached a couple of screen prints that show the way the combo boxes are positioned on the application form that i am testing. The control that playback of a test has most problems with is the TDBLookup ComboBox although the problem is intermittent as there are many controls of this type throughout the application, although if playback fails on one control it will consistently fail on the same control when re-running the test.Re: Combo Boxes Overlapping Combox Boxes/Text BoxesHi I also got around this problem using the keypress event alhough this is not ideal as i could not replicate a click event on the control i wanted to perform the action on. David i was not completely sure on what you meant by vendor and version of the control anyway i can provide this info for starters, the application is developed using Delphi 5 Enterprise and the two controls that testcomplete seems to have some trouble with are the TDBComboBox and the TDBLookupComboBox hope this helps a bit.Re: Combo Boxes Overlapping Combox Boxes/Text BoxesCan anybody provide any advice on this problem as i am now encountering on more and more of my tests.Combo Boxes Overlapping Combox Boxes/Text BoxesHi I am very new to TestComplete and i am currenlty creating tests for a form application developed in Delphi. Basically i am getting the following error during the playback of my tests: The window is invisible and thus cannot be activated. I think that this error is ocurring beacuse when i am using the click action to select values from combo boxes that are overlapping other combo boxes or textbox controls the current control cannot be activated. However if i run another test using the tab control to select the combo box and use the arrow keys on the keyboard to select the value the same test runs correctly. I would like a bit of advice on how to reslove this issue, i have read a bit on overlapping events but i am not really sure how to implement this as to get the click selection of values in overlapping combo boxes. Any help appreciated.