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 (dcl_Grid_GetCellText) (http://www.opendcl.com/HelpFiles/index.php?page=Reference/Method/Grid/GetCellText.htm) to get the displayed text, or (dcl_Grid_GetCellImages) (http://www.opendcl.com/HelpFiles/index.php?page=Reference/Method/Grid/GetCellImages.htm) to retrieve the ACI color or lineweight value rather than displayed text.
Quote(dcl_Grid_GetCellImages) to retrieve the ACI color
Aaah, good to know. It was the hell to parse the text values...
Regards, Fred