PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Programmatically set a row or cell in a table (grid) readonly
Programmatically set a row or cell in a table (grid) readonly
Iniciado por guest, 15,ene. 2015 14:09 - 1 respuesta
Publicado el 15,enero 2015 - 14:09
Hi Guys

OK, this is not ReadOnlyNoSelection - this is the standard readonly where you cannot edit the value but you can select and copy the text
..State does not appear to support this for rows/cells so... any ideas?


I'm currently looking at leaving the fields editable and trapping keypresses so I can conditionally throw away edits but this could get messy, and probably won't work,
(some key event/_EVE.Return = False)

Cheers

Malc
Publicado el 15,enero 2015 - 17:29
Malc

AAF is your friend...

Right click on the table to display the options available
Copy the cell clicked
Copy the row clicked etc.

Options shown that you do not require can be hidden in the GUI tab > Popup Menu > Parameters