If I use the Sort event:
It sounds like I could turn the sort off when adding and editing and as soon as they are over turn it back on. At that time I guess I would refresh the BO. I understand this concept but I do not understand how\where I would do these. I am sure I would turn it off beforesave and beforeedit if these events exists I will look and see and probably turn it on in aftersave.
If I don't use the Sort but use the Order by in the Select:
I would some way have to refresh the BO after saving the new record or saving the edit. Again where/how?
I will start looking at events of the BO and see what a come up.
Again Thanks you so much.
Yes, but you will constantly be fighting this...my recommendation would be to use the ORDER BY within the query in this particular scenario. Where you place this depends on what you are trying to accomplish, but BeforeAddNew would be one place to turn it off and AfterSave you could turn it back on.
In the AfterSave event you could resort the BO: