Hi all
I do have a form with a grid connected to a datasource. Now I expand the grid with fields, pointing to data on a tmpTable. These fields are hidden until I mark a checkbox on the form. With this mark I set the fieldsvisible, calculate the relating tmpData and set it.
The tmpTable on the Form has property "JoinSource" and LinkType outerJoin set.
Now my data is not visible.
Can someone help me out?