Ver Mensaje Individual
  #5  
Antiguo 07-01-2009
drykea drykea is offline
Miembro
 
Registrado: abr 2007
Posts: 113
Reputación: 18
drykea Va por buen camino
Otra vez, gracias por las respuestas.

He probado el código como ha dicho Caro:
Código Delphi [-]
fSalidas := TfSalidas.Create(Self); //Self nos indica el formulario actual
  try
      fSalidas.tag:=1;  //Llamado desde form2
      fSalidas.Show;
  finally
  end;

Y me da el error:
Código:
Project GestionArchivo.exe raised exception class EAccessViolation with message
 'Access violation at address 0046D308 in module 'GestionArchivo.exe'. Read of address 00000048'. Process stopped. Use Step or Run to continue.
¿Sabeís por qué?
Responder Con Cita