KoenPiller
Programmer
Hi,
I have this cursor to populate a grid :
CREATE CURSOR myCursor ( positive L, name c(10))
APPE FROM myTable
Would like the gridfield "positive" to show "Yes" if .T. and obviously "No" if .F.
Also user should be able to change this from Yes to No or vicacersa.
Thought of using a combobox with 2 possibilty only but fail to achieve this, anybody around to give me advice?
Thanks,
Koen
I have this cursor to populate a grid :
CREATE CURSOR myCursor ( positive L, name c(10))
APPE FROM myTable
Would like the gridfield "positive" to show "Yes" if .T. and obviously "No" if .F.
Also user should be able to change this from Yes to No or vicacersa.
Thought of using a combobox with 2 possibilty only but fail to achieve this, anybody around to give me advice?
Thanks,
Koen