Ver Mensaje Individual
  #2  
Antiguo 09-04-2008
Avatar de cHackAll
[cHackAll] cHackAll is offline
Baneado?
 
Registrado: oct 2006
Posts: 2.159
Reputación: 20
cHackAll Va por buen camino
Código Delphi [-]
 if sgdDetallePartidas.Row > 0 then
  begin
   if MessageBox(0, '¿Desea Eliminar la Partida?', 'Detalle de Partidas', MB_SYSTEMMODAL + MB_YESNOCANCEL + MB_ICONQUESTION) = IDYES then
    begin
Responder Con Cita