Originally posted on Learn Dynamic Ax with Johnkrish :
METHOD 1:
public class FormRun extends ObjectRun
{
boolean val;
}
void clicked()
{
Bill_TabMethod bill;
super();
if(val==false...(read more)
↧