hi all,

i get this error during runtime:

Error executing code: Cannot call the NEXT command at this point. The
buffer was either (a) initiated on the server, (b) SELECT was never
called, (c) SELECT was called but no more rows exists, or (d) data
was assigned using the data() method.

the code hit error at "Next" statement for code like below:

static void Job297(Args _args)
{
    TblA      _Tbl_A;
    ;

    _Tbl_A =  Tbl_B::findbyParm(`Parm');  //this method
                //return recorset with type TblA

    while (_Tbl_A)
    {

      info(_Tbl_A.FieldA);
      next _Tbl_A;
    }
}


Anyone can help me on this? Thx in advance.

Rgds,
daniel








SPONSORED LINKS
Computer part Programming languages Microsoft axapta
Support exchange


YAHOO! GROUPS LINKS




Reply via email to