I'd like to save the grid layout whenever the user makes changes to the grid layout. I'm thinking about using the column choose box, or even just moving columns around in the view. What's a good event to hook for this?
Maury
Interesting. Ok, I'm not sure I fully understand where this might effect me, but I'll keep an eye out.
Just remember if a user makes grid layout changes then the grid is given a new data source there is a risk that some of the changes will be lost if there are over riding commands in the initialize layout event. I normally pick column change and sort order change and save the layout on those two. I always save on the form close.
Hi Maury,
To trap for any time anything changes would require you to hook quite a number of different events. Typically, the best thing to do is to simple save the layout once in the Form_Closing event.