Hi all,
I used to get selected lines with getselectionfilter on a form but now i need to get the selected lines not from a subform page but from the header table.
In short. i have a Rent header and Rent Line tables, Rent and Rent Subform pages. How can i get the Lines selected on Rent Subform page and use that lines in Rent Header table?
0
Answers
Add this line of code in the function:
CurrPage.SETSELECTIONFILTER(RentLine);
Call getselectionfilter() from your RentHeader.
Blog - rockwithnav.wordpress.com/
Twitter - https://twitter.com/RockwithNav
Facebook - https://facebook.com/rockwithnav/