Recuperar valor de uma celula com estilo

Started by hvcrou · 2012-09-25 23:14 UTC · 2 replies · SMF topic #1896

Hello

How do I retrieve the selected value of a cell of the grid with the following styles:

(dcl_Grid_SetCellStyle grdPadrao CLin 3 20)
(dcl_Grid_SetCellStyle grdPadrao CLin 5 33)
(dcl_Grid_SetCellStyle grdPadrao CLin 7 32)
(dcl_Grid_SetCellStyle grdPadrao CLin 9 21)

Tanks : :-[
You can use {2} to get the displayed text, or {2} to retrieve the ACI color or lineweight value rather than displayed text.
(dcl_Grid_GetCellImages) to retrieve the ACI color

Aaah, good to know. It was the hell to parse the text values...

Regards, Fred