RE: Selecting multiple rows in a DISPLAY ARRAY
"Danny De Koster" <[email protected]>
| Newsgroups | gmane.comp.lang.4gl.fourjs.user |
|---|---|
| Message-ID | <[email protected]> |
John, What about using a input array with a field to select/deselect. Met vriendelijke groeten / Sincères salutations / Kind regards, Danny De Koster -----Oorspronkelijk bericht----- Van: [email protected] [mailto:[email protected]] Namens Brown, John - Dept. GB72 Verzonden: vrijdag 14 januari 2005 15:38 Aan: '[email protected]' Onderwerp: [fourjs-users] Selecting multiple rows in a DISPLAY ARRAY 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