<br> I need help with a Run-Time Error ' 426 ' - Only one MDI form allowed. I am trying to access a socket on the MDI form from a module. The code is as follows:<br><br> From Module:<br> ============<br><br> for x=1 to sockets<br> byte=frmMain.Socket2(x).Write(buffer,len(lgn))<br> next x<br><br><br> The Error is Generating from the second line of code. It seems it cannot access the socket2 on frmMain from a module. I know the line of code is right hense it works on the client in the same fashion. <br><br> The error it generates is Only one MDI form allowed. I am baffold any help will be appreciated... John Stephens<br>