Forum Discussion
YMinaev
Staff
14 years agoHi,
Your screenshots demonstrate BackColor property of the object which is the parent of 'DimensionTableNewUC'. You're probably trying to find an object using the BackColor.Name and Name property values belonging to different objects in the tree. You should use a property combination which belongs to a single object, not to several ones, in a single Find call.
Your screenshots demonstrate BackColor property of the object which is the parent of 'DimensionTableNewUC'. You're probably trying to find an object using the BackColor.Name and Name property values belonging to different objects in the tree. You should use a property combination which belongs to a single object, not to several ones, in a single Find call.