Right now I have my code in the ParentFormLoading event of my primary business object. It does change the editing state correctly, but it will not honor the form properties 'FocusControlOnAdd and FocusControlOnEdit'.
Thanks,
Tim
You may need to do this in the Shown event of the form in order to make this work properly with the Focus().
Thanks