Search found 5 matches

by carlocat
17.05.2010, 20:09
Forum: ZeosLib 7.0 Beta Forum
Topic: Problems with DBGrid
Replies: 9
Views: 1324

So, do you confirm that there is a bug?

Thank you very much.
Carlo
by carlocat
10.05.2010, 15:29
Forum: ZeosLib 7.0 Beta Forum
Topic: Problems with DBGrid
Replies: 9
Views: 1324

Sorry for the delay, i was out from my office for a project. First of all thank you very much for the answers: I give you a simple project to replicate the problem: This is the table: CREATE TABLE test ( recno serial NOT NULL, field1 character(10), field2 character(10), field3 character(10), codext ...
by carlocat
23.04.2010, 15:21
Forum: ZeosLib 7.0 Beta Forum
Topic: Problems with DBGrid
Replies: 9
Views: 1324

Hello to everyone, sorry i've forgotten the DB. I'm using PostgresSQL. I don't have filter and order by. The ZQuery using a sortorder to field1. Removing the field it works. So my question is:"Why the dataset change if i change the field2 that is not sorted"? Thank you in advance, Carlo p....
by carlocat
19.04.2010, 09:30
Forum: ZeosLib 7.0 Beta Forum
Topic: Problems with DBGrid
Replies: 9
Views: 1324

Anyone can help me please?
by carlocat
16.04.2010, 15:37
Forum: ZeosLib 7.0 Beta Forum
Topic: Problems with DBGrid
Replies: 9
Views: 1324

Problems with DBGrid

Hello, i've got this situation: - Delphi 2010 - TZquery (every version, even the ZEOSLIB_TESTING_REV800_COMPACT version) - TDBGrid linked to the datasource of the TZquery At the beginning i've got these DataSet: recno field1 field2 field3 1 R R R 2 G G G 3 H H H 4 P P P And the cursor positionated a...