Hello How to use this function?
Search this forum on keyword SetSelectionFilter. But maybe search your Navision help file first using the same keywords.
hi The system marks the records the user have selected on the forms. For eg add a new button on the lcoation list form, Write the follwing code OnPush trigger of the button CurrForm.SETSELECTIONFILTER(REC); Message(’%1’,COUNT); Run the form and click the new button u have added. The system will display the number of records u have selected on the lcoation list form.Try this by selecting 1, 2, 3 or more records. Hope this will maked u understand. Hari