hi, any 1 know how to move record to first cursor in Axapta?
eg.
{
    SalesTable    _tblSales;
    ;
    select _tblSales;
    while(_tblSales)
    {
        if(_tblSales.SalesId == '0005')
           info(_tblSales.SalesId);
         next _tblSales;
    }
 
    After this loop, I want move _tblSales point to 1st record and do comparison again!
    Thanks!
 
 
from
Chea Khem Hoong - Malaysia


Sharing the knowledge on Axapta.


Yahoo! Groups Sponsor
ADVERTISEMENT
click here


Yahoo! Groups Links

Reply via email to