Here is what I am trying to accomplish In my form now I use a scrolling region to enter data, I have fields for price, percent of price, which derives a third field of cost. What I do now is set percent of price to a default value(30%), in an on exit EEP from price I calculate (price*(percent)) to get cost. Then I use property to set the cost to that value. I do not use a variable because the cost can be manually entered as some value other than calculated. Everything works great in the scrolling region but I cannot figure out how to accomplish this in a db grid. Tom
________________________________ From: TOM HART <[email protected]> To: RBASE-L Mailing List <[email protected]> Sent: Wednesday, May 29, 2013 9:25 AM Subject: [RBASE-L] - RE: DB Grid question In your example is <Component ID> for the grid? Tom ________________________________ From: Tony IJntema <[email protected]> To: RBASE-L Mailing List <[email protected]> Sent: Wednesday, May 29, 2013 9:19 AM Subject: [RBASE-L] - RE: DB Grid question If you like to jump or something else to a specific field use the COLUMN feature. See R:docs: PROPERTY <Component ID> 'COLUMNS[N]->FIELDNAME' 'Value' Tony From:[email protected] [mailto:[email protected]] On Behalf Of TOM HART Sent: woensdag 29 mei 2013 16:10 To: RBASE-L Mailing List Subject: [RBASE-L] - DB Grid question Is there a way to assign a component ID to a cell in a DB Grid. I can't seem to find one Tom Hart

