PeterWallace
Programmer
I fill a flexigrid with data
one of the columns is eMpty ( actually a space )
on selecting tthe row and Double click I would like to
place a TICK CHR(251) in the column ( if Aready TICK toggle a space )
unfortunatly I can not get chr(251) to display as a Tick
get a U with amulet !
Anyboby got Idea what is correct character, or how I can do this ?
Have done for i = 1 to 255 : debug.print chr(i) : next
no TICK shown
Peter
one of the columns is eMpty ( actually a space )
on selecting tthe row and Double click I would like to
place a TICK CHR(251) in the column ( if Aready TICK toggle a space )
unfortunatly I can not get chr(251) to display as a Tick
get a U with amulet !
Anyboby got Idea what is correct character, or how I can do this ?
Have done for i = 1 to 255 : debug.print chr(i) : next
no TICK shown
Peter