aggeliki23
Programmer
Hello all.
I'm using adodb recordset in vb6 for my application in vb6.
My operating system is Windows XP SP2.
I execute my program and it executes fine but in one point it gives me "binding collection error Field not updatable, Bound Property Name: text, FieldName
rodID"
This error message doesn't interrupt the execution, but i don't know the reason occuring it.
The problem is in this code:
tempstr = flxResults.TextMatrix(flxResults.RowSel, flxResults.ColSel)
MsgBox tempstr
'the problem is in this statement
ordDet_MdfRcd.FuncTxt(1).Text = tempstr
Does anybody know why does this happen?
May anyone help me please?
Thank u very much.
I'm using adodb recordset in vb6 for my application in vb6.
My operating system is Windows XP SP2.
I execute my program and it executes fine but in one point it gives me "binding collection error Field not updatable, Bound Property Name: text, FieldName
This error message doesn't interrupt the execution, but i don't know the reason occuring it.
The problem is in this code:
tempstr = flxResults.TextMatrix(flxResults.RowSel, flxResults.ColSel)
MsgBox tempstr
'the problem is in this statement
ordDet_MdfRcd.FuncTxt(1).Text = tempstr
Does anybody know why does this happen?
May anyone help me please?
Thank u very much.