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
- Visit your group "development-axapta" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

