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


Yahoo! Groups Links

Reply via email to