overwrite method on a field on a grid called jumpRef

public void jumpRef()
{
  FormRun FR;
  Args args = new Args();
    ;
     args.name(formstr(YourMainTableForm));
     args.caller(this);
     FR = classFactory.formRunClass(args);
     FR.init();
     FR.run();
     FR.detach();
}


and from now if You press right mouse button on a field and select go
to main table - YourMainTableForm appears

regards [dw].









SPONSORED LINKS
Computer part Programming languages Microsoft axapta
Support exchange


YAHOO! GROUPS LINKS




Reply via email to