![]() |
![]() |
| Paypal | FTP | CCD | Buscar | Trucos | Trabajo | Foros |
|
|||||||
| Registrarse | FAQ | Miembros | Calendario | Guía de estilo | Temas de Hoy |
|
|
Herramientas | Buscar en Tema | Desplegado |
|
#8
|
|||
|
|||
|
Hola,
Cita:
Cita:
En cuanto a: Código:
if tRecibo.State = dsInsert Then
Begin
if tReciboEmpresa.AsString = 'C' then
Begin
spGen_ReciboC.ExecProc;
tReciboRecibo.AsInteger := spGen_ReciboC.ParamByName('id').AsInteger;
end
else Begin
spGen_ReciboA.ExecProc;
tReciboRecibo.AsInteger := spGen_ReciboA.ParamByName('id').AsInteger;
end;
end;
Que significa exactamente: spGen_ReciboC.ExecProc; y el 'id' de: spGen_ReciboA.ParamByName('id').AsInteger; ¿es una llamada al generador de IB desde el Delphi? ¿como hago para ponerle la A o la C delante? Muchas gracias por la ayuda, Virginia
__________________
Sonrie al mundo, y el mundo te sonreirá :) |
|
|
|