How to Refresh detail table during insertion of mastertable record?

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Luis Augusto

How to Refresh detail table during insertion of mastertable record?

Post by Luis Augusto » Mon 09 May 2005 21:36

In a Master-Detail relationship (based on the Master table field "Customer"), during the insertion process of a master table record (Table Orders), I want to be able to bring up to the screen the customer history of purchases (Table Sales) at the moment I provide the value of the field "customer".
Using BDE, the detail table is refreshed just after I fulfill this field with a valid customer.
Using SDAC, this does not happen.

Why? How can I make this to happen?

Ikar
Posts: 1693
Joined: Thu 28 Oct 2004 13:56

Post by Ikar » Tue 10 May 2005 13:31

Thank you for information.
We reproduced your problem and fixed it. This fix will be included in the next SDAC build. It will be available in about three weeks.

Post Reply