I need to find a sure way to associate an edit field in an application with it's associated label.
I am sure this will be some VBScript solution, but am searching various VBScript forums with no luck.
Is this possible without resorting to relating screen objects based on their screen position? That seems unreliable since a user could change resolutions and therefore change screen postions of Labels/Edit fields.
so if the screen contains CUSTOMER ____________
then I want to recognize that the label CUSTOMER is related to the edit field adjacent to customer.
clear enough?