Hi all,
I have a problem with a delphi app, in which I run an AutoIt script for automatic testing. The problem is, that each time I add a new field, the controlIDs of some of the edit or dbedit fields are being changed. That way, I always have to go through all the fields in the Auto-It script to reassign the correct controlID.
The "Instance" under "Basic Control Info" from the Window Info tool changes also.
Here is an example how do I enter text in the fields:
ControlSend("WindowTitle", "", "TDBEdit14", "29.06.2013")
where 14 is the instance number.
Any workaround or solution for this?
Kind Regards,
Dimce