Skip to content

Commit

Permalink
Remove Application.Args[1] = "--gen_report"
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Dec 3, 2013
1 parent 56ffc0d commit 2807f6e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/i-nex/.src/FReport_Gen.class
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,6 @@ Public Sub ButtonBox1_Click()
Endif
End

Public Sub Button2_Click()
If (Application.Args[1] = "--gen_report") Then
Finfosys.Close
Endif
Me.Close
Finfosys.Show
End

Public Sub Button3_Click()
If TextBox1.Text Like "*http*" Then
Desktop.Open(TextBox1.Text)
Expand Down

0 comments on commit 2807f6e

Please sign in to comment.