Hi,
(Using NT 5.36 with the 5.34 web folder because of the "lookup bug".)
I have a NetWebBrowse
with 2 rows of data, for example:
row1: CustomerID | CustomerName
row2: CustomerAddress
In the settings of the field "CustomerName" I have set
"Last On Line" to ON.
Now when the browse is shown, I see 2 rows of data, so that's ok.
But the grey selection bar on the first record is gone.
After that I select a record, so then I see the 2 rows are becoming grey (selected).
I press Change to change the record and when I press Save, I come back in the browse.
But again, no grey selection bar on the record I have just changed!
The template generates this code:
Loc:Selected = Choose(p_web.IfExistsValue('CUS:CusID'),p_web.GetValue('CUS:CusID'),p_web.GetSessionValue('CUS:CusID'))
When I check the value of Loc:Selected, it contains the correct CusID.
But no selection bar on the record in the browse!
When I set "Last On Line" to OFF, so I have 1 row with data, then THERE IS a grey selection bar on the record that I have last changed, so that is ok.
Question is: Why isn't this working on MULTI-ROW browses? Is there a problem in netweb.js?
I see something with data-nt-rows, data-nt-value and data-nt-id.
Who can help me with this please?
It's very annoying not to have a grey selection bar when you return from the form to the browse.
Best regards
Jeffrey