R
Raymond Chiu
Dear all,
(1) Why some textbox values or label caption does not update on the form
when the value change?
me.lblstatus.caption=" XXXX"
.....Processing
me.lblstatus.caption="12344"
..,....Processing
(2) The recordcount does not show true value. The recordcount is always less
than one value of absoluteposition recordset. After movenext, they all
increment one. Why?
set rs=currentdb.openrecordset ( cSQLString, dbopendynaset )
me.progressbar1.value =( rs.abosoluteposition/ rs.recordcount) *100
(1) Why some textbox values or label caption does not update on the form
when the value change?
me.lblstatus.caption=" XXXX"
.....Processing
me.lblstatus.caption="12344"
..,....Processing
(2) The recordcount does not show true value. The recordcount is always less
than one value of absoluteposition recordset. After movenext, they all
increment one. Why?
set rs=currentdb.openrecordset ( cSQLString, dbopendynaset )
me.progressbar1.value =( rs.abosoluteposition/ rs.recordcount) *100