a customer just told me that, after moving from 4.1 to 5.2, the formindialog showing a list of record doesn’t move to the selected record anymore, if the list in longer than the max number of displayable records (say the list shows 10 records per time: if the selected is nr 4 no problem, it the selected is 31 the scrollbar cursor stays at the beginning).
I added a selectRecord, but it doesn’t work either: the selected record is correct, but the list stays on top.
I also tried removing the sort from the method calling the fid: same result.
michel:
Which 5.2 version are you using? Things have been fixed for this. I think you should have a look at 5.2.6
As Nick already stated, we’re on 5.2.6.
The record is selected, but selectRecord doesn’t scroll to the record (we’re in a formInDialog).
I also tried to update UI (just in case it was a refresh problem), but still no luck.
It sounds a lot like our fixed problem, but then slightly different. I think you should create a case, but I think they will ask you to make a small sample solution…
michel:
It sounds a lot like our fixed problem, but then slightly different. I think you should create a case, but I think they will ask you to make a small sample solution…
a customer just told me that, after moving from 4.1 to 5.2, the formindialog showing a list of record doesn’t move to the selected record anymore, if the list in longer than the max number of displayable records (say the list shows 10 records per time: if the selected is nr 4 no problem, it the selected is 31 the scrollbar cursor stays at the beginning).
I added a selectRecord, but it doesn’t work either: the selected record is correct, but the list stays on top.
I also tried removing the sort from the method calling the fid: same result.
We just discovered this issue ourselves. I’m glad to hear it will be fixed in 5.2.7. Will this also be the case for the web client. If I add a record to a table view that is displaying page 1 or 5, will it automatically load the last page so the user can see the record just added?
We just discovered this issue ourselves. I’m glad to hear it will be fixed in 5.2.7. Will this also be the case for the web client. If I add a record to a table view that is displaying page 1 or 5, will it automatically load the last page so the user can see the record just added?
lenore
The issue I fixed is for Smart client only, the problem was that scroll position was not remembered in tableview, form in dialog.