Search found 5 matches
- 30.04.2010, 17:59
- Forum: 6.6 - stable
- Topic: Error Installing on Delphi7
- Replies: 1
- Views: 336
- 30.04.2010, 17:51
- Forum: 6.6 - stable
- Topic: Error Installing on Delphi7
- Replies: 1
- Views: 336
Error Installing on Delphi7
Hi,
I have try to install on Delphi 7 and an error occour.
I have try to compile "ZComponentDesign.dpk" and the error is in the file "ZPropertyEditor.pas" with "Undeclared Identifier : 'LineEnding'.
Can help me ?
Thanks.
I have try to install on Delphi 7 and an error occour.
I have try to compile "ZComponentDesign.dpk" and the error is in the file "ZPropertyEditor.pas" with "Undeclared Identifier : 'LineEnding'.
Can help me ?
Thanks.
- 13.10.2008, 18:42
- Forum: PostgreSQL
- Topic: Warning during console application
- Replies: 13
- Views: 1944
- 22.08.2007, 16:17
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Bug on Eof in TZTable 6.6.2-BETA
- Replies: 2
- Views: 928
- 17.08.2007, 18:44
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Bug on Eof in TZTable 6.6.2-BETA
- Replies: 2
- Views: 928
Bug on Eof in TZTable 6.6.2-BETA
if use this code
ZTABLE.Open;
while not(ZTABLE.Eof) do
begin
ZTABLE.Edit;
ZTABLE.FieldByName('test').AsString := 'TEST';
ZTABLE.Post;
ZTABLE.Next;
end;
ZTABLE.Close;
The don't change the state and the progam is in loop ( this run correctly with 6.5.1 )
Thank's
ZTABLE.Open;
while not(ZTABLE.Eof) do
begin
ZTABLE.Edit;
ZTABLE.FieldByName('test').AsString := 'TEST';
ZTABLE.Post;
ZTABLE.Next;
end;
ZTABLE.Close;
The don't change the state and the progam is in loop ( this run correctly with 6.5.1 )
Thank's