Skip to content

Commit

Permalink
Fix. If ComboBox3.Count = 0. Print info from ComboBox4
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Dec 5, 2013
1 parent 73f65f6 commit 8f894b4
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/i-nex/.src/Reports/MDRIVES_REPORT.module
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,13 @@ Public Sub _inits()
For All2 = 1 To Finfosys.ComboBox4.Count

refresh()

For repcount = 0 To Report.Count
FReport_Gen.ProgressBar1.Value = repcount / Report.Count
DATA_RETURN = DATA_RETURN & "\n" & Report[repcount]
Wait 0.01

refresh()
Next
For All = 1 To Finfosys.ComboBox3.Count
refresh()

Expand All @@ -64,4 +70,4 @@ Public Sub _inits()

Shell "echo '" & DATA_RETURN & "'>>" & FReport_Gen.ButtonBox1.Text & "" Wait

End
End

0 comments on commit 8f894b4

Please sign in to comment.