Issue with Current Record Selection

In the web client, when a single record is selected from a list view, the actual selected record is not displayed. So I checked and found that Instead, the foundset points to a record index that is not defined.

When foundset.getSelectedIndex() is called the function returns a 0. Hence the foundset is set to an index which is nonexistent.

This only happens in the web client. Can anyone pls tell me how to solve this?

Which version of Servoy are you working on?

And when you say list, do you mean TableView?

Paul

I,m using Servoy 4.0.1. OK its like this.
I have a page that displays in Table View. as the first column I have a button “view detail”, which opens up a detail form with the details of the selected record. In the Web Client, when I click the “view details” button, it doesnt select the record I selected. the get setected index returns a 0.

It doesn’t sound correct.

There have been a couple of reports in this area, which are fixed for the next release, which is to be released shortly.

Please test with the new version and if the problem persists, please file a case in our support system for this, preferably with sample solution.

Paul