como poner un combobox dentro de un grid
no se como colocar un combobox dentro de un grd para que me despliege la informacion de un campo
with thisform.grid1.column1
.sparse=.T.
.bound=.T.
.header1.caption="Campo"
.addobject("cmbmiCombo","combobox")
.currentcontrol="cmbmiCombo"
with .cmbmiCombo
.readonly=.F.
.rowsourcetype=3
.rowsource="select * from mitabla into cursor micursor"
.style=2
.BoundColumn=1
endwith
.visible=.T.
endwith
.sparse=.T.
.bound=.T.
.header1.caption="Campo"
.addobject("cmbmiCombo","combobox")
.currentcontrol="cmbmiCombo"
with .cmbmiCombo
.readonly=.F.
.rowsourcetype=3
.rowsource="select * from mitabla into cursor micursor"
.style=2
.BoundColumn=1
endwith
.visible=.T.
endwith
