RE: 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 Danny, Thanks for that - this is the conclusion I was coming to, but I was rather hoping the MSWin style shift-click, ctrl-click type of action was already built in. Using an input array, I assume that I could detect the shift-click key and then fill in the additional selection field all the way back to the last selected record above or the top of the array, whichever comes first. This solution wouldn't quite work in the same way as using shift-click as it wouldn't work in the opposite direction unless I store the number of the last selected row - even then I am not sure we could completely match the MS Windows UI standard, but it would probably be usable. I don't suppose anyone has done this already. John -----Original Message----- From: [email protected] [mailto:[email protected]]On Behalf Of Danny De Koster Sent: 14 January 2005 14:58 To: [email protected] Subject: RE: [fourjs-users] Selecting multiple rows in a DISPLAY ARRAY 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