Hello,
I have one control HTML named reportHTML in my Form (FormReporte)
what is the best way to access
1. element.control(element.controlId(formControlStr(FormReporte, reporteHTML)))
2. element.design().control(element.controlId("reporteHTML"));
3. element.control(control::reporteHTML);
4. element.design().control(Control::reporteHTML);
I have AX 2012
Thank you
*This post is locked for comments
I have the same question (0)