Ver Mensaje Individual
  #1  
Antiguo 07-10-2013
willwallace willwallace is offline
Miembro
NULL
 
Registrado: feb 2013
Posts: 10
Reputación: 0
willwallace Va por buen camino
Problema al ocultar y hacer visible un FORM

Buenas tardes amigos tengo el siguiente problema: mediante un boton quiero ocultar un form y hacer visible otro

Código Delphi [-]
procedure TForm1.BitBtn4Click(Sender: TObject);
begin

Form15.Visible:=True;
   Form1.Visible:=False;
end;
y al ejecutarlo me sale el siguiente error q desconozco
"
Cita:
access violation at address 0054E16E in module 'NEMAC.exe'. Read of address 0000038C.
"

por favor solicito algun consejo

Gracias de antemano.
Responder Con Cita