Options

Get Temporary Record Filters in a Form

karuchuakaruchua Member Posts: 151
edited 2012-09-13 in Navision Attain
a running a report that processes and opens a form with temporary records.

can i be able to get temporary records filter in the form?

Comments

  • Options
    krikikriki Member, Moderator Posts: 9,089
    If you run the form as follows:
    FORM.RUNMODAL(FORM::"Some Form",tmpTheRecord);
    

    and tmpTheRecord is a temptable on which you have put filters. The form will show only the records in the temptable and will have the filters on it.

    I hope this answers your question.
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


Sign In or Register to comment.