I have a datagrid form with 10 fields in each row
Depending on contents of each dataset, I want to show just some of the fields.
So I would have expected, that one of the following approaches in a repeat with i = 1 to n construct works
get "show field " & quote & "Nr"& i & quote & " of me"
do it
get "set the visible of field "& quote &"Nr"& i & quote & " of me to true"
do it
But it doesn't

It works with images, it works with graphics, but it does not work with fields...
As I have graphics and fields in overlay, I estimated that perhaps layers do not work correctly in datagrid - so I made all graphics non-opaque - no result
I hope there is one out there who can give me the right hint.
Thanks in advance
Best regards
Ulrich