Subject Updating the join fields without post or postretaining
Author kostas5813
Excuse for my bad English.

I have a editable TIB_Query.
Select o.OrderID, o.customerID, C.Name
From orders o
Join customer c on (c.customerID = o. customerID)
For updates

I add a new record on a TIB_Grid.
As soon as I o.CustomerID assigns, should appear to the c.Name
even before a post or Postretaining is done so that the
users have the option to cancel.

Is there a solution?

thanks a lot,
Kostas