How to step through records in a tabular form?

hazemhazem Member Posts: 187
Hello everybody

I have a tabular form that is not based on a table. Is it possible to step through the records shown on the form? For example how to go to next record?

Comments

  • krikikriki Member, Moderator Posts: 9,118
    2 ways:

    1) put all records in a temptable and then run the form with the temptable: FORM.RUNMODAL(FORM::"The Form",tmpTheTempTable);

    2) you need to put some code in the "OnFindRecord" and "OnNextRecord"-triggers. Look in form 498:"Reservation" for an example.
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


Sign In or Register to comment.