I want to display and edit a temporary record from invent table in the
form invent table.
Calling form invent table like:
_args = new Args();
_args.name('InventTable');
_args.caller(this);
inventTable.setTmp();
_args.record(inventTable);
formRun = classFactory.formRunClass(_args);
formRun.init();
formRun.run();
formRun.wait();
from a class has no success. The form displays the permanent record
for this itemid.
I have found no example in Axapta.
In form LedgerTransBase there is an example with a temporary table.
But this is a temporary table defined in AOT.
In my case I have only temporary data in a record.
Any hints appreciate.
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.

