Dear all,
I face error :This item must be bound to an alphanumeric field. [66000-149] when I add a Choosefromlist item in my form.
I know that If I want to set a ChooseFromList object, I must bind the EditText item to a data source. In addition, the connected data source field must be alphanumeric (dt_SHORT_TEXT for user data source).
But now, my item is not EditText, is EditTextColumn in Grid. I saw a lot of people post the solution of how to bind datasource to Matrix, but what I want is not matrix, is grid object.
I try
oGrid.Columns.Item(0).DataBind.SetBound(True, "", "EditDS")
but it have error that :
Public member 'DataBind' on type 'GridColumnClass' not found.
May I know how to Bind the datasource to GridColumn? or anyway that I can set the CFL without binding datasource?
Regards
Wong
Edited by: Wong Jing Dian on Jun 11, 2008 9:27 AM