When I converted a project from VFP 6 to VFP 9, some form init events fired in a different sequence. I am observing this behavior in old converted 2.6 forms where the formset init event and the form init event have reversed their firing order. This causes problems because in the form init event I programmatically instantiate forms and other objects that are referenced in the init of the formset. Since they do not yet exist, hence the problem.
I am trying to find a good article to read about this new behavior but an MSDN search didnt provide any good documentation
I am trying to find a good article to read about this new behavior but an MSDN search didnt provide any good documentation