Solved

Universal GUI: Everything in detail tab gets selected and first row not visible

  • 6 April 2022
  • 2 replies
  • 21 views

Userlevel 5
Badge +16
  • Thinkwise Local Partner Brasil
  • 389 replies

Hi. I created a detail (view) and for some reason when I open it the first row stays blank and the rest gets selected..  which I cannot undo.  When I change the sort order it starts showing the first row. 

In the debug screen I find it odd that with every click on a record in this detail.. a layout() is called.. 

 

 

icon

Best answer by Dick van den Brink 6 April 2022, 20:53

View original

This topic has been closed for comments

2 replies

Userlevel 4
Badge +2

Hi Freddy, can you check if the primary key of the view is unique? 

When the PK is not unique, strange things can happen.

Userlevel 5
Badge +16

Hi Freddy, can you check if the primary key of the view is unique? 

When the PK is not unique, strange things can happen.

Yes, I forgot to mark to mark the last PK column.. Now it shows correctly..  although I still don't get why it does the layout() query.