Skip to main content

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.. 

 

 

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

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


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.