Selecting multiple rows in a DISPLAY ARRAY
"Brown, John - Dept. GB72" <[email protected]>
| Newsgroups | gmane.comp.lang.4gl.fourjs.user |
|---|---|
| Message-ID | <[email protected]> |
Hi All, Is it possible to do this using Genero 1.3? We would like to display a list of values so that the user can select a range of values using shift-click, or a multiple individual values using ctrl-click. It is obviously easy to this for a single value using arr_curr to return the position of one selected row, but how can we allow the user to select multiple rows? Any ideas? Thanks John