Hi all,

An obvious question to the more experienced, but how does one reset
the cursor's position to the first record in a tablebuffer?

Example
========

CustTable ct;

;

select ct;

while (ct)
{
    info(ct.AccountNum);

    next ct;
}

/*what call goes here to reset position of the cursor to the first
record in the table buffer?*/

while (ct)
{
    info(ct.Name);
   
    next ct;
}

Kind regards,

Christoph







SPONSORED LINKS
Computer part Programming languages Microsoft axapta
Support exchange


YAHOO! GROUPS LINKS




Reply via email to