Using C# screen customization:
- How can you call a save in code?
- How do you call a refresh in code?
Using C# screen customization:
I think you might find some good examples if you search this site for
oTrans.Update()
or oTrans.Refresh()
Yes you got it:
oTrans.Update(); //save as if clicking the save icon
oTrans.Refresh(); // refresh as if clicking the refresh icon