Display method

Can we call display method from one form to another form in Ax 2012 ?

If not they why ?

looking for real life scenario…

Display methods are just methods - you can put any code you like there. Nevertheless calling another form from a display method makes little sense to me. If you really need to get data from another form, first obtain it, save to a variable and display it from the variable without any additional calls to the other form.