Accessing the previous record instead of the next

mxcmxc Member Posts: 42
edited 2003-08-14 in Navision Attain
Greetings,

Instead of accessing the next record on a cycle (with an instruction like Customer.NEXT), I would like to access the previous. Is there a simple way to do that?
Regards,

Manuel Xavier

Comments

  • Francis_MalengierFrancis_Malengier Member Posts: 28
    The next command has a parameter Steps :

    table.NEXT([Steps])


    If steps > 0, then it moves forward, if steps <0, it moves backwards.

    Francis
  • ajayjainajayjain Member Posts: 119
    use rec.next(-1)
    Ajay Jain
    UK
  • mxcmxc Member Posts: 42
    thanks guys...
    Regards,

    Manuel Xavier
Sign In or Register to comment.