I have form "A" with a grid and it contains 2 display menu items(button1,button2).
when i click button1 for a certain record in the grid it opens a new form "B" that also contains a button (button3).
what i want is, when this button3 is disabled i want button2 to be disabled too.
i went to form B and looked for the method that disabled button3, so i should write my new code here, i made button2 Auto decleration to yes... now in form B how i'm going to get button2 as the form where button2 is ,is the caller for form B.