Hi all,
I have a problem on a form with updating records in a specific data source:
For example I have table/datasource 1 which is the main datasource for my form, and table/datasource2 2 which has a delayed join.
Now if I change fields in my form that are fields in datasource1 and select the next record from datasource 2 it gets updated.
When I change fields in my form for datasource 2 it doesn't get updated when I select the next record of data source 2.
There is a linktype method under datasource 1 a validatewrite.
Do I need to make a refresh method on data source 2 and write a ds refresh/reread method?
Thanks!
*This post is locked for comments
I have the same question (0)