Hello
I need to input data in a GRID which columns are not in the same order that the table.
If I write the instructions:
with ThisForm.Grid1
.RecordSource = "CUSTOMER"
.Column1.ControlSource = "PHONE"
.Column2.ControlSource = "EMAIL"
endwith
I can see the columns in this order but can't edit or modify data.
P.S.: The Grid and the Columns have ReadOnly = .F.
¿ Some solution ?
Thanks in advance
Walter.
I need to input data in a GRID which columns are not in the same order that the table.
If I write the instructions:
with ThisForm.Grid1
.RecordSource = "CUSTOMER"
.Column1.ControlSource = "PHONE"
.Column2.ControlSource = "EMAIL"
endwith
I can see the columns in this order but can't edit or modify data.
P.S.: The Grid and the Columns have ReadOnly = .F.
¿ Some solution ?
Thanks in advance
Walter.