/ Published in: Visual Basic
Expand |
Embed | Plain Text
'Dentro del loop que recorre un recordset If rs.AbsolutePosition + 1 = 1 Then x = SysCmd(acSysCmdInitMeter, "process:", TotalRecords) Else x = SysCmd(acSysCmdUpdateMeter, rs.AbsolutePosition + 1) End If
You need to login to post a comment.
