Hello,
I would like to create a new form. I have two tables, table A and table B. Between table A and table B there is some relation, R. On the form, there have to be two grids, one next to each other. In the first grid, there will be values of table A. When the user selects the value in the first grid (from table A), in the second grid will be shown a values from table B, based on relation R.
I am not sure if there is some pattern, that could be used for this? If there is not any pattern, where these grids would be next to each other, is there some pattern, where the grids would be below each other? I have tried to create my own "custom" patter for the "below" case, but I am not sure, how to add the values, when I add the datasource to the form, then in a pattern, I add some grid and in the grid, I add e.g. string, select data source on that string and the field, but when I open the form, the grid is empty. Am I missing something, please?
Many thanks.