HI,
I'm trying to build off the Tagging example and what I want to do is to add a series of buttons to the right of the browse table, that is hurdle one. After a user tags a number of records I then want to allow the user to click one of the buttons on the right which runs a server side procedure that updates those records, hurdle two. After that process completes I want to refresh the browse contents, hurdle three.
My approach has been, but I am not certain if it the best one, is to created a memory form with just the buttons on it (no save or cancel) and made it a child of the browse placed to the right. I am able to run server side code when the button is clicked but for the life of me I cannot figure out how to refresh the browse.
Any thoughts on a) the approach and b) refreshing the browse, would be most appreciated.
Regards
Parker