Ver Mensaje Individual
  #5  
Antiguo 04-11-2005
pyanqn pyanqn is offline
Miembro
 
Registrado: oct 2005
Posts: 54
Reputación: 19
pyanqn Va por buen camino
Ok.
Código Delphi [-]
 
     try
       if ((FrmSeleccion.Showmodal)=mrOk) then
       Begin
          //Algo aqui
       end;
     finally
        FrmSeleccion.Free;
     end;
end;

El error es el siguiente: No se puede crear un formulario modal.
Responder Con Cita