Description
Uniface should support windows standard pattern to select more than one rows a time. Expecially in grid widgets
Use Case
User shoud be capable to select more rows a time using +CTRL or +SHIFT on keyboard.
Importance
Almost all windows application supports this pattern. Without this you need to desing a checkbox or a similar way to permit user selecting multple rows
Type
Grid
Operating System
Windows
Status
Closed
Status = Closed
When the user clicks the row header the extended trigger RowHeader_LClicked gets fired.
As parameters you get occurrence number and wich (shift,alt,control) keys were pressed.
This enables you to create any selection mechanism you like.