Hello,
I have a form with 2 datasources.
- New_Table
-RouteTable
the new table has relation to RouteTable on RouteId with relation 0 to 1 to RouteTable.
On the form I have a grid with datasource = New Table.
The grid has fields from NewTAble and one field from RouteTable. RouteTable.Name.
When I open the form I can see the name for all existing records. The join on the datasource RouteTable is set to InnerJoin.
May problem is that when I add a new record the Name stays empty even when I move to the record below in the grid.
I've tried overriding the write method and forcing a reread() and refresh() of both datasources but not successs.