Dear Friends,
In Ax (X++), we can use next option in While Select statement to move to next record. But, for move to previous record, what we have to use. (ex.)
For move to next record....
While Select tablename where tablename.condition
{
statement...;
next tablename;
}
This moves to next record
As it is what shall we use to move to previous record.
Thanks,
Rajkumar.G
*This post is locked for comments
I have the same question (0)