Init -> ValidateWrite -> Insert (?) what method is triggered when

I can not find any documentation about the order when standard form or table methods are fired.

i figured, with the help of the debugger, that table methods are run in the order InitValue, ValidateWrite, Insert. A map / diagram about all methods would be very helpful.

the following source only describes WHAT they do, not WHEN

http://msdn.microsoft.com/en-us/library/aa625830.aspx

http://msdn.microsoft.com/en-us/library/aa655101.aspx

thx! didn’t see that one :slight_smile: