RE: [RBASE-L] - Enhanced DB Grid Multi-Select Option

2017-12-20 Thread A. Razzak Memon
- Enhanced DB Grid Multi-Select Option Paul, Using the Enhanced DB Grid, when the "Multiselect" option is checked, the selected rows can be captured in a comma separated values for the specified field/column. Here is how ... Use the GETPROPERTY ComponentID 'SELECTEDVALUES[NN

RE: [RBASE-L] - Enhanced DB Grid Multi-Select Option

2017-12-20 Thread Paul C. Buckley
: [RBASE-L] - Enhanced DB Grid Multi-Select Option Paul, Using the Enhanced DB Grid, when the "Multiselect" option is checked, the selected rows can be captured in a comma separated values for the specified field/column. Here is how ... Use the GETPROPERTY ComponentID 'SELECTED

Re: [RBASE-L] - Enhanced DB Grid Multi-Select Option

2017-12-20 Thread karentellef via RBASE-L
Update to Paul: I just loaded the 12/14 build and the code still works fine for me. Karen -Original Message- From: karentellef To: rbase-l Sent: Wed, Dec 20, 2017 7:46 am Subject: Re: [RBASE-L] - Enhanced DB Grid Multi-Select Option Paul, I hadn't used this feature ye

Re: [RBASE-L] - Enhanced DB Grid Multi-Select Option

2017-12-20 Thread A. Razzak Memon
Paul, Using the Enhanced DB Grid, when the "Multiselect" option is checked, the selected rows can be captured in a comma separated values for the specified field/column. Here is how ... Use the GETPROPERTY ComponentID 'SELECTEDVALUES[NNN]' 'VarName' to capture selected values. The "NNN" i

Re: [RBASE-L] - Enhanced DB Grid Multi-Select Option

2017-12-20 Thread karentellef via RBASE-L
Paul, I hadn't used this feature yet but decided to give it a go. I haven't downloaded the latest release yet so this is 11/14 build. On my DBGrid, I checked "multi select" and gave it a componentID. I put a button with this code, trapping the integer column: GETPROPERTY gridHours 'SELECT