[RBASE-L] - R:BASE Training - Make an Impact on Your Applications

2018-04-11 Thread John Minyo II
Wednesday, April 11, 2018 Dear R:BASE Community, R:BASE Technologies has announced the R:BASE Training event in San Diego, CA. In this training, attendees can expect to make use of their enhanced understanding of the R:BASE environment and controls to develop a more comprehensive and

RE: [RBASE-L] - Enhanced DBGrid Refresh

2018-04-11 Thread Paul C. Buckley
Claudine, I have an Enhanced DB Grid on several forms in the current database I’m working on. I don’t have an dropdown fields but I have the code below in the On Exit EEP for the grid. See if this helps. PROPERTY TABLE tablename 'POST' PROPERTY TABLE tablename 'REFRESH' Good luck,

RE: [RBASE-L] - Enhanced DBGrid Refresh

2018-04-11 Thread Claudine Robbins
Paul, Karen, The POST/REFRESH combo didn’t work and I already have the external table as a slave in the form. My expression lookup is different. I’m populating a dropdown box for column CARRIER, not picking a value. And I can’t snip the resulting screen… Claudine

Re: [RBASE-L] - Enhanced DBGrid Refresh

2018-04-11 Thread karentellef via RBASE-L
One other thing. When you have your lookup defined, are you putting the second lookup value in <> ? That trips me up all the time. It helps with refreshing the lookup when you leave the row, so perhaps it also makes this dynamic? I mean: actname IN accounts WHERE acctno = Karen

Re: [RBASE-L] - Enhanced DBGrid Refresh

2018-04-11 Thread A. Razzak Memon
FWIW ... It was the R:BASE Development Team who provided you with the insight as well as the correct syntax to use that technique of using Lookup Expressions in DB Grid control. Very Best R:egards, Razzak At 08:48 AM 4/11/2018, karentellef via RBASE-L wrote: Claudine: Just yesterday (in

RE: [RBASE-L] - Enhanced DBGrid Refresh

2018-04-11 Thread A. Razzak Memon
Hi Claudine, I know you do! However, my reply was intended for Karen Tellef who never mentioned nor acknowledged the help and support from the Development Team of R:BASE Technologies. Very Best R:egards, Razzak At 05:05 PM 4/11/2018, Claudine Robbins wrote: Duly noted. And I do

RE: [RBASE-L] - Enhanced DBGrid Refresh

2018-04-11 Thread Claudine Robbins
A simple oversight I'm sure :-) -Original Message- From: rbase-l@googlegroups.com [mailto:rbase-l@googlegroups.com] On Behalf Of A. Razzak Memon Sent: Wednesday, April 11, 2018 4:39 PM To: rbase-l@googlegroups.com Subject: RE: [RBASE-L] - Enhanced DBGrid Refresh Hi Claudine, I know you

RE: [RBASE-L] - Enhanced DBGrid Refresh

2018-04-11 Thread Claudine Robbins
Duly noted. And I do appreciate all the gracious and professional help you and your team provide. Claudine -Original Message- From: rbase-l@googlegroups.com [mailto:rbase-l@googlegroups.com] On Behalf Of A. Razzak Memon Sent: Wednesday, April 11, 2018 3:22 PM To:

Re: [RBASE-L] - Enhanced DBGrid Refresh

2018-04-11 Thread A. Razzak Memon
It is recommended to reference the "actual" product documentation, especially during active development. In the Form's help, within the Enhanced DB Grid > Columns > Enhanced Properties: When using a Lookup Expression field type, changes to the cell value will display the previous value

Re: [RBASE-L] - Enhanced DBGrid Refresh

2018-04-11 Thread karentellef via RBASE-L
Yep, I had it noted in my "cheat sheet" document as a fix that was made in 2014 in version 9.5, but my print-screen example was still the original one that RBTI had created! I replaced my print-screen with the updated screen, and now I'll never "forget" that new syntax again! Goes to show that