Amigos.. tenho 59 registros em uma pasta...
Ao carregar o form chamo um evento no timer, preciso que ao ir do registo 1 ao 31 encerre o loop. Como fazer?
If Me.txtPhase = "LUA MINGUANTE" Then
Do Until inti = 31 Or fExitLoop
DoEvents
inti = inti + 1
'..............................
pi_Gifo = Application.CurrentProject.Path & "\jpg\" & inti & ".jpg"
Me.ctlImgLua.Picture = pi_Gifo
'...............................
Me.lb_MsgAguarde.Caption = "Por favor, aguarde: processando... " & inti & " Imagens(s) registrada(s)"
Loop
fInLoop = False
frm.lblEscape.Visible = False
frm.lb_MsgAguarde.Caption = "Concluído em: " & inti & " Imagens(s) registrada(s)"
End If
TrataErro:
If err.Number = 2220 Then
MsgBox "XXXXX"
Else
Resu
Grsto pela ajuda
Ao carregar o form chamo um evento no timer, preciso que ao ir do registo 1 ao 31 encerre o loop. Como fazer?
If Me.txtPhase = "LUA MINGUANTE" Then
Do Until inti = 31 Or fExitLoop
DoEvents
inti = inti + 1
'..............................
pi_Gifo = Application.CurrentProject.Path & "\jpg\" & inti & ".jpg"
Me.ctlImgLua.Picture = pi_Gifo
'...............................
Me.lb_MsgAguarde.Caption = "Por favor, aguarde: processando... " & inti & " Imagens(s) registrada(s)"
Loop
fInLoop = False
frm.lblEscape.Visible = False
frm.lb_MsgAguarde.Caption = "Concluído em: " & inti & " Imagens(s) registrada(s)"
End If
TrataErro:
If err.Number = 2220 Then
MsgBox "XXXXX"
Else
Resu
Grsto pela ajuda