Hi there,
I have a problem with filtering data on a listpart.
I do not have a 1 to 1 relation between the master page and subpage (listpart).
So i like to create a function inside the subpage. Call the function on "OnAfterGetCurrRecord" with a value from rec.
Please see:
http://i.imgur.com/UfuYldM.png
Are there anyone who know how to transfer values to subpage and show them in a texbox?
Best Regards
Thusann
Comments
- in main page, call this function using CURRPAGE.<name of subpage>.PAGE.<name of function>
That's what I've tried but I can see it does not update the list party on the "master" page.
Example, if I create a message, it comes up fine but I can not get viewed to show the filtered items.
Do it work for you?