RoguePoet01
Programmer
Hi,
I can't seem to find how to reference and send a row of data to a form's textboxes in winform mode.
With a flexgrid it used to be something like:
With form
.textbox(1) = .flexgrid.TextMatrix(.flexgrid.Row, 1)
.textbox(2) = .flexgrid.TextMatrix(.flexgrid.Row, 2)
.textbox(3) = .flexgrid.TextMatrix(.flexgrid.Row, 3)
End With
Would appreciate some help.
Thanks.
I can't seem to find how to reference and send a row of data to a form's textboxes in winform mode.
With a flexgrid it used to be something like:
With form
.textbox(1) = .flexgrid.TextMatrix(.flexgrid.Row, 1)
.textbox(2) = .flexgrid.TextMatrix(.flexgrid.Row, 2)
.textbox(3) = .flexgrid.TextMatrix(.flexgrid.Row, 3)
End With
Would appreciate some help.
Thanks.