Hi Erel,
I tried to simplify my app to reproduce the problem and in the process I figured it out. It occurs with this line of code:
Table2.LoadTableFromCSV(File.DirAssets, "groupg.csv", True)
This opens a database table. And the table rows are indeed clickable!
I moved this line of code to a new sub and I call for this sub using CallSubDelayed.
Problem solved!
Erel, thank you for your support! (You pointed me in the right direction.) I know when I post a question I get good responses and that encourages me to keep trying and not give up.