I love it how it works in Axapta!
The way to get it to work is:


dialog.allowUpdateOnSelectCtrl(true);

and then:

public void dialogSelectCtrl()
{
    ;
    super();

    if ((DialogFieldName1.value()=="")
    {
        DialogFieldName1.value( DialogFieldName2.value() );
    }
}

This is all to get another value into a DialogField when you enter
that field :-)





Yahoo! Groups Sponsor
ADVERTISEMENT


Yahoo! Groups Links

Reply via email to