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

2017-12-20 Thread A. Razzak Memon
Paul, Feel free to reach out to me if you need that sample form to illustrate the use of such cool feature. In addition, take a look at all supported PROPERTY/GETPROPERTY commands outlined in R:DocsX. Very Best R:egards, Razzak At 01:02 PM 12/20/2017, Paul C. Buckley wrote: Thanks Ever

Re: [RBASE-L] - ListView help

2017-12-20 Thread Randy Larsen
Thank you Razzak, I’ll look those over :) Cheers, -Randy If you want to go fast, go alone. If you want to go far, go together. -African proverb > On Dec 20, 2017, at 12:56 PM, A.

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

2017-12-20 Thread Paul C. Buckley
Thanks Everyone, That's what I thought I did. I'll recheck my code and try it again. Paul -Original Message- From: rbase-l@googlegroups.com [mailto:rbase-l@googlegroups.com] On Behalf Of A. Razzak Memon Sent: December 20, 2017 9:04 AM To: rbase-l@googlegroups.com Subject: Re: [RBASE-L]

Re: [RBASE-L] - ListView help

2017-12-20 Thread A. Razzak Memon
Randy, Take a close look at the following forms included with RRBYW19 sample database. . DynamicListViews . UsingListVAsCHOOSE . VarLookupListView . VarLookupListView2 Hope it helps! Very Best R:egards, Razzak At 12:48 PM 12/20/2017, Randy Larsen wrote: Hi Everyone, Do any of you know if

[RBASE-L] - ListView help

2017-12-20 Thread Randy Larsen
Hi Everyone, Do any of you know if it’s possible to programmatically set and get values from a variable list view? I’m trying to simulate and array (and would prefer to avoid temp tables) Thank you -Randy

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 yet but

Re: [RBASE-L] - From The Edge: Tip of the Day Digest (2017)

2017-12-20 Thread Albert Berry
On my desktop now. Thanks Razzak! > On Dec 19, 2017, at 10:28 PM, A. Razzak Memon wrote: > > Wednesday, December 20, 2017 > > To R:BASE Community: > > The updated end-of-the-year "Tip of the Day" Digest is now available! > > The "Tip of the Day" Digest is an archive of all "Tip of the Day" t

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

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

2017-12-20 Thread Paul C. Buckley
Good morning, Sorry, I need to repost this but I haven't received any feedback and I'm still trying to get this working. Thanks in advance. I'm using the latest release or R:BASE Extreme Enterprise and trying to use multi-select in a Enhanced DB Grid. Under DB Grid Options I have checked Multi