So sieht mein Projektquelltext aus.
Delphi-Quellcode:
Application.Initialize;
Application.Title := 'my programm';
Application.CreateForm(TfmMain, fmMain); -->"fsMDIForm"
..............
..............
Application.CreateForm(TfmProzessdata, fmProzessdata); --> "fsMDIChild"
..............
..............
Application.Run;
Ich habe die Zeilen jetzt in "Show" des fmMain gebracht und jetzt geht's erst mal zum Test.
Vielleicht wird wirklich in neueren Versionen gleich der Fokus auf MDIChild gelegt, wie Satty67 sagt.