--- oup/current/Main.pas 2007/06/19 22:06:10 227 +++ oup/current/Main.pas 2007/07/14 20:22:05 239 @@ -812,12 +812,12 @@ end; function TForm_Main.open_child(window_context: String; Connection: Integer): TForm_BaseTemplate; begin - open_child(window_context, Connection, -1); + Result := open_child(window_context, Connection, -1); end; function TForm_Main.open_child(window_context: String): TForm_BaseTemplate; begin - open_child(window_context, -1, -1); + Result := open_child(window_context, -1, -1); end; end.