Hi all of you,
the fields in a form, binded ( by DataSource/DataMember/Datafield) with a recordset do NOT automatically update in case of a MoveNext, MoveRight, ecc.
If i set their text manually like :
txtDescr = DE.rsTbl("Descr"
instead, it works.
any ideas?
the fields in a form, binded ( by DataSource/DataMember/Datafield) with a recordset do NOT automatically update in case of a MoveNext, MoveRight, ecc.
If i set their text manually like :
txtDescr = DE.rsTbl("Descr"
any ideas?