Duringtroubleshooting it is nice to know the navigational path to a control on aform, for example a button which opens a new form. In Ax2012 when a find ifperformed on the entire form the location of the control is not indicated as itprovides the listing in the designlist section only. To find the actuallocation of the control this can be achieved by performing a find but it mustoriginate on the designs/design section of the form.
This differs from previous versions of Ax do to the designlist section not existing in previous versions
You can also figure out the control's place in the design hierarchy by looking at the HeirarchyParent property to trace up the tree back to the root of the design.