Originally posted by AndreGixxer
View Post
Announcement
Collapse
No announcement yet.
Announcement
Collapse
No announcement yet.
Club Gixxer k6
Collapse
This topic is closed.
X
X
-
ShowMessage('cRifDocu -> ' + cRifDocu);
ShowMessage('dDatDocu -> ' + DToS(dDatDocu));
ShowMessage('cCodFor2 -> ' + cCodFor2);
try
if DMAux.TBPick.Seek(KEY_DDTFORNITORE +
cRifDocu + DToS(dDatDocu) + cCodFor2) and
DMAux.TBPick.Found then
begin
if RecLock(DMAux.TBPick, DMAux.TBPick.RecNo) = lrBloccato then
begin
try
DMAux.TBPick.Edit;
DMAux.TBPick.FieldByName('LFATT').AsBoolean := True;
DMAux.TBPick.FieldByName('CRIFFATT').AsString := Trim(cRifDocu + DToS(dDatDocu) + cCodFor2);
DMAux.TBPick.Post;
finally
DMAux.TBPick.Unlock(DMAux.TBPick.RecNo);
end;
end;
end;
finally
DMAux.TBPick.RipristinaStato;
end;
Comment
-
Originally posted by stranacreatura View Postma allora c'? tempo.
comincia per? a fare caldo gi? adesso!
a giugno giriamo in canotta e bermuda?
scherzo... ma da quello che ho capito 80 posti vanno via veloci....
almeno una prenotazione fossi in voi la farei..... IMHO
io cmq ci sar?!
Comment
-
Smanettonazzo
- Nov 2006
- 13263
- 51
- Maschio
- 20
- roma
- cercare accessori per la mia "creatura" a tempo pieno
- yamaha r1 solo pista
- Send PM
-
Smanettonazzo
- Nov 2006
- 13263
- 51
- Maschio
- 20
- roma
- cercare accessori per la mia "creatura" a tempo pieno
- yamaha r1 solo pista
- Send PM
X
Comment