StrataFrame Forum

Question about the navigation buttons on toolstrip

http://forum.strataframe.net/Topic20353.aspx

By Sam Garvin - 10/25/2008

Hi!!!

Is there a way to interact with the navigation buttons on the maintenanceformtoolstrip AFTER they have been clicked and all their inherent functionality has been executed?

Thanks!!!

By Edhy Rijo - 10/25/2008

What are you trying to do exactly?
By Trent L. Taylor - 10/26/2008

Yes, but you won't do this on the toolstrip (it is dumb and actually calls BO logic) so you would just handle BO events, for example the AfterAddNew, BeforeSave, AfterSave, etc.
By Sam Garvin - 10/26/2008

Yes, I've seen the afterSave, beforeSave, etc. and I'm actually using them.

I want to do something after the next, prior, first, last buttons have been clicked and after they have done what they do, I'm trying to find an alternative way to use the lookup values, so when those buttons are clicked and the proper row information is displayed, then I want to do something and assign some values to some labels.

I guess I'm looking for something similar to the dodefault in VisualFoxpro.

I know that my questions are not PHD material or candidates to win the best question of the month, I'm just trying to learn and understand SF and see If I can work with it, that's all.

Thanks

By Aaron Young - 10/26/2008

Take a look at the business object Navigating and Navigated events. Both will fire at different stages when the navigation buttons are used. Navigating fires during the record change and Navigated fires once it is complete.
By Trent L. Taylor - 10/27/2008

Yup, Aaron is right on target Smile
By Sam Garvin - 10/27/2008

Thank you Aaron!!!

Take care!!!