Dear All :
Is it possible to display 2 fields inside lisbox: 1st column being logical field displaying in checkbox, 2nd column being character field display as usual character.
Below list Listbox.Init for your correction.
Many thanks and happy programming.
Smarty
Is it possible to display 2 fields inside lisbox: 1st column being logical field displaying in checkbox, 2nd column being character field display as usual character.
Below list Listbox.Init for your correction.
Many thanks and happy programming.
Smarty
Code:
SELECT Button6
zap
GO TOP
IF EOF() AND BOF() && empty table
FOR I = 1 TO 6
APPEND BLANK
replace Button6.serial WITH ALLTRIM(STR(I))
replace Button6.lcheck WITH .T.
ENDFOR
ENDIF
this.RowSourceType = 6 && Fields
this.RowSource = "Button6.lcheck, serial"
this.ColumnCount = 2