Ver Mensaje Individual
  #4  
Antiguo 10-04-2008
Paulao Paulao is offline
Miembro
 
Registrado: sep 2003
Ubicación: Rua D 31 Casa 1 - Inhoaíba - Rio de Janeiro - RJ - Brasil
Posts: 637
Reputación: 21
Paulao Va por buen camino
EduarCol, yo hizo e ok, pero yo necessito cierrar el Form que haz el chamado, asi, haciendo con tu codigo:

Cita:
procedure TFRM_CNSCliente.Grid_00DBTableViewDblClick(Sender: TObject);
begin
if not Assigned(FRM_MNTCliente) then
begin
FRM_MNTCliente := TFRM_MNTCliente.Create(Self);
FRM_MNTCliente.ActiveMdiChild;
Self.Close;
end;
end;
Si hago asi, el form no aparece en la pantalla, pero el esta creado, pero solo no muestra. Es este mi problema, por eso yo intente hacer con el form Modal, pero tambien no logre exito.
Responder Con Cita