Js forms data grid and icons
Kelly Burgess
kellyb at montana.com
Mon Mar 14 01:01:06 UTC 2022
Hi Wayne,
>I’m still having problems getting icons to show up in a data grid In studio.
I managed to get an icon to appear in a datagrid on a remote form like this -
- Set datagrid.$userdefined to kTrue
- Set datagrid.$currentcolumn to 3
- Set datagrid.$columndatacol to 3 (also set similarly for cols 1 & 2)
- Set $columnstyledtext to kTrue for column 3
Calculate icontext as style(kEscBmp,1658)
Then just concatenate icontext onto a column 3 value in the $dataname list.
Kelly
More information about the omnisdev-en
mailing list