Hi I'm new to the forum and have only been maintaining with QA Wizard for about a year. Recently we began having trouble with scripts that we've used for 2 years. The script is meant to continue looping through a list of items found in a drop down box until EOF. However, now the script picks the first item, does what it needs to do but instead of picking the next item in the list it stays on the first and tries to run the script again on the same item. It used to know how to pick the particular items from the drop down list. Any ideas?
Here's a snippet of code:
While
!EOF("eEMS:eEMS.CP_Employee_Default_Charges_1P")
select
List Box DropDownList
=FIELD("eEMS.CP_Employee_Default_Charges_1P", "Employee")
check Box
List Box DropDown List -1
Thanks for the feedback