Hello all,
I am trying to call an inventory lookup form from a product builder
variable validation. The code looks like this:
FormRun fr;
Args arg = new Args(formstr(InventItemIdLookupadvanced));
;
fr = ClassFactory.formRunClass(arg);
fr.init();
fr.run();
fr.detach();
fr.wait();
The syntax is fine in normal X++, but product builder won't compile it.
If I leave everything down to fr.init and then remark everything below it, I
still get an error "73 The class FormRun does not contain this function". I
also get a Error 73 on the fr.run and fr.detach, the fr.wait is fine. Do I
need to do something different in product builder?
Regards,
Tom T.
[Non-text portions of this message have been removed]
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.

