Ver Mensaje Individual
  #4  
Antiguo 05-09-2008
Gabriel Gabriel is offline
Miembro
 
Registrado: may 2003
Ubicación: PalauTordera
Posts: 115
Reputación: 22
Gabriel Va por buen camino
Prueba haber esto....

Código:
 try
  Screen.Cursor := crAppStart;
  if not Assigned(FPersonal) then
  begin
   FPersonalDM := TFPersonalDM.Create(Application);
   FPersonal := TFPersonal.Create(Application, TabPersonal);
  end;
  PageControl1.ActivePage := TabPersonal; // TabSet per Personal en formulari principal
  FPersonal.Show;
  Application.ProcessMessages;
 Finally
  Screen.Cursor := crDefault;
 end;
saludos
__________________
Gabriel
Responder Con Cita