Hi,
I want to open a form, let's say inventTable with the item 4711
being marked, but I want see all the other items too.
If I open a form like:
args = new Args(formstr(InventTable));
args.record(item4711);
formRun = classFactory.formRunClass(args);
formrun.init();
formRun.run();
formRun.detach();
I get a form with only one record in. Record is "item4711".
I want that "item4711" is marked and all other items are also
displayed.
How have I to modify my code ?
Regards
Manfred
| Yahoo! Groups Sponsor | |
|
|
Yahoo! Groups Links
- To visit your group on the web, go to:
http://groups.yahoo.com/group/development-axapta/
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

