mirror of
https://github.com/KeymonSoft/Durakelo.git
synced 2026-04-21 13:19:16 +00:00
..
This commit is contained in:
@@ -1227,13 +1227,18 @@ Sub JobDone(Job As HttpJob)
|
||||
Listo2=1
|
||||
If PB2.Progress = 0 Then
|
||||
PB2.Progress = 30
|
||||
LogColor("PB2 30 gunaprod", Colors.red)
|
||||
S_CP.Text = "CARGANDO"
|
||||
ELSE If PB2.Progress = 30 Then
|
||||
LogColor("PB2 30 gunaprod", Colors.red)
|
||||
PB2.Progress = 60
|
||||
ELSE IF PB2.Progress = 60 Then
|
||||
LogColor("PB2 60 gunaprod", Colors.red)
|
||||
PB2.Progress = 80
|
||||
ELSE IF PB2.Progress = 80 Then
|
||||
LogColor("PB2 80 gunaprod", Colors.red)
|
||||
PB2.Progress = 100
|
||||
LogColor("PB2 LISTO gunaprod", Colors.red)
|
||||
S_CP.Text = "LISTO"
|
||||
End If
|
||||
' ToastMessageShow("Productos Actualizados." , True)
|
||||
@@ -1307,12 +1312,16 @@ Sub JobDone(Job As HttpJob)
|
||||
Next
|
||||
If PB2.Progress = 0 Then
|
||||
PB2.Progress = 30
|
||||
LogColor("PB2 30 gunaprodpa", Colors.red)
|
||||
S_CP.Text = "CARGANDO"
|
||||
ELSE If PB2.Progress = 30 Then
|
||||
LogColor("PB2 60 gunaprodpa", Colors.red)
|
||||
PB2.Progress = 60
|
||||
ELSE IF PB2.Progress = 60 Then
|
||||
LogColor("PB2 80 gunaprodpa", Colors.red)
|
||||
PB2.Progress = 80
|
||||
ELSE IF PB2.Progress = 80 Then
|
||||
LogColor("PB2 LISTO gunaprodpa", Colors.red)
|
||||
PB2.Progress = 100
|
||||
S_CP.Text = "LISTO"
|
||||
End If
|
||||
@@ -1352,11 +1361,15 @@ Sub JobDone(Job As HttpJob)
|
||||
If PB2.Progress = 0 Then
|
||||
PB2.Progress = 30
|
||||
S_CP.Text = "CARGANDO"
|
||||
LogColor("PB2 30 gunaprodp", Colors.red)
|
||||
ELSE If PB2.Progress = 30 Then
|
||||
LogColor("PB2 60 gunaprodp", Colors.red)
|
||||
PB2.Progress = 60
|
||||
ELSE IF PB2.Progress = 60 Then
|
||||
LogColor("PB2 80 gunaprodp", Colors.red)
|
||||
PB2.Progress = 80
|
||||
ELSE IF PB2.Progress = 80 Then
|
||||
LogColor("PB2 LISTO gunaprodp", Colors.red)
|
||||
PB2.Progress = 100
|
||||
S_CP.Text = "LISTO"
|
||||
End If
|
||||
@@ -1394,12 +1407,16 @@ Sub JobDone(Job As HttpJob)
|
||||
Next
|
||||
If PB2.Progress = 0 Then
|
||||
PB2.Progress = 30
|
||||
LogColor("PB2 30 gunaprodps", Colors.red)
|
||||
S_CP.Text = "CARGANDO"
|
||||
ELSE If PB2.Progress = 30 Then
|
||||
LogColor("PB2 60 gunaprodps", Colors.red)
|
||||
PB2.Progress = 60
|
||||
ELSE IF PB2.Progress = 60 Then
|
||||
LogColor("PB2 80 gunaprodps", Colors.red)
|
||||
PB2.Progress = 80
|
||||
ELSE IF PB2.Progress = 80 Then
|
||||
LogColor("PB2 LISTO gunaprodps", Colors.red)
|
||||
PB2.Progress = 100
|
||||
S_CP.Text = "LISTO"
|
||||
End If
|
||||
@@ -1448,11 +1465,15 @@ Sub JobDone(Job As HttpJob)
|
||||
If PB2.Progress = 0 Then
|
||||
PB2.Progress = 30
|
||||
S_CP.Text = "CARGANDO"
|
||||
LogColor("PB2 30 detallepaq", Colors.red)
|
||||
ELSE If PB2.Progress = 30 Then
|
||||
LogColor("PB2 60 detallepaq", Colors.red)
|
||||
PB2.Progress = 60
|
||||
ELSE IF PB2.Progress = 60 Then
|
||||
LogColor("PB2 80 detallepaq", Colors.red)
|
||||
PB2.Progress = 80
|
||||
ELSE IF PB2.Progress = 80 Then
|
||||
LogColor("PB2 LISTO detallepaq", Colors.red)
|
||||
PB2.Progress = 100
|
||||
S_CP.Text = "LISTO"
|
||||
End If
|
||||
|
||||
Reference in New Issue
Block a user