At 02:02 PM 11/25/2013, Dr. Fritz Luettgens wrote:

I want to bring the value of any cell in colum1 within a dbgrid
with a mouseclick into a variable.
Idea is to click on a cell and the variable takes over the text
value, but cannot find the proper syntax.

On DB Grid Cell Click EEP:

RECALC VAR
GETPROPERTY <DBGrid1> "COLUMNS[0]->FIELDNAME" "variable"
RETURN

Fieldname is definitely wrong, something like cellvalue is what
I look for. I am sure there is a GETPROPERTY command, but just
can´t see it,


Dr. Fritz,

Here's how:

GETPROPERTY <EnhancedDBGridComponentID> CurrentCellValue 'varname'

Sie benötigen die neueste version der privaten Beta von
R:BASE eXtreme 9.5, um diese Eigenschaft Befehl verwenden.

Please feel free to reach out to me with any questions.

Very Best R:egards,

Razzak.

www.rbase.com
www.facebook.com/rbase
--
30+ years of continuous innovation!
15 Years of R:BASE Technologies, Inc. making R:BASE what it is today!
--


Reply via email to