Thema
:
Delphi
Commit geht nicht (SQL)
Einzelnen Beitrag anzeigen
Hansa
Registriert seit: 9. Jun 2002
Ort: Saarland
7.554 Beiträge
Delphi 8 Professional
#
13
Re: Commit geht nicht (SQL)
21. Aug 2003, 22:47
zusammenfalten
·
markieren
Delphi-Quellcode:
procedure
TForm1.FormShow(Sender: TObject);
begin
i := 1;
StringGrid1.fixedColor := clBtnFace +10;
StringGrid1.Col := i;
(*
if StringGrid1.Options = goFixedVertLine then
StringGrid1.GridLineWidth := 0;
*)
StringGrid1.Cells [0,1] := IntToStr (i)+'
.
';
StringGrid1.Cells [1,0] := '
Art.Nr.
';
StringGrid1.Cells [2,0] := '
Art.Bez.
';
...
RecDataMod.Transaction.StartTransaction;
LabeledEdit1.SetFocus;
end
;
Gruß
Hansa
Zitat
Hansa
Öffentliches Profil ansehen
Mehr Beiträge von Hansa finden