How to lookup using temporary table, and retrieve user multi-select?

Hi,
i need to do a lookup but using a temporary table. I came across this post: https://forum.mibuso.com/discussion/36722/use-existing-table-to-display-external-info , but then this does not work for me because i also need to receive user's multi-selection so i need getselectionfilter()..

Any workaround idea?

Thanks!

Answers

  • vaprogvaprog Member Posts: 1,136
    • Use a variable for the Page, so you can call functions from the page.
    • set the SourceTableTemporary property to true/Yes
    • fill Rec from OnOpenPage or create a function that copies record from a table passed as a parameter to Rec
    • After the user returns from the page with ACTION::LookupOK call getselectionfilter
Sign In or Register to comment.