Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

BINDING COLLECTION ERROR

Status
Not open for further replies.

aggeliki23

Programmer
Feb 12, 2007
38
GR
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:prodID"
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'd recommend posting this question here:
forum222 [blue]Visual Basic(Microsoft): Version 5 & 6 Forum[/blue]

--

"If to err is human, then I must be some kind of human!" -Me
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top