07-06-2011, 10:10 AM
Quote:I will always use the same CustomerAction, so is there a simple way how i can do this?If you meant , you dont like writing the same thing again and again,set it to an object
Code:
set Customer= Window("Customer").WinEdit("Name")
Now accordingly which parent window opens this window, you can write code as
Code:
Window("ParentName").Customer.Set "X"