Hi All,
I have number of screens that will refresh the same data once an action has been complete. To refresh this I am currently creating a button on each page and when various items are updated, the button is selected using the "Select(BT_Button)".
While this is fine, I have found that I have multiple buttons that are doing the same refresh and when i need to update the button i have to update every one which is a pain.
Is there a way to have a global button "Or similar trigger" that will refresh data for me?