Form Designing

Hi

I have a form and if i click on a field on that form another form should be opened…how can i do that in ax2012 R2

Hi,

I’m using AX 2009 but I think it’s quite the same: add a clicked() method on your field, in the clicked() method use the menufunction class and call the menu item that calls your form with the correct parms

let me know if you want more details

Regards,

Thomas

Hi,

If you click a filed or click a button ??

1)if button means write code in the clicked method and call the menubutton of form here.

  1. if field means write a code in modified method of that field and call the form menu button here.