TPgTable.Post (active record ?? )

Discussion of open issues, suggestions and bugs regarding PgDAC (PostgreSQL Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
yapt
Posts: 69
Joined: Mon 16 Mar 2009 12:06

TPgTable.Post (active record ?? )

Post by yapt » Thu 16 Apr 2009 17:30

Hello,

I have a question, perhaps it is a bug or perhaps it is a misunderstanding from my side. I don't know.

I am doing a:
.....
TPgTable.post;
TPgTable.edit;
.....

And it is editing another record from table.

After a TPgTable.Post, active record must be the posted record or not ?

Greetings.

yapt
Posts: 69
Joined: Mon 16 Mar 2009 12:06

Post by yapt » Thu 16 Apr 2009 18:24

Forget it.

MasterRecord of PGTable.Post was not positioning to the right parent record.

PgTable.Post was going fine, but locate cannot find it because parent record is pointing to another subset.

Sorry.

Post Reply