Howto Select Multiple Rows in a Lookup Form

StefanStefan Member Posts: 5
edited 2000-02-24 in Navision Financials
Anyone an idea how to select multiple rows in a lookup form? I want the marked rows of the form in a record.

Comments

  • jpjp Member Posts: 47
    You must select the rows using the MARK function or CTRL-F1. Just highlighting the rows means nothing to Navision. The marked records can then be filtered using the MARKEDONLY function.

    The normal means of calling and returning from a lookup form does not return filters. So, you must declare the lookup form as a form variable, and create code that returns the filter settings back to the calling routine.

    -jp
    -jp
  • LudoLudo Member Posts: 14
    Hint : have a look at the SETSELECTIONFILTER commando. Sure looks <img border="0" title="" alt="" src="images/smiles/icon_cool.gif" /> no ?

    BR,
    Ludo
Sign In or Register to comment.