Hi,

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
ADVERTISEMENT
click here


Yahoo! Groups Links

Reply via email to