jj Schaum Bericht

This commit is contained in:
Jonathan Jenne
2018-01-10 17:40:59 +01:00
parent e0fe5e3707
commit b9797b82bf
6 changed files with 332 additions and 140 deletions

View File

@@ -126,17 +126,8 @@ Public Class frmPrintOptions
End Sub
Private Sub btnUebernahme_Click(sender As Object, e As EventArgs) Handles btnUebernahme.Click
'Try
' Me.VWHUP_REPORT1TableAdapter.Connection.ConnectionString = My.Settings.ConfigConnectionString
' Me.VWHUP_REPORT1TableAdapter.Fill(Me.MyDataset.VWHUP_REPORT1, True, False)
'Catch ex As System.Exception
' System.Windows.Forms.MessageBox.Show(ex.Message)
'End Try
Dim report As New reportUebergabe()
report.CreateDocument(False)
DocumentViewerEx1.Source = report
End Sub
End Class