Ver Mensaje Individual
  #2  
Antiguo 07-01-2009
Avatar de defcon1_es
defcon1_es defcon1_es is offline
Miembro
 
Registrado: mar 2004
Ubicación: Cuenca - España
Posts: 533
Reputación: 21
defcon1_es Va por buen camino
Prueba a quitar el with, o ponerlo así
Código Delphi [-]
Application.CreateForm(TfSalidas,fSalidas);
  try
    fSalidas.tag:=1;  //Llamado desde form1
    fSalidas.show;
  finally

end;
__________________
Progress Openedge
https://abevoelker.com/progress_open...dered_harmful/


Delphi forever...
Responder Con Cita