Ver Mensaje Individual
  #3  
Antiguo 29-12-2003
NuncaMas NuncaMas is offline
Miembro
 
Registrado: oct 2003
Posts: 70
Reputación: 21
NuncaMas Va por buen camino
He hecho eso ultimo de abrir el formulario como normal y me pone:


"Cannot make a visible window modal"

Código:
procedure TFrmPrincipal.ActNuevoPresupuestoExecute(Sender: TObject);
begin
   With TfrmPresupuesto.Create(Self) do
    try
      ShowModal;
    finally
      Free;
    end;
end;
Responder Con Cita