Search found 2 matches
- 10.11.2005, 13:42
- Forum: 6.1.5
- Topic: Error using GotoBookmark in Linux
- Replies: 0
- Views: 743
Error using GotoBookmark in Linux
I've use Delphi 7 + ZeosLib 6.1.5 with Linux Conectiva 10 and Firebird 1.5. See the code above: var X:TBookMark; begin with Table1 do begin //only fill :) insert; Table1COD.Value:=1; Table1TITLE.Value:='TEST '+IntToStr(Random(10)); post; //here :( X:=GetBookmark; Refresh; GotoBookmark(X); FreeBookma...
- 10.11.2005, 13:37
- Forum: Firebird
- Topic: I've a problem with ZeosLib + Firebird with Linux
- Replies: 0
- Views: 1350
I've a problem with ZeosLib + Firebird with Linux
I've use Delphi 7 + ZeosLib 6.1.5 with Linux Conectiva 10 and Firebird 1.5. See the code above: var X:TBookMark; begin with Table1 do begin //only fill :) insert; Table1COD.Value:=1; Table1TITLE.Value:='TEST '+IntToStr(Random(10)); post; //here :( X:=GetBookmark; Refresh; GotoBookmark(X); FreeBookma...