Web Page - List - controlling the display of list rows
Posted: Thu Apr 26, 2018 9:55 pm
Hi,
when working with lists containing a lot of rows our customer wants to have the possibility to position the list by selecting e.g. a customer number.
After typing in a customer number the row of thís customer shall be displayed as first row in the display (without again reading or sorting the list).
So we make a SELECTLIST and when getting to the entry with the given customer number we set:
#List1.CurrentItem.Focus := True
But now - depending on the momentarily shown lsit rows - the row with the selected customer is displayed as first or last row or something in between.
What do we have to do to get this selected row always displayed as the first one?
Best regards,
Joerg
when working with lists containing a lot of rows our customer wants to have the possibility to position the list by selecting e.g. a customer number.
After typing in a customer number the row of thís customer shall be displayed as first row in the display (without again reading or sorting the list).
So we make a SELECTLIST and when getting to the entry with the given customer number we set:
#List1.CurrentItem.Focus := True
But now - depending on the momentarily shown lsit rows - the row with the selected customer is displayed as first or last row or something in between.
What do we have to do to get this selected row always displayed as the first one?
Best regards,
Joerg