Hi guys
I have a page who's source table is temporary
I load data into this temp table in onOpenPage
Now my issue is that I want the user to be able to refresh the data shown, on a list page where the table isn't temporary the user can just click the Refresh action which shows on every page
Obviously this doesn't work for my page.
I can't find any sort of OnRefresh trigger, so I can only see one option, adding another page action called Reload but this seems counter intuitive from a users point of view?
If I could hide the standard refresh button it would help, my page type is worksheet so I only have Refresh and Clear Filter buttons in the ribbon
So my question is how can I refresh my data when the inbuilt refresh button is clicked or how can I hide the standard refresh button ?
Thanks in advance
0
Answers
http://www.sist.biz/en/ [en] | http://www.sist.biz [de]
I had considered adding a "hidden action " as suggested but I'm still left with a non functional refresh button
Your suggestion to use the onAfterGetRecord looks like the best option, thanks
Atleast I wasn't missing something blindingly obvious
Promote that action and give it the Refresh image and they probably won't notice a difference. I wonder if you created this action and gave it the shortcut key of F5 if it would trigger when the user presses F5 to do a normal refresh?