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

Reply via email to