Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
Table: Customview, user can only list.Designer: At the beginning of a row I added a button. In the Server event I use $record = $button->getCurrentRecord(); $id=$record["id"]; to get a table field (autoincr.).But the value is always from the first row.With an other table no custom view it works fineWhat can this be.
Just in case make sure you have selected a proper key column for this table. Key column values must be unique for each row.