Skip to content

Commit

Permalink
Change the SHELL statement to KILL
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Jul 23, 2014
1 parent ca5e8bd commit b839649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion I-Nex/i-nex/.src/FReport_Gen.class
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ End

Public Sub Button1_Click()
'Before generate report. Old report must be removed
Shell "rm " & ButtonBox1.Text & "" Wait
Kill ButtonBox1.Text
'Check Value, select report to be generated.
If CheckBox1.Value = True Then
Object.Call(MCPU_REPORT, "_inits")
Expand Down

0 comments on commit b839649

Please sign in to comment.